c1c758d1321603428624743d85dd0341aac71272
[gnulib.git] / ChangeLog
1 2010-04-27  Jim Meyering  <meyering@redhat.com>
2
3         maint.mk: fix a bug introduced in last change
4         * top/maint.mk (gl_assured_headers_): Now that all names are on
5         one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
6         is not anchored to end of word, it should be adequate.
7
8         maint.mk: avoid side-effect in latest syntax-check
9         * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
10         to run commands via $(shell...), and hence to incur cost only when
11         the new rule is actually run.
12
13         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
14         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
15         and use that to create a regexp used to detect all #if HAVE_..._H uses.
16         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
17         (gl_assured_headers_, az_, AZ_): Define.
18         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
19
20 2010-04-26  Jim Meyering  <jim@meyering.net>
21             Bruno Haible  <bruno@clisp.org>
22
23         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
24         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
25         Prompted by an exchange with Gilles Espinasse.
26
27 2010-04-26  Jim Meyering  <meyering@redhat.com>
28
29         git-version-gen: aesthetic tweak
30         * build-aux/git-version-gen: Use "$nl" rather than a literal,
31         so that the command remains on a single line.
32
33 2010-04-26  Eric Blake  <eblake@redhat.com>
34
35         git-version-gen: allow use on EBCDIC hosts
36         * build-aux/git-version-gen (dirty): Use literal rather than tying
37         ourselves to ascii.
38         Reported by Steve Goetze.
39
40 2010-04-25  Bruno Haible  <bruno@clisp.org>
41
42         netdb: Add support for GNULIB_POSIXCHECK.
43         * lib/netdb.in.h: Include warn-on-use.h.
44         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
45         functions are used when GNULIB_POSIXCHECK is defined and the
46         getaddrinfo module is not in use.
47         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
48         freeaddrinfo, gai_strerror, getnameinfo are declared.
49         * modules/netdb (Depends-on): Add warn-on-use.
50         (Makefile.am): Include warn-on-use.h in netdb.h.
51
52 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
53
54         build: avoid "make check" failure without .git/ directory
55         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
56         there is no .git/ directory.
57
58 2010-04-25  Bruno Haible  <bruno@clisp.org>
59
60         ptsname: Fix misuse of ttyname_r.
61         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
62         of errno.
63
64 2010-04-25  Bruno Haible  <bruno@clisp.org>
65
66         ttyname_r: Make it work on Solaris 10.
67         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
68         if the system function has the POSIX declaration. Test whether the
69         function fails if the buffer is less than 128 bytes large.
70         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
71         system's ttyname_r function. Provide a reasonably large buffer.
72         * modules/ttyname_r (Depends-on): Add extensions.
73         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
74
75 2010-04-25  Bruno Haible  <bruno@clisp.org>
76
77         Use the 'extensions' module for some more functions on Solaris.
78         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
79         module.
80         * doc/posix-functions/ctime_r.texi: Likewise.
81         * doc/posix-functions/getgrgid_r.texi: Likewise.
82         * doc/posix-functions/getgrnam_r.texi: Likewise.
83         * doc/posix-functions/getpwnam_r.texi: Likewise.
84         * doc/posix-functions/getpwuid_r.texi: Likewise.
85         * doc/posix-functions/readdir_r.texi: Likewise.
86         * doc/posix-functions/sigwait.texi: Likewise.
87         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
88         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
89
90 2010-04-25  Bruno Haible  <bruno@clisp.org>
91
92         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
93         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
94         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
95         * lib/ttyname_r.c: Include <limits.h>.
96         (ttyname_r): Define using the system's ttyname_r function, if it exists
97         and not on Solaris.
98         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
99         set.
100         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
101         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
102         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
103         Reported by Simon Josefsson.
104
105 2010-04-25  Bruno Haible  <bruno@clisp.org>
106
107         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
108         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
109         * doc/posix-functions/ctime_r.texi: Likewise.
110         * doc/posix-functions/getgrgid_r.texi: Likewise.
111         * doc/posix-functions/getgrnam_r.texi: Likewise.
112         * doc/posix-functions/getlogin_r.texi: Likewise.
113         * doc/posix-functions/getpwnam_r.texi: Likewise.
114         * doc/posix-functions/getpwuid_r.texi: Likewise.
115         * doc/posix-functions/readdir_r.texi: Likewise.
116         * doc/posix-functions/sigwait.texi: Likewise.
117         * doc/posix-functions/ttyname_r.texi: Likewise.
118         Reported by Simon Josefsson.
119
120 2010-04-25  Bruno Haible  <bruno@clisp.org>
121
122         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
123         * gnulib-tool (func_usage): Document that --with-*-tests options apply
124         also to --create-testdir.
125         (func_acceptable): Don't consider the status of *-tests modules here.
126         (func_modules_transitive_closure): Consider it here, before including a
127         test module.
128         (func_import, func_create_testdir): Set inc_all_direct_tests,
129         inc_all_indirect_tests.
130         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
131         --create-testdir and --create-megatestdir.
132
133 2010-04-25  Bruno Haible  <bruno@clisp.org>
134
135         gnulib-tool: Add --without-*-tests options.
136         * gnulib-tool (func_usage): Document the --without-*-tests options.
137         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
138         excl_unportable_tests): New variables.
139         Fail if they are specified with --import or --update.
140         (func_acceptable): Respect the excl_*_tests variables.
141         (func_import): Set the excl_*_tests variables to empty.
142
143 2010-04-25  Simon Josefsson  <simon@josefsson.org>
144             Bruno Haible  <bruno@clisp.org>
145
146         Work around a MacOS X 10.4 bug with openpty.
147         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
148         * tests/test-openpty.c (main): Close the master side explicitly.
149
150 2010-04-25  Bruno Haible  <bruno@clisp.org>
151
152         strnlen: Fix a C++ test error on MacOS X and Solaris.
153         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
154         the function is not declared.
155         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
156         Simon Josefsson.
157
158 2010-04-24  Bruno Haible  <bruno@clisp.org>
159
160         Avoid a gcc warning.
161         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
162         of correct type for %08lx directive.
163         Reported by Eric Blake.
164
165 2010-04-24  Bruno Haible  <bruno@clisp.org>
166
167         vasnprintf: Correct errno value in case of out-of-memory.
168         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
169         or sprintf. Use the errno value from SNPRINTF or sprintf.
170         Reported by Ian Beckwith <ianb@erislabs.net>.
171
172 2010-04-24  Bruno Haible  <bruno@clisp.org>
173
174         ansi-c++-opt: Find correct compiler when cross-compiling.
175         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
176         AC_CHECK_PROGS.
177         Reported by Simon Josefsson.
178
179 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
180
181         vc-list-files: Add support for subversion
182         * build-aux/vc-list-files: Use "svn list" to generate the list of
183         files controlled by subversion.
184
185 2010-04-23  Jim Meyering  <meyering@redhat.com>
186
187         vc-list-files tests: convert to use init.sh
188         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
189         path_prepend_.
190         Use Exit, not exit.
191         Use skip_ rather than open coding it.
192         Remove trap set-up and compare definitions.
193         * tests/test-vc-list-files-git.sh: Likewise.
194         * modules/vc-list-files-tests (Files): Add tests/init.sh.
195
196 2010-04-22  Simon Josefsson  <simon@josefsson.org>
197
198         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
199         backup files.
200
201 2010-04-21  Simon Josefsson  <simon@josefsson.org>
202
203         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
204
205 2010-04-20  Eric Blake  <eblake@redhat.com>
206
207         tests: be robust to ignored SIGPIPE
208         * tests/test-select-in.sh: Consume all output.
209         * tests/test-lseek.sh: Check correct exit status, while avoiding
210         EPIPE.
211
212 2010-04-20  Simon Josefsson  <simon@josefsson.org>
213             Bruno Haible  <bruno@clisp.org>
214
215         visibility: Don't use -fvisibility if it leads to a warning.
216         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
217         yes, don't pretend that visibility works if it leads to a warning.
218         Reported by Mike Gran <spk121@yahoo.com>.
219
220 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
221
222         * build-aux/bootstrap: Use "git -h" for testing for supported options
223         instead of "git --help".  The short-form option only shows a summary,
224         and doesn't layout the full man page.  Grep for the full option name
225         in the summary, too.
226
227 2010-04-19  Bruno Haible  <bruno@clisp.org>
228
229         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
230         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
231         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
232         mention of RELOCATABLE_STRIP.
233         Reported by Sylvain Beucler <beuc@beuc.net>.
234
235 2010-04-19  Bruno Haible  <bruno@clisp.org>
236
237         * lib/diffseq.h: Fix typo in comment.
238         Reported by Eric Blake.
239
240 2010-04-19  Bruno Haible  <bruno@clisp.org>
241
242         ioctl: Move autoconf macro to a .m4 file.
243         * m4/ioctl.m4: New file, extracted from modules/ioctl.
244         * modules/ioctl (Files): Add it.
245         (configure.ac): Simply invoke gl_FUNC_IOCTL.
246         Reported by Ian Beckwith <ianb@erislabs.net>.
247
248 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
249             Bruno Haible  <bruno@clisp.org>
250
251         diffseq: Accommodate use-case with abstract arrays.
252         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
253         is not defined.
254         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
255         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
256
257 2010-04-18  Bruno Haible  <bruno@clisp.org>
258
259         * doc/posix-headers/stdbool.texi: More precise wording.
260
261 2010-04-17  Jim Meyering  <meyering@redhat.com>
262
263         maint.mk: use gnu-style indentation in an embedded perl script
264         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
265         Rename variable: s/two/last_two_bytes/
266
267 2010-04-16  Eric Blake  <eblake@redhat.com>
268
269         test-stdbool: skip test that fails with Solaris CC
270         * tests/test-stdbool.c (f): Skip test that causes compilation
271         error under buggy C++ compiler.
272         * lib/stdbool.in.h: Document the limitation.
273         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
274
275         setenv: allow compilation with C++
276         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
277         register keyword.
278
279         stdint: allow test to pass with C++
280         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
281
282         getopt: allow compilation with C++
283         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
284         struct.
285         * lib/getopt.c (_getopt_internal_r): Use correct type.
286         Reported by Dagobert Michelson, via Joel E. Denny.
287
288 2010-04-16  Bruno Haible  <bruno@clisp.org>
289
290         Override netdb.h always.
291         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
292         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
293         Reported by Ludovic Courtès <ludo@gnu.org>.
294
295 2010-04-15  Bruno Haible  <bruno@clisp.org>
296
297         openpty: Fix mistake from 2010-03-21.
298         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
299         Reported by Simon Josefsson.
300
301 2010-04-15  Eric Blake  <eblake@redhat.com>
302
303         test-forkpty: fix expected signature
304         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
305         Reported by Simon Josefsson.
306
307 2010-04-15  Jim Meyering  <meyering@redhat.com>
308
309         maint.mk: texinfo_suffix_re_: correct the default regexp
310         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
311
312         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
313         make it configurable via texinfo_suffix_re_.
314
315 2010-04-14  Eric Blake  <eblake@redhat.com>
316
317         strtok_r: relax license to LGPLv2+
318         * modules/strtok_r (License): Relax license.
319         Reported by Matthias Bolte.
320
321 2010-04-14  Simon Josefsson  <simon@josefsson.org>
322
323         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
324         version 1.4.4 by default instead of requiring the libgcrypt
325         version used during build.  This makes it possible to use the
326         application with older but still binary compatible libgcrypt
327         versions.
328
329 2010-04-13  Eric Blake  <eblake@redhat.com>
330
331         getopt-gnu: match recent glibc fixes and posix ruling
332         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
333         '+' handling, when requesting extensions.
334         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
335         'W;' handling.
336         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
337         * doc/posix-functions/getopt.texi (getopt): Document this.
338         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
339         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
340         Likewise.
341
342         getopt: merge bug fixes from glibc
343         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
344         diagnostics.  Honor '+:' correctly.  Reject ';'.
345
346         getopt-posix: detect MacOS bug
347         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
348         optind when missing a required argument.
349         * doc/posix-functions/getopt.texi (getopt): Document the bug.
350         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
351         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
352         Likewise.
353
354         getopt-posix: avoid spurious failure on Solaris
355         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
356         an indicator that setting optind=1 is sufficient for reset.
357
358         getopt-posix: avoid spurious failure on FreeBSD
359         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
360         in POSIX mode, since the m4 test uses it.
361
362         gnulib-tool: silence warning on BSD sh
363         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
364
365 2010-04-13  Jim Meyering  <meyering@redhat.com>
366
367         doc: users.txt: GNU patch now uses gnulib
368         * users.txt: Add patch.
369
370 2010-04-12  Jim Meyering  <meyering@redhat.com>
371
372         maint.mk: generate more concise timing data for syntax-check rules
373         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
374         " done" from each line that reports a syntax-check test duration.
375
376 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
377
378         git-version-gen: use "git update-index..." rather than "git status"
379         * build-aux/git-version-gen: Use git update-index --refresh, not
380         "git status".  With some versions of git, "git status" would fail
381         to update the index and result in an unwarranted "-dirty" suffix.
382
383 2010-04-11  Jim Meyering  <meyering@redhat.com>
384
385         openat: correct formatting (no semantic change)
386         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
387         Suggested by Bruno Haible.
388
389 2010-04-11  Bruno Haible  <bruno@clisp.org>
390
391         Stricter declaration checking in testdirs.
392         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
393         If for_tests is true, augment AM_CPPFLAGS to define
394         GNULIB_STRICT_CHECKING.
395         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
396         GNULIB_STRICT_CHECKING is defined, verify that the function is
397         declared.
398
399 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
400             Bruno Haible  <bruno@clisp.org>
401
402         libunistring: Improve configure output.
403         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
404         Don't say "consider installing GNU libunistring" when checking again
405         with libiconv.
406
407 2010-04-11  Bruno Haible  <bruno@clisp.org>
408
409         libunistring: Correct value of $LTLIBUNISTRING.
410         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
411         correct the value of $LTLIBUNISTRING.
412
413 2010-04-11  Bruno Haible  <bruno@clisp.org>
414
415         havelib: Add static libraries to LIBS in the right order.
416         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
417         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
418
419 2010-04-11  Bruno Haible  <bruno@clisp.org>
420
421         libunistring: Detect libunistring also when it depends on libiconv.
422         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
423         the second AC_LIB_HAVE_LINKFLAGS invocation.
424
425 2010-04-11  James Youngman  <jay@gnu.org>
426
427         close-stream: declare local scalars to be "const"
428         * lib/close-stream.c (close_stream): Make boolean variables const
429         to document the fact that we set but do not change them.
430
431 2010-04-11  Bruno Haible  <bruno@clisp.org>
432
433         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
434
435 2010-04-11  Jim Meyering  <meyering@redhat.com>
436
437         maint.mk: don't include dist-check.mk
438         * top/maint.mk: Remove bogus include directive.
439
440         maint.mk: improve empty-line-at-EOF check
441         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
442         solution, rather than tail+Perl-based one.  The latter would read
443         a few kilobytes from the end of each file, and did not handle empty
444         files properly.
445
446         maint.mk: print the elapsed time for each syntax-check rule
447         * top/maint.mk (sc_m_rules_): Save start time in a file.
448         (sc_z_rules_): New rules: remove temp file and print elapsed time.
449         (local-check): Interpose the .z rules
450
451 2010-04-11  Jim Meyering  <meyering@redhat.com>
452
453         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
454         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
455         empty file with one that ends in an empty line.
456
457 2010-04-10  Bruno Haible  <bruno@clisp.org>
458
459         mkdir: Make it work on mingw64.
460         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
461         * lib/mkdir.c: Update comment.
462         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
463
464 2010-04-10  Bruno Haible  <bruno@clisp.org>
465
466         Don't override improved macro from newer autoconf.
467         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
468         autoconf >= 2.62.
469         Reported by Joel E. Denny <jdenny@clemson.edu>.
470
471 2010-04-10  Jim Meyering  <meyering@redhat.com>
472
473         maint.mk: new syntax-check rule: prohibit empty lines at end of file
474         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
475
476         maint.mk: correct a diagnostic
477         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
478         in diagnostic; now use $prohibit.
479
480 2010-04-10  Bruno Haible  <address@hidden>
481
482         fchownat: Fix a C++ test error on Solaris 8.
483         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
484         the function does not exist.
485
486 2010-04-10  Bruno Haible  <bruno@clisp.org>
487
488         vasnprintf: Add more tests.
489         * tests/test-vasnprintf-posix.c: Include <errno.h>.
490         (test_function): Test converting an invalid wide string.
491
492         vasnprintf: Correct handling of unconvertible wide string arguments.
493         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
494         VASNPRINTF.
495         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
496         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
497         smaller than the expected maximum need for the directive. Set errno to
498         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
499         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
501         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
502         * modules/vasnprintf (Files): Add m4/printf.m4.
503         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
504
505 2010-04-10  Bruno Haible  <bruno@clisp.org>
506
507         vasnprintf: Fix crash in %ls directive.
508         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
509         string is passed as argument to %ls, with no precision and no width.
510         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
511
512 2010-04-10  Bruno Haible  <bruno@clisp.org>
513
514         vasnprintf: Fix multiple test failures on mingw.
515         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
516         _snprintf, or snwprintf, not _snwprintf.
517
518 2010-04-10  Bruno Haible  <bruno@clisp.org>
519
520         write: Fix a C++ test error on mingw.
521         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
522
523 2010-04-10  Bruno Haible  <bruno@clisp.org>
524
525         vasnprintf test: Reduce code duplication.
526         * tests/test-vasnprintf.c (test_function): New function, extracted from
527         test_vasnprintf.
528         (test_vasnprintf, test_asnprintf): Invoke it.
529
530 2010-04-10  Bruno Haible  <bruno@clisp.org>
531
532         strnlen: Fix warning in C++ mode on MacOS X.
533         * lib/string.in.h (strnlen): Use the modern idiom.
534         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
535         defining strnlen as a macro already in <config.h>.
536         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
537         REPLACE_STRNLEN.
538         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
539         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
540
541 2010-04-08  James Youngman  <jay@gnu.org>
542
543         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
544         the example.
545
546 2010-04-09  Jim Meyering  <meyering@redhat.com>
547
548         maint.mk: print better diagnostic when there is no $(_hv_file)
549         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
550         announce that when $(_hv_file) (aka help-version) does not exist.
551
552         init.sh: run tr in the "C" locale to avoid multibyte interpretation
553         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
554         not try to interpret its random input bytes.  Jarno Rajahalme reported
555         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
556         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
557         (mktempd_): Likewise, just in case.
558
559         ftruncate: add two years to projected module removal date: 2012
560         * m4/ftruncate.m4: Adjust comments.
561
562         ftruncate: mark module as obsolete; even MinGW provides it, now
563         * modules/ftruncate (Status): Obsolete.
564         (Notice): Say that.
565         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
566         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
567
568 2010-04-08  Bruno Haible  <bruno@clisp.org>
569
570         Fix side effects from tests-related modules.
571         * modules/dprintf-posix (Comment): New section.
572         * modules/fprintf-posix (Comment): Likewise.
573         * modules/obstack-printf-posix (Comment): Likewise.
574         * modules/printf-posix (Comment): Likewise.
575         * modules/snprintf-posix (Comment): Likewise.
576         * modules/sprintf-posix (Comment): Likewise.
577         * modules/vasnprintf-posix (Comment): Likewise.
578         * modules/vasprintf-posix (Comment): Likewise.
579         * modules/vdprintf-posix (Comment): Likewise.
580         * modules/vfprintf-posix (Comment): Likewise.
581         * modules/vprintf-posix (Comment): Likewise.
582         * modules/vsnprintf-posix (Comment): Likewise.
583         * modules/vsprintf-posix (Comment): Likewise.
584         * modules/xprintf-posix (Comment): Likewise.
585         * modules/xvasprintf-posix (Comment): Likewise.
586         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
587         * modules/floorf-tests (Depends-on): Likewise.
588         * modules/round-tests (Depends-on): Likewise.
589         * modules/roundf-tests (Depends-on): Likewise.
590         * modules/trunc-tests (Depends-on): Likewise.
591         * modules/truncf-tests (Depends-on): Likewise.
592         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
593         'fprintf-posix' module is not present.
594         * tests/test-floorf2.c (check): Likewise.
595         * tests/test-trunc2.c (check): Likewise.
596         * tests/test-truncf2.c (check): Likewise.
597         * tests/test-round2.c (equal): Likewise.
598         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
599
600 2010-04-07  Karl Berry  <karl@gnu.org>
601
602         * config/srclist.txt,
603         * config/srclistvars.sh,
604         * config/srclist-update: doc fixes.
605
606 2010-04-07  Jim Meyering  <meyering@redhat.com>
607
608         maint.mk: add a PATH crosschecking syntax-check rule
609         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
610         Useful if you use a test like the one in help-version (coreutils,
611         diffutils, grep, gzip) that ensures $(VERSION) matches what is
612         printed by prog --version.
613
614 2010-04-06  Bruno Haible  <bruno@clisp.org>
615
616         Fix link error on mingw.
617         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
618         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
619
620 2010-04-06  Bruno Haible  <bruno@clisp.org>
621
622         Assume rmdir exists.
623         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
624
625 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
626
627         doc: update users.txt
628         * users.txt: Add gcal.
629
630 2010-04-06  Jim Meyering  <meyering@redhat.com>
631
632         init.sh: simply unset TMPDIR rather than risking env -i
633         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
634         although it probably works fine on all Unix-based systems, some
635         systems (Cygwin?) cannot tolerate a totally cleared environment.
636         Suggestion from Eric Blake.
637
638 2010-04-06  Jim Meyering  <meyering@redhat.com>
639
640         init.sh: portability fix: use env's POSIX-specified -i option not -u
641         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
642         than unportable env -u.  Solaris 5.11's env lacks support for -u.
643
644 2010-04-05  Bruno Haible  <bruno@clisp.org>
645
646         btowc: Work around Cygwin 1.7.2 bug.
647         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
648         does not map NUL to 0.
649         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
650
651 2010-04-05  Bruno Haible  <bruno@clisp.org>
652
653         Make the multithread modules work on Cygwin 1.7.2.
654         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
655         imported symbols can be declared weak, so that it returns "no" on
656         Cygwin 1.7.2.
657
658 2010-04-05  Bruno Haible  <bruno@clisp.org>
659
660         Use the module 'strncat'.
661         * modules/unistr/u8-strncat (Depends-on): Add strncat.
662
663         Tests for module 'strncat'.
664         * modules/strncat-tests: New file.
665         * tests/test-strncat.c: New file.
666
667         New module 'strncat'.
668         * lib/string.in.h (strncat): New declaration.
669         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
670         * m4/strncat.m4: New file, based on m4/memchr.m4.
671         * modules/strncat: New file.
672         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
673         is declared.
674         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
675         REPLACE_STRNCAT.
676         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
677         REPLACE_STRNCAT.
678         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
679         module.
680         * tests/test-string-c++.cc: Check signature of strncat.
681
682 2010-04-05  Jim Meyering  <meyering@redhat.com>
683
684         xstrtoumax-tests: convert to use init.sh
685         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
686         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
687         Use Exit, not exit.
688         Remove uses of $EXEEXT and "./" to run a program in the current dir.
689
690         xstrtoimax-tests: convert to use init.sh
691         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
692         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
693         Use Exit, not exit.
694         Remove uses of $EXEEXT and "./" to run a program in the current dir.
695
696 2010-04-05  Bruno Haible  <bruno@clisp.org>
697
698         sys_socket: Avoid #define replacements in C++ mode.
699         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
700         warning to the function if possible, rather than #defining the symbol
701         to a dysfunctional alias.
702
703 2010-04-05  Bruno Haible  <bruno@clisp.org>
704
705         fseeko: Fix C++ test error on mingw.
706         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
707         gl_FUNC_FSEEKO.
708         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
709         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
710         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
711         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
712
713 2010-04-05  Bruno Haible  <bruno@clisp.org>
714
715         duplocale: Improve test output.
716         * tests/test-duplocale.c (main): Print reason for skipped test.
717
718 2010-04-05  Bruno Haible  <bruno@clisp.org>
719
720         Assume rmdir exists.
721         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
722         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
723
724 2010-04-05  Bruno Haible  <bruno@clisp.org>
725
726         Fix link error on Solaris 8 with cc.
727         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
728
729 2010-04-05  Bruno Haible  <bruno@clisp.org>
730
731         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
732         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
733
734 2010-04-05  Bruno Haible  <bruno@clisp.org>
735
736         vasprintf: Update documentation.
737         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
738
739 2010-04-05  Bruno Haible  <bruno@clisp.org>
740
741         ptsname: Improve test.
742         * tests/test-ptsname.c (main): Also try the various master names of BSD
743         systems.
744
745 2010-04-05  Bruno Haible  <bruno@clisp.org>
746
747         memchr: Avoid a possible C++ test error.
748         * lib/string.in.h (memchr): Provide declaration if function is missing.
749         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
750         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
751         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
752         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
753
754 2010-04-05  Bruno Haible  <bruno@clisp.org>
755
756         strtok_r: Improve idiom.
757         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
758         AC_LIBOBJ is used.
759
760 2010-04-05  Bruno Haible  <bruno@clisp.org>
761
762         strdup: Improve idiom.
763         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
764         AC_LIBOBJ is used.
765         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
766         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
767         when AC_LIBOBJ is used.
768
769 2010-04-05  Bruno Haible  <bruno@clisp.org>
770
771         mbsinit, mbrtowc, wcrtomb: Improve idioms.
772         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
773         don't set REPLACE_MBSINIT to 1.
774         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
775         don't set REPLACE_MBRTOWC to 1.
776         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
777         exist, don't set REPLACE_MBSRTOWCS to 1.
778         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
779         exist, don't set REPLACE_MBSNRTOWCS to 1.
780         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
781         don't set REPLACE_WCRTOMB to 1.
782         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
783         exist, don't set REPLACE_WCSRTOMBS to 1.
784         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
785         exist, don't set REPLACE_WCSNRTOMBS to 1.
786
787 2010-04-05  Bruno Haible  <bruno@clisp.org>
788
789         ldexpl: Improve idiom.
790         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
791         make sure to set HAVE_DECL_LDEXPL to 0.
792
793 2010-04-05  Jim Meyering  <meyering@redhat.com>
794
795         xstrtol-tests: convert to use init.sh
796         * modules/xstrtol-tests (Files): Add tests/init.sh.
797         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
798         Use Exit, not exit.
799         Remove uses of $EXEEXT and "./" to run a program in the current dir.
800
801         atexit-tests: convert to use init.sh
802         * modules/atexit-tests (Files): Add tests/init.sh.
803         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
804         Use Exit, not exit.
805         Remove uses of $EXEEXT and "./" to run a program in the current dir.
806
807         init.sh: fix typo
808         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
809
810         init.sh: make it easier for a test script to write to the tty, ...
811         when using automake's parallel-tests mode.
812         * tests/init.sh (stderr_fileno_): Define overridable variable.
813         (warn_): New function, to use it.
814         (fail_, skip_, framework_failure_): Use warn_.
815
816 2010-04-04  Bruno Haible  <bruno@clisp.org>
817
818         btowc: Avoid warning.
819         * lib/btowc.c: Include <stdlib.h>.
820         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
821
822 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
823             Bruno Haible  <bruno@clisp.org>
824
825         wchar: Port to NetBSD 1.5.
826         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
827         * lib/wctype.in.h (WEOF): Likewise.
828
829 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
830             Bruno Haible  <bruno@clisp.org>
831
832         Port extended stdio to NetBSD 1.5.
833         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
834         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
835         older.
836
837 2010-04-04  Bruno Haible  <bruno@clisp.org>
838
839         string: Remove unused substitution.
840         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
841         HAVE_DECL_STRERROR.
842         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
843
844 2010-04-04  Bruno Haible  <bruno@clisp.org>
845
846         strtod: Avoid a possible C++ test error.
847         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
848         set REPLACE_STRTOD.
849
850 2010-04-04  Bruno Haible  <bruno@clisp.org>
851
852         strerror: Update documentation.
853         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
854
855 2010-04-04  Bruno Haible  <bruno@clisp.org>
856
857         stdio: Fix some C++ test errors on Solaris 8 with GCC.
858         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
859         _GL_CXXALIAS_SYS_CAST.
860
861 2010-04-04  Bruno Haible  <bruno@clisp.org>
862
863         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
864         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
865         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
866         REPLACE_FREXPL to 1.
867         * doc/posix-functions/frexpl.texi: Update documentation.
868
869 2010-04-04  Bruno Haible  <bruno@clisp.org>
870
871         math: Fix some C++ test errors on Solaris 8 and Cygwin.
872         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
873
874 2010-04-04  Bruno Haible  <bruno@clisp.org>
875
876         Implement nanosleep for native Windows.
877         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
878
879 2010-04-04  Bruno Haible  <bruno@clisp.org>
880
881         math: Fix some C++ test errors on Solaris 8.
882         * lib/math.in.h (truncf, trunc): Use simpler idiom.
883
884 2010-04-04  Bruno Haible  <bruno@clisp.org>
885
886         math: Fix some C++ test errors on Cygwin.
887         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
888         truncl): Provide declaration if the system does not have it.
889         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
890         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
891         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
892         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
893         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
894         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
895         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
896         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
897         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
898         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
899         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
900         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
901         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
902         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
903         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
904         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
905         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
906         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
907         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
908         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
909         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
910         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
911
912 2010-04-04  Bruno Haible  <bruno@clisp.org>
913
914         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
915         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
916         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
917         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
918         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
919         * m4/isinf.m4 (gl_ISINF): Likewise.
920         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
921
922 2010-04-04  Bruno Haible  <bruno@clisp.org>
923
924         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
925         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
926
927 2010-04-04  Bruno Haible  <bruno@clisp.org>
928
929         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
930         * modules/tmpfile (configure.ac): Update.
931
932         tmpfile: Fix C++ test error on mingw.
933         * lib/stdio.in.h (tmpfile): New declaration.
934         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
935         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
936         * modules/tmpfile (Depends-on): Add stdio.
937         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
938         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
939         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
940         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
941         REPLACE_TMPFILE.
942         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
943
944 2010-04-04  Bruno Haible  <bruno@clisp.org>
945
946         ioctl: Fix C++ test error on mingw.
947         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
948         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
949         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
950
951 2010-04-03  Bruno Haible  <bruno@clisp.org>
952
953         wcwidth: Fix C++ test error on mingw.
954         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
955         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
956         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
957
958 2010-04-03  Bruno Haible  <bruno@clisp.org>
959
960         nanosleep: Fix C++ test error on mingw.
961         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
962         * lib/time.in.h (nanosleep): Use modern idiom.
963         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
964         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
965         REPLACE_NANOSLEEP to 1.
966         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
967         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
968
969 2010-04-03  Bruno Haible  <bruno@clisp.org>
970
971         strptime: Fix C++ test error on mingw.
972         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
973         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
974         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
975         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
976         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
977         not REPLACE_STRPTIME.
978         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
979         REPLACE_STRPTIME.
980
981 2010-04-03  Bruno Haible  <bruno@clisp.org>
982
983         timegm: Fix C++ test error on mingw.
984         * lib/time.in.h (timegm): Use modern idiom.
985         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
986         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
987         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
988         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
989
990 2010-04-03  Bruno Haible  <bruno@clisp.org>
991
992         timegm: Assume declaration if function exists.
993         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
994         if it exists. Don't clobber ac_cv_func_timegm.
995
996 2010-04-03  Bruno Haible  <bruno@clisp.org>
997
998         time_r: Fix C++ test error on mingw.
999         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
1000         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
1001         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
1002         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
1003         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
1004
1005 2010-04-03  Bruno Haible  <bruno@clisp.org>
1006
1007         time_r: Minor updates.
1008         * modules/time_r (Description): Mention the provided functions.
1009         * lib/time_r.c: Don't include <string.h>.
1010         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
1011         * doc/posix-functions/localtime_r.texi: Likewise.
1012
1013 2010-04-03  Bruno Haible  <bruno@clisp.org>
1014
1015         time: Fix regression introduced on 2010-03-08.
1016         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
1017         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
1018
1019 2010-04-03  Jim Meyering  <meyering@redhat.com>
1020
1021         maint.mk: don't silently disable project-specific syntax-check rules
1022         * top/maint.mk (_prohibit_regexp): Define, to help people realize
1023         that they need to convert their project-specific syntax-check rules
1024         to use the new _sc_search_regexp.
1025
1026 2010-04-03  Bruno Haible  <bruno@clisp.org>
1027
1028         fchdir: Fix regression introduced on 2010-03-08.
1029         * lib/unistd.in.h (fchdir): Fix declaration.
1030         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
1031         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
1032         REPLACE_FCHDIR.
1033         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
1034         REPLACE_FCHDIR.
1035
1036 2010-04-03  Bruno Haible  <bruno@clisp.org>
1037
1038         getpagesize: Fix C++ test error on mingw.
1039         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
1040         system does not declare the function.
1041         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
1042         declared.
1043         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1044         HAVE_DECL_GETPAGESIZE.
1045         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
1046
1047 2010-04-03  Bruno Haible  <bruno@clisp.org>
1048
1049         stdio: Make C++ tests work on mingw.
1050         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1051         does not declare the function.
1052
1053 2010-04-03  Bruno Haible  <bruno@clisp.org>
1054
1055         ftello: Fix C++ test error on mingw.
1056         * lib/stdio.in.h (ftello): Use modern idiom.
1057         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1058         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1059         is missing and that it needs to be replaced.
1060         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1061         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1062         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1063
1064 2010-04-03  Bruno Haible  <bruno@clisp.org>
1065
1066         fseeko: Fix C++ test error on mingw.
1067         * lib/stdio.in.h (fseeko): Use modern idiom.
1068         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1069         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1070         is missing and that it needs to be replaced.
1071         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1072         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1073         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1074
1075 2010-04-03  Bruno Haible  <bruno@clisp.org>
1076
1077         mkstemp: Fix C++ test error on mingw.
1078         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1079         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1080         function is missing and that it needs to be replaced.
1081         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1082         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1083
1084 2010-04-03  Bruno Haible  <bruno@clisp.org>
1085
1086         stpncpy: Fix C++ test error on mingw.
1087         * lib/string.in.h (stpncpy): Use modern idiom.
1088         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1089         function is missing and that it needs to be replaced.
1090         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1091         REPLACE_STPNCPY.
1092         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1093
1094 2010-04-03  Bruno Haible  <bruno@clisp.org>
1095
1096         sys_stat: Fix C++ test error on mingw.
1097         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1098         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1099
1100 2010-04-03  Bruno Haible  <bruno@clisp.org>
1101
1102         pty: Update doc.
1103         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1104
1105 2010-04-03  Bruno Haible  <bruno@clisp.org>
1106
1107         unistd: Fix C++ test error on mingw.
1108         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1109
1110 2010-04-03  Bruno Haible  <bruno@clisp.org>
1111
1112         Update doc regarding mingw.
1113         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1114         * doc/glibc-functions/login_tty.texi: Likewise.
1115         * doc/glibc-functions/forkpty.texi: Likewise.
1116
1117 2010-04-03  Bruno Haible  <bruno@clisp.org>
1118
1119         stdlib: Avoid compilation failure of c-strtold on mingw.
1120         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1121
1122 2010-04-03  Bruno Haible  <bruno@clisp.org>
1123
1124         locale: Make C++ tests work on Cygwin and mingw.
1125         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1126         cannot provide the function.
1127         Reported by Simon Josefsson.
1128
1129 2010-04-03  Bruno Haible  <bruno@clisp.org>
1130
1131         localename: Port to MacOS X 10.6.
1132         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1133         memory layout of the locales in MacOS X 10.6 as well.
1134         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1135
1136 2010-04-02  Bruno Haible  <bruno@clisp.org>
1137
1138         gnulib-tool: Ensure that long-running tests are executed last.
1139         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1140         running tests after the one for the other tests.
1141
1142 2010-04-02  Bruno Haible  <bruno@clisp.org>
1143
1144         gnulib-tool: Ensure the tests in the main directory are executed first.
1145         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1146         start with the current directory.
1147
1148 2010-04-02  Bruno Haible  <bruno@clisp.org>
1149
1150         Tests for module 'havelib', moved here from GNU gettext.
1151         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1152         modifications.
1153         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1154         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1155         with modifications.
1156         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1157         modifications.
1158         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1159         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1160         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1161         with modifications.
1162         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1163         with modifications.
1164         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1165         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1166         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1167         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1168         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1169         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1170         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1171         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1172         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1173         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1174         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1175         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1176         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1177         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1178         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1179         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1180         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1181         with modifications.
1182         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1183         with modifications.
1184         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1185         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1186         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1187         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1188         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1189         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1190         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1191         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1192         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1193         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1194         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1195         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1196         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1197         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1198         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1199         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1200         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1201         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1202         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1203         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1204         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1205         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1206         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1207         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1208         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1209         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1210         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1211         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1212         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1213         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1214         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1215         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1216         * tests/havelib/rpathx/rpathx.c: New file, from
1217         gettext/autoconf-lib-link.
1218         * tests/havelib/rpathx/Makefile.am: New file, from
1219         gettext/autoconf-lib-link.
1220         * tests/havelib/rpathx/configure.ac: New file, from
1221         gettext/autoconf-lib-link with modifications.
1222         * tests/havelib/rpathy/rpathy.c: New file, from
1223         gettext/autoconf-lib-link.
1224         * tests/havelib/rpathy/Makefile.am: New file, from
1225         gettext/autoconf-lib-link.
1226         * tests/havelib/rpathy/configure.ac: New file, from
1227         gettext/autoconf-lib-link with modifications.
1228         * tests/havelib/rpathz/rpathz.c: New file, from
1229         gettext/autoconf-lib-link.
1230         * tests/havelib/rpathz/Makefile.am: New file, from
1231         gettext/autoconf-lib-link.
1232         * tests/havelib/rpathz/configure.ac: New file, from
1233         gettext/autoconf-lib-link with modifications.
1234         * tests/havelib/rpathlx/usex.c: New file, from
1235         gettext/autoconf-lib-link.
1236         * tests/havelib/rpathlx/Makefile.am: New file, from
1237         gettext/autoconf-lib-link.
1238         * tests/havelib/rpathlx/configure.ac: New file, from
1239         gettext/autoconf-lib-link with modifications.
1240         * tests/havelib/rpathly/usey.c: New file, from
1241         gettext/autoconf-lib-link.
1242         * tests/havelib/rpathly/Makefile.am: New file, from
1243         gettext/autoconf-lib-link.
1244         * tests/havelib/rpathly/configure.ac: New file, from
1245         gettext/autoconf-lib-link with modifications.
1246         * tests/havelib/rpathlz/usez.c: New file, from
1247         gettext/autoconf-lib-link.
1248         * tests/havelib/rpathlz/Makefile.am: New file, from
1249         gettext/autoconf-lib-link.
1250         * tests/havelib/rpathlz/configure.ac: New file, from
1251         gettext/autoconf-lib-link with modifications.
1252         * tests/havelib/rpathlyx/usey.c: New file, from
1253         gettext/autoconf-lib-link.
1254         * tests/havelib/rpathlyx/Makefile.am: New file, from
1255         gettext/autoconf-lib-link.
1256         * tests/havelib/rpathlyx/configure.ac: New file, from
1257         gettext/autoconf-lib-link with modifications.
1258         * tests/havelib/rpathlzyx/usez.c: New file, from
1259         gettext/autoconf-lib-link.
1260         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1261         gettext/autoconf-lib-link.
1262         * tests/havelib/rpathlzyx/configure.ac: New file, from
1263         gettext/autoconf-lib-link with modifications.
1264         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1265         with modifications.
1266
1267 2010-04-02  Bruno Haible  <bruno@clisp.org>
1268
1269         gnulib-tool: Create distributed built sources also for the tests.
1270         * gnulib-tool (func_create_testdir): Also generate distributed built
1271         sources in the tests directory.
1272
1273 2010-04-02  Bruno Haible  <bruno@clisp.org>
1274
1275         gnulib-tool: Obey user's environment variables.
1276         * gnulib-tool (func_create_testdir): When creating built sources,
1277         respect the environment variables for autoconf, automake, etc. given by
1278         the user.
1279
1280 2010-04-02  Bruno Haible  <bruno@clisp.org>
1281
1282         gnulib-tool: Provide the value of --m4-base to modules.
1283         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1284         of gl_m4_base.
1285
1286 2010-04-02  Eric Blake  <eblake@redhat.com>
1287
1288         maint.mk: fix some fallout
1289         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1290         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1291
1292 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1293
1294         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1295         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1296         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1297         (sc_cast_of_x_alloc_return_value): Likewise.
1298         (sc_cast_of_alloca_return_value): Likewise.
1299         (sc_space_tab): Likewise.
1300         (sc_prohibit_atoi_atof): Likewise.
1301         (sc_prohibit_magic_number_exit): Likewise.
1302         (sc_error_exit_success): Likewise.
1303         (sc_file_system): Likewise.
1304         (sc_prohibit_have_config_h): Likewise.
1305         (sc_require_config_h): Likewise.
1306         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1307         (sc_obsolete_symbols): Likewise.
1308         (sc_changelog): Likewise.
1309         (sc_program_name): Likewise.
1310         (sc_the_the): Likewise.
1311         (sc_trailing_blank): Likewise.
1312         (sc_two_space_separator_in_usage): Likewise.
1313         (sc_useless_cpp_parens): Likewise.
1314         (sc_GPL_version): Likewise.
1315         (sc_GFDL_version): Likewise.
1316         (sc_texinfo_acronym): Likewise.
1317         (sc_prohibit_cvs_keyword): Likewise.
1318         (sc_prohibit_stat_st_blocks): Likewise.
1319         (sc_prohibit_S_IS_definition): Likewise.
1320         (sc_redundant_const): Likewise.
1321         (sc_makefile_TAB_only_indentation): Likewise.
1322         (sc_m4_quote_check): Likewise.
1323         (sc_makefile_path_separator_check): Likewise.
1324         (sc_copyright_check): Likewise.
1325         (sc_Wundef_boolean): Likewise.
1326         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1327
1328         maint.mk: match 0 or more whitespace-before-function-call '('
1329         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1330         that have zero or two-and-more spaces between the function name
1331         and the open parenthesis.
1332         (sc_error_message_warn_fatal): Likewise.
1333         (sc_error_message_uppercase): Likewise.
1334         (sc_error_message_period): Likewise.
1335
1336 2010-03-31  Eric Blake  <eblake@redhat.com>
1337
1338         maint.mk: check for [ as well as test
1339         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1340         Based on a libvirt report by Matthias Bolte.
1341
1342         gnumakefile: don't squelch _version output
1343         * top/GNUmakefile (_version): Create one-shot dependency rather
1344         than using $(shell) when version must be regenerated.
1345         (_autoreconf): Run verbosely, by default.
1346
1347         sys_time: avoid compiler warnings
1348         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1349         unconditional, fixing regression from 2010-03-29.
1350         Reported by Simon Josefsson.
1351
1352 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1353
1354         maint.mk: s/_header_without_use/_sc_header_without_use/
1355         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1356         (sc_prohibit_assert_without_use): Use the new name.
1357         (sc_prohibit_close_stream_without_use): Likewise.
1358         (sc_prohibit_getopt_without_use): Likewise.
1359         (sc_prohibit_quotearg_without_use): Likewise.
1360         (sc_prohibit_quote_without_use): Likewise.
1361         (sc_prohibit_long_options_without_use): Likewise.
1362         (sc_prohibit_inttostr_without_use): Likewise.
1363         (sc_prohibit_ignore_value_without_use): Likewise.
1364         (sc_prohibit_error_without_use): Likewise.
1365         (sc_prohibit_xalloc_without_use): Likewise.
1366         (sc_prohibit_hash_without_use): Likewise.
1367         (sc_prohibit_hash_pjw_without_use): Likewise.
1368         (sc_prohibit_safe_read_without_use): Likewise.
1369         (sc_prohibit_argmatch_without_use): Likewise.
1370         (sc_prohibit_canonicalize_without_use): Likewise.
1371         (sc_prohibit_root_dev_ino_without_use): Likewise.
1372         (sc_prohibit_openat_without_use): Likewise.
1373         (sc_prohibit_c_ctype_without_use): Likewise.
1374         (sc_prohibit_signal_without_use): Likewise.
1375         (sc_prohibit_intprops_without_use): Likewise.
1376
1377 2010-03-30  Eric Blake  <eblake@redhat.com>
1378
1379         maint: improve module indicators
1380         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1381         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1382         columns, and avoid extra macro expansion.
1383
1384         fdopendir: work around FreeBSD bug
1385         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1386         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1387         * modules/dirent (Makefile.am): Substitute it.
1388         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1389         declaration.
1390         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1391         fix.
1392         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1393
1394 2010-03-29  Bruno Haible  <bruno@clisp.org>
1395
1396         Emit #pragma system_header after the inclusion guard, not before.
1397         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1398         guard that spans the entire file, not before. This enables an
1399         optimization in GCC's preprocessor.
1400         * lib/ctype.in.h: Likewise.
1401         * lib/dirent.in.h: Likewise.
1402         * lib/errno.in.h: Likewise.
1403         * lib/float.in.h: Likewise.
1404         * lib/getopt.in.h: Likewise.
1405         * lib/iconv.in.h: Likewise.
1406         * lib/langinfo.in.h: Likewise.
1407         * lib/locale.in.h: Likewise.
1408         * lib/math.in.h: Likewise.
1409         * lib/netdb.in.h: Likewise.
1410         * lib/netinet_in.in.h: Likewise.
1411         * lib/pty.in.h: Likewise.
1412         * lib/sched.in.h: Likewise.
1413         * lib/se-selinux.in.h: Likewise.
1414         * lib/search.in.h: Likewise.
1415         * lib/spawn.in.h: Likewise.
1416         * lib/stdarg.in.h: Likewise.
1417         * lib/stdint.in.h: Likewise.
1418         * lib/string.in.h: Likewise.
1419         * lib/strings.in.h: Likewise.
1420         * lib/sys_file.in.h: Likewise.
1421         * lib/sys_ioctl.in.h: Likewise.
1422         * lib/sys_time.in.h: Likewise.
1423         * lib/sys_times.in.h: Likewise.
1424         * lib/sys_utsname.in.h: Likewise.
1425         * lib/sys_wait.in.h: Likewise.
1426         * lib/sysexits.in.h: Likewise.
1427         * lib/wctype.in.h: Likewise.
1428
1429 2010-03-28  James Youngman  <jay@gnu.org>
1430
1431         save-cwd: don't leak a file descriptor when the caller execs.
1432         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1433         saved file descriptor.
1434         * modules/save-cwd (Depends-on): Depend on cloexec.
1435
1436 2010-03-29  Bruno Haible  <bruno@clisp.org>
1437
1438         Remove vestiges of fts-lgpl module.
1439         * lib/fts_.h: Assume GNULIB_FTS is 1.
1440         * lib/fts.c: Likewise.
1441         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1442
1443 2010-03-28  Bruno Haible  <bruno@clisp.org>
1444
1445         Fix definition of tests witness macro.
1446         * gnulib-tool (func_import): Fix definition of witness macro.
1447
1448 2010-03-28  Bruno Haible  <bruno@clisp.org>
1449
1450         Fix ioctl's protoype on glibc systems.
1451         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1452         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1453         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1454         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1455         signature. If not, arrange to replace the ioctl function.
1456         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1457         REPLACE_IOCTL.
1458         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1459         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1460         Reported by Ludovic Courtès <ludo@gnu.org>.
1461
1462 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1463
1464         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1465         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1466         made it so grep -r --include=GLOB* ... did not work.
1467
1468 2010-03-26  Jim Meyering  <meyering@redhat.com>
1469             Eric Blake  <eblake@redhat.com>
1470
1471         maint.mk: prohibit use of test's -o and -a operators
1472         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1473
1474 2010-03-28  Bruno Haible  <bruno@clisp.org>
1475
1476         Remove unused GNULIB_XYZ macro definitions.
1477         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1478         invocation.
1479
1480 2010-03-28  Bruno Haible  <bruno@clisp.org>
1481
1482         Mark privileged tests modules.
1483         * modules/idpriv-drop-tests (Status): New section.
1484         * modules/idpriv-droptemp-tests (Status): New section.
1485
1486 2010-03-28  Bruno Haible  <bruno@clisp.org>
1487
1488         Split C++ tests into separate tests modules.
1489         * modules/dirent-c++-tests: New file, extracted from
1490         modules/dirent-tests.
1491         * modules/dirent-tests: Depend on it.
1492         * modules/fcntl-h-c++-tests: New file, extracted from
1493         modules/fcntl-h-tests.
1494         * modules/fcntl-h-tests: Depend on it.
1495         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1496         * modules/glob-tests: Depend on it.
1497         * modules/iconv-h-c++-tests: New file, extracted from
1498         modules/iconv-h-tests.
1499         * modules/iconv-h-tests: Depend on it.
1500         * modules/langinfo-c++-tests: New file, extracted from
1501         modules/langinfo-tests.
1502         * modules/langinfo-tests: Depend on it.
1503         * modules/locale-c++-tests: New file, extracted from
1504         modules/locale-tests.
1505         * modules/locale-tests: Depend on it.
1506         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1507         * modules/math-tests: Depend on it.
1508         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1509         * modules/pty-tests: Depend on it.
1510         * modules/search-c++-tests: New file, extracted from
1511         modules/search-tests.
1512         * modules/search-tests: Depend on it.
1513         * modules/signal-c++-tests: New file, extracted from
1514         modules/signal-tests.
1515         * modules/signal-tests: Depend on it.
1516         * modules/spawn-c++-tests: New file, extracted from
1517         modules/spawn-tests.
1518         * modules/spawn-tests: Depend on it.
1519         * modules/stdio-c++-tests: New file, extracted from
1520         modules/stdio-tests.
1521         * modules/stdio-tests: Depend on it.
1522         * modules/stdlib-c++-tests: New file, extracted from
1523         modules/stdlib-tests.
1524         * modules/stdlib-tests: Depend on it.
1525         * modules/string-c++-tests: New file, extracted from
1526         modules/string-tests.
1527         * modules/string-tests: Depend on it.
1528         * modules/sys_ioctl-c++-tests: New file, extracted from
1529         modules/sys_ioctl-tests.
1530         * modules/sys_ioctl-tests: Depend on it.
1531         * modules/sys_select-c++-tests: New file, extracted from
1532         modules/sys_select-tests.
1533         * modules/sys_select-tests: Depend on it.
1534         * modules/sys_socket-c++-tests: New file, extracted from
1535         modules/sys_socket-tests.
1536         * modules/sys_socket-tests: Depend on it.
1537         * modules/sys_stat-c++-tests: New file, extracted from
1538         modules/sys_stat-tests.
1539         * modules/sys_stat-tests: Depend on it.
1540         * modules/sys_time-c++-tests: New file, extracted from
1541         modules/sys_time-tests.
1542         * modules/sys_time-tests: Depend on it.
1543         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1544         * modules/time-tests: Depend on it.
1545         * modules/unistd-c++-tests: New file, extracted from
1546         modules/unistd-tests.
1547         * modules/unistd-tests: Depend on it.
1548         * modules/wchar-c++-tests: New file, extracted from
1549         modules/wchar-tests.
1550         * modules/wchar-tests: Depend on it.
1551         * modules/wctype-c++-tests: New file, extracted from
1552         modules/wctype-tests.
1553         * modules/wctype-tests: Depend on it.
1554         Reported by Simon Josefsson.
1555
1556 2010-03-28  Bruno Haible  <bruno@clisp.org>
1557
1558         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1559         * gnulib-tool (func_exists_module): New function, extracted from
1560         func_verify_module.
1561         (func_verify_module): Use it.
1562         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1563         'foo' only if 'foo' exists.
1564         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1565         module.
1566
1567 2010-03-28  Bruno Haible  <bruno@clisp.org>
1568
1569         gnulib-tool: Add support for special categories of tests.
1570         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1571         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1572         (func_usage): Document them.
1573         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1574         inc_unportable_tests, inc_all_tests): New variables.
1575         (func_acceptable): Consider these variables.
1576         (func_modules_transitive_closure): Make it work when the 'Status' field
1577         consists of multiple words.
1578         (func_import): Store and restore the values of inc_cxx_tests,
1579         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1580         inc_all_tests in gnulib-comp.m4.
1581         (func_create_testdir): Set inc_all_tests to true.
1582         * doc/gnulib.texi (Extra tests modules): New section.
1583         Suggested by Jim Meyering.
1584
1585 2010-03-28  Bruno Haible  <bruno@clisp.org>
1586
1587         ansi-c++-opt: Allow turning off the C++ build by default.
1588         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1589         gl_CXX_CHOICE_DEFAULT_NO is defined.
1590         Requested by Eric Blake.
1591
1592 2010-03-28  Bruno Haible  <bruno@clisp.org>
1593
1594         unistd: Avoid #define replacements in C++ mode.
1595         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1596         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1597         setsockopt, shutdown, select): In C++, attach a warning to the function
1598         if possible, rather than #defining the symbol to a dysfunctional alias.
1599         Reported by John W. Eaton <jwe@gnu.org>.
1600
1601 2010-03-28  Bruno Haible  <bruno@clisp.org>
1602
1603         Fix link errors on mingw.
1604         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1605         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1606         $(LIBSOCKET).
1607         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1608         $(LIBSOCKET).
1609
1610 2010-03-28  Bruno Haible  <bruno@clisp.org>
1611             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1612
1613         lib-ignore: Determine different options for different compilers.
1614         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1615         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1616         Add comments.
1617         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1618         * NEWS: Mention the change.
1619
1620 2010-03-27  Bruno Haible  <bruno@clisp.org>
1621
1622         Remove unused GNULIB_XYZ macro definitions.
1623         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1624         * modules/fseek (configure.ac): Likewise.
1625         * modules/ioctl (configure.ac): Likewise.
1626         * modules/open (configure.ac): Likewise.
1627         * modules/stdlib-safer (configure.ac): Likewise.
1628
1629 2010-03-27  Bruno Haible  <bruno@clisp.org>
1630
1631         Add a remark about certain modules.
1632         * modules/malloc (Comment): New section.
1633         * modules/realloc (Comment): Likewise.
1634         * modules/sigpipe (Comment): Likewise.
1635
1636 2010-03-27  Bruno Haible  <bruno@clisp.org>
1637
1638         Resolve conflict between the two kinds of module indicators.
1639         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1640         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1641         * modules/canonicalize (configure.ac): Invoke
1642         gl_MODULE_INDICATOR_FOR_TESTS.
1643         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1644         GNULIB_XYZ.
1645         * tests/test-dirent-c++.cc: Likewise.
1646         * tests/test-dirent-safer.c: Likewise.
1647         * tests/test-dup2.c: Likewise.
1648         * tests/test-fchdir.c: Likewise.
1649         * tests/test-fcntl-h-c++.cc: Likewise.
1650         * tests/test-getopt.c: Likewise.
1651         * tests/test-getopt.h: Likewise.
1652         * tests/test-langinfo-c++.cc: Likewise.
1653         * tests/test-locale-c++.cc: Likewise.
1654         * tests/test-math-c++.cc: Likewise.
1655         * tests/test-pty-c++.cc: Likewise.
1656         * tests/test-search-c++.cc: Likewise.
1657         * tests/test-signal-c++.cc: Likewise.
1658         * tests/test-spawn-c++.cc: Likewise.
1659         * tests/test-stdio-c++.cc: Likewise.
1660         * tests/test-stdlib-c++.cc: Likewise.
1661         * tests/test-string-c++.cc: Likewise.
1662         * tests/test-sys_ioctl-c++.cc: Likewise.
1663         * tests/test-sys_select-c++.cc: Likewise.
1664         * tests/test-sys_socket-c++.cc: Likewise.
1665         * tests/test-sys_stat-c++.cc: Likewise.
1666         * tests/test-sys_time-c++.cc: Likewise.
1667         * tests/test-time-c++.cc: Likewise.
1668         * tests/test-unistd-c++.cc: Likewise.
1669         * tests/test-wchar-c++.cc: Likewise.
1670         * tests/uninorm/test-u8-nfc.c: Likewise.
1671         * tests/uninorm/test-u8-nfd.c: Likewise.
1672         * tests/uninorm/test-u8-nfkc.c: Likewise.
1673         * tests/uninorm/test-u8-nfkd.c: Likewise.
1674         * tests/uninorm/test-u16-nfc.c: Likewise.
1675         * tests/uninorm/test-u16-nfd.c: Likewise.
1676         * tests/uninorm/test-u16-nfkc.c: Likewise.
1677         * tests/uninorm/test-u16-nfkd.c: Likewise.
1678         * tests/uninorm/test-u32-nfc.c: Likewise.
1679         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1680         * tests/uninorm/test-u32-nfd.c: Likewise.
1681         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1682         * tests/uninorm/test-u32-nfkc.c: Likewise.
1683         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1684         * tests/uninorm/test-u32-nfkd.c: Likewise.
1685         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1686         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1687
1688 2010-03-27  Bruno Haible  <bruno@clisp.org>
1689
1690         Distinguish two kinds of module indicators.
1691         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1692         gl_MODULE_INDICATOR.
1693         (gl_MODULE_INDICATOR): New macro.
1694         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1695         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1696         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1697         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1698         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1699         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1700         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1701         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1702         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1703         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1704         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1705         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1706         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1707         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1708         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1709         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1710         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1711         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1712         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1713         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1714         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1715         * modules/cloexec (configure.ac): Likewise.
1716         * modules/getopt-gnu (configure.ac): Likewise.
1717         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1718         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1719         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1720         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1721
1722 2010-03-27  Bruno Haible  <bruno@clisp.org>
1723
1724         New module description field 'Comment'.
1725         * gnulib-tool: New option --extract-comment.
1726         (func_usage): Document it.
1727         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1728         (func_get_comment): New function.
1729         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1730
1731 2010-03-27  Bruno Haible  <bruno@clisp.org>
1732
1733         Addendum to 2010-02-07 commit.
1734         * gnulib-tool (func_usage): Document --extract-applicability option.
1735
1736 2010-03-27  Bruno Haible  <bruno@clisp.org>
1737
1738         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1739         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1740         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1741         rather than link errors.
1742
1743 2010-03-27  Bruno Haible  <bruno@clisp.org>
1744
1745         Avoid side effects from tests-related modules on the compilation of lib.
1746         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1747         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1748         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1749         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1750         macro.
1751         (func_import): Define a witness macro. Assign it a value that depends
1752         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1753         tests-related modules.
1754         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1755         Reported by Jim Meyering.
1756
1757 2010-03-27  Bruno Haible  <bruno@clisp.org>
1758
1759         Factorize common .m4 code.
1760         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1761         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1762         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1763         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1764         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1765         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1766         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1767         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1768         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1769         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1770         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1771         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1772         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1773         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1774         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1775         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1776         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1777         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1778         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1779         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1780         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1781         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1782         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1783         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1784         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1785         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1786         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1787         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1788         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1789         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1790         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1791         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1792
1793 2010-03-27  Bruno Haible  <bruno@clisp.org>
1794
1795         Fix a compilation error on Cygwin with g++ >= 4.3.
1796         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1797         if it is undefined or if we alias it to chmod.
1798         (lstat): Don't warn about the use of this function if it is undefined
1799         or if we alias it to stat.
1800         Reported by Simon Josefsson.
1801
1802 2010-03-27  Bruno Haible  <bruno@clisp.org>
1803
1804         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1805         * modules/getlogin (configure.ac): Update.
1806
1807         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1808         * modules/getlogin_r (configure.ac): Update.
1809
1810         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1811         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1812         * modules/inet_ntop (configure.ac): Update.
1813
1814         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1815         * modules/inet_pton (configure.ac): Update.
1816
1817         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1818         * modules/mbslen (configure.ac): Update.
1819
1820         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1821         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1822         * modules/forkpty (configure.ac): Update.
1823         * modules/openpty (configure.ac): Update.
1824
1825 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1826
1827         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1828         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1829
1830 2010-03-25  Eric Blake  <eblake@redhat.com>
1831
1832         maint: use pragma consistently across replacement headers
1833         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1834         * lib/dirent.in.h (system_header): Likewise.
1835         * lib/errno.in.h (system_header): Likewise.
1836         * lib/float.in.h (system_header): Likewise.
1837         * lib/getopt.in.h (system_header): Likewise.
1838         * lib/iconv.in.h (system_header): Likewise.
1839         * lib/inttypes.in.h (system_header): Likewise.
1840         * lib/langinfo.in.h (system_header): Likewise.
1841         * lib/locale.in.h (system_header): Likewise.
1842         * lib/math.in.h (system_header): Likewise.
1843         * lib/netdb.in.h (system_header): Likewise.
1844         * lib/netinet_in.in.h (system_header): Likewise.
1845         * lib/pty.in.h (system_header): Likewise.
1846         * lib/sched.in.h (system_header): Likewise.
1847         * lib/se-selinux.in.h (system_header): Likewise.
1848         * lib/search.in.h (system_header): Likewise.
1849         * lib/spawn.in.h (system_header): Likewise.
1850         * lib/stdarg.in.h (system_header): Likewise.
1851         * lib/stdint.in.h (system_header): Likewise.
1852         * lib/string.in.h (system_header): Likewise.
1853         * lib/strings.in.h (system_header): Likewise.
1854         * lib/sys_file.in.h (system_header): Likewise.
1855         * lib/sys_ioctl.in.h (system_header): Likewise.
1856         * lib/sys_socket.in.h (system_header): Likewise.
1857         * lib/sys_times.in.h (system_header): Likewise.
1858         * lib/sys_utsname.in.h (system_header): Likewise.
1859         * lib/sys_wait.in.h (system_header): Likewise.
1860         * lib/sysexits.in.h (system_header): Likewise.
1861         * lib/unistd.in.h (system_header): Likewise.
1862         * lib/wctype.in.h (system_header): Likewise.
1863
1864         arpa/inet: fix mingw compilation warning
1865         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1866         Reported by Matthew Bolte.
1867
1868 2010-03-25  Bruno Haible  <bruno@clisp.org>
1869
1870         Avoid collision between gnulib wrapper and libintl wrapper.
1871         * lib/printf.c (printf): Don't define if a printf wrapper is already
1872         defined in intl/printf.c.
1873         Reported by Michel Boaventura <michel@michelboaventura.com>.
1874
1875 2010-03-25  Bruno Haible  <bruno@clisp.org>
1876
1877         Use ANSI C.
1878         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1879
1880 2010-03-25  Bruno Haible  <bruno@clisp.org>
1881
1882         Minor formatting changes.
1883         * lib/acosl.c: Insert space before function argument list.
1884         * lib/argz.c: Likewise.
1885         * lib/asinl.c: Likewise.
1886         * lib/expl.c: Likewise.
1887         * lib/gen-uni-tables.c: Likewise.
1888         * lib/gettext.h: Likewise.
1889         * lib/glthread/lock.h: Likewise.
1890         * lib/tanl.c: Likewise.
1891         * lib/uniname/uniname.c: Likewise.
1892         * tests/test-idpriv-drop.c: Likewise.
1893         * tests/test-idpriv-droptemp.c: Likewise.
1894         * tests/test-lock.c: Likewise.
1895         * tests/test-tls.c: Likewise.
1896         * lib/argp-help.c: Insert space before function-like macro argument
1897         list.
1898         * lib/memcmp.c: Likewise.
1899         * tests/test-base64.c: Likewise.
1900         * lib/localename.c: Insert space before sizeof's argument list.
1901         * lib/safe-alloc.h: Likewise.
1902         * lib/file-set.h: Insert space before macro argument list.
1903         * tests/test-argp.c: Likewise.
1904         * lib/argp-namefrob.h: Insert space before function parameter list.
1905         * lib/getaddrinfo.c: Likewise.
1906         * lib/netdb.in.h: Likewise.
1907         * lib/parse-duration.h: Likewise.
1908         * lib/parse-duration.c: Likewise.
1909         * lib/poll.c: Likewise.
1910         * lib/select.c: Likewise.
1911         * lib/trim.h: Likewise.
1912         * tests/test-usleep.c: Likewise.
1913         * lib/ldexpl.c: Insert space before function parameter list and before
1914         function argument list.
1915         * lib/logl.c: Likewise.
1916         * lib/sqrtl.c: Likewise.
1917         * lib/trim.c: Likewise.
1918         * lib/cosl.c: Use GNU style indentation. Insert space before function
1919         argument list.
1920         * lib/sinl.c: Likewise.
1921         * lib/tsearch.c: Insert space after 'for'.
1922         Reported by Jim Meyering.
1923
1924 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1925
1926         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1927         config header before grepping, as it's not present before
1928         autoreconf/configure are run.  Reported by Simon Josefsson.
1929
1930 2010-03-23  Bruno Haible  <bruno@clisp.org>
1931
1932         pt_chown: Make it work with automake < 1.11.
1933         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1934         Reported by Simon Josefsson.
1935
1936 2010-03-23  Bruno Haible  <bruno@clisp.org>
1937
1938         pt_chown: Don't depend on GPLed modules.
1939         * lib/pt_chown.c: Don't include idpriv.h.
1940         (main): Don't drop privileges.
1941         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1942         Reported by Simon Josefsson.
1943
1944 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1945
1946         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1947         suggestions from karl@freefriends.org (Karl Berry).
1948
1949 2010-03-22  Eric Blake  <eblake@redhat.com>
1950
1951         gethostname: further tweaks
1952         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1953         are overriding gethostname.
1954         Suggested by Bruno Haible.
1955
1956 2010-03-21  Bruno Haible  <bruno@clisp.org>
1957
1958         Fix comments.
1959         * lib/forkpty.c (rpl_forkpty): Fix comment.
1960         * lib/openpty.c (rpl_openpty): Likewise.
1961         Reported by Eric Blake.
1962
1963 2010-03-22  Eric Blake  <eblake@redhat.com>
1964
1965         gethostname: fix build on mingw
1966         * lib/unistd.in.h (includes): Work around fact that mingw
1967         <winsock2.h> re-includes <unistd.h>, by avoiding any
1968         redeclarations if we are being included by <winsock2.h>.
1969         Reported by Matthias Bolte.
1970
1971 2010-03-21  Bruno Haible  <bruno@clisp.org>
1972
1973         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1974         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1975         modifications.
1976         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1977         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1978         provide the replacement.
1979         * modules/forkpty (Depends-on): Add openpty, login_tty.
1980         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1981         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1982         * doc/glibc-functions/forkpty.texi: More supported platforms.
1983         * config/srclist.txt: Add forkpty.c (commented).
1984
1985 2010-03-21  Bruno Haible  <bruno@clisp.org>
1986
1987         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1988         (Makefile.am): Verify that PTY_LIB is defined.
1989
1990         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1991
1992 2010-03-21  Bruno Haible  <bruno@clisp.org>
1993
1994         Tests for module 'login_tty'.
1995         * modules/login_tty-tests: New file.
1996         * tests/test-login_tty.c: New file.
1997
1998         New module 'login_tty'.
1999         * lib/login_tty.c: New file.
2000         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
2001         * modules/login_tty: New file.
2002         * doc/glibc-functions/login_tty.texi: Mention the new module.
2003
2004 2010-03-21  Bruno Haible  <bruno@clisp.org>
2005
2006         login_tty: Documentation.
2007         * doc/glibc-functions/login_tty.texi: New file.
2008         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
2009
2010 2010-03-21  Bruno Haible  <bruno@clisp.org>
2011
2012         pty: Consistent macro naming.
2013         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
2014         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
2015         * modules/pty (configure.ac): Update.
2016
2017 2010-03-21  Bruno Haible  <bruno@clisp.org>
2018
2019         Tests for openpty: Make stricter.
2020         * tests/test-openpty.c (main): Add test of canonical processing and
2021         erase.
2022         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
2023
2024         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2025         * lib/openpty.c (openpty): New replacement function.
2026         * lib/pty.in.h: Include <termios.h>.
2027         (openpty): Update declaration. Add comments.
2028         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
2029         is not declared, arrange to provide the replacement. Check for _getpty
2030         and posix_openpt.
2031         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
2032         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
2033         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
2034         * modules/pty-tests (test_pty_c___LDADD): New variable.
2035         * doc/glibc-functions/openpty.texi: More supported platforms.
2036
2037 2010-03-21  Bruno Haible  <bruno@clisp.org>
2038
2039         setenv: Tweaks.
2040         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
2041         the test program.
2042         * doc/posix-functions/setenv.texi: Update platforms list.
2043
2044 2010-03-21  Bruno Haible  <bruno@clisp.org>
2045
2046         New module 'unlockpt'.
2047         * lib/unlockpt.c: New file, from glibc with modifications.
2048         * m4/unlockpt.m4: New file.
2049         * modules/unlockpt: New file.
2050         * lib/stdlib.in.h (unlockpt): New declaration.
2051         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2052         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2053         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2054         HAVE_UNLOCKPT.
2055         * doc/posix-functions/unlockpt.texi: Mention the new module.
2056         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2057         * config/srclist.txt: Add unlockpt.c (commented).
2058
2059 2010-03-21  Jim Meyering  <meyering@redhat.com>
2060
2061         maint.mk: prohibit inclusion of "intprops.h" without use
2062         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2063
2064 2010-03-21  Bruno Haible  <bruno@clisp.org>
2065
2066         New module 'grantpt'.
2067         * lib/grantpt.c: New file, from glibc with modifications.
2068         * m4/grantpt.m4: New file.
2069         * modules/grantpt: New file.
2070         * lib/stdlib.in.h (grantpt): New declaration.
2071         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2072         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2073         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2074         HAVE_GRANTPT.
2075         * doc/posix-functions/grantpt.texi: Mention the new module.
2076         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2077         * config/srclist.txt: Add grantpt.c (commented).
2078
2079 2010-03-21  Bruno Haible  <bruno@clisp.org>
2080
2081         New module 'pt_chown'.
2082         * lib/pt_chown.c: New file, from glibc with modifications.
2083         * lib/pty-private.h: New file, from glibc with modifications.
2084         * modules/pt_chown: New file.
2085         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2086
2087 2010-03-21  Bruno Haible  <bruno@clisp.org>
2088
2089         Tests for module 'ptsname'.
2090         * modules/ptsname-tests: New file.
2091         * tests/test-ptsname.c: New file.
2092
2093         New module 'ptsname'.
2094         * lib/ptsname.c: New file, from glibc with modifications.
2095         * m4/ptsname.m4: New file.
2096         * modules/ptsname: New file.
2097         * lib/stdlib.in.h (ptsname): New declaration.
2098         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2099         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2100         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2101         HAVE_PTSNAME.
2102         * doc/posix-functions/ptsname.texi: Mention the new module.
2103         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2104         * config/srclist.txt: Add ptsname.c (commented).
2105
2106 2010-03-21  Bruno Haible  <bruno@clisp.org>
2107
2108         Tests for module 'ttyname_r'.
2109         * modules/ttyname_r-tests: New file.
2110         * tests/test-ttyname_r.c: New file.
2111
2112         New module 'ttyname_r'.
2113         * lib/ttyname_r.c: New file.
2114         * m4/ttyname_r.m4: New file.
2115         * modules/ttyname_r: New file.
2116         * lib/unistd.in.h (ttyname_r): New declaration.
2117         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2118         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2119         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2120         HAVE_TTYNAME_R.
2121         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2122         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2123
2124 2010-03-20  Bruno Haible  <bruno@clisp.org>
2125
2126         signal: Undefine macro definitions in C++ mode.
2127         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2128         sigfillset): Undefine macro definitions from the system header in C++
2129         mode.
2130         Reported by John W. Eaton <jwe@gnu.org>.
2131
2132 2010-03-20  Bruno Haible  <bruno@clisp.org>
2133
2134         Ensure no #include statements inside extern "C" { ... }.
2135         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2136         contain #include statements.
2137         * lib/time.in.h: Likewise.
2138
2139 2010-03-20  Bruno Haible  <bruno@clisp.org>
2140
2141         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2142         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2143         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2144         Reported by John W. Eaton <jwe@gnu.org>.
2145
2146 2010-03-20  Bruno Haible  <bruno@clisp.org>
2147
2148         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2149         Reported by Jim Meyering.
2150
2151 2010-03-20  Bruno Haible  <bruno@clisp.org>
2152
2153         pipe: Set errno upon failure.
2154         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2155         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2156         errno value in error message.
2157
2158 2010-03-20  Bruno Haible  <bruno@clisp.org>
2159             Jim Meyering  <meyering@redhat.com>
2160
2161         lchown: Avoid "unused variable" warning.
2162         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2163
2164 2010-03-20  Bruno Haible  <bruno@clisp.org>
2165
2166         Work around unlink() bug on MacOS X 10.5.6.
2167         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2168         attempting to unlink a parent directory.
2169         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2170         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2171         activate for the replacement function.
2172         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2173
2174 2010-03-20  Bruno Haible  <bruno@clisp.org>
2175
2176         Fix link errors on Solaris 8.
2177         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2178         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2179
2180 2010-03-19  Jim Meyering  <meyering@redhat.com>
2181
2182         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2183         The _LIBC implementation of build_range_exp correctly honors the
2184         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2185         However, the non-_LIBC implementation would ignore that syntax-bit
2186         flag and return REG_ERANGE unconditionally.
2187         This change makes it honor that flag.
2188         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2189         Make two pointer parameters "const".
2190         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2191         (parse_bracket_exp): Update caller.
2192
2193         regex.m4: correct the reversed range endpoint ([b-a]) test
2194         * m4/regex.m4: When requiring that [b-a] evoke failure,
2195         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2196         test pass once again for x86-based systems.
2197
2198 2010-03-19  Bruno Haible  <bruno@clisp.org>
2199
2200         scandir: Fix link error on Solaris 8.
2201         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2202         macros.
2203
2204 2010-03-19  Bruno Haible  <bruno@clisp.org>
2205
2206         getusershell: Fix documentation.
2207         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2208         module.
2209         * doc/glibc-functions/setusershell.texi: Likewise.
2210
2211         getusershell: Provide declaration, missing on Solaris 9.
2212         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2213         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2214         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2215         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2216         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2217         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2218         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2219         HAVE_GETUSERSHELL.
2220         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2221
2222 2010-03-19  Bruno Haible  <bruno@clisp.org>
2223
2224         wctype: Provide iswblank function.
2225         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2226         exists and is fine.
2227         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2228         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2229         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2230         * doc/posix-functions/iswblank.texi: Update.
2231
2232 2010-03-19  Bruno Haible  <bruno@clisp.org>
2233
2234         Tests of module 'pty' in C++ mode.
2235         * modules/pty-tests: New file.
2236         * tests/test-pty-c++.cc: New file.
2237         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2238
2239 2010-03-19  Eric Blake  <eblake@redhat.com>
2240
2241         logb: fix documentation
2242         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2243         1.5 declaration bug.
2244
2245         forkpty, openpty: prefer glibc's const-safe prototype
2246         * lib/forkpty.c (rpl_forkpty): New file.
2247         * lib/openpty.c (rpl_openpty): Likewise.
2248         * modules/forkpty (Files): Distribute it.
2249         * modules/openpty (Files): Likewise.
2250         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2251         check...
2252         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2253         replacement for for non-const BSD signature.
2254         * modules/pty (Makefile.am): Substitute witnesses.
2255         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2256         * tests/test-forkpty.c: Update signature check.
2257         * tests/test-openpty.c: Likewise.
2258         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2259         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2260
2261         forkpty, openpty: split functions into new modules
2262         * modules/pty (Makefile.am): Substitute new witnesses.
2263         (Libraries): Move library detection...
2264         * modules/forkpty: ...into new module.
2265         * modules/openpty: Another new module.
2266         * modules/pty-tests: Rename and split...
2267         * modules/forkpty-tests: ...to this...
2268         * modules/openpty-tests: ...and this.
2269         * tests/test-pty.c: Rename and split...
2270         * tests/test-forkpty.c: ...to this...
2271         * tests/test-openpty.c: ...and this.
2272         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2273         (gl_PTY): Split library searching...
2274         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2275         (gl_FORKPTY, gl_OPENPTY): New macros.
2276         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2277         * NEWS: Mention the split.
2278         * MODULES.html.sh (Misc): Document the modules.
2279         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2280         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2281
2282         pty: improve replacement header
2283         * lib/pty.in.h: New file.
2284         * modules/pty (Files): Ship it.
2285         (Makefile.am): Always build replacement.
2286         * m4/pty.m4: Rename...
2287         * m4/pty_h.m4: ...to this.
2288         (gl_PTY): Modernize setting of witness macros; update check of
2289         forkpty to take proper advantage of cache.
2290         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2291
2292         getopt: avoid compiler warning
2293         * lib/getopt.c (attribute_hidden): Remove unused macro.
2294
2295 2010-03-18  Bruno Haible  <bruno@clisp.org>
2296
2297         Fix link errors on Solaris 8.
2298         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2299         * modules/search-tests (test_search_c___LDADD): Likewise.
2300         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2301         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2302         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2303         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2304         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2305         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2306         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2307
2308 2010-03-18  Bruno Haible  <bruno@clisp.org>
2309
2310         Fix bug introduced on 2010-03-14.
2311         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2312         (gl_SPAWN_H): Require it.
2313         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2314         Reported by Simon Josefsson.
2315
2316 2010-03-18  Bruno Haible  <bruno@clisp.org>
2317
2318         Fix typo introduced on 2009-12-31.
2319         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2320         posix_spawn_file_actions_adddup2.
2321
2322 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2323         and Eric Blake  <eblake@redhat.com>
2324
2325         test-vc-list-files-git: make more robust
2326         * tests/test-vc-list-files-git.sh: Unset problematic environment
2327         variables.  Chain commands together.
2328
2329 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2330
2331         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2332         `AC_CHECK_DECL' invocation.
2333
2334 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2335
2336         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2337         appears before executable statements. Suggested by Petr Sumbera
2338         <Petr.Sumbera@Sun.COM>.
2339
2340 2010-03-14  Bruno Haible  <bruno@clisp.org>
2341
2342         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2343         portability problems. Instead use a simpler test.
2344         (main): Check that invalid arguments are rejected only on Linux.
2345
2346 2010-03-14  Bruno Haible  <bruno@clisp.org>
2347
2348         Fix bug introduced on 2009-12-31.
2349         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2350         gl_PREREQ_SYS_H_WINSOCK2 always.
2351         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2352         SYS_SOCKET_H variable.
2353         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2354         Update comments.
2355         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2356         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2357         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2358         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2359         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2360
2361 2010-03-14  Bruno Haible  <bruno@clisp.org>
2362
2363         Fix values returned by sinl, cosl.
2364         * lib/trigl.h: Add specification comments.
2365         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2366         that combines the values from the precomputed table with the values of
2367         the Chebyshev polynomials.
2368
2369 2010-03-14  Bruno Haible  <bruno@clisp.org>
2370
2371         Fix compilation error when modules 'posix_spawn[p]' are not used.
2372         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2373         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2374
2375 2010-03-14  Bruno Haible  <bruno@clisp.org>
2376
2377         Fix compilation error on mingw when module 'time_r' is not used.
2378         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2379         is 1.
2380         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2381         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2382         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2383         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2384
2385 2010-03-14  Bruno Haible  <bruno@clisp.org>
2386
2387         Fix compilation error with Sun C.
2388         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2389         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2390         instead of GCC specific ULONG_LONG_MAX.
2391         * lib/xstrtoll.c: Likewise.
2392         * lib/xstrtoull.c: Likewise.
2393
2394 2010-03-13  Bruno Haible  <bruno@clisp.org>
2395
2396         Allow the user to disable C++ code and tests.
2397         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2398         (gl_PROG_ANSI_CXX): Require it.
2399
2400 2010-03-13  Bruno Haible  <bruno@clisp.org>
2401
2402         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2403         cases.
2404
2405 2010-03-13  Bruno Haible  <bruno@clisp.org>
2406
2407         Test that gnulib does not break the standard C++ headers.
2408         * tests/test-locale-c++2.cc: New file.
2409         * modules/locale-tests (Files): Add it.
2410         (Makefile.am): Compile it for test-locale-c++.
2411         * tests/test-math-c++2.cc: New file.
2412         * modules/math-tests (Files): Add it.
2413         (Makefile.am): Compile it for test-math-c++.
2414         * tests/test-signal-c++2.cc: New file.
2415         * modules/signal-tests (Files): Add it.
2416         (Makefile.am): Compile it for test-signal-c++.
2417         * tests/test-stdio-c++2.cc: New file.
2418         * modules/stdio-tests (Files): Add it.
2419         (Makefile.am): Compile it for test-stdio-c++.
2420         * tests/test-stdlib-c++2.cc: New file.
2421         * modules/stdlib-tests (Files): Add it.
2422         (Makefile.am): Compile it for test-stdlib-c++.
2423         * tests/test-string-c++2.cc: New file.
2424         * modules/string-tests (Files): Add it.
2425         (Makefile.am): Compile it for test-string-c++.
2426         * tests/test-time-c++2.cc: New file.
2427         * modules/time-tests (Files): Add it.
2428         (Makefile.am): Compile it for test-time-c++.
2429         Reported by John W. Eaton <jwe@gnu.org>.
2430
2431 2010-03-13  Bruno Haible  <bruno@clisp.org>
2432
2433         * gnulib-tool (func_usage): Clarify which options are available for
2434         --create-testdir and --create-megatestdir.
2435
2436 2010-03-13  Bruno Haible  <bruno@clisp.org>
2437
2438         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2439         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2440         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2441         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2442         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2443         when appropriate.
2444         Reported by Jim Meyering.
2445
2446 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2447
2448         * gnulib-tool (func_import): Explain origin of code.
2449
2450 2010-03-12  Bruno Haible  <bruno@clisp.org>
2451
2452         Fix problem with automake's definition of CXXLINK.
2453         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2454         Reported by Simon Josefsson and Ludovic Courtès.
2455
2456 2010-03-12  Bruno Haible  <bruno@clisp.org>
2457
2458         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2459         stable releases.
2460
2461 2010-03-11  Bruno Haible  <bruno@clisp.org>
2462
2463         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2464         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2465         whether the system provides one variant or multiple variants of the
2466         function.
2467         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2468         C++ compilers.
2469         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2470         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2471         Reported by Jim Meyering.
2472
2473 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2474
2475         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2476
2477 2010-03-08  Bruno Haible  <bruno@clisp.org>
2478
2479         gnulib-tool: Add support for --libtool in --create-testdir.
2480         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2481         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2482
2483 2010-03-08  Eric Blake  <eblake@redhat.com>
2484
2485         gnulib-tool.texi: mention possibility of git submodule
2486         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2487         submodules.
2488         * doc/.gitignore: Ignore another generated file.
2489
2490 2010-03-08  Karl Berry  <karl@gnu.org>
2491
2492         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2493         of committing gnulib files while skipping others.
2494
2495 2010-03-07  Bruno Haible  <bruno@clisp.org>
2496
2497         Tests of module 'wctype' in C++ mode.
2498         * tests/test-wctype-c++.cc: New file.
2499         * modules/wctype-tests (Files): Add it and tests/signature.h.
2500         (Depends-on): Add ansi-c++-opt.
2501         (Makefile.am): Arrange to compile and run test-wctype-c++.
2502
2503         Tests of module 'wchar' in C++ mode.
2504         * tests/test-wchar-c++.cc: New file.
2505         * modules/wchar-tests (Files): Add it and tests/signature.h.
2506         (Depends-on): Add ansi-c++-opt.
2507         (Makefile.am): Arrange to compile and run test-wchar-c++.
2508         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2509         gl_MODULE_INDICATOR.
2510
2511         Tests of module 'unistd' in C++ mode.
2512         * tests/test-unistd-c++.cc: New file.
2513         * modules/unistd-tests (Files): Add it and tests/signature.h.
2514         (Depends-on): Add ansi-c++-opt.
2515         (Makefile.am): Arrange to compile and run test-unistd-c++.
2516         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2517         gl_MODULE_INDICATOR.
2518
2519         Tests of module 'time' in C++ mode.
2520         * tests/test-time-c++.cc: New file.
2521         * modules/time-tests (Files): Add it and tests/signature.h.
2522         (Depends-on): Add ansi-c++-opt.
2523         (Makefile.am): Arrange to compile and run test-time-c++.
2524         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2525
2526         Tests of module 'sys_time' in C++ mode.
2527         * tests/test-sys_time-c++.cc: New file.
2528         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2529         (Depends-on): Add ansi-c++-opt.
2530         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2531         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2532         gl_MODULE_INDICATOR.
2533
2534         Tests of module 'sys_stat' in C++ mode.
2535         * tests/test-sys_stat-c++.cc: New file.
2536         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2537         (Depends-on): Add ansi-c++-opt.
2538         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2539         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2540         gl_MODULE_INDICATOR.
2541
2542         Tests of module 'sys_socket' in C++ mode.
2543         * tests/test-sys_socket-c++.cc: New file.
2544         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2545         (Depends-on): Add ansi-c++-opt.
2546         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2547         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2548         gl_MODULE_INDICATOR.
2549
2550         Tests of module 'sys_select' in C++ mode.
2551         * tests/test-sys_select-c++.cc: New file.
2552         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2553         (Depends-on): Add ansi-c++-opt.
2554         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2555         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2556         gl_MODULE_INDICATOR.
2557
2558         Tests of module 'sys_ioctl' in C++ mode.
2559         * tests/test-sys_ioctl-c++.cc: New file.
2560         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2561         (Depends-on): Add ansi-c++-opt.
2562         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2563         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2564         gl_MODULE_INDICATOR.
2565
2566         Tests of module 'string' in C++ mode.
2567         * tests/test-string-c++.cc: New file.
2568         * modules/string-tests (Files): Add it and tests/signature.h.
2569         (Depends-on): Add ansi-c++-opt.
2570         (Makefile.am): Arrange to compile and run test-string-c++.
2571         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2572         gl_MODULE_INDICATOR.
2573
2574         Tests of module 'stdlib' in C++ mode.
2575         * tests/test-stdlib-c++.cc: New file.
2576         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2577         (Depends-on): Add ansi-c++-opt.
2578         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2579         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2580         gl_MODULE_INDICATOR.
2581
2582         Tests of module 'stdio' in C++ mode.
2583         * tests/test-stdio-c++.cc: New file.
2584         * modules/stdio-tests (Files): Add it and tests/signature.h.
2585         (Depends-on): Add ansi-c++-opt.
2586         (Makefile.am): Arrange to compile and run test-stdio-c++.
2587         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2588         gl_MODULE_INDICATOR.
2589
2590         Tests of module 'spawn' in C++ mode.
2591         * tests/test-spawn-c++.cc: New file.
2592         * modules/spawn-tests (Files): Add it and tests/signature.h.
2593         (Depends-on): Add ansi-c++-opt.
2594         (Makefile.am): Arrange to compile and run test-spawn-c++.
2595         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2596         gl_MODULE_INDICATOR.
2597
2598         Tests of module 'signal' in C++ mode.
2599         * tests/test-signal-c++.cc: New file.
2600         * modules/signal-tests (Files): Add it and tests/signature.h.
2601         (Depends-on): Add ansi-c++-opt.
2602         (Makefile.am): Arrange to compile and run test-signal-c++.
2603         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2604         gl_MODULE_INDICATOR.
2605
2606         Tests of module 'search' in C++ mode.
2607         * tests/test-search-c++.cc: New file.
2608         * modules/search-tests (Files): Add it and tests/signature.h.
2609         (Depends-on): Add ansi-c++-opt.
2610         (Makefile.am): Arrange to compile and run test-search-c++.
2611         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2612         gl_MODULE_INDICATOR.
2613
2614         Tests of module 'math' in C++ mode.
2615         * tests/test-math-c++.cc: New file.
2616         * modules/math-tests (Files): Add it and tests/signature.h.
2617         (Depends-on): Add ansi-c++-opt.
2618         (Makefile.am): Arrange to compile and run test-math-c++.
2619         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2620
2621         Tests of module 'locale' in C++ mode.
2622         * tests/test-locale-c++.cc: New file.
2623         * modules/locale-tests (Files): Add it and tests/signature.h.
2624         (Depends-on): Add ansi-c++-opt.
2625         (Makefile.am): Arrange to compile and run test-locale-c++.
2626         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2627         gl_MODULE_INDICATOR.
2628
2629         Tests of module 'langinfo' in C++ mode.
2630         * tests/test-langinfo-c++.cc: New file.
2631         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2632         (Depends-on): Add ansi-c++-opt.
2633         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2634         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2635         gl_MODULE_INDICATOR.
2636
2637         Tests of module 'iconv-h' in C++ mode.
2638         * tests/test-iconv-h-c++.cc: New file.
2639         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2640         (Depends-on): Add ansi-c++-opt.
2641         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2642
2643         Tests of module 'glob' in C++ mode.
2644         * tests/test-glob-c++.cc: New file.
2645         * modules/glob-tests (Files): Add it.
2646         (Depends-on): Add ansi-c++-opt.
2647         (Makefile.am): Arrange to compile and run test-glob-c++.
2648
2649         Tests of module 'fcntl-h' in C++ mode.
2650         * tests/test-fcntl-h-c++.cc: New file.
2651         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2652         (Depends-on): Add ansi-c++-opt.
2653         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2654         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2655         gl_MODULE_INDICATOR.
2656
2657         Tests of module 'dirent' in C++ mode.
2658         * tests/test-dirent-c++.cc: New file.
2659         * modules/dirent-tests (Files): Add it and tests/signature.h.
2660         (Depends-on): Add ansi-c++-opt.
2661         (Makefile.am): Arrange to compile and run test-dirent-c++.
2662         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2663         gl_MODULE_INDICATOR.
2664
2665         New module 'ansi-c++-opt'.
2666         * modules/ansi-c++-opt: New file.
2667         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2668
2669         Document C++ namespace mode.
2670         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2671
2672         wctype: Avoid #define replacements in C++ mode.
2673         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2674         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2675         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2676         In C++, define a namespaced alias symbol.
2677         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2678         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2679         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2680         rule.
2681
2682         wchar: Avoid #define replacements in C++ mode.
2683         * lib/wchar.in.h: Include c++defs.h.
2684         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2685         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2686         symbol.
2687         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2688         * modules/wchar (Depends-on): Add c++defs.
2689         (Makefile.am): Update wchar.h rule.
2690
2691         unistd: Avoid #define replacements in C++ mode.
2692         * lib/unistd.in.h: Include c++defs.h.
2693         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2694         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2695         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2696         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2697         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2698         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2699         symbol.
2700         (environ): Update.
2701         * modules/unistd (Depends-on): Add c++defs.
2702         (Makefile.am): Update unistd.h rule.
2703
2704         time: Avoid #define replacements in C++ mode.
2705         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2706         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2707         define a namespaced alias symbol.
2708         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2709         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2710         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2711         * modules/time (Depends-on): Add c++defs, warn-on-use.
2712         (Makefile.am): Update time.h rule.
2713         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2714         * modules/nanosleep (configure.ac): Likewise.
2715         * modules/strptime (configure.ac): Likewise.
2716         * modules/timegm (configure.ac): Likewise.
2717
2718         sys_time: Avoid #define replacements in C++ mode.
2719         * lib/sys_time.in.h: Include c++defs.h.
2720         (gettimeofday): In C++, define a namespaced alias symbol.
2721         * modules/sys_time (Depends-on): Add c++defs.
2722         (Makefile.am): Update sys/time.h rule.
2723
2724         sys_stat: Avoid #define replacements in C++ mode.
2725         * lib/sys_stat.in.h: Include c++defs.h.
2726         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2727         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2728         namespaced alias symbol.
2729         In C++, define a namespaced alias symbol.
2730         * modules/sys_stat (Depends-on): Add c++defs.
2731         (Makefile.am): Update sys/stat.h rule.
2732
2733         sys_socket: Avoid #define replacements in C++ mode.
2734         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2735         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2736         definitions also when the system has a <sys/socket.h>.
2737         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2738         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2739         In C++, define a namespaced alias symbol.
2740         * modules/sys_socket (Depends-on): Add c++defs.
2741         (Makefile.am): Update sys/socket.h rule.
2742
2743         sys_select: Avoid #define replacements in C++ mode.
2744         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2745         definitions also when the system has a <sys/select.h>.
2746         (select): In C++, define a namespaced alias symbol.
2747         * modules/sys_select (Depends-on): Add c++defs.
2748         (Makefile.am): Update sys/select.h rule.
2749
2750         sys_ioctl: Avoid #define replacements in C++ mode.
2751         * lib/sys_ioctl.in.h: Include c++defs.h.
2752         (ioctl): In C++, define a namespaced alias symbol.
2753         * modules/sys_ioctl (Depends-on): Add c++defs.
2754         (Makefile.am): Update sys/ioctl.h rule.
2755
2756         string: Avoid #define replacements in C++ mode.
2757         * lib/string.in.h: Include c++defs.h.
2758         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2759         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2760         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2761         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2762         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2763         * modules/string (Depends-on): Add c++defs.
2764         (Makefile.am): Update string.h rule.
2765
2766         stdlib: Avoid #define replacements in C++ mode.
2767         * lib/stdlib.in.h: Include c++defs.h.
2768         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2769         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2770         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2771         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2772         symbol.
2773         * modules/stdlib (Depends-on): Add c++defs.
2774         (Makefile.am): Update stdlib.h rule.
2775
2776         stdio: Avoid #define replacements in C++ mode.
2777         * lib/stdio.in.h: Include c++defs.h.
2778         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2779         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2780         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2781         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2782         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2783         namespaced alias symbol.
2784         * modules/stdio (Depends-on): Add c++defs.
2785         (Makefile.am): Update stdio.h rule.
2786
2787         spawn: Avoid #define replacements in C++ mode.
2788         * lib/spawn.in.h: Include c++defs.h.
2789         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2790         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2791         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2792         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2793         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2794         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2795         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2796         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2797         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2798         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2799         In C++, define a namespaced alias symbol.
2800         * modules/spawn (Depends-on): Add c++defs.
2801         (Makefile.am): Update spawn.h rule.
2802
2803         signal: Avoid #define replacements in C++ mode.
2804         * lib/signal.in.h: Include c++defs.h.
2805         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2806         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2807         namespaced alias symbol.
2808         * modules/signal (Depends-on): Add c++defs.
2809         (Makefile.am): Update signal.h rule.
2810
2811         search: Avoid #define replacements in C++ mode.
2812         * lib/search.in.h: Include c++defs.h.
2813         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2814         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2815         symbol.
2816         * modules/search (Depends-on): Add c++defs.
2817         (Makefile.am): Update search.h rule.
2818
2819         math: Avoid #define replacements in C++ mode.
2820         * lib/math.in.h: Include c++defs.h.
2821         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2822         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2823         trunc, truncl): In C++, define a namespaced alias symbol.
2824         * modules/math (Depends-on): Add c++defs.
2825         (Makefile.am): Update math.h rule.
2826
2827         locale: Avoid #define replacements in C++ mode.
2828         * lib/locale.in.h: Include c++defs.h.
2829         (duplocale): In C++, define a namespaced alias symbol.
2830         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2831         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2832         * modules/locale (Depends-on): Add c++defs.
2833         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2834
2835         langinfo: Avoid #define replacements in C++ mode.
2836         * lib/langinfo.in.h: Include c++defs.h.
2837         (nl_langinfo): In C++, define a namespaced alias symbol.
2838         * modules/langinfo (Depends-on): Add c++defs.
2839         (Makefile.am): Update langinfo.h rule.
2840
2841         iconv-h: Avoid #define replacements in C++ mode.
2842         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2843         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2844         symbol.
2845         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2846         whenever iconv is present.
2847         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2848         (Makefile.am): Update iconv.h rule.
2849
2850         glob: Avoid #define replacements in C++ mode.
2851         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2852         (_gl_glob_errfunc_fn): New type.
2853         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2854         symbol.
2855         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2856         (Makefile.am): Update glob.h rule.
2857
2858         fcntl-h: Avoid #define replacements in C++ mode.
2859         * lib/fcntl.in.h: Include c++defs.h.
2860         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2861         * modules/fcntl-h (Depends-on): Add c++defs.
2862         (Makefile.am): Update fcntl.h rule.
2863
2864         dirent: Avoid #define replacements in C++ mode.
2865         * lib/dirent.in.h: Include c++defs.h.
2866         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2867         namespaced alias symbol.
2868         (dirfd): Update declaration.
2869         * modules/dirent (Depends-on): Add c++defs.
2870         (Makefile.am): Update dirent.h rule.
2871
2872         ctype: Make it usable in C++ code.
2873         * lib/ctype.in.h: Include c++defs.h.
2874         (isblank): Declare as extern "C".
2875         * modules/ctype (Depends-on): Add c++defs.
2876         (Makefile.am): Update ctype.h rule.
2877
2878         New module 'c++defs'.
2879         * modules/c++defs: New file.
2880         * build-aux/c++defs.h: New file.
2881         Reported by John W. Eaton <jwe@gnu.org>.
2882
2883 2010-03-07  Bruno Haible  <bruno@clisp.org>
2884
2885         logb: Provide missing declaration for Cygwin.
2886         * lib/math.in.h (logb): New declaration.
2887         * m4/logb.m4: New file.
2888         * modules/logb (Files): Add m4/logb.m4.
2889         (Depends-on): Add math.
2890         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2891         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2892         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2893         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2894         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2895
2896 2010-03-07  Bruno Haible  <bruno@clisp.org>
2897
2898         Fix test-cond link error.
2899         * tests/test-cond.c: Include <stdio.h>.
2900
2901 2010-03-07  Bruno Haible  <bruno@clisp.org>
2902
2903         Fix test-dirent-safer link error.
2904         * modules/dirent-safer-tests (Makefile.am): Define
2905         test_dirent_safer_LDADD.
2906
2907 2010-03-07  Bruno Haible  <bruno@clisp.org>
2908
2909         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2910         among default module list.
2911
2912 2010-03-07  Bruno Haible  <bruno@clisp.org>
2913
2914         Fix link error on platforms with GNU libiconv.
2915         * modules/unistr/u8-strcoll-tests (Makefile): Define
2916         test_u8_strcoll_LDADD.
2917         * modules/unistr/u16-strcoll-tests (Makefile): Define
2918         test_u16_strcoll_LDADD.
2919         * modules/unistr/u32-strcoll-tests (Makefile): Define
2920         test_u32_strcoll_LDADD.
2921
2922 2010-03-07  Bruno Haible  <bruno@clisp.org>
2923
2924         Use POSIX declarations for socket functions.
2925         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2926         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2927         rpl_sendto): Change declaration to match POSIX.
2928         * lib/connect.c (rpl_connect): Likewise.
2929         * lib/accept.c (rpl_accept): Likewise.
2930         * lib/bind.c (rpl_bind): Likewise.
2931         * lib/getpeername.c (rpl_getpeername): Likewise.
2932         * lib/getsockname.c (rpl_getsockname): Likewise.
2933         * lib/recv.c (rpl_recv): Likewise.
2934         * lib/send.c (rpl_send): Likewise.
2935         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2936         * lib/sendto.c (rpl_sendto): Likewise.
2937
2938 2010-03-06  Bruno Haible  <bruno@clisp.org>
2939
2940         Clarify access, euidaccess, faccessat.
2941         * doc/posix-functions/faccessat.texi: Mention security problem under
2942         "Other problems", not "Portability problems".
2943         * doc/posix-functions/access.texi: Likewise. Mention a related security
2944         problem.
2945         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2946         * lib/euidaccess.c: Add comments about platforms.
2947         * lib/unistd.in.h (access, euidaccess): Add warnings.
2948
2949 2010-03-07  Bruno Haible  <bruno@clisp.org>
2950
2951         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2952         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2953         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2954         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2955         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2956         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2957         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2958         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2959         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2960         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2961         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2962         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2963         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2964         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2965         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2966         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2967         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2968         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2969         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2970         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2971         Likewise.
2972         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2973         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2974         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2975         Likewise.
2976         * tests/test-spawn.c (main): Make it work when
2977         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2978
2979 2010-03-07  Bruno Haible  <bruno@clisp.org>
2980
2981         Fix incorrect Makefile.am generation in German locale.
2982         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2983         Execute sed command with character range in C locale.
2984
2985 2010-03-06  Bruno Haible  <bruno@clisp.org>
2986
2987         Tests for module 'iconv-h'.
2988         * modules/iconv-h-tests: New file.
2989         * tests/test-iconv-h.c: New file.
2990
2991         New module 'iconv-h'.
2992         * modules/iconv-h: New file.
2993         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2994         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2995         (configure.ac): Remove gl_ICONV_H.
2996         (Makefile.am): Remove rule for iconv.h.
2997
2998 2010-03-06  Bruno Haible  <bruno@clisp.org>
2999
3000         More consistent naming of *.m4 files.
3001         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
3002         * modules/wctype (Files): Update.
3003
3004         More consistent naming of *.m4 files.
3005         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
3006         * modules/wchar (Files): Update.
3007
3008 2010-03-06  Jim Meyering  <meyering@redhat.com>
3009
3010         euidaccess: relax license to LGPLv2+
3011         * modules/euidaccess (License): Relax to LGPLv2+.
3012
3013 2010-03-06  Bruno Haible  <bruno@clisp.org>
3014
3015         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
3016         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
3017         (Makefile.am): Augment lib_SOURCES instead.
3018
3019 2010-03-04  Jim Meyering  <meyering@redhat.com>
3020
3021         utime: remove obsolete module
3022         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
3023         unnecessary for years, and has been marked as obsolete for 10 months.
3024         * modules/utime: Remove file.
3025         * lib/utime.c: Remove file.
3026         * m4/utime.m4: Remove file.
3027         * m4/utimes-null.m4: Remove file.
3028         * doc/posix-functions/utime.texi (utime): Remove reference to
3029         the module.  Move the sole "fixed by gnulib" item into the
3030         "problems not fixed by Gnulib" list.
3031         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
3032
3033 2010-03-05  Simon Josefsson  <simon@josefsson.org>
3034
3035         * modules/exit (License): Relax license to LGPLv2+.
3036         (Status): Mark as obsolete.
3037         * NEWS: Mention deprecated 'exit' module.
3038         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
3039         of now obsolete 'exit'.
3040
3041 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3042
3043         fts-lgpl: remove unused module
3044         * modules/fts-lgpl: Remove.
3045         * MODULES.html.sh (func_all_modules): Adjust.
3046         * check-module (find_included_lib_files): Adjust.
3047         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
3048
3049 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
3050
3051         copy-acl: enhance Solaris ACL error handling
3052         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3053         * lib/set-mode-acl.c (qset_acl): Likewise.
3054
3055 2010-03-02  Bruno Haible  <bruno@clisp.org>
3056
3057         spawn: Don't override the system defined values on FreeBSD 8.
3058         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3059         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3060         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3061         if HAVE_POSIX_SPAWN is 1.
3062         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3063
3064 2010-03-01  Bruno Haible  <bruno@clisp.org>
3065
3066         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3067         regarding Automake.
3068
3069 2010-02-25  Bruno Haible  <bruno@clisp.org>
3070
3071         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3072         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3073         setting, not afterwards.
3074         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3075
3076 2010-02-24  Eric Blake  <eblake@redhat.com>
3077
3078         bootstrap, git-version-gen: use timestamp
3079         * build-aux/git-version-gen (scriptversion): Force UTC.
3080         * build-aux/bootstrap (scriptversion): New variable.
3081
3082         bootstrap: allow older git
3083         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3084         older than 1.6.4.  Requested by the libvirt project.
3085
3086 2010-02-23  Eric Blake  <eblake@redhat.com>
3087
3088         warn-on-use: work with old autoconf
3089         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3090         AS_VAR semantics of autoconf 2.60.
3091         Reported by Bruno Haible.
3092
3093         bootstrap: improve some comments
3094         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3095         clarification comments.
3096
3097         gettimeofday: provide correct function
3098         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3099         when replacement is declared, otherwise provide gettimeofday.
3100         Reported by Michael Goffioul.
3101
3102 2010-02-23  Jim Meyering  <meyering@redhat.com>
3103
3104         lib-ignore: relax license to "unlimited", not LGPLv2+
3105         * modules/lib-ignore (License): Relax to "unlimited".
3106
3107 2010-02-23  Jim Meyering  <meyering@redhat.com>
3108
3109         lib-ignore: relax license to LGPLv2+
3110         * modules/lib-ignore (License): Relax to LGPLv2+.
3111
3112 2010-02-22  Eric Blake  <eblake@redhat.com>
3113
3114         lseek: avoid bash 3.2 broken pipe bug
3115         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3116         warning from bash 3.2.
3117         Reported by Ben Pfaff, with analysis from Bruno Haible.
3118
3119         bootstrap: support non-FSF copyright holder
3120         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3121         bootstrap.conf override of COPYRIGHT_HOLDER.
3122         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3123
3124         bootstrap: interoperate with gettext 0.14.1
3125         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3126
3127         bootstrap: allow for alternate submodule location
3128         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3129         hardcoding submodule location.
3130         (gnulib_mk): Allow direct use of Makefile.am.
3131
3132         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3133         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3134         rather than reconfiguring where the submodule points.
3135
3136         gettimeofday: restore support for platforms that lack function
3137         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3138         replacement if function is missing.
3139         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3140         * modules/sys_time (Makefile.am): Substitute it.
3141         * lib/sys_time.in.h (gettimeofday): Check it.
3142         Reported by Michael Goffioul.
3143
3144 2010-02-21  Bruno Haible  <bruno@clisp.org>
3145
3146         * lib/stdio.in.h (obstack_printf): Fix typo.
3147
3148 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3149
3150         vc-list-files: use bzr ls's -R option
3151         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3152         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3153
3154 2010-02-21  Jim Meyering  <meyering@redhat.com>
3155
3156         init.sh: fix EXEEXT shims to work also for names like test-prog
3157         * tests/init.sh: Re-exec a better shell, when needed.
3158         If the current shell lacks support for posix $(...), an init.sh-using
3159         test will now try to find a shell that supports that.  If EXEEXT is
3160         nonempty, we also require support for hyphen-in-alias-name and shell
3161         substitutions like ${var#glob}.  Failure to find such a shell results
3162         in a skipped test.
3163
3164 2010-02-21  Bruno Haible  <bruno@clisp.org>
3165
3166         Really work around around "broken pipe" error message from bash 3.2.
3167         * gnulib-tool (func_reset_sigpipe): Remove function.
3168         (echo): In bash 3.2, define to a function that uses printf.
3169         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3170
3171 2010-02-20  Bruno Haible  <bruno@clisp.org>
3172
3173         Restore support for automake 1.9.6 with autoconf 2.61.
3174         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3175         Reported by James Youngman <jay@gnu.org>.
3176
3177 2010-02-20  Bruno Haible  <bruno@clisp.org>
3178
3179         Improve *printf warning condition.
3180         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3181         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3182         and the function is overridden due to SIGPIPE emulation.
3183
3184 2010-02-20  Bruno Haible  <bruno@clisp.org>
3185
3186         * lib/stdio.in.h: Tweak comments.
3187
3188 2010-02-19  Bruno Haible  <bruno@clisp.org>
3189
3190         Make it easier to find modules. New gnulib-tool option '--find'.
3191         * gnulib-tool: New option --find.
3192         (func_usage): Document it.
3193         (func_sanitize_modulelist): New function, extracted from
3194         func_all_modules.
3195         (func_all_modules): Invoke it.
3196         * doc/gnulib-tool.texi (Which modules?): New node.
3197
3198 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3199
3200         * lib/sys_select.in.h: Provide select replacement even if
3201         sys/select.h exists on a system, for Interix.
3202
3203 2010-02-18  Jim Meyering  <meyering@redhat.com>
3204
3205         init.sh: don't use $(...) just yet
3206         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3207         to accommodate e.g., Solaris' /bin/sh.
3208
3209 2010-02-17  Bruno Haible  <bruno@clisp.org>
3210
3211         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3212         Reported by Ludovic Courtès <ludo@gnu.org>.
3213
3214 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3215
3216         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3217         linking with -lintl.
3218
3219 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3220
3221         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3222         if not provided by the system's netdb.h.  Reported by
3223         ludo@gnu.org (Ludovic Courtès).
3224
3225 2010-02-15  Jim Meyering  <meyering@redhat.com>
3226
3227         init.sh: improve portability and efficiency
3228         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3229         "dummy" in a for loop.
3230         Use '!', not '^' to select the complement of a character set used
3231         in a "case" statement.
3232         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3233         Suggestions from Eric Blake.
3234
3235         init.sh: automatically accommodate programs with the .exe suffix
3236         Automatically arrange for an invocation of "prog" to execute the
3237         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3238         may use the simpler "prog", yet still work when built on a system
3239         that requires specifying the added suffix.
3240         Do this by constructing a function named "prog" that invokes
3241         "prog.exe" for each .exe file in selected directories.
3242         * tests/init.sh (find_exe_basenames_): New function.
3243         (create_exe_shim_functions_): New function.
3244         (path_prepend_): Use it.
3245
3246         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3247         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3248         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3249
3250 2010-02-14  Jim Meyering  <meyering@redhat.com>
3251
3252         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3253         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3254         (sc_prohibit_hash_pjw_without_use): New rule.
3255
3256         maint.mk: allow the default upload destination dir to be overridden
3257         * top/maint.mk (upload_dest_dir_): Define with a default that
3258         preserves the status quo.
3259         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3260         Reported by Peter Simons.
3261
3262         maint.mk: prohibit inclusion of "hash.h" without_use
3263         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3264
3265 2010-02-10  Jim Meyering  <meyering@redhat.com>
3266
3267         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3268         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3269
3270 2010-02-09  Eric Blake  <ebb9@byu.net>
3271         and Bruno Haible  <bruno@clisp.org>
3272
3273         obstack-printf-posix: ensure declaration
3274         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3275         extracted from gl_FUNC_OBSTACK_PRINTF.
3276         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3277         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3278         Likewise.
3279         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3280         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3281         0.
3282
3283 2010-02-08  Bruno Haible  <bruno@clisp.org>
3284
3285         gnulib-tool: Fix typo in 2010-02-07 commit.
3286         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3287         Reported by Eric Blake.
3288
3289 2010-02-07  Bruno Haible  <bruno@clisp.org>
3290
3291         gnulib-tool: Fix up caching patches.
3292         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3293         option --no-cache. Use associative arrays when supported by the shell.
3294         (sed_comments): New variable.
3295         (modcache): Renamed from do_cache.
3296         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3297         abbreviate unnecessarily.
3298         (have_associative): New variable.
3299         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3300         way also for ksh and zsh.
3301         (func_init_sed_convert_to_cache_statements): New function, extracted
3302         from func_cache_lookup_module. Add support for associative arrays.
3303         Don't set the c_MODULE_cached variable here. Ignore all lines before
3304         the first field header. Remove only the final newline, not all trailing
3305         newlines. Support empty fields correctly. Limit the use of 'eval' to
3306         assignments.
3307         (func_get_description, func_get_status, func_get_notice,
3308         func_get_applicability, func_get_filelist, func_get_dependencies,
3309         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3310         func_get_automake_snippet, func_get_include_directive,
3311         func_get_link_directive, func_get_license, func_get_maintainer):
3312         Update documentation. List the unoptimized code first. Add support for
3313         associative arrays. Limit the use of 'eval' to assignments.
3314         (func_get_applicability): Undo stylistic pessimisations.
3315         (func_get_automake_snippet, func_get_include_directive): Reduce code
3316         duplication.
3317         (func_modules_transitive_closure, func_modules_add_dummy,
3318         func_modules_notice, func_modules_to_filelist, func_add_file,
3319         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3320         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3321         func_create_testdir, func_create_megatestdir): Update documentation.
3322
3323 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3324
3325         * gnulib-tool (func_cache_lookup_module): Store the module name
3326         belonging to the cache variable; error out if two different
3327         module names map to the same cache variable name.
3328
3329 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3330
3331         gnulib-tool: Make caching optional.
3332         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3333         Update matching short versions of --no-changelog.
3334         (func_usage): Update.
3335         (sed_extract_cache_prog): Renamed from ...
3336         (sed_extract_prog): ... this; revert to old extraction script.
3337         (func_get_description, func_get_status)
3338         (func_get_notice, func_get_applicability, func_get_filelist)
3339         (func_get_dependencies, func_get_autoconf_early_snippet)
3340         (func_get_autoconf_snippet, func_get_automake_snippet)
3341         (func_get_include_directive, func_get_link_directive)
3342         (func_get_license, func_get_maintainer): If $do_cache is false,
3343         use old, non-caching extraction scripts.
3344         Suggestion by Bruno Haible.
3345
3346 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3347
3348         gnulib-tool: cache module metainformation.
3349         * gnulib-tool (sed_extract_prog): Match newline before each
3350         header, and rewrite header to a shell variable suffix.
3351         (func_cache_var, func_cache_lookup_module): New functions,
3352         to turn a module name into a cache variable prefix, and to
3353         look up and cache module metainformation.
3354         (func_get_description, func_get_status)
3355         (func_get_notice, func_get_applicability, func_get_filelist)
3356         (func_get_dependencies, func_get_autoconf_early_snippet)
3357         (func_get_autoconf_snippet, func_get_automake_snippet)
3358         (func_get_include_directive, func_get_link_directive)
3359         (func_get_license, func_get_maintainer): Use
3360         func_cache_lookup_module.
3361
3362 2010-02-07  Bruno Haible  <bruno@clisp.org>
3363
3364         fnctl: Fix missing dependency.
3365         * modules/fcntl (Depends-on): Add getdtablesize.
3366         Reported by John W. Eaton <jwe@gnu.org>.
3367
3368 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3369
3370         Argp: fix recognition of short alias options.
3371
3372         * lib/argp-parse.c (convert_options): Fix improper use of
3373         `|' between character values.
3374         * tests/test-argp.c (group1_option): New alias option
3375         --read (-r).
3376         (group1_parser): Special handling for 'r'.
3377         (test15): New test case.
3378         (test_fun): Add test15.
3379         * tests/test-argp-2.sh: Update expected --help and --usage
3380         outputs.
3381
3382 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3383
3384         * tests/test-argp.c: Fix indentation.
3385
3386 2010-02-04  Eric Blake  <ebb9@byu.net>
3387
3388         gettimeofday: expose type of second argument
3389         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3390         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3391         * tests/test-gettimeofday.c: Use it to silence warning.
3392         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3393         the issue.
3394
3395 2010-02-03  Jim Meyering  <meyering@redhat.com>
3396
3397         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3398         * lib/regcomp.c (TYPE_SIGNED): Define.
3399         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3400
3401         regcomp.c: avoid a new -Wshadow warning
3402         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3403
3404 2010-02-01  Jim Meyering  <meyering@redhat.com>
3405
3406         removing useless parentheses in cpp #define directives
3407         For motivation, see commit c0221df4, "define STREQ(a,b)
3408         consistently, removing useless parentheses"
3409         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3410         * lib/mountlist.c (MNT_IGNORE): Likewise.
3411         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3412
3413 2010-02-01  Eric Blake  <ebb9@byu.net>
3414
3415         sys_time: use link-warning
3416         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3417         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3418         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3419         * modules/sys_time (Depends-on): Add warn-on-use.
3420         (Makefile.am): Always build replacement.
3421         (configure.ac): Update substitutions.
3422         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3423         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3424         bother with SYS_TIME_H.
3425         * modules/gettimeofday (configure.ac): Declare indicator.
3426         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3427         in use.
3428
3429         closein-tests: silence compiler warning
3430         * tests/test-closein.c (main): Ignore fread result.
3431         * modules/closein-tests (Depends-on): Add ignore-value.
3432
3433         tests: silence warning about system return
3434         * tests/test-areadlink-with-size.c (main): Ignore system result.
3435         * tests/test-areadlink.c (main): Likewise.
3436         * tests/test-areadlinkat-with-size.c (main): Likewise.
3437         * tests/test-areadlinkat.c (main): Likewise.
3438         * tests/test-canonicalize-lgpl.c (main): Likewise.
3439         * tests/test-canonicalize.c (main): Likewise.
3440         * tests/test-chown.c (main): Likewise.
3441         * tests/test-fchownat.c (main): Likewise.
3442         * tests/test-fdutimensat.c (main): Likewise.
3443         * tests/test-fstatat.c (main): Likewise.
3444         * tests/test-futimens.c (main): Likewise.
3445         * tests/test-lchown.c (main): Likewise.
3446         * tests/test-link.c (main): Likewise.
3447         * tests/test-linkat.c (main): Likewise.
3448         * tests/test-lstat.c (main): Likewise.
3449         * tests/test-mkdir.c (main): Likewise.
3450         * tests/test-mkdirat.c (main): Likewise.
3451         * tests/test-mkfifo.c (main): Likewise.
3452         * tests/test-mkfifoat.c (main): Likewise.
3453         * tests/test-mknod.c (main): Likewise.
3454         * tests/test-readlink.c (main): Likewise.
3455         * tests/test-remove.c (main): Likewise.
3456         * tests/test-rename.c (main): Likewise.
3457         * tests/test-renameat.c (main): Likewise.
3458         * tests/test-rmdir.c (main): Likewise.
3459         * tests/test-symlink.c (main): Likewise.
3460         * tests/test-symlinkat.c (main): Likewise.
3461         * tests/test-unlink.c (main): Likewise.
3462         * tests/test-unlinkat.c (main): Likewise.
3463         * tests/test-utimens.c (main): Likewise.
3464         * tests/test-utimensat.c (main): Likewise.
3465         * modules/areadlink-tests (Depends-on): Add ignore-value.
3466         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3467         * modules/areadlinkat-tests (Depends-on): Likewise.
3468         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3469         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3470         * modules/canonicalize-tests (Depends-on): Likewise.
3471         * modules/chown-tests (Depends-on): Likewise.
3472         * modules/fdutimensat-tests (Depends-on): Likewise.
3473         * modules/futimens-tests (Depends-on): Likewise.
3474         * modules/lchown-tests (Depends-on): Likewise.
3475         * modules/link-tests (Depends-on): Likewise.
3476         * modules/linkat-tests (Depends-on): Likewise.
3477         * modules/lstat-tests (Depends-on): Likewise.
3478         * modules/mkdir-tests (Depends-on): Likewise.
3479         * modules/mkfifo-tests (Depends-on): Likewise.
3480         * modules/mkfifoat-tests (Depends-on): Likewise.
3481         * modules/mknod-tests (Depends-on): Likewise.
3482         * modules/openat-tests (Depends-on): Likewise.
3483         * modules/readlink-tests (Depends-on): Likewise.
3484         * modules/remove-tests (Depends-on): Likewise.
3485         * modules/rename-tests (Depends-on): Likewise.
3486         * modules/renameat-tests (Depends-on): Likewise.
3487         * modules/rmdir-tests (Depends-on): Likewise.
3488         * modules/symlink-tests (Depends-on): Likewise.
3489         * modules/symlinkat-tests (Depends-on): Likewise.
3490         * modules/unlink-tests (Depends-on): Likewise.
3491         * modules/utimens-tests (Depends-on): Likewise.
3492         * modules/utimensat-tests (Depends-on): Likewise.
3493
3494 2010-01-31  Bruno Haible  <bruno@clisp.org>
3495
3496         Perform the same test for many <math.h> functions.
3497         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3498         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3499         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3500         of gl_MATHFUNC.
3501         * modules/acos (configure.ac): Likewise.
3502         * modules/asin (configure.ac): Likewise.
3503         * modules/atan (configure.ac): Likewise.
3504         * modules/atan2 (configure.ac): Likewise.
3505         * modules/cbrt (configure.ac): Likewise.
3506         * modules/copysign (configure.ac): Likewise.
3507         * modules/cos (configure.ac): Likewise.
3508         * modules/cosh (configure.ac): Likewise.
3509         * modules/erf (configure.ac): Likewise.
3510         * modules/erfc (configure.ac): Likewise.
3511         * modules/exp (configure.ac): Likewise.
3512         * modules/fmod (configure.ac): Likewise.
3513         * modules/hypot (configure.ac): Likewise.
3514         * modules/j0 (configure.ac): Likewise.
3515         * modules/j1 (configure.ac): Likewise.
3516         * modules/jn (configure.ac): Likewise.
3517         * modules/lgamma (configure.ac): Likewise.
3518         * modules/log (configure.ac): Likewise.
3519         * modules/log10 (configure.ac): Likewise.
3520         * modules/log1p (configure.ac): Likewise.
3521         * modules/pow (configure.ac): Likewise.
3522         * modules/remainder (configure.ac): Likewise.
3523         * modules/sin (configure.ac): Likewise.
3524         * modules/sinh (configure.ac): Likewise.
3525         * modules/tan (configure.ac): Likewise.
3526         * modules/tanh (configure.ac): Likewise.
3527         * modules/y0 (configure.ac): Likewise.
3528         * modules/y1 (configure.ac): Likewise.
3529         * modules/yn (configure.ac): Likewise.
3530         Suggested by Paolo Bonzini.
3531
3532 2010-01-31  Bruno Haible  <bruno@clisp.org>
3533
3534         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3535
3536 2010-01-31  Bruno Haible  <bruno@clisp.org>
3537
3538         Work around getdelim() bug on FreeBSD 8.0.
3539         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3540         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3541         not work.
3542         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3543         is 1.
3544         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3545         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3546         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3547         a non-zero size.
3548         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3549
3550 2010-01-31  Bruno Haible  <bruno@clisp.org>
3551
3552         Work around getline() bug on FreeBSD 8.0.
3553         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3554         and a non-zero size.
3555         * tests/test-getline.c (main): Likewise.
3556         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3557         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3558
3559 2010-01-28  Eric Blake  <ebb9@byu.net>
3560
3561         regex: fix build failure
3562         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3563         platforms.
3564
3565 2010-01-28  Jim Meyering  <meyering@redhat.com>
3566
3567         regex: do not ignore memory allocation failure
3568         * lib/regex_internal.c (create_cd_newstate): Detect
3569         re_node_set_init_copy failure.   Extracted from glibc commit
3570         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3571
3572         regex: sync more white-space changes from libc
3573         * lib/regex_internal.c: White-space only changes.
3574         * lib/regexec.c: Likewise.
3575
3576         regex: add many uses of __attribute_warn_unused_result__
3577         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3578         * lib/regexec.c: Likewise.
3579         Extracted from a messy glibc commit.
3580
3581         regcomp.c: spelling and merge-artifact from glibc
3582         * lib/regcomp.c: Merge remainder of glibc's
3583         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3584
3585         regcomp.c: sync white-space changes from glibc
3586         * lib/regcomp.c: Merge to accommodate white space
3587         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3588
3589         regcomp.c: do not ignore internal return values
3590         * lib/regcomp.c: Do not ignore internal return values.
3591         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3592         but without its white-space changes and spelling fixes.
3593
3594         regex_internal.h: define __attribute_warn_unused_result__
3595         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3596
3597         maint: add a syntax-check rule to check for vulnerable Makefile.in
3598         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3599
3600 2010-01-27  Jim Meyering  <meyering@redhat.com>
3601
3602         ncftpput-ftp: clean up spaces
3603         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3604         Remove trailing blanks.
3605
3606 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3607
3608         * build-aux/git-version-gen: Fix copyright statement.
3609         * build-aux/gnupload: Likewise.
3610         * tests/test-arcfour.c: Likewise.
3611         * tests/test-arctwo.c: Likewise.
3612         * tests/test-count-one-bits.c: Likewise.
3613         * tests/test-crc.c: Likewise.
3614         * tests/test-des.c: Likewise.
3615         * tests/test-gc-arcfour.c: Likewise.
3616         * tests/test-gc-arctwo.c: Likewise.
3617         * tests/test-gc-des.c: Likewise.
3618         * tests/test-gc-hmac-md5.c: Likewise.
3619         * tests/test-gc-hmac-sha1.c: Likewise.
3620         * tests/test-gc-md2.c: Likewise.
3621         * tests/test-gc-md4.c: Likewise.
3622         * tests/test-gc-md5.c: Likewise.
3623         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3624         * tests/test-gc-rijndael.c: Likewise.
3625         * tests/test-gc-sha1.c: Likewise.
3626         * tests/test-gc.c: Likewise.
3627         * tests/test-gethostname.c: Likewise.
3628         * tests/test-gettimeofday.c: Likewise.
3629         * tests/test-hash.c: Likewise.
3630         * tests/test-hmac-md5.c: Likewise.
3631         * tests/test-hmac-sha1.c: Likewise.
3632         * tests/test-md2.c: Likewise.
3633         * tests/test-md4.c: Likewise.
3634         * tests/test-md5.c: Likewise.
3635         * tests/test-memchr.c: Likewise.
3636         * tests/test-memchr2.c: Likewise.
3637         * tests/test-memcmp.c: Likewise.
3638         * tests/test-memmem.c: Likewise.
3639         * tests/test-memrchr.c: Likewise.
3640         * tests/test-rawmemchr.c: Likewise.
3641         * tests/test-read-file.c: Likewise.
3642         * tests/test-rijndael.c: Likewise.
3643         * tests/test-sockets.c: Likewise.
3644         * tests/test-strchrnul.c: Likewise.
3645         * tests/test-strstr.c: Likewise.
3646         * tests/test-strtod.c: Likewise.
3647         * build-aux/ncftpput-ftp: Likewise.
3648
3649 2010-01-26  Eric Blake  <ebb9@byu.net>
3650
3651         ignore-value: update recommended header name
3652         * modules/ignore-value (Include): Only use <> for headers that
3653         exist in glibc.
3654
3655 2010-01-26  Jim Meyering  <meyering@redhat.com>
3656
3657         test-userspec.c: avoid compiler warnings
3658         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3659         and "initialization discards qualifiers..." warnings.
3660         Put the first "uid" in its own scope, and make char* members "const".
3661
3662 2010-01-25  Bruno Haible  <bruno@clisp.org>
3663
3664         gnulib-tool: Make warning diagnostics consistent.
3665         * gnulib-tool (func_warning): New function.
3666         Use it everywhere where gnulib-tool produces output to stderr and it is
3667         not a fatal error.
3668
3669 2010-01-25  Bruno Haible  <bruno@clisp.org>
3670
3671         Fix test dependencies.
3672         * modules/xstrtol-tests (Depends-on): Add inttypes.
3673         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3674
3675 2010-01-25 Pádraig Brady <P@draigBrady.com>
3676
3677         syntax-check: detect incorrect boolean macro values in config.h
3678         * modules/maintainer-makefile (configure.ac): Parameterize the location
3679         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3680         The logic is from Eric Blake and the location indicated by Jim Meyering.
3681         Note the more natural CONFIG_HEADER name is prohibited by automake
3682         for backwards compatibility reasons.
3683         * top/maint.mk (sc_Wundef_boolean): New rule.
3684
3685 2010-01-25  Jim Meyering  <meyering@redhat.com>
3686
3687         bootstrap: detect MacOS 10.6's shasum, too
3688         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3689         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3690
3691 2010-01-23  Jim Meyering  <meyering@redhat.com>
3692
3693         xstrtoll: new module
3694         * modules/xstrtoll: New file.
3695         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3696         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3697         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3698         ./configure fails if you use this module and lack "long long".
3699         * modules/xstrtoll-tests: New module.
3700         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3701         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3702         new init.sh-based test framework.
3703
3704 2010-01-24  Bruno Haible  <bruno@clisp.org>
3705
3706         Tests for module 'yn'.
3707         * modules/yn-tests: New file.
3708         * tests/test-yn.c: New file.
3709
3710         Tests for module 'y1'.
3711         * modules/y1-tests: New file.
3712         * tests/test-y1.c: New file.
3713
3714         Tests for module 'y0'.
3715         * modules/y0-tests: New file.
3716         * tests/test-y0.c: New file.
3717
3718         Tests for module 'tanh'.
3719         * modules/tanh-tests: New file.
3720         * tests/test-tanh.c: New file.
3721
3722         Tests for module 'tan'.
3723         * modules/tan-tests: New file.
3724         * tests/test-tan.c: New file.
3725
3726         Tests for module 'sqrt'.
3727         * modules/sqrt-tests: New file.
3728         * tests/test-sqrt.c: New file.
3729
3730         Tests for module 'sinh'.
3731         * modules/sinh-tests: New file.
3732         * tests/test-sinh.c: New file.
3733
3734         Tests for module 'sin'.
3735         * modules/sin-tests: New file.
3736         * tests/test-sin.c: New file.
3737
3738         Tests for module 'rint'.
3739         * modules/rint-tests: New file.
3740         * tests/test-rint.c: New file.
3741
3742         Tests for module 'remainder'.
3743         * modules/remainder-tests: New file.
3744         * tests/test-remainder.c: New file.
3745
3746         Tests for module 'pow'.
3747         * modules/pow-tests: New file.
3748         * tests/test-pow.c: New file.
3749
3750         Tests for module 'nextafter'.
3751         * modules/nextafter-tests: New file.
3752         * tests/test-nextafter.c: New file.
3753
3754         Tests for module 'modf'.
3755         * modules/modf-tests: New file.
3756         * tests/test-modf.c: New file.
3757
3758         Tests for module 'logb'.
3759         * modules/logb-tests: New file.
3760         * tests/test-logb.c: New file.
3761
3762         Tests for module 'log1p'.
3763         * modules/log1p-tests: New file.
3764         * tests/test-log1p.c: New file.
3765
3766         Tests for module 'log10'.
3767         * modules/log10-tests: New file.
3768         * tests/test-log10.c: New file.
3769
3770         Tests for module 'log'.
3771         * modules/log-tests: New file.
3772         * tests/test-log.c: New file.
3773
3774         Tests for module 'lgamma'.
3775         * modules/lgamma-tests: New file.
3776         * tests/test-lgamma.c: New file.
3777
3778         Tests for module 'ldexp'.
3779         * modules/ldexp-tests: New file.
3780         * tests/test-ldexp.c: New file.
3781
3782         Tests for module 'jn'.
3783         * modules/jn-tests: New file.
3784         * tests/test-jn.c: New file.
3785
3786         Tests for module 'j1'.
3787         * modules/j1-tests: New file.
3788         * tests/test-j1.c: New file.
3789
3790         Tests for module 'j0'.
3791         * modules/j0-tests: New file.
3792         * tests/test-j0.c: New file.
3793
3794         Tests for module 'hypot'.
3795         * modules/hypot-tests: New file.
3796         * tests/test-hypot.c: New file.
3797
3798         Tests for module 'fmod'.
3799         * modules/fmod-tests: New file.
3800         * tests/test-fmod.c: New file.
3801
3802         Tests for module 'fabs'.
3803         * modules/fabs-tests: New file.
3804         * tests/test-fabs.c: New file.
3805
3806         Tests for module 'exp'.
3807         * modules/exp-tests: New file.
3808         * tests/test-exp.c: New file.
3809
3810         Tests for module 'erfc'.
3811         * modules/erfc-tests: New file.
3812         * tests/test-erfc.c: New file.
3813
3814         Tests for module 'erf'.
3815         * modules/erf-tests: New file.
3816         * tests/test-erf.c: New file.
3817
3818         Tests for module 'cosh'.
3819         * modules/cosh-tests: New file.
3820         * tests/test-cosh.c: New file.
3821
3822         Tests for module 'cos'.
3823         * modules/cos-tests: New file.
3824         * tests/test-cos.c: New file.
3825
3826         Tests for module 'copysign'.
3827         * modules/copysign-tests: New file.
3828         * tests/test-copysign.c: New file.
3829
3830         Tests for module 'cbrt'.
3831         * modules/cbrt-tests: New file.
3832         * tests/test-cbrt.c: New file.
3833
3834         Tests for module 'atan2'.
3835         * modules/atan2-tests: New file.
3836         * tests/test-atan2.c: New file.
3837
3838         Tests for module 'atan'.
3839         * modules/atan-tests: New file.
3840         * tests/test-atan.c: New file.
3841
3842         Tests for module 'asin'.
3843         * modules/asin-tests: New file.
3844         * tests/test-asin.c: New file.
3845
3846         Tests for module 'acos'.
3847         * modules/acos-tests: New file.
3848         * tests/test-acos.c: New file.
3849
3850 2010-01-24  Bruno Haible  <bruno@clisp.org>
3851
3852         Fix tests for common <math.h> functions.
3853         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3854         code snippet that references the function pointer, rather than merely
3855         calling the function. Substitute the FUNC_LIBM variable.
3856         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3857         * modules/acos (configure.ac): Likewise.
3858         * modules/asin (configure.ac): Likewise.
3859         * modules/atan (configure.ac): Likewise.
3860         * modules/atan2 (configure.ac): Likewise.
3861         * modules/cbrt (configure.ac): Likewise.
3862         * modules/copysign (configure.ac): Likewise.
3863         * modules/cos (configure.ac): Likewise.
3864         * modules/cosh (configure.ac): Likewise.
3865         * modules/erf (configure.ac): Likewise.
3866         * modules/erfc (configure.ac): Likewise.
3867         * modules/exp (configure.ac): Likewise.
3868         * modules/fabs (configure.ac): Likewise.
3869         * modules/fmod (configure.ac): Likewise.
3870         * modules/hypot (configure.ac): Likewise.
3871         * modules/j0 (configure.ac): Likewise.
3872         * modules/j1 (configure.ac): Likewise.
3873         * modules/jn (configure.ac): Likewise.
3874         * modules/ldexp (configure.ac): Likewise.
3875         * modules/lgamma (configure.ac): Likewise.
3876         * modules/log (configure.ac): Likewise.
3877         * modules/log10 (configure.ac): Likewise.
3878         * modules/log1p (configure.ac): Likewise.
3879         * modules/logb (configure.ac): Likewise.
3880         * modules/modf (configure.ac): Likewise.
3881         * modules/nextafter (configure.ac): Likewise.
3882         * modules/pow (configure.ac): Likewise.
3883         * modules/remainder (configure.ac): Likewise.
3884         * modules/rint (configure.ac): Likewise.
3885         * modules/sin (configure.ac): Likewise.
3886         * modules/sinh (configure.ac): Likewise.
3887         * modules/tan (configure.ac): Likewise.
3888         * modules/tanh (configure.ac): Likewise.
3889         * modules/y0 (configure.ac): Likewise.
3890         * modules/y1 (configure.ac): Likewise.
3891         * modules/yn (configure.ac): Likewise.
3892
3893 2010-01-24  Bruno Haible  <bruno@clisp.org>
3894
3895         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3896         * tests/test-acosl.c (x): New variable.
3897         (main): Store argument in x and fetch it from x.
3898         * tests/test-asinl.c (x): New variable.
3899         (main): Store argument in x and fetch it from x.
3900         * tests/test-atanl.c (x): New variable.
3901         (main): Store argument in x and fetch it from x.
3902         * tests/test-cosl.c (x): New variable.
3903         (main): Store argument in x and fetch it from x.
3904         * tests/test-expl.c (x): New variable.
3905         (main): Store argument in x and fetch it from x.
3906         * tests/test-logl.c (x): New variable.
3907         (main): Store argument in x and fetch it from x.
3908         * tests/test-sinl.c (x): New variable.
3909         (main): Store argument in x and fetch it from x.
3910         * tests/test-sqrtl.c (x): New variable.
3911         (main): Store argument in x and fetch it from x.
3912         * tests/test-tanl.c (x): New variable.
3913         (main): Store argument in x and fetch it from x.
3914
3915 2010-01-24  Bruno Haible  <bruno@clisp.org>
3916
3917         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3918         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3919         assignments to the initial TESTS_ENVIRONMENT.
3920         * doc/gnulib.texi (Unit test modules): Document it.
3921         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3922         TESTS_ENVIRONMENT.
3923         * modules/btowc-tests (Makefile.am): Likewise.
3924         * modules/c-stack-tests (Makefile.am): Likewise.
3925         * modules/c-strcase-tests (Makefile.am): Likewise.
3926         * modules/copy-file-tests (Makefile.am): Likewise.
3927         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3928         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3929         * modules/mbrtowc-tests (Makefile.am): Likewise.
3930         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3931         * modules/mbscasestr-tests (Makefile.am): Likewise.
3932         * modules/mbschr-tests (Makefile.am): Likewise.
3933         * modules/mbscspn-tests (Makefile.am): Likewise.
3934         * modules/mbsinit-tests (Makefile.am): Likewise.
3935         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3936         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3937         * modules/mbspbrk-tests (Makefile.am): Likewise.
3938         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3939         * modules/mbsrchr-tests (Makefile.am): Likewise.
3940         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3941         * modules/mbsspn-tests (Makefile.am): Likewise.
3942         * modules/mbsstr-tests (Makefile.am): Likewise.
3943         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3944         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3945         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3946         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3947         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3948         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3949         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3950         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3951         * modules/wcrtomb-tests (Makefile.am): Likewise.
3952         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3953         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3954         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3955         assignments from TESTS_ENVIRONMENT.
3956         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3957         augmentation.
3958         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3959         * modules/atexit-tests (Makefile.am): Likewise.
3960         * modules/binary-io-tests (Makefile.am): Likewise.
3961         * modules/closein-tests (Makefile.am): Likewise.
3962         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3963         * modules/exclude-tests (Makefile.am): Likewise.
3964         * modules/fflush-tests (Makefile.am): Likewise.
3965         * modules/fpending-tests (Makefile.am): Likewise.
3966         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3967         * modules/freadahead-tests (Makefile.am): Likewise.
3968         * modules/freadptr-tests (Makefile.am): Likewise.
3969         * modules/freadseek-tests (Makefile.am): Likewise.
3970         * modules/fseek-tests (Makefile.am): Likewise.
3971         * modules/fseeko-tests (Makefile.am): Likewise.
3972         * modules/ftell-tests (Makefile.am): Likewise.
3973         * modules/ftello-tests (Makefile.am): Likewise.
3974         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3975         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3976         * modules/lseek-tests (Makefile.am): Likewise.
3977         * modules/parse-duration-tests (Makefile.am): Likewise.
3978         * modules/perror-tests (Makefile.am): Likewise.
3979         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3980         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3981         * modules/pipe-tests (Makefile.am): Likewise.
3982         * modules/pread-tests (Makefile.am): Likewise.
3983         * modules/printf-posix-tests (Makefile.am): Likewise.
3984         * modules/select-tests (Makefile.am): Likewise.
3985         * modules/sigpipe-tests (Makefile.am): Likewise.
3986         * modules/tsearch-tests (Makefile.am): Likewise.
3987         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3988         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3989         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3990         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3991         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3992         * modules/version-etc-tests (Makefile.am): Likewise.
3993         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3994         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3995         * modules/xalloc-die-tests (Makefile.am): Likewise.
3996         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3997         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3998         * modules/xstrtol-tests (Makefile.am): Likewise.
3999         * modules/xstrtoumax-tests (Makefile.am): Likewise.
4000         * modules/yesno-tests (Makefile.am): Likewise.
4001         Suggested by Jim Meyering.
4002
4003 2010-01-24  Bruno Haible  <bruno@clisp.org>
4004
4005         More documentation.
4006         * doc/gnulib.texi (Writing modules): New chapter.
4007         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
4008         the new chapter.
4009
4010 2010-01-24  Jim Meyering  <meyering@redhat.com>
4011
4012         maint.mk: do not prepend "./" after filtering
4013         * top/maint.mk (_prepend_srcdir_prefix): New variable
4014         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
4015         "./" when $(srcdir) is ".".
4016
4017         define STREQ(a,b) consistently, removing useless parentheses
4018         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
4019         since the only risk is that "a" or "b" contains an unparenthesized
4020         comma, but if either did that, STREQ would have 3 or more arguments.
4021         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
4022         * lib/fts.c (STREQ): Remove unnecessary parentheses.
4023         * lib/hash-triple.c (STREQ): Likewise.
4024         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
4025         * lib/getugroups.c (STREQ): Likewise.
4026
4027 2010-01-23  Jim Meyering  <meyering@redhat.com>
4028
4029         maint.mk: fix syntax-check in a non-srcdir build directory
4030         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
4031         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
4032
4033 2010-01-22  Jim Meyering  <meyering@redhat.com>
4034
4035         userspec: add unit tests
4036         * tests/test-userspec.c: New file.
4037         * modules/userspec-tests: Likewise.
4038
4039 2010-01-21  Jim Meyering  <meyering@redhat.com>
4040
4041         maint.mk: handle source file names containing "." robustly
4042         * top/maint.mk (_dot_escaped_srcdir): Define.
4043         (VC_LIST): Use it in LHS of sed substitution.
4044
4045 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
4046
4047         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
4048         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
4049         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
4050         from a non-srcdir build.
4051
4052 2010-01-20  Eric Blake  <ebb9@byu.net>
4053
4054         warn-on-use: use instead of link-warning
4055         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4056         * modules/unistd (Depends-on, Makefile.am): Likewise.
4057         * modules/arpa_inet (Depends-on): Replace link-warning with
4058         warn-on-use.
4059         (Makefile.am): Update rules accordingly.
4060         * modules/ctype (Depends-on, Makefile.am): Likewise.
4061         * modules/dirent (Depends-on, Makefile.am): Likewise.
4062         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4063         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4064         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4065         * modules/locale (Depends-on, Makefile.am): Likewise.
4066         * modules/math (Depends-on, Makefile.am): Likewise.
4067         * modules/search (Depends-on, Makefile.am): Likewise.
4068         * modules/signal (Depends-on, Makefile.am): Likewise.
4069         * modules/spawn (Depends-on, Makefile.am): Likewise.
4070         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4071         * modules/string (Depends-on, Makefile.am): Likewise.
4072         * modules/strings (Depends-on, Makefile.am): Likewise.
4073         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4074         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4075         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4076         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4077         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4078         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4079         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4080         * modules/wchar (Depends-on, Makefile.am): Likewise.
4081         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4082         should be poisoned.
4083         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4084         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4085         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4086         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4087         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4088         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4089         * m4/math_h.m4 (gl_MATH_H): Likewise.
4090         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4091         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4092         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4093         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4094         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4095         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4096         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4097         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4098         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4099         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4100         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4101         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4102         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4103         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4104         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4105         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4106         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4107         GL_LINK_WARNING.
4108         * lib/ctype.in.h: Likewise.
4109         * lib/dirent.in.h: Likewise.
4110         * lib/fcntl.in.h: Likewise.
4111         * lib/inttypes.in.h: Likewise.
4112         * lib/langinfo.in.h: Likewise.
4113         * lib/locale.in.h: Likewise.
4114         * lib/math.in.h: Likewise.
4115         * lib/search.in.h: Likewise.
4116         * lib/signal.in.h: Likewise.
4117         * lib/spawn.in.h: Likewise.
4118         * lib/stdio.in.h: Likewise.
4119         * lib/stdlib.in.h: Likewise.
4120         * lib/string.in.h: Likewise.
4121         * lib/strings.in.h: Likewise.
4122         * lib/sys_file.in.h: Likewise.
4123         * lib/sys_ioctl.in.h: Likewise.
4124         * lib/sys_select.in.h: Likewise.
4125         * lib/sys_socket.in.h: Likewise.
4126         * lib/sys_stat.in.h: Likewise.
4127         * lib/sys_times.in.h: Likewise.
4128         * lib/sys_utsname.in.h: Likewise.
4129         * lib/unistd.in.h: Likewise.
4130         * lib/wchar.in.h: Likewise.
4131
4132 2010-01-20  Bruno Haible  <bruno@clisp.org>
4133
4134         Avoid duplicate -lm.
4135         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4136         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4137         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4138         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4139         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4140         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4141         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4142         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4143         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4144         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4145         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4146         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4147         Reported by Paolo Bonzini.
4148
4149 2010-01-19  Bruno Haible  <bruno@clisp.org>
4150
4151         langinfo, nl_langinfo: Relicense under LGPLv2+.
4152         * modules/langinfo (License): Change to LGPLv2+.
4153         * modules/nl_langinfo (License): Likewise.
4154         Patch by David Lutterkort <lutter@redhat.com>.
4155
4156 2010-01-19  Bruno Haible  <bruno@clisp.org>
4157
4158         Avoid compilation error with cc on OSF/1 5.1.
4159         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4160         statement, not before.
4161         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4162
4163 2010-01-18  Bruno Haible  <bruno@clisp.org>
4164
4165         Avoid a link error due to the __printf__ symbol.
4166         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4167         and 2.6.x.
4168         (__format__, __printf__): Remove definitions.
4169         * lib/argp-fmtstream.h: Likewise.
4170         * lib/argp.h: Likewise.
4171         * lib/error.h: Likewise.
4172         * lib/vasnprintf.h: Likewise.
4173         * lib/xprintf.h: Likewise.
4174         * lib/xvasprintf.h: Likewise.
4175         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4176
4177 2010-01-18  Bruno Haible  <bruno@clisp.org>
4178
4179         Tests for module 'tanl'.
4180         * modules/tanl-tests: New file.
4181         * tests/test-tanl.c: New file.
4182
4183         Tests for module 'sqrtl'.
4184         * modules/sqrtl-tests: New file.
4185         * tests/test-sqrtl.c: New file.
4186
4187         Tests for module 'sinl'.
4188         * modules/sinl-tests: New file.
4189         * tests/test-sinl.c: New file.
4190
4191         Tests for module 'logl'.
4192         * modules/logl-tests: New file.
4193         * tests/test-logl.c: New file.
4194
4195         Tests for module 'expl'.
4196         * modules/expl-tests: New file.
4197         * tests/test-expl.c: New file.
4198
4199         Tests for module 'cosl'.
4200         * modules/cosl-tests: New file.
4201         * tests/test-cosl.c: New file.
4202
4203         Tests for module 'atanl'.
4204         * modules/atanl-tests: New file.
4205         * tests/test-atanl.c: New file.
4206
4207         Tests for module 'asinl'.
4208         * modules/asinl-tests: New file.
4209         * tests/test-asinl.c: New file.
4210
4211         Tests for module 'acosl'.
4212         * modules/acosl-tests: New file.
4213         * tests/test-acosl.c: New file.
4214
4215         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4216         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4217         tanl): Use the standard gnulib idiom.
4218         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4219         * lib/sinl.c: Likewise.
4220         * lib/tanl.c: Don't include trigl.c.
4221         (kernel_tanl): Make static.
4222         * lib/sincosl.c: Include trigl.h first.
4223         * lib/trigl.c: Likewise.
4224         * m4/acosl.m4: New file.
4225         * m4/asinl.m4: New file.
4226         * m4/atanl.m4: New file.
4227         * m4/cosl.m4: New file.
4228         * m4/expl.m4: New file.
4229         * m4/logl.m4: New file.
4230         * m4/sinl.m4: New file.
4231         * m4/sqrtl.m4: New file.
4232         * m4/tanl.m4: New file.
4233         * m4/mathl.m4: Remove file.
4234         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4235         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4236         Don't initialize GNULIB_MATHL.
4237         * modules/acosl: New file.
4238         * modules/asinl: New file.
4239         * modules/atanl: New file.
4240         * modules/cosl: New file.
4241         * modules/expl: New file.
4242         * modules/logl: New file.
4243         * modules/sinl: New file.
4244         * modules/sqrtl: New file.
4245         * modules/tanl: New file.
4246         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4247         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4248         substitute GNULIB_MATHL.
4249         * modules/mathl: Rewritten.
4250         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4251         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4252         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4253         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4254         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4255         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4256         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4257         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4258         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4259
4260 2010-01-18  Bruno Haible  <bruno@clisp.org>
4261
4262         sqrt: Make gl_FUNC_SQRT requirable.
4263         * m4/sqrt.m4: New file.
4264         * modules/sqrt (Files): Add it.
4265         (configure.ac): Invoke gl_FUNC_SQRT.
4266
4267 2010-01-18  Bruno Haible  <bruno@clisp.org>
4268
4269         New modules for common <math.h> functions.
4270         * m4/mathfunc.m4: New file.
4271         * modules/acos: New file.
4272         * modules/asin: New file.
4273         * modules/atan: New file.
4274         * modules/atan2: New file.
4275         * modules/cbrt: New file.
4276         * modules/copysign: New file.
4277         * modules/cos: New file.
4278         * modules/cosh: New file.
4279         * modules/erf: New file.
4280         * modules/erfc: New file.
4281         * modules/exp: New file.
4282         * modules/fabs: New file.
4283         * modules/fmod: New file.
4284         * modules/hypot: New file.
4285         * modules/j0: New file.
4286         * modules/j1: New file.
4287         * modules/jn: New file.
4288         * modules/ldexp: New file.
4289         * modules/lgamma: New file.
4290         * modules/log: New file.
4291         * modules/log10: New file.
4292         * modules/log1p: New file.
4293         * modules/logb: New file.
4294         * modules/modf: New file.
4295         * modules/nextafter: New file.
4296         * modules/pow: New file.
4297         * modules/remainder: New file.
4298         * modules/rint: New file.
4299         * modules/sin: New file.
4300         * modules/sinh: New file.
4301         * modules/sqrt: New file.
4302         * modules/tan: New file.
4303         * modules/tanh: New file.
4304         * modules/y0: New file.
4305         * modules/y1: New file.
4306         * modules/yn: New file.
4307         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4308         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4309         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4310         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4311         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4312         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4313         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4314         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4315         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4316         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4317         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4318         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4319         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4320         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4321         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4322         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4323         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4324         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4325         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4326         * doc/posix-functions/log.texi: Mention the 'log' module.
4327         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4328         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4329         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4330         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4331         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4332         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4333         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4334         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4335         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4336         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4337         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4338         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4339         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4340         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4341         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4342         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4343
4344 2010-01-18  Jim Meyering  <meyering@redhat.com>
4345
4346         ignore-value: relax license to LGPLv2+
4347         * modules/ignore-value (License): Relax to LGPLv2+.
4348
4349         getdate: don't leak when TZ contains two or more '"'s
4350         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4351         double quote in TZ after the first one.
4352
4353         readtokens: do not leak internal token_lengths buffer
4354         * lib/readtokens.c (readtokens): Free the local, lengths,
4355         when the supplied "token_lengths" parameter is NULL.
4356
4357 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4358
4359         Fix a couple of missing LIBTHREAD link failures on AIX.
4360         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4361         $(LIBTHREAD).
4362         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4363
4364         Link test-poll against INET_PTON_LIB.
4365         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4366         for inet_pton on Solaris 10.
4367
4368 2010-01-17  Bruno Haible  <bruno@clisp.org>
4369
4370         unistdio/*-sprintf: Fix typo in module description.
4371         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4372         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4373         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4374         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4375         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4376         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4377         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4378         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4379
4380 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4381
4382         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4383         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4384         variables in shell case patterns, for AIX and HP-UX ksh.
4385
4386         Split large sed scripts, for HP-UX sed.
4387         * modules/stdio: Split sed scripts around 50 sed commands,
4388         to avoid HP-UX limit of 99 commands, in the near future.
4389         * modules/string: Likewise.
4390         * modules/unistd: Likewise.
4391
4392         gnulib-tool: avoid writing in the current directory.
4393         * gnulib-tool (func_emit_lib_Makefile_am)
4394         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4395         not in the current directory, so concurrent gnulib-tool
4396         instances do not interfere.
4397
4398 2010-01-16  Jim Meyering  <meyering@redhat.com>
4399
4400         doc: update users.txt
4401         * users.txt: Add grep.
4402         (diffutils, gzip): Update URLs.
4403
4404 2010-01-12  Bruno Haible  <bruno@clisp.org>
4405
4406         posix_spawn: Avoid test failure on Cygwin.
4407         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4408         characters.
4409         Reported by Simon Josefsson.
4410
4411 2010-01-12  Bruno Haible  <bruno@clisp.org>
4412
4413         * tests/test-cond.c (main): When skipping the test, show the reason.
4414
4415 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4416
4417         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4418
4419 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4420
4421         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4422         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4423
4424 2010-01-12  Eric Blake  <ebb9@byu.net>
4425
4426         build: guarantee AS_VAR_IF
4427         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4428         (gl_AS_VAR_IF): Move...
4429         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4430         Reported by Simon Josefsson.
4431
4432 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4433
4434         * lib/stdio.in.h: Fix typo.
4435
4436 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4437
4438         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4439         libgpg-error.
4440
4441 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4442
4443         * tests/test-xalloc-die.sh: Use $EXEEXT.
4444
4445 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4446             Bruno Haible  <bruno@clisp.org>
4447
4448         getlogin, getlogin_r: Avoid test failure.
4449         * tests/test-getlogin.c: Include <stdio.h>.
4450         (main): Skip the test when the function fails because stdin is not a
4451         tty.
4452         * tests/test-getlogin_r.c: Include <stdio.h>.
4453         (main): Skip the test when the function fails because stdin is not a
4454         tty.
4455
4456 2010-01-11  Eric Blake  <ebb9@byu.net>
4457
4458         tests: avoid more large file warnings
4459         * tests/test-fflush.c: Avoid warning about ftell use.
4460         * tests/test-fseek.c: Avoid warning about fseek use.
4461
4462 2010-01-10  Bruno Haible  <bruno@clisp.org>
4463
4464         nproc: Work better on Linux when /proc and /sys are not mounted.
4465         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4466         as lower bound when, on glibc/Linux systems,
4467         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4468         Suggested by Pádraig Brady <P@draigbrady.com>.
4469         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4470
4471         nproc: Refactor.
4472         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4473         extracted from num_processors.
4474         (num_processors): Call it.
4475
4476 2010-01-11  Jim Meyering  <meyering@redhat.com>
4477
4478         utimecmp: avoid new warning from upcoming gcc-4.5.0
4479         * lib/utimecmp.c (BILLION): Define using #define rather than an
4480         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4481
4482 2010-01-11  Eric Blake  <ebb9@byu.net>
4483
4484         math: add portability warnings for classification macros
4485         * modules/math (Depends-on): Add warn-on-use.
4486         (Makefile.am): Provide new substitutions.
4487         * m4/math_h.m4 (gl_MATH_H): Require inline.
4488         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4489         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4490         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4491         implement warnings.
4492
4493         unistd: warn on use of environ without module
4494         * modules/unistd (Depends-on): Add warn-on-use.
4495         (Makefile.am): Provide new substitutions.
4496         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4497         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4498
4499         stdio: warn on suspicious uses
4500         * modules/stdio (Depends-on): Add warn-on-use.
4501         (Makefile.am): Provide new substitutions.
4502         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4503         fseeko.
4504         * lib/stdio.in.h (gets): Always warn on use.
4505         (fseek, ftell): Adjust when warnings are issued, and honor
4506         _GL_NO_LARGE_FILES as a way to silence the warning.
4507         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4508         any warning about large file offsets.
4509         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4510         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4511         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4512         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4513         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4514         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4515         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4516         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4517
4518         warn-on-use: new module
4519         * modules/warn-on-use: New file.
4520         * build-aux/warn-on-use.h: Likewise.
4521         * m4/warn-on-use.m4: Likewise.
4522         * MODULES.html.sh (Support for building): Mention it.
4523
4524 2010-01-10  Bruno Haible  <bruno@clisp.org>
4525
4526         Tests for module 'unistr/u32-strdup'.
4527         * modules/unistr/u32-strdup-tests: New file.
4528         * tests/unistr/test-u32-strdup.c: New file.
4529
4530         Tests for module 'unistr/u16-strdup'.
4531         * modules/unistr/u16-strdup-tests: New file.
4532         * tests/unistr/test-u16-strdup.c: New file.
4533
4534         Tests for module 'unistr/u8-strdup'.
4535         * modules/unistr/u8-strdup-tests: New file.
4536         * tests/unistr/test-u8-strdup.c: New file.
4537         * tests/unistr/test-strdup.h: New file.
4538
4539         Tests for module 'unistr/u32-strncmp'.
4540         * modules/unistr/u32-strncmp-tests: New file.
4541         * tests/unistr/test-u32-strncmp.c: New file.
4542
4543         Tests for module 'unistr/u16-strncmp'.
4544         * modules/unistr/u16-strncmp-tests: New file.
4545         * tests/unistr/test-u16-strncmp.c: New file.
4546
4547         Tests for module 'unistr/u8-strncmp'.
4548         * modules/unistr/u8-strncmp-tests: New file.
4549         * tests/unistr/test-u8-strncmp.c: New file.
4550         * tests/unistr/test-strncmp.h: New file.
4551
4552         Tests for module 'unistr/u32-strcoll'.
4553         * modules/unistr/u32-strcoll-tests: New file.
4554         * tests/unistr/test-u32-strcoll.c: New file.
4555
4556         Tests for module 'unistr/u16-strcoll'.
4557         * modules/unistr/u16-strcoll-tests: New file.
4558         * tests/unistr/test-u16-strcoll.c: New file.
4559
4560         Tests for module 'unistr/u8-strcoll'.
4561         * modules/unistr/u8-strcoll-tests: New file.
4562         * tests/unistr/test-u8-strcoll.c: New file.
4563
4564         Tests for module 'unistr/u32-strcmp'.
4565         * modules/unistr/u32-strcmp-tests: New file.
4566         * tests/unistr/test-u32-strcmp.c: New file.
4567         * tests/unistr/test-u32-strcmp.h: New file.
4568
4569         Tests for module 'unistr/u16-strcmp'.
4570         * modules/unistr/u16-strcmp-tests: New file.
4571         * tests/unistr/test-u16-strcmp.c: New file.
4572         * tests/unistr/test-u16-strcmp.h: New file.
4573
4574         Tests for module 'unistr/u8-strcmp'.
4575         * modules/unistr/u8-strcmp-tests: New file.
4576         * tests/unistr/test-u8-strcmp.c: New file.
4577         * tests/unistr/test-u8-strcmp.h: New file.
4578         * tests/unistr/test-strcmp.h: New file.
4579
4580         Tests for module 'unistr/u32-strncat'.
4581         * modules/unistr/u32-strncat-tests: New file.
4582         * tests/unistr/test-u32-strncat.c: New file.
4583
4584         Tests for module 'unistr/u16-strncat'.
4585         * modules/unistr/u16-strncat-tests: New file.
4586         * tests/unistr/test-u16-strncat.c: New file.
4587
4588         Tests for module 'unistr/u8-strncat'.
4589         * modules/unistr/u8-strncat-tests: New file.
4590         * tests/unistr/test-u8-strncat.c: New file.
4591         * tests/unistr/test-strncat.h: New file.
4592
4593         Tests for module 'unistr/u32-strcat'.
4594         * modules/unistr/u32-strcat-tests: New file.
4595         * tests/unistr/test-u32-strcat.c: New file.
4596
4597         Tests for module 'unistr/u16-strcat'.
4598         * modules/unistr/u16-strcat-tests: New file.
4599         * tests/unistr/test-u16-strcat.c: New file.
4600
4601         Tests for module 'unistr/u8-strcat'.
4602         * modules/unistr/u8-strcat-tests: New file.
4603         * tests/unistr/test-u8-strcat.c: New file.
4604         * tests/unistr/test-strcat.h: New file.
4605
4606         Tests for module 'unistr/u32-stpncpy'.
4607         * modules/unistr/u32-stpncpy-tests: New file.
4608         * tests/unistr/test-u32-stpncpy.c: New file.
4609
4610         Tests for module 'unistr/u16-stpncpy'.
4611         * modules/unistr/u16-stpncpy-tests: New file.
4612         * tests/unistr/test-u16-stpncpy.c: New file.
4613
4614         Tests for module 'unistr/u8-stpncpy'.
4615         * modules/unistr/u8-stpncpy-tests: New file.
4616         * tests/unistr/test-u8-stpncpy.c: New file.
4617         * tests/unistr/test-stpncpy.h: New file.
4618
4619         Tests for module 'unistr/u32-strncpy'.
4620         * modules/unistr/u32-strncpy-tests: New file.
4621         * tests/unistr/test-u32-strncpy.c: New file.
4622
4623         Tests for module 'unistr/u16-strncpy'.
4624         * modules/unistr/u16-strncpy-tests: New file.
4625         * tests/unistr/test-u16-strncpy.c: New file.
4626
4627         Tests for module 'unistr/u8-strncpy'.
4628         * modules/unistr/u8-strncpy-tests: New file.
4629         * tests/unistr/test-u8-strncpy.c: New file.
4630         * tests/unistr/test-strncpy.h: New file.
4631
4632         Tests for module 'unistr/u32-stpcpy'.
4633         * modules/unistr/u32-stpcpy-tests: New file.
4634         * tests/unistr/test-u32-stpcpy.c: New file.
4635
4636         Tests for module 'unistr/u16-stpcpy'.
4637         * modules/unistr/u16-stpcpy-tests: New file.
4638         * tests/unistr/test-u16-stpcpy.c: New file.
4639
4640         Tests for module 'unistr/u8-stpcpy'.
4641         * modules/unistr/u8-stpcpy-tests: New file.
4642         * tests/unistr/test-u8-stpcpy.c: New file.
4643         * tests/unistr/test-stpcpy.h: New file.
4644
4645         Tests for module 'unistr/u32-strcpy'.
4646         * modules/unistr/u32-strcpy-tests: New file.
4647         * tests/unistr/test-u32-strcpy.c: New file.
4648
4649         Tests for module 'unistr/u16-strcpy'.
4650         * modules/unistr/u16-strcpy-tests: New file.
4651         * tests/unistr/test-u16-strcpy.c: New file.
4652
4653         Tests for module 'unistr/u8-strcpy'.
4654         * modules/unistr/u8-strcpy-tests: New file.
4655         * tests/unistr/test-u8-strcpy.c: New file.
4656         * tests/unistr/test-strcpy.h: New file.
4657
4658         Tests for module 'unistr/u32-strnlen'.
4659         * modules/unistr/u32-strnlen-tests: New file.
4660         * tests/unistr/test-u32-strnlen.c: New file.
4661
4662         Tests for module 'unistr/u16-strnlen'.
4663         * modules/unistr/u16-strnlen-tests: New file.
4664         * tests/unistr/test-u16-strnlen.c: New file.
4665
4666         Tests for module 'unistr/u8-strnlen'.
4667         * modules/unistr/u8-strnlen-tests: New file.
4668         * tests/unistr/test-u8-strnlen.c: New file.
4669         * tests/unistr/test-strnlen.h: New file.
4670
4671         Tests for module 'unistr/u32-strlen'.
4672         * modules/unistr/u32-strlen-tests: New file.
4673         * tests/unistr/test-u32-strlen.c: New file.
4674
4675         Tests for module 'unistr/u16-strlen'.
4676         * modules/unistr/u16-strlen-tests: New file.
4677         * tests/unistr/test-u16-strlen.c: New file.
4678
4679         Tests for module 'unistr/u8-strlen'.
4680         * modules/unistr/u8-strlen-tests: New file.
4681         * tests/unistr/test-u8-strlen.c: New file.
4682
4683         Tests for module 'unistr/u32-prev'.
4684         * modules/unistr/u32-prev-tests: New file.
4685         * tests/unistr/test-u32-prev.c: New file.
4686
4687         Tests for module 'unistr/u16-prev'.
4688         * modules/unistr/u16-prev-tests: New file.
4689         * tests/unistr/test-u16-prev.c: New file.
4690
4691         Tests for module 'unistr/u8-prev'.
4692         * modules/unistr/u8-prev-tests: New file.
4693         * tests/unistr/test-u8-prev.c: New file.
4694
4695         Tests for module 'unistr/u32-next'.
4696         * modules/unistr/u32-next-tests: New file.
4697         * tests/unistr/test-u32-next.c: New file.
4698
4699         Tests for module 'unistr/u16-next'.
4700         * modules/unistr/u16-next-tests: New file.
4701         * tests/unistr/test-u16-next.c: New file.
4702
4703         Tests for module 'unistr/u8-next'.
4704         * modules/unistr/u8-next-tests: New file.
4705         * tests/unistr/test-u8-next.c: New file.
4706
4707         Tests for module 'unistr/u32-strmbtouc'.
4708         * modules/unistr/u32-strmbtouc-tests: New file.
4709         * tests/unistr/test-u32-strmbtouc.c: New file.
4710
4711         Tests for module 'unistr/u16-strmbtouc'.
4712         * modules/unistr/u16-strmbtouc-tests: New file.
4713         * tests/unistr/test-u16-strmbtouc.c: New file.
4714
4715         Tests for module 'unistr/u8-strmbtouc'.
4716         * modules/unistr/u8-strmbtouc-tests: New file.
4717         * tests/unistr/test-u8-strmbtouc.c: New file.
4718
4719         Tests for module 'unistr/u32-strmblen'.
4720         * modules/unistr/u32-strmblen-tests: New file.
4721         * tests/unistr/test-u32-strmblen.c: New file.
4722
4723         Tests for module 'unistr/u16-strmblen'.
4724         * modules/unistr/u16-strmblen-tests: New file.
4725         * tests/unistr/test-u16-strmblen.c: New file.
4726
4727         Tests for module 'unistr/u8-strmblen'.
4728         * modules/unistr/u8-strmblen-tests: New file.
4729         * tests/unistr/test-u8-strmblen.c: New file.
4730
4731         Tests for module 'unistr/u32-cpy-alloc'.
4732         * modules/unistr/u32-cpy-alloc-tests: New file.
4733         * tests/unistr/test-u32-cpy-alloc.c: New file.
4734
4735         Tests for module 'unistr/u16-cpy-alloc'.
4736         * modules/unistr/u16-cpy-alloc-tests: New file.
4737         * tests/unistr/test-u16-cpy-alloc.c: New file.
4738
4739         Tests for module 'unistr/u8-cpy-alloc'.
4740         * modules/unistr/u8-cpy-alloc-tests: New file.
4741         * tests/unistr/test-u8-cpy-alloc.c: New file.
4742         * tests/unistr/test-cpy-alloc.h: New file.
4743
4744         Tests for module 'unistr/u32-mbsnlen'.
4745         * modules/unistr/u32-mbsnlen-tests: New file.
4746         * tests/unistr/test-u32-mbsnlen.c: New file.
4747
4748         Tests for module 'unistr/u16-mbsnlen'.
4749         * modules/unistr/u16-mbsnlen-tests: New file.
4750         * tests/unistr/test-u16-mbsnlen.c: New file.
4751
4752         Tests for module 'unistr/u8-mbsnlen'.
4753         * modules/unistr/u8-mbsnlen-tests: New file.
4754         * tests/unistr/test-u8-mbsnlen.c: New file.
4755
4756         Tests for module 'unistr/u32-chr'.
4757         * modules/unistr/u32-chr-tests: New file.
4758         * tests/unistr/test-u32-chr.c: New file.
4759
4760         Tests for module 'unistr/u16-chr'.
4761         * modules/unistr/u16-chr-tests: New file.
4762         * tests/unistr/test-u16-chr.c: New file.
4763
4764         Tests for module 'unistr/u8-chr'.
4765         * modules/unistr/u8-chr-tests: New file.
4766         * tests/unistr/test-u8-chr.c: New file.
4767         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4768
4769         Tests for module 'unistr/u32-cmp2'.
4770         * modules/unistr/u32-cmp2-tests: New file.
4771         * tests/unistr/test-u32-cmp2.c: New file.
4772
4773         Tests for module 'unistr/u16-cmp2'.
4774         * modules/unistr/u16-cmp2-tests: New file.
4775         * tests/unistr/test-u16-cmp2.c: New file.
4776
4777         Tests for module 'unistr/u8-cmp2'.
4778         * modules/unistr/u8-cmp2-tests: New file.
4779         * tests/unistr/test-u8-cmp2.c: New file.
4780         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4781
4782         Tests for module 'unistr/u32-cmp'.
4783         * modules/unistr/u32-cmp-tests: New file.
4784         * tests/unistr/test-u32-cmp.c: New file.
4785
4786         Tests for module 'unistr/u16-cmp'.
4787         * modules/unistr/u16-cmp-tests: New file.
4788         * tests/unistr/test-u16-cmp.c: New file.
4789
4790         Tests for module 'unistr/u8-cmp'.
4791         * modules/unistr/u8-cmp-tests: New file.
4792         * tests/unistr/test-u8-cmp.c: New file.
4793         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4794
4795         Tests for module 'unistr/u32-set'.
4796         * modules/unistr/u32-set-tests: New file.
4797         * tests/unistr/test-u32-set.c: New file.
4798
4799         Tests for module 'unistr/u16-set'.
4800         * modules/unistr/u16-set-tests: New file.
4801         * tests/unistr/test-u16-set.c: New file.
4802
4803         Tests for module 'unistr/u8-set'.
4804         * modules/unistr/u8-set-tests: New file.
4805         * tests/unistr/test-u8-set.c: New file.
4806         * tests/unistr/test-set.h: New file.
4807
4808         Tests for module 'unistr/u32-move'.
4809         * modules/unistr/u32-move-tests: New file.
4810         * tests/unistr/test-u32-move.c: New file.
4811
4812         Tests for module 'unistr/u16-move'.
4813         * modules/unistr/u16-move-tests: New file.
4814         * tests/unistr/test-u16-move.c: New file.
4815
4816         Tests for module 'unistr/u8-move'.
4817         * modules/unistr/u8-move-tests: New file.
4818         * tests/unistr/test-u8-move.c: New file.
4819         * tests/unistr/test-move.h: New file.
4820
4821         Tests for module 'unistr/u32-cpy'.
4822         * modules/unistr/u32-cpy-tests: New file.
4823         * tests/unistr/test-u32-cpy.c: New file.
4824
4825         Tests for module 'unistr/u16-cpy'.
4826         * modules/unistr/u16-cpy-tests: New file.
4827         * tests/unistr/test-u16-cpy.c: New file.
4828
4829         Tests for module 'unistr/u8-cpy'.
4830         * modules/unistr/u8-cpy-tests: New file.
4831         * tests/unistr/test-u8-cpy.c: New file.
4832         * tests/unistr/test-cpy.h: New file.
4833
4834 2010-01-09  Bruno Haible  <bruno@clisp.org>
4835
4836         Tests for module 'unistr/u32-uctomb'.
4837         * modules/unistr/u32-uctomb-tests: New file.
4838         * tests/unistr/test-u32-uctomb.c: New file.
4839
4840         Tests for module 'unistr/u16-uctomb'.
4841         * modules/unistr/u16-uctomb-tests: New file.
4842         * tests/unistr/test-u16-uctomb.c: New file.
4843
4844         Tests for module 'unistr/u8-uctomb'.
4845         * modules/unistr/u8-uctomb-tests: New file.
4846         * tests/unistr/test-u8-uctomb.c: New file.
4847
4848         Tests for module 'unistr/u32-mbtoucr'.
4849         * modules/unistr/u32-mbtoucr-tests: New file.
4850         * tests/unistr/test-u32-mbtoucr.c: New file.
4851
4852         Tests for module 'unistr/u16-mbtoucr'.
4853         * modules/unistr/u16-mbtoucr-tests: New file.
4854         * tests/unistr/test-u16-mbtoucr.c: New file.
4855
4856         Tests for module 'unistr/u8-mbtoucr'.
4857         * modules/unistr/u8-mbtoucr-tests: New file.
4858         * tests/unistr/test-u8-mbtoucr.c: New file.
4859
4860         Tests for module 'unistr/u32-mbtouc'.
4861         * modules/unistr/u32-mbtouc-tests: New file.
4862         * tests/unistr/test-u32-mbtouc.c: New file.
4863
4864         Tests for module 'unistr/u16-mbtouc'.
4865         * modules/unistr/u16-mbtouc-tests: New file.
4866         * tests/unistr/test-u16-mbtouc.c: New file.
4867
4868         Tests for module 'unistr/u8-mbtouc'.
4869         * modules/unistr/u8-mbtouc-tests: New file.
4870         * tests/unistr/test-u8-mbtouc.c: New file.
4871
4872         Tests for module 'unistr/u32-mbtouc-unsafe'.
4873         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4874         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4875         * tests/unistr/test-u32-mbtouc.h: New file.
4876
4877         Tests for module 'unistr/u16-mbtouc-unsafe'.
4878         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4879         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4880         * tests/unistr/test-u16-mbtouc.h: New file.
4881
4882         Tests for module 'unistr/u8-mbtouc-unsafe'.
4883         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4884         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4885         * tests/unistr/test-u8-mbtouc.h: New file.
4886
4887         Tests for module 'unistr/u32-mblen'.
4888         * modules/unistr/u32-mblen-tests: New file.
4889         * tests/unistr/test-u32-mblen.c: New file.
4890
4891         Tests for module 'unistr/u16-mblen'.
4892         * modules/unistr/u16-mblen-tests: New file.
4893         * tests/unistr/test-u16-mblen.c: New file.
4894
4895         Tests for module 'unistr/u8-mblen'.
4896         * modules/unistr/u8-mblen-tests: New file.
4897         * tests/unistr/test-u8-mblen.c: New file.
4898
4899         Tests for module 'unistr/u32-to-u16'.
4900         * modules/unistr/u32-to-u16-tests: New file.
4901         * tests/unistr/test-u32-to-u16.c: New file.
4902
4903         Tests for module 'unistr/u32-to-u8'.
4904         * modules/unistr/u32-to-u8-tests: New file.
4905         * tests/unistr/test-u32-to-u8.c: New file.
4906
4907         Tests for module 'unistr/u16-to-u32'.
4908         * modules/unistr/u16-to-u32-tests: New file.
4909         * tests/unistr/test-u16-to-u32.c: New file.
4910
4911         Tests for module 'unistr/u16-to-u8'.
4912         * modules/unistr/u16-to-u8-tests: New file.
4913         * tests/unistr/test-u16-to-u8.c: New file.
4914
4915         Tests for module 'unistr/u8-to-u32'.
4916         * modules/unistr/u8-to-u32-tests: New file.
4917         * tests/unistr/test-u8-to-u32.c: New file.
4918
4919         Tests for module 'unistr/u8-to-u16'.
4920         * modules/unistr/u8-to-u16-tests: New file.
4921         * tests/unistr/test-u8-to-u16.c: New file.
4922
4923         Tests for module 'unistr/u32-check'.
4924         * modules/unistr/u32-check-tests: New file.
4925         * tests/unistr/test-u32-check.c: New file.
4926
4927         Tests for module 'unistr/u16-check'.
4928         * modules/unistr/u16-check-tests: New file.
4929         * tests/unistr/test-u16-check.c: New file.
4930
4931         Tests for module 'unistr/u8-check'.
4932         * modules/unistr/u8-check-tests: New file.
4933         * tests/unistr/test-u8-check.c: New file.
4934
4935         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4936         (category_equals): New function.
4937         (main): Add more tests.
4938         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4939
4940         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4941
4942 2010-01-10  Bruno Haible  <bruno@clisp.org>
4943
4944         unistr/u*-strcoll: Try harder to distinguish different strings.
4945         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4946         compare s1 and s2 to see if they are different.
4947
4948 2010-01-10  Bruno Haible  <bruno@clisp.org>
4949
4950         unistr/u*-stpncpy: Fix the return value.
4951         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4952         description of the return value consistent with stpncpy in glibc.
4953         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4954         written non-NUL unit.
4955
4956 2010-01-10  Bruno Haible  <bruno@clisp.org>
4957
4958         unistr/u*-next: Add missing dependencies.
4959         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4960         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4961         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4962
4963 2010-01-10  Bruno Haible  <bruno@clisp.org>
4964
4965         unistr/u8-mbsnlen: Fix return value for incomplete character.
4966         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4967         u8_mblen.
4968         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4969         Remove unistr/u8-mblen.
4970         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4971         u16_mblen.
4972         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4973         Remove unistr/u16-mblen.
4974
4975 2010-01-10  Bruno Haible  <bruno@clisp.org>
4976
4977         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4978         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4979         Reported by Brian Gough <bjg@gnu.org> and
4980         Chris Clayton <chris2553@googlemail.com> via
4981         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4982
4983 2010-01-09  Bruno Haible  <bruno@clisp.org>
4984
4985         unistr/u16-to-u32: Reject invalid input.
4986         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4987         u16_mbtouc.
4988         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4989         Remove unistr/u16-mbtouc.
4990
4991         unistr/u16-to-u8: Reject invalid input.
4992         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4993         u16_mbtouc.
4994         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4995         Remove unistr/u16-mbtouc.
4996
4997         unistr/u8-to-u32: Reject invalid input.
4998         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4999         u8_mbtouc.
5000         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
5001         Remove unistr/u8-mbtouc.
5002
5003         unistr/u8-to-u16: Reject invalid input.
5004         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
5005         u8_mbtouc.
5006         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
5007         Remove unistr/u8-mbtouc.
5008
5009 2010-01-09  Bruno Haible  <bruno@clisp.org>
5010
5011         Tests for module 'getlogin'.
5012         * modules/getlogin-tests: New file.
5013         * tests/test-getlogin.c: New file.
5014
5015         New module 'getlogin'.
5016         * lib/unistd.in.h (getlogin): New declaration.
5017         * lib/getlogin.c: New file.
5018         * m4/getlogin.m4: New file.
5019         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
5020         HAVE_GETLOGIN.
5021         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
5022         HAVE_GETLOGIN.
5023         * modules/getlogin: New file.
5024         * doc/posix-functions/getlogin.texi: Mention the new module.
5025         Reported by John W. Eaton <jwe@gnu.org>.
5026
5027 2010-01-09  Bruno Haible  <bruno@clisp.org>
5028
5029         getlogin_r: Support for native Windows.
5030         * lib/getlogin_r.c: Include <windows.h>
5031         (getlogin_r): Implement for native Windows.
5032         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
5033         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
5034         via John W. Eaton <jwe@gnu.org>.
5035
5036 2010-01-09  Bruno Haible  <bruno@clisp.org>
5037
5038         getlogin_r: Small fixes.
5039         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
5040         succeeds.
5041         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
5042         before testing whether getlogin_r is declared. No need to set
5043         HAVE_DECL_GETLOGIN_R to 1.
5044         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
5045
5046 2010-01-09  Bruno Haible  <bruno@clisp.org>
5047
5048         * lib/unistd.in.h (getlogin_r): Add comment.
5049
5050 2010-01-09  Bruno Haible  <bruno@clisp.org>
5051
5052         Tests for module 'getlogin_r'.
5053         * modules/getlogin_r-tests: New file.
5054         * tests/test-getlogin_r.c: New file.
5055
5056 2010-01-09  Jim Meyering  <meyering@redhat.com>
5057
5058         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5059         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5060         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5061
5062 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5063
5064         * lib/dup2.c (rpl_dup2): Improve comment.
5065
5066 2010-01-08  Eric Blake  <ebb9@byu.net>
5067
5068         maint.mk: allow packages to add makefile @@ exceptions
5069         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5070         (sc_makefile_check): Rename...
5071         (sc_makefile_at_at_check): ...to this, and use hook.
5072
5073         dup2: work around mingw bug
5074         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5075         Reported by Simon Josefsson.
5076
5077 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5078
5079         glob: Fix C++ compilation.
5080         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5081         C++.
5082
5083 2010-01-07  Bruno Haible  <bruno@clisp.org>
5084
5085         Fix indentation of wctype.in.h, broken since 2007-01-06.
5086         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5087
5088 2010-01-07  Bruno Haible  <bruno@clisp.org>
5089
5090         mbslen: Avoid collision with system function.
5091         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5092         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5093         * m4/mbslen.m4: New file.
5094         * modules/mbslen (Files): Add it.
5095         (configure.ac): Invoke gl_MBSLEN.
5096         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5097         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5098         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5099         via Ian Beckwith <ianb@erislabs.net>.
5100
5101 2010-01-07  Bruno Haible  <bruno@clisp.org>
5102
5103         dirent: Document the last fix.
5104         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5105
5106 2010-01-07  Bruno Haible  <bruno@clisp.org>
5107
5108         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5109         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5110         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5111         va_list are defined.
5112         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5113         Reported by Eric Blake.
5114
5115 2010-01-07  Bruno Haible  <bruno@clisp.org>
5116
5117         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5118         * modules/xlist (Depends-on): Add 'list',
5119         * modules/xoset (Depends-on): Add 'oset'.
5120         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5121
5122 2010-01-07  Bruno Haible  <bruno@clisp.org>
5123
5124         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5125         * doc/posix-functions/strncasecmp.texi: Likewise.
5126
5127 2010-01-07  Bruno Haible  <bruno@clisp.org>
5128
5129         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5130
5131 2010-01-07  John W. Eaton  <jwe@octave.org>
5132
5133         wctype: allow C++ use
5134         * lib/wctype.in.h: Add extern "C" block for C++.
5135
5136 2010-01-06  Eric Blake  <ebb9@byu.net>
5137
5138         maint.mk: detect incorrect GFDL usage
5139         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5140
5141 2010-01-06  Jim Meyering  <meyering@redhat.com>
5142         and Eric Blake  <ebb9@byu.net>
5143
5144         maint.mk: ignore multi-line copyright in NEWS
5145         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5146
5147 2010-01-06  Eric Blake  <ebb9@byu.net>
5148
5149         select: add missing dependency
5150         * modules/select-tests (Depends-on): Move sockets dependency...
5151         * modules/select (Depends-on): ...here.
5152         Reported by Ian Beckwith.
5153
5154         doc: regenerate INSTALL
5155         * doc/INSTALL: Reflect recent autoconf update.
5156         * doc/INSTALL.ISO: Likewise.
5157         * doc/INSTALL.UTF-8: Likewise.
5158
5159         pread: fix compilation on glibc
5160         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5161         Reported by Ralf Wildenhues.
5162
5163         dirent: fix test failure
5164         * lib/dirent.in.h (includes): Guarantee ino_t.
5165         Reported by Ralf Wildenhues.
5166
5167 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5168
5169         linkat, renameat: avoid bad free
5170         * lib/at-func2.c (at_func2): Fix typo.
5171         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5172
5173 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5174
5175         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5176         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5177         to avoid failure of symlink test later.
5178
5179 2010-01-06  Eric Blake  <ebb9@byu.net>
5180
5181         stdio, unistd: guarantee ssize_t
5182         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5183         2008 are exposed when needed.
5184         * lib/stdio.in.h (includes): Likewise.
5185         Reported by Ralf Wildenhues.
5186
5187 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5188
5189         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5190         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5191         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5192
5193 2010-01-06  Jim Meyering  <meyering@redhat.com>
5194
5195         readtokens: this module *does* require xalloc.h
5196         It uses only functions that were omitted by the old syntax-check rule.
5197         * lib/readtokens.c: Include "xalloc.h" once again.
5198         * modules/readtokens (Depends-on): Add xalloc.
5199         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5200
5201 2010-01-05  Eric Blake  <ebb9@byu.net>
5202
5203         maint: support 'make announcement' from a VPATH build
5204         * top/maint.mk (announcement): Look for correct NEWS file.
5205
5206 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5207
5208         utimens (fdutimens): ignore a negative FD, per contract
5209         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5210         when we have a valid file descriptor.  Otherwise, using a brand
5211         new glibc (with just-patched futimens that now fails with EBADF)
5212         would cause this function to fail with ENOSYS.
5213         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5214         See also http://bugzilla.redhat.com/552320.
5215
5216 2010-01-05  Eric Blake  <ebb9@byu.net>
5217
5218         strcase: document what it provides
5219         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5220         gnulib module.
5221         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5222         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5223
5224 2010-01-05  Jim Meyering  <meyering@redhat.com>
5225
5226         maint: remove useless inclusions of "xalloc.h"
5227         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5228         * lib/readtokens.c: Likewise.
5229         * lib/same.c: Likewise.
5230         * modules/getloadavg (Depends-on): Remove xalloc.
5231         * modules/readtokens: Likewise.
5232         * modules/same: Likewise.
5233
5234         maint.mk: include 4 more function names in alloca.h-checking regexp
5235         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5236         regexp.  Before, we would give a false-positive (saying alloca.h
5237         is included unnecessarily) when the only uses involved omitted symbols.
5238
5239         xalloc.h: use consistent formatting
5240         * lib/xalloc.h: Move declarations to start in the first column.
5241
5242 2010-01-05  Eric Blake  <ebb9@byu.net>
5243
5244         mkdir: avoid xalloc
5245         * lib/mkdir.c (includes): Drop unused header.
5246         Reported by John W. Eaton.
5247
5248 2010-01-04  Jim Meyering  <meyering@redhat.com>
5249
5250         nl_langinfo: avoid configure-time syntax error
5251         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5252         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5253         the empty string.  Don't let that provoke a shell syntax error.
5254
5255         regcomp, regexec, fnmatch: avoid array bounds read error
5256         * lib/regcomp.c (build_equiv_class): From glibc:
5257         Use only the low 24 bits of a findidx return value as an index
5258         into the weights array.  Patch by Ulrich Drepper:
5259         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5260         * lib/regexec.c (check_node_accept_bytes): Likewise.
5261         * lib/fnmatch_loop.c (FCT): Likewise.
5262
5263         regcomp: skip collseq lookup when there are no rules
5264         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5265         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5266
5267         regcomp: recognize ill-formed { } expressions
5268         * lib/regcomp.c (parse_dup_op): From glibc:
5269         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5270
5271         regcomp: fix typo in comment
5272         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5273         s/satisfy/satisfies/.
5274
5275         regcomp: sync from glibc: remove dead store
5276         * lib/regcomp.c (duplicate_node_closure): Remove useless
5277         search_duplicated_node call and dead store.
5278
5279         regcomp: sync from glibc; always use nl_langinfo
5280         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5281         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5282         * modules/regex (Depends-on): Add nl_langinfo.
5283
5284 2010-01-04  Eric Blake  <ebb9@byu.net>
5285
5286         fdopendir: fix configure test
5287         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5288
5289 2010-01-01  Bruno Haible  <bruno@clisp.org>
5290
5291         wchar: Remove unused configure check.
5292         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5293
5294 2010-01-01  Eric Blake  <ebb9@byu.net>
5295
5296         headers: make check of system header explicit
5297         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5298         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5299         ourselves.
5300         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5301         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5302         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5303         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5304         internals.
5305         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5306         missing.
5307         Suggested by Bruno Haible.
5308
5309 2010-01-01  Jim Meyering  <meyering@redhat.com>
5310
5311         ChangeLog: tweak to eliminate unnecessary copyright line
5312         * ChangeLog: Remove a copyright line that was mistakenly updated
5313         by today's update-copyright run.  Reported by Eric Blake.
5314
5315         test-update-copyright: don't let envvar setting cause test failure
5316         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5317
5318 2010-01-01  Bruno Haible  <bruno@clisp.org>
5319
5320         localename: Avoid gcc warning.
5321         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5322         function if it is not used.
5323
5324 2010-01-01  Jim Meyering  <meyering@redhat.com>
5325
5326         update nearly all FSF copyright year lists to include 2010
5327         Use the same procedure as for 2009, outlined in
5328         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5329
5330         version-etc: set COPYRIGHT_YEAR to 2010
5331         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5332
5333 2009-12-31  Eric Blake  <ebb9@byu.net>
5334
5335         doc: correct availability of cygwin 1.5.x getopt
5336         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5337         variables.
5338         * doc/posix-functions/opterr.texi (opterr): Likewise.
5339         * doc/posix-functions/optind.texi (optind): Likewise.
5340         * doc/posix-functions/optopt.texi (optopt): Likewise.
5341         * doc/posix-functions/tzname.texi (tzname): Likewise.
5342
5343         openat: update maintainer
5344         * modules/openat (Maintainer): Add myself.
5345
5346         utimens: avoid shadowing warning
5347         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5348         buffers into one, to avoid shadowing, as well as avoiding a
5349         redundant stat.
5350         Reported by Jim Meyering.
5351
5352         test-dup2: avoid compiler warning
5353         * tests/test-dup2.c (is_inheritable): Only define if used.
5354
5355 2010-01-01  Bruno Haible  <bruno@clisp.org>
5356
5357         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5358         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5359         defined, use wctomb instead of wcrtomb.
5360
5361 2010-01-01  Bruno Haible  <bruno@clisp.org>
5362
5363         iconv: Reject native Solaris iconv.
5364         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5365         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5366
5367 2009-12-31  Bruno Haible  <bruno@clisp.org>
5368
5369         * tests/test-signal.c (main): Remove test of 'SIG'.
5370
5371 2009-12-31  Bruno Haible  <bruno@clisp.org>
5372
5373         spawn: Fix incomplete fix.
5374         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5375         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5376         warnings for GNULIB_POSIXCHECK again.
5377         Reported by Eric Blake.
5378
5379 2009-12-31  Bruno Haible  <bruno@clisp.org>
5380
5381         Avoid namespace pollution on glibc systems.
5382         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5383         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5384         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5385         glibc systems.
5386
5387 2009-12-31  Bruno Haible  <bruno@clisp.org>
5388
5389         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5390         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5391         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5392         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5393         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5394         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5395         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5396
5397 2009-12-31  Bruno Haible  <bruno@clisp.org>
5398
5399         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5400         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5401         afterwards.
5402
5403 2009-12-31  Bruno Haible  <bruno@clisp.org>
5404
5405         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5406         SYS_UTSNAME_H.
5407
5408 2009-12-31  Bruno Haible  <bruno@clisp.org>
5409
5410         spawn: Fix misapplied patch.
5411         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5412         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5413         warnings for GNULIB_POSIXCHECK.
5414
5415 2009-12-31  Bruno Haible  <bruno@clisp.org>
5416
5417         times: Update after sys_times changed.
5418         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5419         * modules/times (Files): Add it.
5420         (configure.ac): Invoke gl_FUNC_TIMES.
5421
5422 2009-12-31  Bruno Haible  <bruno@clisp.org>
5423
5424         Use AC_C_INLINE where necessary.
5425         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5426         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5427         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5428         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5429         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5430         * m4/mbiter.m4 (gl_MBITER): Likewise.
5431         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5432         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5433         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5434         * modules/u64 (configure.ac): Likewise.
5435
5436 2009-12-31  Bruno Haible  <bruno@clisp.org>
5437
5438         Use AC_C_INLINE instead of module 'inline' where possible.
5439         * modules/inline (Description): Clarify purpose.
5440         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5441         * modules/count-one-bits (Depends-on): Remove inline.
5442         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5443         * modules/openat (Depends-on): Remove inline.
5444         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5445         instead of depending on module 'inline'.
5446         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5447         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5448         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5449         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5450         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5451         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5452         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5453         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5454         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5455         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5456         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5457         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5458         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5459         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5460         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5461         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5462         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5463         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5464         Likewise.
5465         * modules/unictype/property-ascii-hex-digit (Depends-on,
5466         configure.ac): Likewise.
5467         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5468         configure.ac): Likewise.
5469         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5470         configure.ac): Likewise.
5471         * modules/unictype/property-bidi-block-separator (Depends-on,
5472         configure.ac): Likewise.
5473         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5474         configure.ac): Likewise.
5475         * modules/unictype/property-bidi-common-separator (Depends-on,
5476         configure.ac): Likewise.
5477         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5478         Likewise.
5479         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5480         configure.ac): Likewise.
5481         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5482         configure.ac): Likewise.
5483         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5484         configure.ac): Likewise.
5485         * modules/unictype/property-bidi-european-digit (Depends-on,
5486         configure.ac): Likewise.
5487         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5488         configure.ac): Likewise.
5489         * modules/unictype/property-bidi-left-to-right (Depends-on,
5490         configure.ac): Likewise.
5491         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5492         configure.ac): Likewise.
5493         * modules/unictype/property-bidi-other-neutral (Depends-on,
5494         configure.ac): Likewise.
5495         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5496         Likewise.
5497         * modules/unictype/property-bidi-segment-separator (Depends-on,
5498         configure.ac): Likewise.
5499         * modules/unictype/property-bidi-whitespace (Depends-on,
5500         configure.ac): Likewise.
5501         * modules/unictype/property-combining (Depends-on, configure.ac):
5502         Likewise.
5503         * modules/unictype/property-composite (Depends-on, configure.ac):
5504         Likewise.
5505         * modules/unictype/property-currency-symbol (Depends-on,
5506         configure.ac): Likewise.
5507         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5508         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5509         Likewise.
5510         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5511         configure.ac): Likewise.
5512         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5513         Likewise.
5514         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5515         Likewise.
5516         * modules/unictype/property-extender (Depends-on, configure.ac):
5517         Likewise.
5518         * modules/unictype/property-format-control (Depends-on, configure.ac):
5519         Likewise.
5520         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5521         Likewise.
5522         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5523         Likewise.
5524         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5525         Likewise.
5526         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5527         Likewise.
5528         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5529         Likewise.
5530         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5531         Likewise.
5532         * modules/unictype/property-id-start (Depends-on, configure.ac):
5533         Likewise.
5534         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5535         Likewise.
5536         * modules/unictype/property-ids-binary-operator (Depends-on,
5537         configure.ac): Likewise.
5538         * modules/unictype/property-ids-trinary-operator (Depends-on,
5539         configure.ac): Likewise.
5540         * modules/unictype/property-ignorable-control (Depends-on,
5541         configure.ac): Likewise.
5542         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5543         Likewise.
5544         * modules/unictype/property-join-control (Depends-on, configure.ac):
5545         Likewise.
5546         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5547         Likewise.
5548         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5549         Likewise.
5550         * modules/unictype/property-logical-order-exception (Depends-on,
5551         configure.ac): Likewise.
5552         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5553         Likewise.
5554         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5555         * modules/unictype/property-non-break (Depends-on, configure.ac):
5556         Likewise.
5557         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5558         Likewise.
5559         * modules/unictype/property-numeric (Depends-on, configure.ac):
5560         Likewise.
5561         * modules/unictype/property-other-alphabetic (Depends-on,
5562         configure.ac): Likewise.
5563         * modules/unictype/property-other-default-ignorable-code-point
5564         (Depends-on, configure.ac): Likewise.
5565         * modules/unictype/property-other-grapheme-extend (Depends-on,
5566         configure.ac): Likewise.
5567         * modules/unictype/property-other-id-continue (Depends-on,
5568         configure.ac): Likewise.
5569         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5570         Likewise.
5571         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5572         Likewise.
5573         * modules/unictype/property-other-math (Depends-on, configure.ac):
5574         Likewise.
5575         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5576         Likewise.
5577         * modules/unictype/property-paired-punctuation (Depends-on,
5578         configure.ac): Likewise.
5579         * modules/unictype/property-paragraph-separator (Depends-on,
5580         configure.ac): Likewise.
5581         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5582         Likewise.
5583         * modules/unictype/property-pattern-white-space (Depends-on,
5584         configure.ac): Likewise.
5585         * modules/unictype/property-private-use (Depends-on, configure.ac):
5586         Likewise.
5587         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5588         Likewise.
5589         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5590         Likewise.
5591         * modules/unictype/property-radical (Depends-on, configure.ac):
5592         Likewise.
5593         * modules/unictype/property-sentence-terminal (Depends-on,
5594         configure.ac): Likewise.
5595         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5596         Likewise.
5597         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5598         * modules/unictype/property-terminal-punctuation (Depends-on,
5599         configure.ac): Likewise.
5600         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5601         Likewise.
5602         * modules/unictype/property-unassigned-code-value (Depends-on,
5603         configure.ac): Likewise.
5604         * modules/unictype/property-unified-ideograph (Depends-on,
5605         configure.ac): Likewise.
5606         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5607         Likewise.
5608         * modules/unictype/property-variation-selector (Depends-on,
5609         configure.ac): Likewise.
5610         * modules/unictype/property-white-space (Depends-on, configure.ac):
5611         Likewise.
5612         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5613         Likewise.
5614         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5615         Likewise.
5616         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5617         Likewise.
5618         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5619         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5620         Likewise.
5621
5622 2009-12-31  Bruno Haible  <bruno@clisp.org>
5623
5624         Remove unnecessary AC_C_INLINE invocation.
5625         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5626         since 2009-08-21.
5627
5628 2009-12-31  Jim Meyering  <meyering@redhat.com>
5629
5630         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5631         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5632         With this change, we can all remove the gpg_key_ID = ... definition
5633         from our respective cfg.mk files.
5634
5635         maint.mk: create announcement template in ~/, not in /tmp
5636         * top/maint.mk (emit_upload_commands): Adjust.
5637         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5638         Remove temporary file, .ci-msg.
5639
5640 2009-12-31  Eric Blake  <ebb9@byu.net>
5641
5642         link-warning: always build headers with link warnings
5643         * modules/arpa_inet (Makefile.am): Always build replacement
5644         header.
5645         * modules/ctype (Makefile.am): Likewise.
5646         * modules/dirent (Makefile.am): Likewise.
5647         * modules/inttypes (Makefile.am): Likewise.
5648         * modules/langinfo (Makefile.am): Likewise.
5649         * modules/locale (Makefile.am): Likewise.
5650         * modules/spawn (Makefile.am): Likewise.
5651         * modules/sys_file (Makefile.am): Likewise.
5652         * modules/sys_ioctl (Makefile.am): Likewise.
5653         * modules/sys_select (Makefile.am): Likewise.
5654         * modules/sys_socket (Makefile.am): Likewise.
5655         * modules/sys_times (Makefile.am): Likewise.
5656         * modules/sys_utsname (Makefile.am): Likewise.
5657         * modules/sys_wait (Makefile.am): Likewise.
5658         * modules/wchar (Makefile.am): Likewise.
5659         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5660         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5661         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5662         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5663         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5664         Likewise.
5665         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5666         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5667         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5668         Likewise.
5669         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5670         Likewise.
5671         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5672         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5673         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5674         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5675         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5676         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5677         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5678         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5679         (gl_WCHAR_H_DEFAULTS): Likewise.
5680
5681 2009-12-31  Eric Blake  <ebb9@byu.net>
5682
5683         signal, spawn: use link warnings
5684         * lib/signal.in.h (sigset_t): Make unconditional.
5685         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5686         (sigpending, sigprocmask, sigaction): Add link warnings.
5687         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5688         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5689         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5690         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5691         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5692         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5693         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5694         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5695         (posix_spawn_file_actions_destroy)
5696         (posix_spawn_file_actions_addopen)
5697         (posix_spawn_file_actions_addclose)
5698         (posix_spawn_file_actions_adddup2): Likewise.
5699         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5700         * tests/test-signal.c (main): Enhance test.
5701
5702         spawn: improve wrapper support
5703         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5704         (gl_SPAWN_H_DEFAULTS): New defaults.
5705         * modules/spawn (Makefile.am): Substitute them.
5706         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5707         Only declare if missing or broken.
5708
5709         sys_times, sys_utsname: use include_next
5710         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5711         header.
5712         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5713         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5714         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5715         * modules/sys_times (Depends-on): Add include_next.
5716         (Makefile.am): Substitute additional values.
5717         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5718         * lib/sys_times.in.h (includes): Include native header, if
5719         available.
5720         * lib/sys_utsname.in.h (includes): Likewise.
5721         * tests/test-sys_times.c (main): Enhance test.
5722
5723         fdutimensat: revert prior patch
5724         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5725         utimens.h.
5726         Reported by Bruno Haible.
5727
5728 2009-12-30  Eric Blake  <ebb9@byu.net>
5729
5730         sys_wait: drop link-warning dependency
5731         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5732         link-warning efforts.
5733         * lib/sys_wait.in.h: Likewise.
5734
5735         fdutimensat: remove bogus dependency
5736         * modules/fdutimensat (Depends-on): Drop inline.
5737
5738         unistd: fix typo
5739         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5740
5741 2009-12-30  Bruno Haible  <bruno@clisp.org>
5742
5743         Fix compilation error with Solaris cc.
5744         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5745         * lib/unicase/u16-is-invariant.c: Likewise.
5746         * lib/unicase/u32-is-invariant.c: Likewise.
5747         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5748
5749 2009-12-30  Bruno Haible  <bruno@clisp.org>
5750
5751         Fix test crash.
5752         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5753         locales.
5754         Reported by Simon Josefsson <simon@josefsson.org>.
5755
5756 2009-12-30  Bruno Haible  <bruno@clisp.org>
5757
5758         Fix compilation error on most platforms.
5759         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5760         Reported by Simon Josefsson <simon@josefsson.org>
5761         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5762
5763 2009-12-30  Eric Blake  <ebb9@byu.net>
5764
5765         futimens, utimensat: work around ntfs-3g bug
5766         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5767         a ctime bug is present, and expand workaround to cover ntfs-3g.
5768         * lib/utimens.c (fdutimens, lutimens): Likewise.
5769         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5770         (validate_timespec): Adjust return value.
5771         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5772         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5773         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5774
5775 2009-12-29  Eric Blake  <ebb9@byu.net>
5776
5777         link-warning: make usage consistent
5778         * modules/ctype (Depends-on): Add link-warning.
5779         (Makefile.am): Update rules accordingly.
5780         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5781         * modules/locale (Depends-on, Makefile.am): Likewise.
5782         * modules/sys_file (Makefile.am): Likewise.
5783         * modules/getopt-posix (Makefile.am): Delete unused link warning
5784         efforts.
5785         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5786         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5787         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5788         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5789
5790         stdio: remove unused variables
5791         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5792         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5793         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5794
5795         tests: test more substitute headers
5796         * modules/ctype-tests: New file.
5797         * modules/dirent-tests: Likewise.
5798         * modules/spawn-tests: Likewise.
5799         * modules/sys_file-tests: Likewise.
5800         * modules/sys_ioctl-tests: Likewise.
5801         * modules/sys_wait-tests: Likewise.
5802         * tests/test-ctype.c: Likewise.
5803         * tests/test-dirent.c: Likewise.
5804         * tests/test-spawn.c: Likewise.
5805         * tests/test-sys_file.c: Likewise.
5806         * tests/test-sys_ioctl.c: Likewise.
5807         * tests/test-sys_wait.c: Likewise.
5808         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5809         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5810         whether or not flock is in use.
5811
5812         tests: remove License section from module
5813         * modules/arpa_inet-tests: Remove unneeded section.
5814         * modules/byteswap-tests: Likewise.
5815         * modules/ceilf-tests: Likewise.
5816         * modules/ceill-tests: Likewise.
5817         * modules/crypto/des-tests: Likewise.
5818         * modules/crypto/gc-arcfour-tests: Likewise.
5819         * modules/crypto/gc-arctwo-tests: Likewise.
5820         * modules/crypto/gc-des-tests: Likewise.
5821         * modules/crypto/gc-hmac-md5-tests: Likewise.
5822         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5823         * modules/crypto/gc-md2-tests: Likewise.
5824         * modules/crypto/gc-md4-tests: Likewise.
5825         * modules/crypto/gc-md5-tests: Likewise.
5826         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5827         * modules/crypto/gc-rijndael-tests: Likewise.
5828         * modules/crypto/gc-sha1-tests: Likewise.
5829         * modules/crypto/gc-tests: Likewise.
5830         * modules/crypto/md2-tests: Likewise.
5831         * modules/crypto/md4-tests: Likewise.
5832         * modules/fcntl-h-tests: Likewise.
5833         * modules/floorf-tests: Likewise.
5834         * modules/floorl-tests: Likewise.
5835         * modules/frexp-nolibm-tests: Likewise.
5836         * modules/frexp-tests: Likewise.
5837         * modules/frexpl-nolibm-tests: Likewise.
5838         * modules/frexpl-tests: Likewise.
5839         * modules/getaddrinfo-tests: Likewise.
5840         * modules/inttypes-tests: Likewise.
5841         * modules/isfinite-tests: Likewise.
5842         * modules/isinf-tests: Likewise.
5843         * modules/ldexpl-tests: Likewise.
5844         * modules/locale-tests: Likewise.
5845         * modules/math-tests: Likewise.
5846         * modules/netdb-tests: Likewise.
5847         * modules/netinet_in-tests: Likewise.
5848         * modules/printf-frexp-tests: Likewise.
5849         * modules/printf-frexpl-tests: Likewise.
5850         * modules/priv-set-tests: Likewise.
5851         * modules/random_r-tests: Likewise.
5852         * modules/round-tests: Likewise.
5853         * modules/roundf-tests: Likewise.
5854         * modules/roundl-tests: Likewise.
5855         * modules/search-tests: Likewise.
5856         * modules/select-tests: Likewise.
5857         * modules/signal-tests: Likewise.
5858         * modules/stdbool-tests: Likewise.
5859         * modules/stddef-tests: Likewise.
5860         * modules/stdint-tests: Likewise.
5861         * modules/stdio-tests: Likewise.
5862         * modules/stdlib-tests: Likewise.
5863         * modules/string-tests: Likewise.
5864         * modules/strings-tests: Likewise.
5865         * modules/sys_select-tests: Likewise.
5866         * modules/sys_socket-tests: Likewise.
5867         * modules/sys_stat-tests: Likewise.
5868         * modules/sys_time-tests: Likewise.
5869         * modules/sys_utsname-tests: Likewise.
5870         * modules/sysexits-tests: Likewise.
5871         * modules/time-tests: Likewise.
5872         * modules/trunc-tests: Likewise.
5873         * modules/truncf-tests: Likewise.
5874         * modules/truncl-tests: Likewise.
5875         * modules/tsearch-tests: Likewise.
5876         * modules/unistd-tests: Likewise.
5877         * modules/wchar-tests: Likewise.
5878         * modules/wctype-tests: Likewise.
5879
5880         tests: fix license on several tests
5881         * tests/test-des.c: Update to GPLv3+.
5882         * tests/test-flock.c: Likewise.
5883         * tests/test-fsync.c: Likewise.
5884         * tests/test-futimens.h: Likewise.
5885         * tests/test-gc-arcfour.c: Likewise.
5886         * tests/test-gc-arctwo.c: Likewise.
5887         * tests/test-gc-des.c: Likewise.
5888         * tests/test-gc-hmac-md5.c: Likewise.
5889         * tests/test-gc-hmac-sha1.c: Likewise.
5890         * tests/test-gc-md2.c: Likewise.
5891         * tests/test-gc-md4.c: Likewise.
5892         * tests/test-gc-md5.c: Likewise.
5893         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5894         * tests/test-gc-rijndael.c: Likewise.
5895         * tests/test-gc-sha1.c: Likewise.
5896         * tests/test-gc.c: Likewise.
5897         * tests/test-getcwd.c: Likewise.
5898         * tests/test-link.c: Likewise.
5899         * tests/test-link.h: Likewise.
5900         * tests/test-lutimens.h: Likewise.
5901         * tests/test-md2.c: Likewise.
5902         * tests/test-md4.c: Likewise.
5903         * tests/test-mkdir.h: Likewise.
5904         * tests/test-rename.c: Likewise.
5905         * tests/test-rename.h: Likewise.
5906         * tests/test-safe-alloc.c: Likewise.
5907         * tests/test-utimens-common.h: Likewise.
5908         * tests/test-utimens.h: Likewise.
5909
5910         maint: sync license texts
5911         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5912         * doc/gpl-3.0.texi: Revert copyright year update.
5913         * doc/lgpl-3.0.texi: Likewise.
5914
5915 2009-12-29  Jim Meyering  <meyering@redhat.com>
5916
5917         update nearly all FSF copyright year lists to include 2009
5918         The files named by the following are exempted:
5919             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5920               test -f "$dst" && { echo "$dst"; continue; }
5921               test -d "$dst" || continue
5922               echo "$dst"/$(basename "$src")
5923             done > exempt
5924             git ls-files tests/unictype >> exempt
5925         In the remaining files, convert to all-interval notation if
5926         - there is already at least one year interval like 2000-2003
5927         - the file is maintained by me
5928         - the file is in lib/uni*/, where that style already prevails
5929         Otherwise, use update-copyright's default.
5930
5931 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5932         and Eric Blake  <ebb9@byu.net>
5933
5934         tests: don't require debug system() to pass
5935         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5936         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5937         * tests/test-unlink.h (test_unlink_func): Likewise.
5938         * tests/test-fstatat.c (main): ...into callers.
5939         * tests/test-lstat.c (main): Likewise.
5940         * tests/test-rmdir.c (main): Likewise.
5941         * tests/test-unlink.c (main): Likewise.
5942         * tests/test-unlinkat.c (main): Likewise.
5943         * tests/test-areadlink-with-size.c (main): Don't require a
5944         debug-only system call to pass, aiding cross-testing to mingw.
5945         * tests/test-areadlink.c (main): Likewise.
5946         * tests/test-areadlinkat-with-size.c (main): Likewise.
5947         * tests/test-areadlinkat.c (main): Likewise.
5948         * tests/test-canonicalize-lgpl.c (main): Likewise.
5949         * tests/test-canonicalize.c (main): Likewise.
5950         * tests/test-chown.c (main): Likewise.
5951         * tests/test-fchownat.c (main): Likewise.
5952         * tests/test-lchown.c (main): Likewise.
5953         * tests/test-fdutimensat.c (main): Likewise.
5954         * tests/test-futimens.c (main): Likewise.
5955         * tests/test-link.c (main): Likewise.
5956         * tests/test-linkat.c (main): Likewise.
5957         * tests/test-mkdir.c (main): Likewise.
5958         * tests/test-mkdirat.c (main): Likewise.
5959         * tests/test-mkfifo.c (main): Likewise.
5960         * tests/test-mkfifoat.c (main): Likewise.
5961         * tests/test-mknod.c (main): Likewise.
5962         * tests/test-readlink.c (main): Likewise.
5963         * tests/test-remove.c (main): Likewise.
5964         * tests/test-rename.c (main): Likewise.
5965         * tests/test-renameat.c (main): Likewise.
5966         * tests/test-symlink.c (main): Likewise.
5967         * tests/test-symlinkat.c (main): Likewise.
5968         * tests/test-utimens.c (main): Likewise.
5969         * tests/test-utimensat.c (main): Likewise.
5970
5971 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5972
5973         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5974         on $(UNUSED_PARAMETER_H) to avoid build failure.
5975
5976 2009-12-28  Jim Meyering  <meyering@redhat.com>
5977
5978         update-copyright: you may specify a max. line length other than 72
5979         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5980
5981         maint: use consistent FSF copyright line syntax
5982         * lib/posixtm.c: Add missing comma in FSF copyright line.
5983         * lib/posixtm.h: Likewise.
5984         * lib/getugroups.c: Add missing ", Inc.".
5985
5986         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5987         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5988         FSF copyright line.  Remove trailing blanks.
5989
5990 2009-12-28  Eric Blake  <ebb9@byu.net>
5991
5992         test-dup2: reduce dependencies
5993         * modules/cloexec (Configure.ac): Set witness.
5994         * modules/dup2-tests (Depends-on): Drop cloexec.
5995         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5996         not present.
5997         Suggested by Bruno Haible.
5998
5999 2009-12-26  Bruno Haible  <bruno@clisp.org>
6000
6001         Remove an unneeded dependency.
6002         * modules/fseterr (Depends-on): Remove dup2.
6003
6004 2009-12-26  Eric Blake  <ebb9@byu.net>
6005
6006         tests: use macros.h in more places
6007         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
6008         (ASSERT_STREAM): Provide default of stderr.
6009         * tests/test-dirent-safer.c: Include macros.h, using alternate
6010         stream for assertions.
6011         * tests/test-dup-safer.c: Likewise.
6012         * tests/test-freopen-safer.c: Likewise.
6013         * tests/test-getopt.c: Likewise.
6014         * tests/test-openat-safer.c: Likewise.
6015         * tests/test-pipe.c: Likewise.
6016         * tests/test-popen-safer.c: Likewise.
6017         * modules/dirent-safer-tests (Files): Include macros.h.
6018         * modules/unistd-safer-tests (Files): Likewise.
6019         * modules/freopen-safer-tests (Files): Likewise.
6020         * modules/getopt-posix-tests (Files): Likewise.
6021         * modules/openat-safer-tests (Files): Likewise.
6022         * modules/pipe-tests (Files): Likewise.
6023
6024 2009-12-26  Bruno Haible  <bruno@clisp.org>
6025
6026         javacomp: Portability fix.
6027         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
6028         that it also works on Solaris.
6029
6030 2009-12-26  Bruno Haible  <bruno@clisp.org>
6031
6032         localename: Fix storage allocation of gl_locale_name_thread's result.
6033         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
6034         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
6035         all platforms that have 'uselocale'.
6036         (gl_locale_name_thread_unsafe): New function, extracted from
6037         gl_locale_name_thread.
6038         (gl_locale_name_thread): Call struniq on all platforms that have
6039         'uselocale'.
6040         * tests/test-localename.c (test_locale_name_thread): Check that the
6041         resulting strings are permanently allocated.
6042         * modules/localename-tests (Depends-on): Add strdup.
6043
6044 2009-12-26  Bruno Haible  <bruno@clisp.org>
6045
6046         * tests/test-localename.c (categories): Fill in the strings.
6047
6048 2009-12-26  Jim Meyering  <meyering@redhat.com>
6049
6050         isdir: complete the removal of m4/isdir.m4
6051         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6052
6053         isdir: clean up, since at least grep still uses it
6054         * lib/isdir.c: Include "isdir.h".
6055         (S_ISDIR): Remove now-unneeded definition.
6056         * modules/isdir (Files): Add lib/isdir.h.
6057         * lib/isdir.h: New file, with declaration.
6058         * m4/isdir.m4: Remove file -- unneeded.
6059
6060 2009-12-25  Bruno Haible  <bruno@clisp.org>
6061
6062         selinux-h: Make generated .h files standalone.
6063         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6064         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6065         * lib/se-selinux.in.h: Likewise.
6066         * modules/selinux-h (Depends-on): Add unused-parameter.
6067         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6068         selinux/selinux.h and selinux/context.h.
6069         Suggested by Eric Blake.
6070
6071 2009-12-25  Bruno Haible  <bruno@clisp.org>
6072
6073         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6074         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6075         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6076         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6077         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6078
6079 2009-12-24  Bruno Haible  <bruno@clisp.org>
6080
6081         openat: Fix warning.
6082         * lib/openat-proc.c: Include <unistd.h>.
6083
6084 2009-12-24  Bruno Haible  <bruno@clisp.org>
6085
6086         New module 'unused-parameter'.
6087         * build-aux/unused-parameter.h: New file, extracted from earlier
6088         gnulib-common.m4.
6089         * modules/unused-parameter: New file.
6090         * lib/unistr.h: Include unused-parameter.h.
6091         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6092         _GL_UNUSED.
6093         * modules/unistr/base (Depends-on): Add unused-parameter.
6094
6095 2009-12-24  Bruno Haible  <bruno@clisp.org>
6096
6097         Add missing dependencies to 'extensions' module.
6098         * m4/extensions.m4: Add comment.
6099         * modules/accept4 (Depends-on): Add extensions.
6100         * modules/dup3 (Depends-on): Likewise.
6101         * modules/fcntl (Depends-on): Likewise.
6102         * modules/futimens (Depends-on): Likewise.
6103         * modules/mknod (Depends-on): Likewise.
6104         * modules/pipe2 (Depends-on): Likewise.
6105         * modules/stat-time (Depends-on): Likewise.
6106         * modules/strcasestr-simple (Depends-on): Likewise.
6107         * modules/strsignal (Depends-on): Likewise.
6108         * modules/utimensat (Depends-on): Likewise.
6109         * modules/localcharset (Depends-on): Likewise. Needed because of
6110         gl_FCNTL_O_FLAGS.
6111         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6112         AC_TYPE_MBSTATE_T.
6113         * modules/wcsnrtombs (Depends-on): Likewise.
6114         * modules/wcsrtombs (Depends-on): Likewise.
6115
6116 2009-12-24  Bruno Haible  <bruno@clisp.org>
6117
6118         binary-io: Avoid gcc warning due to SET_BINARY.
6119         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6120         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6121
6122 2009-12-24  Bruno Haible  <bruno@clisp.org>
6123
6124         Avoid future namespace pollution on glibc systems.
6125         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6126         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6127         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6128         glibc systems.
6129
6130 2009-12-24  Bruno Haible  <bruno@clisp.org>
6131
6132         Refactor common macros used in tests.
6133         * tests/macros.h: New file.
6134         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6135         and/or <stdlib.h>, if appropriate.
6136         (ASSERT, SIZEOF): Remove macros.
6137         * tests/test-areadlink-with-size.c: Likewise.
6138         * tests/test-areadlinkat.c: Likewise.
6139         * tests/test-areadlinkat-with-size.c: Likewise.
6140         * tests/test-argmatch.c: Likewise.
6141         * tests/test-argv-iter.c: Likewise.
6142         * tests/test-array-mergesort.c: Likewise.
6143         * tests/test-array_list.c: Likewise.
6144         * tests/test-array_oset.c: Likewise.
6145         * tests/test-avltree_list.c: Likewise.
6146         * tests/test-avltree_oset.c: Likewise.
6147         * tests/test-avltreehash_list.c: Likewise.
6148         * tests/test-base64.c: Likewise.
6149         * tests/test-binary-io.c: Likewise.
6150         * tests/test-bitrotate.c: Likewise.
6151         * tests/test-btowc.c: Likewise.
6152         * tests/test-byteswap.c: Likewise.
6153         * tests/test-c-ctype.c: Likewise.
6154         * tests/test-c-stack.c: Likewise.
6155         * tests/test-c-strcasecmp.c: Likewise.
6156         * tests/test-c-strcasestr.c: Likewise.
6157         * tests/test-c-strncasecmp.c: Likewise.
6158         * tests/test-c-strstr.c: Likewise.
6159         * tests/test-canonicalize-lgpl.c: Likewise.
6160         * tests/test-canonicalize.c: Likewise.
6161         * tests/test-carray_list.c: Likewise.
6162         * tests/test-ceilf1.c: Likewise.
6163         * tests/test-ceilf2.c: Likewise.
6164         * tests/test-ceill.c: Likewise.
6165         * tests/test-chown.c: Likewise.
6166         * tests/test-cloexec.c: Likewise.
6167         * tests/test-copy-acl.c: Likewise.
6168         * tests/test-copy-file.c: Likewise.
6169         * tests/test-count-one-bits.c: Likewise.
6170         * tests/test-dprintf-posix.c: Likewise.
6171         * tests/test-dup2.c: Likewise.
6172         * tests/test-dup3.c: Likewise.
6173         * tests/test-duplocale.c: Likewise.
6174         * tests/test-fbufmode.c: Likewise.
6175         * tests/test-fchdir.c: Likewise.
6176         * tests/test-fchownat.c: Likewise.
6177         * tests/test-fcntl-safer.c: Likewise.
6178         * tests/test-fcntl.c: Likewise.
6179         * tests/test-fdopendir.c: Likewise.
6180         * tests/test-fdutimensat.c: Likewise.
6181         * tests/test-fflush2.c: Likewise.
6182         * tests/test-file-has-acl.c: Likewise.
6183         * tests/test-filevercmp.c: Likewise.
6184         * tests/test-flock.c: Likewise.
6185         * tests/test-floorf1.c: Likewise.
6186         * tests/test-floorf2.c: Likewise.
6187         * tests/test-floorl.c: Likewise.
6188         * tests/test-fnmatch.c: Likewise.
6189         * tests/test-fopen.h: Likewise.
6190         * tests/test-fpending.c: Likewise.
6191         * tests/test-fprintf-posix.c: Likewise.
6192         * tests/test-fpurge.c: Likewise.
6193         * tests/test-freadable.c: Likewise.
6194         * tests/test-freadahead.c: Likewise.
6195         * tests/test-freading.c: Likewise.
6196         * tests/test-freadptr.c: Likewise.
6197         * tests/test-freadptr2.c: Likewise.
6198         * tests/test-freadseek.c: Likewise.
6199         * tests/test-freopen.c: Likewise.
6200         * tests/test-frexp.c: Likewise.
6201         * tests/test-frexpl.c: Likewise.
6202         * tests/test-fseek.c: Likewise.
6203         * tests/test-fseeko.c: Likewise.
6204         * tests/test-fstatat.c: Likewise.
6205         * tests/test-fstrcmp.c: Likewise.
6206         * tests/test-fsync.c: Likewise.
6207         * tests/test-ftell.c: Likewise.
6208         * tests/test-ftello.c: Likewise.
6209         * tests/test-func.c: Likewise.
6210         * tests/test-futimens.c: Likewise.
6211         * tests/test-fwritable.c: Likewise.
6212         * tests/test-fwriting.c: Likewise.
6213         * tests/test-getcwd.c: Likewise.
6214         * tests/test-getdate.c: Likewise.
6215         * tests/test-getdelim.c: Likewise.
6216         * tests/test-getdtablesize.c: Likewise.
6217         * tests/test-getgroups.c: Likewise.
6218         * tests/test-getline.c: Likewise.
6219         * tests/test-getndelim2.c: Likewise.
6220         * tests/test-glob.c: Likewise.
6221         * tests/test-hash.c: Likewise.
6222         * tests/test-i-ring.c: Likewise.
6223         * tests/test-iconv-utf.c: Likewise.
6224         * tests/test-iconv.c: Likewise.
6225         * tests/test-idpriv-drop.c: Likewise.
6226         * tests/test-idpriv-droptemp.c: Likewise.
6227         * tests/test-inet_ntop.c: Likewise.
6228         * tests/test-inet_pton.c: Likewise.
6229         * tests/test-isblank.c: Likewise.
6230         * tests/test-isfinite.c: Likewise.
6231         * tests/test-isinf.c: Likewise.
6232         * tests/test-isnan.c: Likewise.
6233         * tests/test-isnand.h: Likewise.
6234         * tests/test-isnanf.h: Likewise.
6235         * tests/test-isnanl.h: Likewise.
6236         * tests/test-lchown.c: Likewise.
6237         * tests/test-ldexpl.c: Likewise.
6238         * tests/test-link.c: Likewise.
6239         * tests/test-linkat.c: Likewise.
6240         * tests/test-linked_list.c: Likewise.
6241         * tests/test-linkedhash_list.c: Likewise.
6242         * tests/test-localename.c: Likewise.
6243         * tests/test-lseek.c: Likewise.
6244         * tests/test-lstat.c: Likewise.
6245         * tests/test-mbmemcasecmp.c: Likewise.
6246         * tests/test-mbmemcasecoll.c: Likewise.
6247         * tests/test-mbrtowc.c: Likewise.
6248         * tests/test-mbscasecmp.c: Likewise.
6249         * tests/test-mbscasestr1.c: Likewise.
6250         * tests/test-mbscasestr2.c: Likewise.
6251         * tests/test-mbscasestr3.c: Likewise.
6252         * tests/test-mbscasestr4.c: Likewise.
6253         * tests/test-mbschr.c: Likewise.
6254         * tests/test-mbscspn.c: Likewise.
6255         * tests/test-mbsinit.c: Likewise.
6256         * tests/test-mbsncasecmp.c: Likewise.
6257         * tests/test-mbsnrtowcs.c: Likewise.
6258         * tests/test-mbspbrk.c: Likewise.
6259         * tests/test-mbspcasecmp.c: Likewise.
6260         * tests/test-mbsrchr.c: Likewise.
6261         * tests/test-mbsrtowcs.c: Likewise.
6262         * tests/test-mbsspn.c: Likewise.
6263         * tests/test-mbsstr1.c: Likewise.
6264         * tests/test-mbsstr2.c: Likewise.
6265         * tests/test-mbsstr3.c: Likewise.
6266         * tests/test-memchr.c: Likewise.
6267         * tests/test-memchr2.c: Likewise.
6268         * tests/test-memcmp.c: Likewise.
6269         * tests/test-memmem.c: Likewise.
6270         * tests/test-memrchr.c: Likewise.
6271         * tests/test-mkdir.c: Likewise.
6272         * tests/test-mkdirat.c: Likewise.
6273         * tests/test-mkfifo.c: Likewise.
6274         * tests/test-mkfifoat.c: Likewise.
6275         * tests/test-mknod.c: Likewise.
6276         * tests/test-nanosleep.c: Likewise.
6277         * tests/test-nl_langinfo.c: Likewise.
6278         * tests/test-obstack-printf.c: Likewise.
6279         * tests/test-open.c: Likewise.
6280         * tests/test-openat.c: Likewise.
6281         * tests/test-pipe-filter-gi1.c: Likewise.
6282         * tests/test-pipe-filter-gi2-main.c: Likewise.
6283         * tests/test-pipe-filter-ii1.c: Likewise.
6284         * tests/test-pipe-filter-ii2-main.c: Likewise.
6285         * tests/test-pipe2.c: Likewise.
6286         * tests/test-popen.h: Likewise.
6287         * tests/test-posixtm.c: Likewise.
6288         * tests/test-pread.c: Likewise.
6289         * tests/test-printf-frexp.c: Likewise.
6290         * tests/test-printf-frexpl.c: Likewise.
6291         * tests/test-printf-posix.c: Likewise.
6292         * tests/test-priv-set.c: Likewise.
6293         * tests/test-quotearg.c: Likewise.
6294         * tests/test-random_r.c: Likewise.
6295         * tests/test-rawmemchr.c: Likewise.
6296         * tests/test-rbtree_list.c: Likewise.
6297         * tests/test-rbtree_oset.c: Likewise.
6298         * tests/test-rbtreehash_list.c: Likewise.
6299         * tests/test-readlink.c: Likewise.
6300         * tests/test-remove.c: Likewise.
6301         * tests/test-rename.c: Likewise.
6302         * tests/test-renameat.c: Likewise.
6303         * tests/test-rmdir.c: Likewise.
6304         * tests/test-round1.c: Likewise.
6305         * tests/test-roundf1.c: Likewise.
6306         * tests/test-roundl.c: Likewise.
6307         * tests/test-safe-alloc.c: Likewise.
6308         * tests/test-sameacls.c: Likewise.
6309         * tests/test-set-mode-acl.c: Likewise.
6310         * tests/test-setenv.c: Likewise.
6311         * tests/test-sigaction.c: Likewise.
6312         * tests/test-signbit.c: Likewise.
6313         * tests/test-sleep.c: Likewise.
6314         * tests/test-snprintf-posix.c: Likewise.
6315         * tests/test-snprintf.c: Likewise.
6316         * tests/test-sprintf-posix.c: Likewise.
6317         * tests/test-stat-time.c: Likewise.
6318         * tests/test-stat.c: Likewise.
6319         * tests/test-strcasestr.c: Likewise.
6320         * tests/test-strchrnul.c: Likewise.
6321         * tests/test-strerror.c: Likewise.
6322         * tests/test-striconv.c: Likewise.
6323         * tests/test-striconveh.c: Likewise.
6324         * tests/test-striconveha.c: Likewise.
6325         * tests/test-strsignal.c: Likewise.
6326         * tests/test-strstr.c: Likewise.
6327         * tests/test-strtod.c: Likewise.
6328         * tests/test-strverscmp.c: Likewise.
6329         * tests/test-symlink.c: Likewise.
6330         * tests/test-symlinkat.c: Likewise.
6331         * tests/test-trunc1.c: Likewise.
6332         * tests/test-trunc2.c: Likewise.
6333         * tests/test-truncf1.c: Likewise.
6334         * tests/test-truncf2.c: Likewise.
6335         * tests/test-truncl.c: Likewise.
6336         * tests/test-uname.c: Likewise.
6337         * tests/test-unlink.c: Likewise.
6338         * tests/test-unlinkat.c: Likewise.
6339         * tests/test-unsetenv.c: Likewise.
6340         * tests/test-usleep.c: Likewise.
6341         * tests/test-utimens.c: Likewise.
6342         * tests/test-utimensat.c: Likewise.
6343         * tests/test-vasnprintf-posix.c: Likewise.
6344         * tests/test-vasnprintf-posix2.c: Likewise.
6345         * tests/test-vasnprintf.c: Likewise.
6346         * tests/test-vasprintf-posix.c: Likewise.
6347         * tests/test-vasprintf.c: Likewise.
6348         * tests/test-vdprintf-posix.c: Likewise.
6349         * tests/test-vfprintf-posix.c: Likewise.
6350         * tests/test-vprintf-posix.c: Likewise.
6351         * tests/test-vsnprintf-posix.c: Likewise.
6352         * tests/test-vsnprintf.c: Likewise.
6353         * tests/test-vsprintf-posix.c: Likewise.
6354         * tests/test-wcrtomb.c: Likewise.
6355         * tests/test-wcsnrtombs.c: Likewise.
6356         * tests/test-wcsrtombs.c: Likewise.
6357         * tests/test-wctype.c: Likewise.
6358         * tests/test-wcwidth.c: Likewise.
6359         * tests/test-xfprintf-posix.c: Likewise.
6360         * tests/test-xmemdup0.c: Likewise.
6361         * tests/test-xprintf-posix.c: Likewise.
6362         * tests/test-xvasprintf.c: Likewise.
6363         * tests/unicase/test-locale-language.c: Likewise.
6364         * tests/unicase/test-mapping-part1.h: Likewise.
6365         * tests/unicase/test-predicate-part1.h: Likewise.
6366         * tests/unicase/test-u8-casecmp.c: Likewise.
6367         * tests/unicase/test-u8-casecoll.c: Likewise.
6368         * tests/unicase/test-u8-casefold.c: Likewise.
6369         * tests/unicase/test-u8-is-cased.c: Likewise.
6370         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6371         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6372         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6373         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6374         * tests/unicase/test-u8-tolower.c: Likewise.
6375         * tests/unicase/test-u8-totitle.c: Likewise.
6376         * tests/unicase/test-u8-toupper.c: Likewise.
6377         * tests/unicase/test-u16-casecmp.c: Likewise.
6378         * tests/unicase/test-u16-casecoll.c: Likewise.
6379         * tests/unicase/test-u16-casefold.c: Likewise.
6380         * tests/unicase/test-u16-is-cased.c: Likewise.
6381         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6382         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6383         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6384         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6385         * tests/unicase/test-u16-tolower.c: Likewise.
6386         * tests/unicase/test-u16-totitle.c: Likewise.
6387         * tests/unicase/test-u16-toupper.c: Likewise.
6388         * tests/unicase/test-u32-casecmp.c: Likewise.
6389         * tests/unicase/test-u32-casecoll.c: Likewise.
6390         * tests/unicase/test-u32-casefold.c: Likewise.
6391         * tests/unicase/test-u32-is-cased.c: Likewise.
6392         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6393         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6394         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6395         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6396         * tests/unicase/test-u32-tolower.c: Likewise.
6397         * tests/unicase/test-u32-totitle.c: Likewise.
6398         * tests/unicase/test-u32-toupper.c: Likewise.
6399         * tests/unicase/test-ulc-casecmp.c: Likewise.
6400         * tests/unicase/test-ulc-casecoll.c: Likewise.
6401         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6402         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6403         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6404         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6405         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6406         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6407         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6408         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6409         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6410         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6411         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6412         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6413         * tests/unictype/test-bidi_byname.c: Likewise.
6414         * tests/unictype/test-bidi_name.c: Likewise.
6415         * tests/unictype/test-bidi_of.c: Likewise.
6416         * tests/unictype/test-bidi_test.c: Likewise.
6417         * tests/unictype/test-block_list.c: Likewise.
6418         * tests/unictype/test-block_of.c: Likewise.
6419         * tests/unictype/test-block_test.c: Likewise.
6420         * tests/unictype/test-categ_and.c: Likewise.
6421         * tests/unictype/test-categ_and_not.c: Likewise.
6422         * tests/unictype/test-categ_byname.c: Likewise.
6423         * tests/unictype/test-categ_name.c: Likewise.
6424         * tests/unictype/test-categ_none.c: Likewise.
6425         * tests/unictype/test-categ_of.c: Likewise.
6426         * tests/unictype/test-categ_or.c: Likewise.
6427         * tests/unictype/test-categ_test_withtable.c: Likewise.
6428         * tests/unictype/test-combining.c: Likewise.
6429         * tests/unictype/test-decdigit.c: Likewise.
6430         * tests/unictype/test-digit.c: Likewise.
6431         * tests/unictype/test-mirror.c: Likewise.
6432         * tests/unictype/test-numeric.c: Likewise.
6433         * tests/unictype/test-pr_byname.c: Likewise.
6434         * tests/unictype/test-pr_test.c: Likewise.
6435         * tests/unictype/test-predicate-part1.h: Likewise.
6436         * tests/unictype/test-scripts.c: Likewise.
6437         * tests/unictype/test-sy_c_ident.c: Likewise.
6438         * tests/unictype/test-sy_java_ident.c: Likewise.
6439         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6440         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6441         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6442         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6443         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6444         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6445         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6446         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6447         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6448         * tests/uninorm/test-compat-decomposition.c: Likewise.
6449         * tests/uninorm/test-composition.c: Likewise.
6450         * tests/uninorm/test-decomposing-form.c: Likewise.
6451         * tests/uninorm/test-decomposition.c: Likewise.
6452         * tests/uninorm/test-u8-nfc.c: Likewise.
6453         * tests/uninorm/test-u8-nfd.c: Likewise.
6454         * tests/uninorm/test-u8-nfkc.c: Likewise.
6455         * tests/uninorm/test-u8-nfkd.c: Likewise.
6456         * tests/uninorm/test-u8-normcmp.c: Likewise.
6457         * tests/uninorm/test-u8-normcoll.c: Likewise.
6458         * tests/uninorm/test-u16-nfc.c: Likewise.
6459         * tests/uninorm/test-u16-nfd.c: Likewise.
6460         * tests/uninorm/test-u16-nfkc.c: Likewise.
6461         * tests/uninorm/test-u16-nfkd.c: Likewise.
6462         * tests/uninorm/test-u16-normcmp.c: Likewise.
6463         * tests/uninorm/test-u16-normcoll.c: Likewise.
6464         * tests/uninorm/test-u32-nfc.c: Likewise.
6465         * tests/uninorm/test-u32-nfd.c: Likewise.
6466         * tests/uninorm/test-u32-nfkc.c: Likewise.
6467         * tests/uninorm/test-u32-nfkd.c: Likewise.
6468         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6469         * tests/uninorm/test-u32-normcmp.c: Likewise.
6470         * tests/uninorm/test-u32-normcoll.c: Likewise.
6471         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6472         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6473         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6474         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6475         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6476         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6477         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6478         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6479         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6480         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6481         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6482         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6483         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6484         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6485         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6486         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6487         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6488         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6489         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6490         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6491         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6492         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6493         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6494         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6495         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6496         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6497         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6498         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6499         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6500         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6501         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6502         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6503         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6504         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6505         * tests/uniwidth/test-u8-width.c: Likewise.
6506         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6507         * tests/uniwidth/test-u16-width.c: Likewise.
6508         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6509         * tests/uniwidth/test-u32-width.c: Likewise.
6510         * tests/uniwidth/test-uc_width.c: Likewise.
6511         * tests/uniwidth/test-uc_width2.c: Likewise.
6512         * modules/acl-tests (Files): Add tests/macros.h.
6513         * modules/areadlink-tests (Files): Likewise.
6514         * modules/areadlink-with-size-tests (Files): Likewise.
6515         * modules/areadlinkat-tests (Files): Likewise.
6516         * modules/areadlinkat-with-size-tests (Files): Likewise.
6517         * modules/argmatch-tests (Files): Likewise.
6518         * modules/argv-iter-tests (Files): Likewise.
6519         * modules/array-list-tests (Files): Likewise.
6520         * modules/array-mergesort-tests (Files): Likewise.
6521         * modules/array-oset-tests (Files): Likewise.
6522         * modules/avltree-list-tests (Files): Likewise.
6523         * modules/avltree-oset-tests (Files): Likewise.
6524         * modules/avltreehash-list-tests (Files): Likewise.
6525         * modules/base64-tests (Files): Likewise.
6526         * modules/binary-io-tests (Files): Likewise.
6527         * modules/bitrotate-tests (Files): Likewise.
6528         * modules/btowc-tests (Files): Likewise.
6529         * modules/byteswap-tests (Files): Likewise.
6530         * modules/c-ctype-tests (Files): Likewise.
6531         * modules/c-stack-tests (Files): Likewise.
6532         * modules/c-strcase-tests (Files): Likewise.
6533         * modules/c-strcasestr-tests (Files): Likewise.
6534         * modules/c-strstr-tests (Files): Likewise.
6535         * modules/canonicalize-lgpl-tests (Files): Likewise.
6536         * modules/canonicalize-tests (Files): Likewise.
6537         * modules/carray-list-tests (Files): Likewise.
6538         * modules/ceilf-tests (Files): Likewise.
6539         * modules/ceill-tests (Files): Likewise.
6540         * modules/chown-tests (Files): Likewise.
6541         * modules/cloexec-tests (Files): Likewise.
6542         * modules/copy-file-tests (Files): Likewise.
6543         * modules/count-one-bits-tests (Files): Likewise.
6544         * modules/dprintf-posix-tests (Files): Likewise.
6545         * modules/dup2-tests (Files): Likewise.
6546         * modules/dup3-tests (Files): Likewise.
6547         * modules/duplocale-tests (Files): Likewise.
6548         * modules/fbufmode-tests (Files): Likewise.
6549         * modules/fchdir-tests (Files): Likewise.
6550         * modules/fcntl-safer-tests (Files): Likewise.
6551         * modules/fcntl-tests (Files): Likewise.
6552         * modules/fdopendir-tests (Files): Likewise.
6553         * modules/fdutimensat-tests (Files): Likewise.
6554         * modules/fflush-tests (Files): Likewise.
6555         * modules/filevercmp-tests (Files): Likewise.
6556         * modules/flock-tests (Files): Likewise.
6557         * modules/floorf-tests (Files): Likewise.
6558         * modules/floorl-tests (Files): Likewise.
6559         * modules/fnmatch-tests (Files): Likewise.
6560         * modules/fopen-safer-tests (Files): Likewise.
6561         * modules/fopen-tests (Files): Likewise.
6562         * modules/fpending-tests (Files): Likewise.
6563         * modules/fprintf-posix-tests (Files): Likewise.
6564         * modules/fpurge-tests (Files): Likewise.
6565         * modules/freadable-tests (Files): Likewise.
6566         * modules/freadahead-tests (Files): Likewise.
6567         * modules/freading-tests (Files): Likewise.
6568         * modules/freadptr-tests (Files): Likewise.
6569         * modules/freadseek-tests (Files): Likewise.
6570         * modules/freopen-tests (Files): Likewise.
6571         * modules/frexp-nolibm-tests (Files): Likewise.
6572         * modules/frexp-tests (Files): Likewise.
6573         * modules/frexpl-nolibm-tests (Files): Likewise.
6574         * modules/frexpl-tests (Files): Likewise.
6575         * modules/fseek-tests (Files): Likewise.
6576         * modules/fseeko-tests (Files): Likewise.
6577         * modules/fstrcmp-tests (Files): Likewise.
6578         * modules/fsync-tests (Files): Likewise.
6579         * modules/ftell-tests (Files): Likewise.
6580         * modules/ftello-tests (Files): Likewise.
6581         * modules/func-tests (Files): Likewise.
6582         * modules/futimens-tests (Files): Likewise.
6583         * modules/fwritable-tests (Files): Likewise.
6584         * modules/fwriting-tests (Files): Likewise.
6585         * modules/getcwd-tests (Files): Likewise.
6586         * modules/getdate-tests (Files): Likewise.
6587         * modules/getdelim-tests (Files): Likewise.
6588         * modules/getdtablesize-tests (Files): Likewise.
6589         * modules/getgroups-tests (Files): Likewise.
6590         * modules/getline-tests (Files): Likewise.
6591         * modules/getndelim2-tests (Files): Likewise.
6592         * modules/glob-tests (Files): Likewise.
6593         * modules/hash-tests (Files): Likewise.
6594         * modules/i-ring-tests (Files): Likewise.
6595         * modules/iconv-tests (Files): Likewise.
6596         * modules/iconv_open-utf-tests (Files): Likewise.
6597         * modules/idpriv-drop-tests (Files): Likewise.
6598         * modules/idpriv-droptemp-tests (Files): Likewise.
6599         * modules/inet_ntop-tests (Files): Likewise.
6600         * modules/inet_pton-tests (Files): Likewise.
6601         * modules/isblank-tests (Files): Likewise.
6602         * modules/isfinite-tests (Files): Likewise.
6603         * modules/isinf-tests (Files): Likewise.
6604         * modules/isnan-tests (Files): Likewise.
6605         * modules/isnand-nolibm-tests (Files): Likewise.
6606         * modules/isnand-tests (Files): Likewise.
6607         * modules/isnanf-nolibm-tests (Files): Likewise.
6608         * modules/isnanf-tests (Files): Likewise.
6609         * modules/isnanl-nolibm-tests (Files): Likewise.
6610         * modules/isnanl-tests (Files): Likewise.
6611         * modules/lchown-tests (Files): Likewise.
6612         * modules/ldexpl-tests (Files): Likewise.
6613         * modules/link-tests (Files): Likewise.
6614         * modules/linkat-tests (Files): Likewise.
6615         * modules/linked-list-tests (Files): Likewise.
6616         * modules/linkedhash-list-tests (Files): Likewise.
6617         * modules/localename-tests (Files): Likewise.
6618         * modules/lseek-tests (Files): Likewise.
6619         * modules/lstat-tests (Files): Likewise.
6620         * modules/mbmemcasecmp-tests (Files): Likewise.
6621         * modules/mbmemcasecoll-tests (Files): Likewise.
6622         * modules/mbrtowc-tests (Files): Likewise.
6623         * modules/mbscasecmp-tests (Files): Likewise.
6624         * modules/mbscasestr-tests (Files): Likewise.
6625         * modules/mbschr-tests (Files): Likewise.
6626         * modules/mbscspn-tests (Files): Likewise.
6627         * modules/mbsinit-tests (Files): Likewise.
6628         * modules/mbsncasecmp-tests (Files): Likewise.
6629         * modules/mbsnrtowcs-tests (Files): Likewise.
6630         * modules/mbspbrk-tests (Files): Likewise.
6631         * modules/mbspcasecmp-tests (Files): Likewise.
6632         * modules/mbsrchr-tests (Files): Likewise.
6633         * modules/mbsrtowcs-tests (Files): Likewise.
6634         * modules/mbsspn-tests (Files): Likewise.
6635         * modules/mbsstr-tests (Files): Likewise.
6636         * modules/memchr-tests (Files): Likewise.
6637         * modules/memchr2-tests (Files): Likewise.
6638         * modules/memcmp-tests (Files): Likewise.
6639         * modules/memmem-tests (Files): Likewise.
6640         * modules/memrchr-tests (Files): Likewise.
6641         * modules/mkdir-tests (Files): Likewise.
6642         * modules/mkfifo-tests (Files): Likewise.
6643         * modules/mkfifoat-tests (Files): Likewise.
6644         * modules/mknod-tests (Files): Likewise.
6645         * modules/nanosleep-tests (Files): Likewise.
6646         * modules/nl_langinfo-tests (Files): Likewise.
6647         * modules/obstack-printf-tests (Files): Likewise.
6648         * modules/open-tests (Files): Likewise.
6649         * modules/openat-tests (Files): Likewise.
6650         * modules/pipe-filter-gi-tests (Files): Likewise.
6651         * modules/pipe-filter-ii-tests (Files): Likewise.
6652         * modules/pipe2-tests (Files): Likewise.
6653         * modules/popen-safer-tests (Files): Likewise.
6654         * modules/popen-tests (Files): Likewise.
6655         * modules/posixtm-tests (Files): Likewise.
6656         * modules/pread-tests (Files): Likewise.
6657         * modules/printf-frexp-tests (Files): Likewise.
6658         * modules/printf-frexpl-tests (Files): Likewise.
6659         * modules/printf-posix-tests (Files): Likewise.
6660         * modules/priv-set-tests (Files): Likewise.
6661         * modules/quotearg-tests (Files): Likewise.
6662         * modules/random_r-tests (Files): Likewise.
6663         * modules/rawmemchr-tests (Files): Likewise.
6664         * modules/rbtree-list-tests (Files): Likewise.
6665         * modules/rbtree-oset-tests (Files): Likewise.
6666         * modules/rbtreehash-list-tests (Files): Likewise.
6667         * modules/readlink-tests (Files): Likewise.
6668         * modules/remove-tests (Files): Likewise.
6669         * modules/rename-tests (Files): Likewise.
6670         * modules/renameat-tests (Files): Likewise.
6671         * modules/rmdir-tests (Files): Likewise.
6672         * modules/round-tests (Files): Likewise.
6673         * modules/roundf-tests (Files): Likewise.
6674         * modules/roundl-tests (Files): Likewise.
6675         * modules/safe-alloc-tests (Files): Likewise.
6676         * modules/setenv-tests (Files): Likewise.
6677         * modules/sigaction-tests (Files): Likewise.
6678         * modules/signbit-tests (Files): Likewise.
6679         * modules/sleep-tests (Files): Likewise.
6680         * modules/snprintf-posix-tests (Files): Likewise.
6681         * modules/snprintf-tests (Files): Likewise.
6682         * modules/sprintf-posix-tests (Files): Likewise.
6683         * modules/stat-tests (Files): Likewise.
6684         * modules/stat-time-tests (Files): Likewise.
6685         * modules/strcasestr-tests (Files): Likewise.
6686         * modules/strchrnul-tests (Files): Likewise.
6687         * modules/strerror-tests (Files): Likewise.
6688         * modules/striconv-tests (Files): Likewise.
6689         * modules/striconveh-tests (Files): Likewise.
6690         * modules/striconveha-tests (Files): Likewise.
6691         * modules/strsignal-tests (Files): Likewise.
6692         * modules/strstr-tests (Files): Likewise.
6693         * modules/strtod-tests (Files): Likewise.
6694         * modules/strverscmp-tests (Files): Likewise.
6695         * modules/symlink-tests (Files): Likewise.
6696         * modules/symlinkat-tests (Files): Likewise.
6697         * modules/trunc-tests (Files): Likewise.
6698         * modules/truncf-tests (Files): Likewise.
6699         * modules/truncl-tests (Files): Likewise.
6700         * modules/uname-tests (Files): Likewise.
6701         * modules/unicase/cased-tests (Files): Likewise.
6702         * modules/unicase/ignorable-tests (Files): Likewise.
6703         * modules/unicase/locale-language-tests (Files): Likewise.
6704         * modules/unicase/tolower-tests (Files): Likewise.
6705         * modules/unicase/totitle-tests (Files): Likewise.
6706         * modules/unicase/toupper-tests (Files): Likewise.
6707         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6708         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6709         * modules/unicase/u8-casefold-tests (Files): Likewise.
6710         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6711         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6712         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6713         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6714         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6715         * modules/unicase/u8-tolower-tests (Files): Likewise.
6716         * modules/unicase/u8-totitle-tests (Files): Likewise.
6717         * modules/unicase/u8-toupper-tests (Files): Likewise.
6718         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6719         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6720         * modules/unicase/u16-casefold-tests (Files): Likewise.
6721         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6722         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6723         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6724         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6725         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6726         * modules/unicase/u16-tolower-tests (Files): Likewise.
6727         * modules/unicase/u16-totitle-tests (Files): Likewise.
6728         * modules/unicase/u16-toupper-tests (Files): Likewise.
6729         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6730         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6731         * modules/unicase/u32-casefold-tests (Files): Likewise.
6732         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6733         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6734         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6735         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6736         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6737         * modules/unicase/u32-tolower-tests (Files): Likewise.
6738         * modules/unicase/u32-totitle-tests (Files): Likewise.
6739         * modules/unicase/u32-toupper-tests (Files): Likewise.
6740         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6741         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6742         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6743         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6744         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6745         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6746         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6747         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6748         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6749         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6750         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6751         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6752         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6753         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6754         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6755         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6756         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6757         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6758         * modules/unictype/block-list-tests (Files): Likewise.
6759         * modules/unictype/block-of-tests (Files): Likewise.
6760         * modules/unictype/block-test-tests (Files): Likewise.
6761         * modules/unictype/category-C-tests (Files): Likewise.
6762         * modules/unictype/category-Cc-tests (Files): Likewise.
6763         * modules/unictype/category-Cf-tests (Files): Likewise.
6764         * modules/unictype/category-Cn-tests (Files): Likewise.
6765         * modules/unictype/category-Co-tests (Files): Likewise.
6766         * modules/unictype/category-Cs-tests (Files): Likewise.
6767         * modules/unictype/category-L-tests (Files): Likewise.
6768         * modules/unictype/category-Ll-tests (Files): Likewise.
6769         * modules/unictype/category-Lm-tests (Files): Likewise.
6770         * modules/unictype/category-Lo-tests (Files): Likewise.
6771         * modules/unictype/category-Lt-tests (Files): Likewise.
6772         * modules/unictype/category-Lu-tests (Files): Likewise.
6773         * modules/unictype/category-M-tests (Files): Likewise.
6774         * modules/unictype/category-Mc-tests (Files): Likewise.
6775         * modules/unictype/category-Me-tests (Files): Likewise.
6776         * modules/unictype/category-Mn-tests (Files): Likewise.
6777         * modules/unictype/category-N-tests (Files): Likewise.
6778         * modules/unictype/category-Nd-tests (Files): Likewise.
6779         * modules/unictype/category-Nl-tests (Files): Likewise.
6780         * modules/unictype/category-No-tests (Files): Likewise.
6781         * modules/unictype/category-P-tests (Files): Likewise.
6782         * modules/unictype/category-Pc-tests (Files): Likewise.
6783         * modules/unictype/category-Pd-tests (Files): Likewise.
6784         * modules/unictype/category-Pe-tests (Files): Likewise.
6785         * modules/unictype/category-Pf-tests (Files): Likewise.
6786         * modules/unictype/category-Pi-tests (Files): Likewise.
6787         * modules/unictype/category-Po-tests (Files): Likewise.
6788         * modules/unictype/category-Ps-tests (Files): Likewise.
6789         * modules/unictype/category-S-tests (Files): Likewise.
6790         * modules/unictype/category-Sc-tests (Files): Likewise.
6791         * modules/unictype/category-Sk-tests (Files): Likewise.
6792         * modules/unictype/category-Sm-tests (Files): Likewise.
6793         * modules/unictype/category-So-tests (Files): Likewise.
6794         * modules/unictype/category-Z-tests (Files): Likewise.
6795         * modules/unictype/category-Zl-tests (Files): Likewise.
6796         * modules/unictype/category-Zp-tests (Files): Likewise.
6797         * modules/unictype/category-Zs-tests (Files): Likewise.
6798         * modules/unictype/category-and-not-tests (Files): Likewise.
6799         * modules/unictype/category-and-tests (Files): Likewise.
6800         * modules/unictype/category-byname-tests (Files): Likewise.
6801         * modules/unictype/category-name-tests (Files): Likewise.
6802         * modules/unictype/category-none-tests (Files): Likewise.
6803         * modules/unictype/category-of-tests (Files): Likewise.
6804         * modules/unictype/category-or-tests (Files): Likewise.
6805         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6806         * modules/unictype/combining-class-tests (Files): Likewise.
6807         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6808         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6809         * modules/unictype/ctype-blank-tests (Files): Likewise.
6810         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6811         * modules/unictype/ctype-digit-tests (Files): Likewise.
6812         * modules/unictype/ctype-graph-tests (Files): Likewise.
6813         * modules/unictype/ctype-lower-tests (Files): Likewise.
6814         * modules/unictype/ctype-print-tests (Files): Likewise.
6815         * modules/unictype/ctype-punct-tests (Files): Likewise.
6816         * modules/unictype/ctype-space-tests (Files): Likewise.
6817         * modules/unictype/ctype-upper-tests (Files): Likewise.
6818         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6819         * modules/unictype/decimal-digit-tests (Files): Likewise.
6820         * modules/unictype/digit-tests (Files): Likewise.
6821         * modules/unictype/mirror-tests (Files): Likewise.
6822         * modules/unictype/numeric-tests (Files): Likewise.
6823         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6824         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6825         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6826         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6827         Likewise.
6828         * modules/unictype/property-bidi-block-separator-tests (Files):
6829         Likewise.
6830         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6831         Likewise.
6832         * modules/unictype/property-bidi-common-separator-tests (Files):
6833         Likewise.
6834         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6835         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6836         Likewise.
6837         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6838         Likewise.
6839         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6840         Likewise.
6841         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6842         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6843         Likewise.
6844         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6845         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6846         Likewise.
6847         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6848         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6849         * modules/unictype/property-bidi-segment-separator-tests (Files):
6850         Likewise.
6851         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6852         * modules/unictype/property-byname-tests (Files): Likewise.
6853         * modules/unictype/property-combining-tests (Files): Likewise.
6854         * modules/unictype/property-composite-tests (Files): Likewise.
6855         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6856         * modules/unictype/property-dash-tests (Files): Likewise.
6857         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6858         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6859         Likewise.
6860         * modules/unictype/property-deprecated-tests (Files): Likewise.
6861         * modules/unictype/property-diacritic-tests (Files): Likewise.
6862         * modules/unictype/property-extender-tests (Files): Likewise.
6863         * modules/unictype/property-format-control-tests (Files): Likewise.
6864         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6865         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6866         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6867         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6868         * modules/unictype/property-hyphen-tests (Files): Likewise.
6869         * modules/unictype/property-id-continue-tests (Files): Likewise.
6870         * modules/unictype/property-id-start-tests (Files): Likewise.
6871         * modules/unictype/property-ideographic-tests (Files): Likewise.
6872         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6873         * modules/unictype/property-ids-trinary-operator-tests (Files):
6874         Likewise.
6875         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6876         * modules/unictype/property-iso-control-tests (Files): Likewise.
6877         * modules/unictype/property-join-control-tests (Files): Likewise.
6878         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6879         * modules/unictype/property-line-separator-tests (Files): Likewise.
6880         * modules/unictype/property-logical-order-exception-tests (Files):
6881         Likewise.
6882         * modules/unictype/property-lowercase-tests (Files): Likewise.
6883         * modules/unictype/property-math-tests (Files): Likewise.
6884         * modules/unictype/property-non-break-tests (Files): Likewise.
6885         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6886         * modules/unictype/property-numeric-tests (Files): Likewise.
6887         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6888         * modules/unictype/property-other-default-ignorable-code-point-tests
6889         (Files): Likewise.
6890         * modules/unictype/property-other-grapheme-extend-tests (Files):
6891         Likewise.
6892         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6893         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6894         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6895         * modules/unictype/property-other-math-tests (Files): Likewise.
6896         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6897         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6898         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6899         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6900         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6901         * modules/unictype/property-private-use-tests (Files): Likewise.
6902         * modules/unictype/property-punctuation-tests (Files): Likewise.
6903         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6904         * modules/unictype/property-radical-tests (Files): Likewise.
6905         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6906         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6907         * modules/unictype/property-space-tests (Files): Likewise.
6908         * modules/unictype/property-terminal-punctuation-tests (Files):
6909         Likewise.
6910         * modules/unictype/property-test-tests (Files): Likewise.
6911         * modules/unictype/property-titlecase-tests (Files): Likewise.
6912         * modules/unictype/property-unassigned-code-value-tests (Files):
6913         Likewise.
6914         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6915         * modules/unictype/property-uppercase-tests (Files): Likewise.
6916         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6917         * modules/unictype/property-white-space-tests (Files): Likewise.
6918         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6919         * modules/unictype/property-xid-start-tests (Files): Likewise.
6920         * modules/unictype/property-zero-width-tests (Files): Likewise.
6921         * modules/unictype/scripts-tests (Files): Likewise.
6922         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6923         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6924         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6925         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6926         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6927         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6928         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6929         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6930         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6931         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6932         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6933         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6934         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6935         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6936         * modules/uninorm/composition-tests (Files): Likewise.
6937         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6938         * modules/uninorm/decomposition-tests (Files): Likewise.
6939         * modules/uninorm/filter-tests (Files): Likewise.
6940         * modules/uninorm/nfc-tests (Files): Likewise.
6941         * modules/uninorm/nfd-tests (Files): Likewise.
6942         * modules/uninorm/nfkc-tests (Files): Likewise.
6943         * modules/uninorm/nfkd-tests (Files): Likewise.
6944         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6945         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6946         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6947         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6948         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6949         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6950         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6951         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6952         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6953         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6954         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6955         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6956         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6957         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6958         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6959         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6960         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6961         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6962         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6963         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6964         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6965         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6966         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6967         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6968         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6969         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6970         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6971         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6972         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6973         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6974         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6975         * modules/uniwidth/u8-width-tests (Files): Likewise.
6976         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6977         * modules/uniwidth/u16-width-tests (Files): Likewise.
6978         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6979         * modules/uniwidth/u32-width-tests (Files): Likewise.
6980         * modules/uniwidth/width-tests (Files): Likewise.
6981         * modules/unlink-tests (Files): Likewise.
6982         * modules/unsetenv-tests (Files): Likewise.
6983         * modules/usleep-tests (Files): Likewise.
6984         * modules/utimens-tests (Files): Likewise.
6985         * modules/utimensat-tests (Files): Likewise.
6986         * modules/vasnprintf-posix-tests (Files): Likewise.
6987         * modules/vasnprintf-tests (Files): Likewise.
6988         * modules/vasprintf-posix-tests (Files): Likewise.
6989         * modules/vasprintf-tests (Files): Likewise.
6990         * modules/vdprintf-posix-tests (Files): Likewise.
6991         * modules/vfprintf-posix-tests (Files): Likewise.
6992         * modules/vprintf-posix-tests (Files): Likewise.
6993         * modules/vsnprintf-posix-tests (Files): Likewise.
6994         * modules/vsnprintf-tests (Files): Likewise.
6995         * modules/vsprintf-posix-tests (Files): Likewise.
6996         * modules/wcrtomb-tests (Files): Likewise.
6997         * modules/wcsnrtombs-tests (Files): Likewise.
6998         * modules/wcsrtombs-tests (Files): Likewise.
6999         * modules/wctype-tests (Files): Likewise.
7000         * modules/wcwidth-tests (Files): Likewise.
7001         * modules/xmemdup0-tests (Files): Likewise.
7002         * modules/xprintf-posix-tests (Files): Likewise.
7003         * modules/xvasprintf-tests (Files): Likewise.
7004
7005 2009-12-24  Eric Blake  <ebb9@byu.net>
7006
7007         test-nanosleep: fix typo
7008         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
7009         patch.
7010         Reported by Bruno Haible.
7011
7012 2009-12-24  Bruno Haible  <bruno@clisp.org>
7013
7014         Reduce namespace pollution on glibc systems.
7015         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
7016         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
7017         systems.
7018         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
7019         <getopt.h> on glibc systems.
7020         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
7021         systems.
7022         * lib/fcntl.c: Include <unistd.h> here instead.
7023
7024 2009-12-24  Bruno Haible  <bruno@clisp.org>
7025
7026         * lib/stdlib.in.h (includes): Fix typo in today's commit.
7027
7028 2009-12-24  Eric Blake  <ebb9@byu.net>
7029
7030         tests: add signature checks
7031         * tests/signature.h (SIGNATURE_CHECK): New file.
7032         * modules/atexit-tests (Files): Use it.
7033         * modules/btowc-tests (Files): Likewise.
7034         * modules/canonicalize-lgpl-tests (Files): Likewise.
7035         * modules/ceilf-tests (Files): Likewise.
7036         * modules/ceill-tests (Files): Likewise.
7037         * modules/chown-tests (Files): Likewise.
7038         * modules/dprintf-posix-tests (Files): Likewise.
7039         * modules/dup2-tests (Files): Likewise.
7040         * modules/dup3-tests (Files): Likewise.
7041         * modules/duplocale-tests (Files): Likewise.
7042         * modules/fchdir-tests (Files): Likewise.
7043         * modules/fcntl-tests (Files): Likewise.
7044         * modules/fdopendir-tests (Files): Likewise.
7045         * modules/fflush-tests (Files): Likewise.
7046         * modules/flock-tests (Files): Likewise.
7047         * modules/floorf-tests (Files): Likewise.
7048         * modules/floorl-tests (Files): Likewise.
7049         * modules/fnmatch-tests (Files): Likewise.
7050         * modules/fopen-tests (Files): Likewise.
7051         * modules/fprintf-posix-tests (Files): Likewise.
7052         * modules/freopen-tests (Files): Likewise.
7053         * modules/frexp-nolibm-tests (Files): Likewise.
7054         * modules/frexp-tests (Files): Likewise.
7055         * modules/frexpl-nolibm-tests (Files): Likewise.
7056         * modules/frexpl-tests (Files): Likewise.
7057         * modules/fseek-tests (Files): Likewise.
7058         * modules/fseeko-tests (Files): Likewise.
7059         * modules/fsync-tests (Files): Likewise.
7060         * modules/ftell-tests (Files): Likewise.
7061         * modules/ftello-tests (Files): Likewise.
7062         * modules/futimens-tests (Files): Likewise.
7063         * modules/getaddrinfo-tests (Files): Likewise.
7064         * modules/getcwd-tests (Files): Likewise.
7065         * modules/getdelim-tests (Files): Likewise.
7066         * modules/getdtablesize-tests (Files): Likewise.
7067         * modules/getgroups-tests (Files): Likewise.
7068         * modules/gethostname-tests (Files): Likewise.
7069         * modules/getline-tests (Files): Likewise.
7070         * modules/getopt-posix-tests (Files): Likewise.
7071         * modules/gettimeofday-tests (Files): Likewise.
7072         * modules/glob-tests (Files): Likewise.
7073         * modules/iconv-tests (Files): Likewise.
7074         * modules/inet_ntop-tests (Files): Likewise.
7075         * modules/inet_pton-tests (Files): Likewise.
7076         * modules/isblank-tests (Files): Likewise.
7077         * modules/lchown-tests (Files): Likewise.
7078         * modules/ldexpl-tests (Files): Likewise.
7079         * modules/link-tests (Files): Likewise.
7080         * modules/linkat-tests (Files): Likewise.
7081         * modules/lseek-tests (Files): Likewise.
7082         * modules/lstat-tests (Files): Likewise.
7083         * modules/mbrtowc-tests (Files): Likewise.
7084         * modules/mbsinit-tests (Files): Likewise.
7085         * modules/mbsnrtowcs-tests (Files): Likewise.
7086         * modules/mbsrtowcs-tests (Files): Likewise.
7087         * modules/memchr-tests (Files): Likewise.
7088         * modules/memcmp-tests (Files): Likewise.
7089         * modules/memmem-tests (Files): Likewise.
7090         * modules/memrchr-tests (Files): Likewise.
7091         * modules/mkdir-tests (Files): Likewise.
7092         * modules/mkfifo-tests (Files): Likewise.
7093         * modules/mkfifoat-tests (Files): Likewise.
7094         * modules/mknod-tests (Files): Likewise.
7095         * modules/nanosleep-tests (Files): Likewise.
7096         * modules/nl_langinfo-tests (Files): Likewise.
7097         * modules/obstack-printf-tests (Files): Likewise.
7098         * modules/open-tests (Files): Likewise.
7099         * modules/openat-tests (Files): Likewise.
7100         * modules/perror-tests (Files): Likewise.
7101         * modules/pipe2-tests (Files): Likewise.
7102         * modules/poll-tests (Files): Likewise.
7103         * modules/popen-tests (Files): Likewise.
7104         * modules/posix_spawn-tests (Files): Likewise.
7105         * modules/posix_spawnp-tests (Files): Likewise.
7106         * modules/pread-tests (Files): Likewise.
7107         * modules/printf-posix-tests (Files): Likewise.
7108         * modules/pty-tests (Files): Likewise.
7109         * modules/random_r-tests (Files): Likewise.
7110         * modules/rawmemchr-tests (Files): Likewise.
7111         * modules/readlink-tests (Files): Likewise.
7112         * modules/remove-tests (Files): Likewise.
7113         * modules/rename-tests (Files): Likewise.
7114         * modules/renameat-tests (Files): Likewise.
7115         * modules/rmdir-tests (Files): Likewise.
7116         * modules/round-tests (Files): Likewise.
7117         * modules/roundf-tests (Files): Likewise.
7118         * modules/roundl-tests (Files): Likewise.
7119         * modules/select-tests (Files): Likewise.
7120         * modules/setenv-tests (Files): Likewise.
7121         * modules/sigaction-tests (Files): Likewise.
7122         * modules/sleep-tests (Files): Likewise.
7123         * modules/snprintf-posix-tests (Files): Likewise.
7124         * modules/snprintf-tests (Files): Likewise.
7125         * modules/sprintf-posix-tests (Files): Likewise.
7126         * modules/stat-tests (Files): Likewise.
7127         * modules/strcasestr-tests (Files): Likewise.
7128         * modules/strchrnul-tests (Files): Likewise.
7129         * modules/strerror-tests (Files): Likewise.
7130         * modules/strsignal-tests (Files): Likewise.
7131         * modules/strstr-tests (Files): Likewise.
7132         * modules/strtod-tests (Files): Likewise.
7133         * modules/strverscmp-tests (Files): Likewise.
7134         * modules/symlink-tests (Files): Likewise.
7135         * modules/symlinkat-tests (Files): Likewise.
7136         * modules/times-tests (Files): Likewise.
7137         * modules/trunc-tests (Files): Likewise.
7138         * modules/truncf-tests (Files): Likewise.
7139         * modules/truncl-tests (Files): Likewise.
7140         * modules/tsearch-tests (Files): Likewise.
7141         * modules/uname-tests (Files): Likewise.
7142         * modules/unlink-tests (Files): Likewise.
7143         * modules/unsetenv-tests (Files): Likewise.
7144         * modules/usleep-tests (Files): Likewise.
7145         * modules/utimensat-tests (Files): Likewise.
7146         * modules/vasprintf-tests (Files): Likewise.
7147         * modules/vdprintf-posix-tests (Files): Likewise.
7148         * modules/vfprintf-posix-tests (Files): Likewise.
7149         * modules/vprintf-posix-tests (Files): Likewise.
7150         * modules/vsnprintf-posix-tests (Files): Likewise.
7151         * modules/vsnprintf-tests (Files): Likewise.
7152         * modules/vsprintf-posix-tests (Files): Likewise.
7153         * modules/wcrtomb-tests (Files): Likewise.
7154         * modules/wcsnrtombs-tests (Files): Likewise.
7155         * modules/wcsrtombs-tests (Files): Likewise.
7156         * modules/wcwidth-tests (Files): Likewise.
7157         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7158         * tests/test-isinf.c (isinf): Likewise.
7159         * tests/test-isnan.c (isnan): Likewise.
7160         * tests/test-signbit.c (signbit): Likewise.
7161         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7162         declaration, either as macro or with correct signature.
7163         (select): Ensure function under test is declared with correct
7164         signature in correct header.
7165         * tests/test-atexit.c (atexit): Likewise.
7166         * tests/test-btowc.c (btowc): Likewise.
7167         * tests/test-canonicalize-lgpl.c (realpath)
7168         (canonicalize_file_name): Likewise.
7169         * tests/test-ceilf1.c (ceilf): Likewise.
7170         * tests/test-ceill.c (ceill): Likewise.
7171         * tests/test-chown.c (chown): Likewise.
7172         * tests/test-dprintf-posix.c (dprintf): Likewise.
7173         * tests/test-dup2.c (dup2): Likewise.
7174         * tests/test-dup3.c (dup3): Likewise.
7175         * tests/test-duplocale.c (duplocale): Likewise.
7176         * tests/test-fchdir.c (fchdir): Likewise.
7177         * tests/test-fchownat.c (fchownat): Likewise.
7178         * tests/test-fcntl.c (fcntl): Likewise.
7179         * tests/test-fdopendir.c (fdopendir): Likewise.
7180         * tests/test-fflush.c (fflush): Likewise.
7181         * tests/test-flock.c (flock): Likewise.
7182         * tests/test-floorf1.c (floorf): Likewise.
7183         * tests/test-floorl.c (floorl): Likewise.
7184         * tests/test-fnmatch.c (fnmatch): Likewise.
7185         * tests/test-fopen.c (fopen): Likewise.
7186         * tests/test-fprintf-posix.c (fprintf): Likewise.
7187         * tests/test-freopen.c (freopen): Likewise.
7188         * tests/test-frexp.c (frexp): Likewise.
7189         * tests/test-frexpl.c (frexpl): Likewise.
7190         * tests/test-fseek.c (fseek): Likewise.
7191         * tests/test-fseeko.c (fseeko): Likewise.
7192         * tests/test-fstatat.c (fstatat): Likewise.
7193         * tests/test-fsync.c (fsync): Likewise.
7194         * tests/test-ftell.c (ftell): Likewise.
7195         * tests/test-ftello.c (ftello): Likewise.
7196         * tests/test-futimens.c (futimens): Likewise.
7197         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7198         (gai_strerror): Likewise.
7199         * tests/test-getcwd.c (getcwd): Likewise.
7200         * tests/test-getdelim.c (getdelim): Likewise.
7201         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7202         * tests/test-getgroups.c (getgroups): Likewise.
7203         * tests/test-gethostname.c (gethostname): Likewise.
7204         * tests/test-getline.c (getline): Likewise.
7205         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7206         Likewise.
7207         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7208         * tests/test-glob.c (glob, globfree): Likewise.
7209         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7210         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7211         * tests/test-inet_pton.c (inet_pton): Likewise.
7212         * tests/test-isblank.c (isblank): Likewise.
7213         * tests/test-lchown.c (lchown): Likewise.
7214         * tests/test-ldexpl.c (ldexpl): Likewise.
7215         * tests/test-link.c (link): Likewise.
7216         * tests/test-linkat.c (linkat): Likewise.
7217         * tests/test-lseek.c (lseek): Likewise.
7218         * tests/test-lstat.c (lstat): Likewise.
7219         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7220         * tests/test-mbsinit.c (mbsinit): Likewise.
7221         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7222         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7223         * tests/test-memchr.c (memchr): Likewise.
7224         * tests/test-memcmp.c (memcmp): Likewise.
7225         * tests/test-memmem.c (memmem): Likewise.
7226         * tests/test-memrchr.c (memrchr): Likewise.
7227         * tests/test-mkdir.c (mkdir): Likewise.
7228         * tests/test-mkdirat.c (mkdirat): Likewise.
7229         * tests/test-mkfifo.c (mkfifo): Likewise.
7230         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7231         * tests/test-mknod.c (mknod): Likewise.
7232         * tests/test-nanosleep.c (nanosleep): Likewise.
7233         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7234         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7235         Likewise.
7236         * tests/test-open.c (open): Likewise.
7237         * tests/test-openat.c (openat): Likewise.
7238         * tests/test-perror.c (perror): Likewise.
7239         * tests/test-pipe2.c (pipe2): Likewise.
7240         * tests/test-poll.c (poll): Likewise.
7241         * tests/test-popen.c (popen, pclose): Likewise.
7242         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7243         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7244         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7245         (posix_spawn_file_actions_destroy)
7246         (posix_spawn_file_actions_addclose)
7247         (posix_spawn_file_actions_addopen)
7248         (posix_spawn_file_actions_adddup2): Likewise.
7249         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7250         * tests/test-pread.c (pread): Likewise.
7251         * tests/test-printf-posix.c (printf): Likewise.
7252         * tests/test-pty.c (openpty, forkpty): Likewise.
7253         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7254         (random_r): Likewise.
7255         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7256         * tests/test-readlink.c (readlink): Likewise.
7257         * tests/test-remove.c (remove): Likewise.
7258         * tests/test-rename.c (rename): Likewise.
7259         * tests/test-renameat.c (renameat): Likewise.
7260         * tests/test-rmdir.c (rmdir): Likewise.
7261         * tests/test-round1.c (round): Likewise.
7262         * tests/test-roundf1.c (roundf): Likewise.
7263         * tests/test-roundl.c (roundl): Likewise.
7264         * tests/test-setenv.c (setenv): Likewise.
7265         * tests/test-sigaction.c (sigaction): Likewise.
7266         * tests/test-sleep.c (sleep): Likewise.
7267         * tests/test-snprintf.c (snprintf): Likewise.
7268         * tests/test-sprintf-posix.c (sprintf): Likewise.
7269         * tests/test-stat.c (stat): Likewise.
7270         * tests/test-stpncpy.c (stpncpy): Likewise.
7271         * tests/test-strcasestr.c (strcasestr): Likewise.
7272         * tests/test-strchrnul.c (strchrnul): Likewise.
7273         * tests/test-strerror.c (strerror): Likewise.
7274         * tests/test-strsignal.c (strsignal): Likewise.
7275         * tests/test-strstr.c (strstr): Likewise.
7276         * tests/test-strtod.c (strtod): Likewise.
7277         * tests/test-strverscmp.c (strverscmp): Likewise.
7278         * tests/test-symlink.c (symlink): Likewise.
7279         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7280         * tests/test-times.c (times): Likewise.
7281         * tests/test-trunc1.c (trunc): Likewise.
7282         * tests/test-truncf1.c (truncf): Likewise.
7283         * tests/test-truncl.c (truncl): Likewise.
7284         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7285         Likewise.
7286         * tests/test-uname.c (uname): Likewise.
7287         * tests/test-unlink.c (unlink): Likewise.
7288         * tests/test-unlinkat.c (unlinkat): Likewise.
7289         * tests/test-unsetenv.c (unsetenv): Likewise.
7290         * tests/test-usleep.c (usleep): Likewise.
7291         * tests/test-utimensat.c (utimensat): Likewise.
7292         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7293         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7294         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7295         * tests/test-vprintf-posix.c (vprintf): Likewise.
7296         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7297         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7298         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7299         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7300         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7301         * tests/test-wcwidth.c (wcwidth): Likewise.
7302
7303         build: pull in conditional headers during GNULIB_POSIXCHECK
7304         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7305         definitions from any conditionally-included headers.
7306         * lib/stdlib.in.h (includes): Likewise.
7307         * lib/unistd.in.h (includes): Likewise.
7308
7309 2009-12-24  Bruno Haible  <bruno@clisp.org>
7310
7311         * tests/test-argv-iter.c: Include header file being tested immediately
7312         after config.h.
7313         * tests/test-base64.c: Likewise.
7314         * tests/test-flock.c: Likewise.
7315         * tests/test-fsync.c: Likewise.
7316         * tests/test-getdate.c: Likewise.
7317         * tests/test-getndelim2.c: Likewise.
7318         * tests/test-isfinite.c: Likewise.
7319         * tests/test-isinf.c: Likewise.
7320         * tests/test-strerror.c: Likewise.
7321         * tests/test-strsignal.c: Likewise.
7322
7323 2009-12-23  Eric Blake  <ebb9@byu.net>
7324
7325         unistd: work around cygwin bug
7326         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7327         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7328         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7329
7330 2009-12-23  Bruno Haible  <bruno@clisp.org>
7331
7332         localename: More tests.
7333         * tests/test-localename.c (SIZEOF): New macro.
7334         (categories): New variable.
7335         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7336         test_locale_name_default): Add test w.r.t. thread locale.
7337         (test_locale_name_thread): New function.
7338         (main): Invoke it.
7339
7340         localename: Make aware of thread locale.
7341         * lib/localename.h (gl_locale_name_thread): New declaration.
7342         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7343         behaviour with respect to thread locale.
7344         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7345         <langinfo.h>, glthread/lock.h.
7346         (SIZE_BITS): New macro.
7347         (string_hash): New function.
7348         (struct hash_node): New type.
7349         (HASH_TABLE_SIZE): New macro.
7350         (struniq_hash_table, struniq_lock): New variables.
7351         (struniq): New function.
7352         (gl_locale_name_thread): New function.
7353         (gl_locale_name): Invoke it.
7354         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7355         * modules/localename (Depends-on): Add lock.
7356         Reported by Mike Gran <spk121@yahoo.com>.
7357
7358 2009-12-23  Eric Blake  <ebb9@byu.net>
7359
7360         va-args: new module
7361         * modules/va-args: New file.
7362         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7363         * MODULES.html.sh (Core language properties): Mention it.
7364
7365         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7366         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7367         named alias for __attribute__((__unused__)).
7368         * lib/chown.c: Update client.
7369         * lib/fchmodat.c: Likewise.
7370         * lib/fts.c: Likewise.
7371         * lib/getdate.y: Likewise.
7372         * lib/getgroups.c: Likewise.
7373         * lib/getopt.c: Likewise.
7374         * lib/getugroups.c: Likewise.
7375         * lib/mkdir.c: Likewise.
7376         * lib/mkfifo.c: Likewise.
7377         * lib/mkfifoat.c: Likewise.
7378         * lib/mknod.c: Likewise.
7379         * lib/mknodat.c: Likewise.
7380         * lib/readlink.c: Likewise.
7381         * lib/se-context.in.h: Likewise.
7382         * lib/se-selinux.in.h: Likewise.
7383         * lib/sockets.c: Likewise.
7384         * lib/symlink.c: Likewise.
7385         * lib/symlinkat.c: Likewise.
7386         * lib/unicodeio.c: Likewise.
7387         * lib/unistr.h: Likewise.
7388         * tests/test-areadlink.c: Likewise.
7389         * tests/test-areadlinkat.c: Likewise.
7390         * tests/test-filenamecat.c: Likewise.
7391         * tests/test-fseeko.c: Likewise.
7392         * tests/test-ftello.c: Likewise.
7393         * tests/test-getdate.c: Likewise.
7394         * tests/test-getgroups.c: Likewise.
7395         * tests/test-gethostname.c: Likewise.
7396         * tests/test-quotearg.c: Likewise.
7397         * tests/test-version-etc.c: Likewise.
7398         * tests/test-xalloc-die.c: Likewise.
7399         * tests/test-xfprintf-posix.c: Likewise.
7400         * tests/test-xprintf-posix.c: Likewise.
7401         * tests/test-xvasprintf.c: Likewise.
7402
7403         tests: avoid compiler warnings
7404         * tests/test-fcntl.c (main): Delete unused parameters.
7405         * tests/test-freopen-safer.c (main): Likewise.
7406         * tests/test-xalloc-die.c (main): Mark unused parameters.
7407         * tests/test-fseeko.c (main): Likewise.
7408         * tests/test-ftello.c (main): Likewise.
7409         * tests/test-nanosleep.c (main): Avoid declaration warning.
7410         * tests/test-sleep.c (main): Likewise.
7411         * tests/test-unsetenv.c (main): Silence warning about string
7412         literal.
7413         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7414
7415 2009-12-23  Bruno Haible  <bruno@clisp.org>
7416
7417         * tests/test-localename.c (test_locale_name): New function, extracted
7418         from main. Also test mixed situations.
7419         (test_locale_name_posix, test_locale_name_environ,
7420         test_locale_name_default): New functions.
7421         (main): Invoke them all.
7422         * modules/localename-tests (configure.ac): Test for newlocale.
7423
7424 2009-12-23  Bruno Haible  <bruno@clisp.org>
7425
7426         unistd: Ensure getcwd gets declared before being overridden.
7427         * lib/unistd.in.h: Conditionally include <io.h>.
7428
7429 2009-12-22  Bruno Haible  <bruno@clisp.org>
7430
7431         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7432         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7433         (gl_WCHAR_H): Invoke it.
7434         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7435         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7436         Reported by Karl Berry <karl@freefriends.org>.
7437
7438 2009-12-22  Eric Blake  <ebb9@byu.net>
7439
7440         math, unistd: avoid redundant includes
7441         * lib/math.in.h (isnan): No need to re-include <math.h>.
7442         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7443
7444         getsubopt: work around cygwin bug
7445         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7446         avoid conflicting with system getsubopt.
7447         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7448         bug.
7449
7450         getopt: synchronize from glibc
7451         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7452         parameter order.  Adjust all callers.
7453         (_getopt_internal_r, main): Adjust quoting in error messages.
7454         Drop considerations for outdated POSIX 1003.2 error message.
7455         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7456         callers.
7457         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7458
7459         test-getopt: test stderr behavior
7460         * modules/getopt-posix-tests (Depends-on): Add dup2.
7461         * tests/test-getopt.c (ASSERT): Avoid stderr.
7462         (main): Move stderr to a temporary file.
7463         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7464         Instead, add parameter to inform caller if output occurred.
7465         (test_getopt): Adjust all existing tests to expect silence, and
7466         add new tests of leading ":".
7467         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7468         glibc shortcomings with leading "-:" or "+:" in optstring.
7469         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7470         Likewise.
7471         * doc/posix-functions/getopt.texi (getopt): Likewise.
7472
7473         test-getopt: enhance test
7474         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7475         supports optind=0.
7476         * tests/test-getopt.c (OPTIND_MIN): Move...
7477         * tests/test-getopt.h (OPTIND_MIN): ...here.
7478         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7479         Require that optind=0 works, since modern BSD supports it in
7480         addition to optreset, and since coreutils expects it.
7481         (test_getopt_long_only): New test.
7482         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7483         glibc shortcomings with 'W;', and enforcement of optind=0.
7484         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7485         Likewise.
7486
7487 2009-12-21  Bruno Haible  <bruno@clisp.org>
7488
7489         localename: Improvements for MacOS X and Cygwin.
7490         * lib/localename.h (gl_locale_name_environ): New declaration.
7491         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7492         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7493         (gl_locale_name_posix): Invoke it.
7494         (gl_locale_name_default): Add comments. Use Windows native API also on
7495         Cygwin.
7496
7497 2009-12-21  Bruno Haible  <bruno@clisp.org>
7498
7499         Update list of Win32 locale ids.
7500         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7501         (LANG_SAMI): Renamed from LANG_SAAMI.
7502         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7503         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7504         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7505         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7506         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7507         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7508         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7509         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7510         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7511         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7512         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7513         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7514         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7515         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7516         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7517         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7518         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7519         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7520         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7521         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7522         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7523         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7524         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7525         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7526         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7527         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7528         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7529         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7530         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7531         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7532         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7533         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7534         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7535         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7536         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7537         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7538         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7539         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7540         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7541         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7542         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7543         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7544         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7545         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7546         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7547         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7548         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7549         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7550         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7551         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7552         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7553         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7554         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7555         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7556         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7557         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7558         Add more languages and countries for Sami, Sorbian. Add more countries
7559         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7560         for Pashto. Change country for Syriac, Tswana.
7561
7562 2009-12-21  Eric Blake  <ebb9@byu.net>
7563
7564         test-utimens: avoid spurious failure
7565         * tests/test-chown.h (nap): Factor...
7566         * tests/nap.h: ...into new file.
7567         * tests/test-lchown.h (nap): Avoid duplication.
7568         * tests/test-utimens-common.h (nap): Use shared implementation,
7569         necessary on file systems with 1-second resolution.
7570         * modules/chown-tests (Files): Include new file.
7571         * modules/fdutimensat-tests (Files): Likewise.
7572         * modules/futimens-tests (Files): Likewise.
7573         * modules/lchown-tests (Files): Likewise.
7574         * modules/openat-tests (Files): Likewise.
7575         * modules/utimens-tests (Files): Likewise.
7576         * modules/utimensat-tests (Files): Likewise.
7577
7578 2009-12-19  Eric Blake  <ebb9@byu.net>
7579
7580         futimens, utimensat: work around Linux bug
7581         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7582         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7583         * lib/utimensat.c (rpl_utimensat): Work around it.
7584         * lib/futimens.c (rpl_futimens): Adjust comment.
7585
7586         utimens: work around Linux ctime bug
7587         * lib/utimens.c (detect_ctime_bug): New helper function.
7588         (update_timespec): Differentiate between workaround needed for
7589         this bug vs. what is needed for systems that lack utimensat.
7590         (fdutimens, lutimens): Work around bug.
7591
7592         utimens: check for ctime update
7593         * tests/test-utimens-common.h (check_ctime): Define.
7594         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7595         * tests/test-futimens.h (test_futimens): Likewise.
7596         * tests/test-lutimens.h (test_lutimens): Likewise.
7597         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7598         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7599
7600 2009-12-19  Bruno Haible  <bruno@clisp.org>
7601
7602         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7603         * tests/test-dprintf-posix2.sh: New file.
7604         * tests/test-dprintf-posix2.c: New file.
7605         * modules/dprintf-posix-tests (Files): Add them.
7606         (configure.ac): Check for getrlimit and setrlimit.
7607         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7608
7609 2009-12-19  Bruno Haible  <bruno@clisp.org>
7610
7611         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7612         * tests/test-fprintf-posix3.sh: New file.
7613         * tests/test-fprintf-posix3.c: New file.
7614         * modules/fprintf-posix-tests (Files): Add them.
7615         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7616
7617 2009-12-19  Eric Blake  <ebb9@byu.net>
7618
7619         dirfd: fix prototype
7620         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7621         * lib/dirfd.c (dirfd): Likewise.
7622
7623         canonicalize: reduce memory usage
7624         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7625         allocation to size.
7626         Reported by Solar Designer <solar@openwall.com>.
7627
7628 2009-12-19  Bruno Haible  <bruno@clisp.org>
7629
7630         New module attribute 'Applicability'.
7631         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7632         * gnulib-tool: New option --extract-applicability.
7633         (func_usage): Document it.
7634         (sed_extract_prog): Recognize it.
7635         (func_get_applicability): New function.
7636         (func_import): Generalize handling of 'link-warning' module.
7637         * modules/link-warning (Applicability): New section.
7638         * modules/arg-nonnull (Applicability): New section.
7639         Repoted by Simon Josefsson <simon@josefsson.org>.
7640
7641 2009-12-19  Bruno Haible  <bruno@clisp.org>
7642
7643         fflush: tweak
7644         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7645         * lib/fseeko.c (rpl_fseeko): Likewise.
7646
7647 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7648
7649         * lib/gl_list.h: Fix typo in comment.
7650
7651 2009-12-16  Eric Blake  <ebb9@byu.net>
7652
7653         fcntl: use to simplify other modules
7654         * modules/cloexec (Depends-on): Add fcntl.
7655         * modules/fchdir (Depends-on): Likewise.
7656         * modules/fd-safer-flag (Depends-on): Likewise.
7657         * modules/unistd-safer (Depends-on): Likewise.
7658         * modules/dup3 (configure.ac): Set module indicator.
7659         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7660         missing.
7661         * lib/fchdir.c (_gl_register_dup): Fix comment.
7662         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7663         * lib/dup-safer.c (dup_safer): Likewise.
7664         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7665         * lib/dup3.c (dup3): Likewise.
7666         * tests/test-fchdir.c (main): Enhance test.
7667         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
7668
7669         fcntl: port portions of fcntl to mingw
7670         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7671         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7672         replacement for mingw.
7673         * modules/fcntl (Description): Update.
7674         (Depends-on): Add dup2.
7675         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7676         * modules/fcntl-h (Makefile.am): Substitute it.
7677         * lib/fcntl.in.h (fcntl): Update declaration.
7678         (F_DUPFD, F_GETFD): New macros, when needed.
7679         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7680         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7681         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7682         we now guarantee.
7683
7684         fcntl: work around cygwin bug in F_DUPFD
7685         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7686         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7687         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7688         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7689         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7690
7691         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7692         * modules/fcntl (Files): List new files.
7693         (configure.ac): Run a test.
7694         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7695         * lib/fcntl.c (rpl_fcntl): Likewise.
7696         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7697         (gl_FCNTL_H): Always replace fcntl.h.
7698         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7699         * lib/fcntl.in.h (fcntl): Declare replacement.
7700         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7701         needed, plus a witness.
7702         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7703         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7704         * tests/test-fcntl.c: New file.
7705         * modules/fcntl-tests: Likewise.
7706
7707         binary-io: avoid potential compilation warning
7708         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7709         directives.
7710
7711         fflush: avoid compilation error on NetBSD
7712         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7713         between off_t and fpos_t, since the latter is sometimes a struct.
7714         * lib/fseeko.c (rpl_fseeko): Likewise.
7715         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7716
7717 2009-12-15  Eric Blake  <ebb9@byu.net>
7718
7719         fcntl-h, stdio, sys_ioctl: fix declarations
7720         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7721         function must not take arguments.
7722         * lib/sys_ioctl.in.h (ioctl): Likewise.
7723         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7724         (open): Add a link warning.
7725
7726 2009-12-15  Jim Meyering  <meyering@redhat.com>
7727
7728         areadlink, areadlink-with-size: relax license to LGPLv2+
7729         * modules/areadlink (License): Relax to LGPLv2+.
7730         * modules/areadlink-with-size (License): Likewise.
7731
7732 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7733             Bruno Haible  <bruno@clisp.org>
7734
7735         *printf: Fix memory leak.
7736         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7737         * lib/vfprintf.c (vfprintf): Likewise.
7738         * lib/dprintf.c (dprintf): Likewise.
7739         * lib/vdprintf.c (vdprintf): Likewise.
7740
7741 2009-12-14  Eric Blake  <ebb9@byu.net>
7742
7743         accept4: adjust module dependencies
7744         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7745
7746         utimens: one more try at avoiding compiler warning
7747         * lib/utimens.c (lutimens): Lower scope of result.
7748
7749 2009-12-13  Bruno Haible  <bruno@clisp.org>
7750
7751         Move the malloc checking from module 'list' to new module 'xlist'.
7752         * modules/xlist: New file.
7753         * lib/gl_xlist.h: New file.
7754         * lib/gl_xlist.c: New file.
7755         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7756         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7757         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7758         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7759         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7760         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7761         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7762         gl_sortedlist_nx_add): New declarations.
7763         (struct gl_list_implementation): Rename and change methods accordingly.
7764         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7765         (gl_list_nx_create): Renamed from gl_list_create.
7766         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7767         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7768         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7769         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7770         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7771         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7772         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7773         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7774         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7775         gl_list_create_empty.
7776         (gl_list_nx_create): Renamed from gl_list_create.
7777         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7778         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7779         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7780         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7781         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7782         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7783         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7784         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7785         * lib/gl_array_list.c: Don't include xalloc.h.
7786         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7787         NULL upon out-of-memory.
7788         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7789         out-of-memory.
7790         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7791         Change return type to 'int'.
7792         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7793         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7794         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7795         upon out-of-memory.
7796         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7797         upon out-of-memory.
7798         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7799         upon out-of-memory.
7800         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7801         upon out-of-memory.
7802         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7803         out-of-memory.
7804         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7805         Update.
7806         (gl_array_list_implementation): Update.
7807         * lib/gl_carray_list.c: Don't include xalloc.h.
7808         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7809         Return NULL upon out-of-memory.
7810         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7811         out-of-memory.
7812         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7813         Change return type to 'int'.
7814         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7815         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7816         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7817         upon out-of-memory.
7818         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7819         upon out-of-memory.
7820         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7821         out-of-memory.
7822         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7823         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7824         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7825         Update.
7826         (gl_carray_list_implementation): Update.
7827         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7828         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7829         gl_linked_create_empty. Return NULL upon out-of-memory.
7830         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7831         out-of-memory.
7832         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7833         Change return type to 'int'. Return -1 upon out-of-memory.
7834         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7835         out-of-memory.
7836         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7837         upon out-of-memory.
7838         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7839         upon out-of-memory.
7840         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7841         NULL upon out-of-memory.
7842         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7843         upon out-of-memory.
7844         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7845         out-of-memory.
7846         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7847         Update.
7848         * lib/gl_linked_list.c: Don't include xalloc.h.
7849         (gl_linked_list_implementation): Update.
7850         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7851         (add_to_bucket): Change return type to 'int'.
7852         (gl_linkedhash_list_implementation): Update.
7853         * lib/gl_anytree_list1.h (free_subtree): New function.
7854         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7855         gl_tree_create_empty. Return NULL upon out-of-memory.
7856         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7857         Change return type to 'int'. Return -1 upon out-of-memory.
7858         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7859         out-of-memory.
7860         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7861         (gl_tree_remove_node): New function, moved here from
7862         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7863         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7864         Update.
7865         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7866         malloc, not xmalloc. Return NULL upon out-of-memory.
7867         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7868         out-of-memory.
7869         (gl_tree_remove_node_from_tree): New function, extracted from
7870         gl_tree_remove_node.
7871         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7872         upon out-of-memory.
7873         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7874         out-of-memory.
7875         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7876         upon out-of-memory.
7877         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7878         upon out-of-memory.
7879         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7880         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7881         not xmalloc. Return NULL upon out-of-memory.
7882         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7883         out-of-memory.
7884         (gl_tree_remove_node_from_tree): New function, extracted from
7885         gl_tree_remove_node.
7886         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7887         upon out-of-memory.
7888         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7889         out-of-memory.
7890         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7891         upon out-of-memory.
7892         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7893         upon out-of-memory.
7894         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7895         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7896         gl_anytree_list1.h before gl_anyavltree_list2.h.
7897         (gl_avltree_list_implementation): Update.
7898         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7899         gl_anytree_list1.h before gl_anyavltree_list2.h.
7900         (gl_rbtree_list_implementation): Update.
7901         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7902         Change return type to 'int'. Return -1 upon out-of-memory. Use
7903         __builtin_expect.
7904         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7905         (gl_avltreehash_list_implementation): Update.
7906         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7907         (gl_rbtreehash_list_implementation): Update.
7908         * modules/array-list (Depends-on): Remove xalloc.
7909         * modules/carray-list (Depends-on): Likewise.
7910         * modules/linked-list (Depends-on): Likewise.
7911         * modules/linkedhash-list (Depends-on): Likewise.
7912         * modules/avltree-list (Depends-on): Likewise.
7913         * modules/rbtree-list (Depends-on): Likewise.
7914         * modules/avltreehash-list (Depends-on): Likewise.
7915         * modules/rbtreehash-list (Depends-on): Likewise.
7916
7917         * modules/xsublist: New file.
7918         * lib/gl_xsublist.h: New file.
7919         * lib/gl_xsublist.c: New file.
7920         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7921         (gl_sublist_nx_create): New declaration.
7922         * lib/gl_sublist.c: Don't include xalloc.h.
7923         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7924         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7925         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7926         Change return type to 'int'. Return -1 upon out-of-memory.
7927         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7928         upon out-of-memory.
7929         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7930         NULL upon out-of-memory.
7931         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7932         upon out-of-memory.
7933         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7934         NULL upon out-of-memory.
7935         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7936         NULL upon out-of-memory.
7937         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7938         upon out-of-memory.
7939         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7940         (gl_sublist_list_implementation): Update.
7941         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7942         upon out-of-memory.
7943         * modules/sublist (Depends-on): Remove xalloc.
7944
7945         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7946         * tests/test-carray_list.c: Likewise.
7947         * tests/test-linked_list.c: Likewise.
7948         * tests/test-linkedhash_list.c: Likewise.
7949         * tests/test-avltree_list.c: Likewise.
7950         * tests/test-rbtree_list.c: Likewise.
7951         * tests/test-avltreehash_list.c: Likewise.
7952         * tests/test-rbtreehash_list.c: Likewise.
7953         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7954         * modules/carray-list-tests (Makefile.am): Likewise.
7955         * modules/linked-list-tests (Makefile.am): Likewise.
7956         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7957         * modules/avltree-list-tests (Makefile.am): Likewise.
7958         * modules/rbtree-list-tests (Makefile.am): Likewise.
7959         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7960         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7961
7962         * NEWS: Mention the changes.
7963
7964         * lib/clean-temp.c: Include gl_xlist.h.
7965         * modules/clean-temp (Depends-on): Add xlist.
7966
7967         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7968         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7969
7970         * tests/test-array_oset.c: Include gl_xlist.h.
7971         * modules/array-oset-tests (Depends-on): Add xlist.
7972
7973         Reported by José E. Marchesi <jemarch@gnu.org>.
7974
7975 2009-12-13  Bruno Haible  <bruno@clisp.org>
7976
7977         Move the malloc checking from module 'oset' to new module 'xoset'.
7978         * modules/xoset: New file.
7979         * lib/gl_xoset.h: New file.
7980         * lib/gl_xoset.c: New file.
7981         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7982         declarations.
7983         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7984         (struct gl_oset_implementation): Rename and change methods accordingly.
7985         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7986         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7987         'int'. Mark as __warn_unused_result__.
7988         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7989         gl_oset_create_empty.
7990         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7991         'int'.
7992         * lib/gl_array_oset.c: Don't include xalloc.h.
7993         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7994         malloc, not xmalloc.
7995         (grow): Change return type to 'int'. Don't call xalloc_die.
7996         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7997         to 'int'.
7998         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7999         'int'.
8000         (gl_array_oset_implementation): Update.
8001         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
8002         gl_tree_create_empty.
8003         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
8004         'int'.
8005         * lib/gl_avltree_oset.c: Don't include xalloc.h.
8006         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8007         xmalloc.
8008         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8009         not xmalloc.
8010         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8011         xmalloc.
8012         (gl_avltree_oset_implementation): Update.
8013         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
8014         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8015         xmalloc.
8016         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8017         not xmalloc.
8018         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8019         xmalloc.
8020         (gl_rbtree_oset_implementation): Update.
8021         * modules/array-oset (Depends-on): Remove xalloc.
8022         * modules/avltree-oset (Depends-on): Likewise.
8023         * modules/rbtree-oset (Depends-on): Likewise.
8024         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
8025         * tests/test-avltree_oset.c: Likewise.
8026         * tests/test-rbtree_oset.c: Likewise.
8027         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8028         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
8029         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8030         * NEWS: Mention the change.
8031
8032 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
8033
8034         maint.mk: allow a project to override release-prep commands
8035         * top/maint.mk (alpha, beta, stable): Move release-preparatory
8036         commands into a new rule.
8037         (release-prep): New rule.
8038         (release-prep-hook): New overridable variable.
8039
8040 2009-12-13  Bruno Haible  <bruno@clisp.org>
8041
8042         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
8043
8044 2009-12-13  Jim Meyering  <meyering@redhat.com>
8045
8046         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
8047         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
8048
8049 2009-12-12  Bruno Haible  <bruno@clisp.org>
8050
8051         duplocale: Tweak.
8052         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8053
8054 2009-12-12  Karl Berry  <karl@gnu.org>
8055
8056         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8057
8058 2009-12-12  Bruno Haible  <bruno@clisp.org>
8059
8060         * m4/po.m4: Undo incorrect untabification.
8061
8062 2009-12-12  Bruno Haible  <bruno@clisp.org>
8063
8064         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8065         * modules/c-strtod (Depends-on): Add locale.
8066         * modules/c-strtold (Depends-on): Likewise.
8067
8068 2009-12-12  Bruno Haible  <bruno@clisp.org>
8069
8070         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8071
8072 2009-12-11  Eric Blake  <ebb9@byu.net>
8073
8074         setenv: relax requirement in light of POSIX ruling
8075         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8076         not NULL.
8077         * tests/test-setenv.c (main): Relax test.
8078         * tests/test-unsetenv.c (main): Likewise.
8079         * doc/posix-functions/setenv.texi (setenv): Document this.
8080         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8081
8082 2009-12-11  Bruno Haible  <bruno@clisp.org>
8083
8084         New module 'fd-safer-flag'.
8085         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8086         * lib/dup-safer.c (dup_safer_flag): Remove function.
8087         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8088         * lib/fd-safer.c (fd_safer_flag): Remove function.
8089         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8090         * modules/cloexec (configure.ac): Drop indicator macro.
8091         * modules/fd-safer-flag: New file.
8092         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8093         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8094         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8095
8096 2009-12-11  Bruno Haible  <bruno@clisp.org>
8097
8098         Tests for module 'nl_langinfo'.
8099         * modules/nl_langinfo-tests: New file.
8100         * tests/test-nl_langinfo.sh: New file.
8101         * tests/test-nl_langinfo.c: New file.
8102
8103         New module 'nl_langinfo'.
8104         * lib/nl_langinfo.c: New file.
8105         * m4/nl_langinfo.m4: New file.
8106         * modules/nl_langinfo: New file.
8107         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8108
8109 2009-12-11  Bruno Haible  <bruno@clisp.org>
8110
8111         Tests for module 'langinfo'.
8112         * modules/langinfo-tests: New file.
8113         * tests/test-langinfo.c: New file.
8114
8115         New module 'langinfo'.
8116         * lib/langinfo.in.h: New file.
8117         * m4/langinfo_h.m4: New file.
8118         * modules/langinfo: New file.
8119         * doc/posix-headers/langinfo.texi: Mention the new module.
8120
8121 2009-12-11  Bruno Haible  <bruno@clisp.org>
8122
8123         * lib/config.charset: Untabify.
8124
8125 2009-12-11  Bruno Haible  <bruno@clisp.org>
8126
8127         * modules/unistd-safer (configure.ac): Drop indicator macro.
8128
8129 2009-12-11  Bruno Haible  <bruno@clisp.org>
8130
8131         Move pipe2-safer code to its own file.
8132         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8133         * lib/pipe-safer.c (pipe2_safer): Remove function.
8134         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8135         (Makefile.am): Add it to lib_SOURCES.
8136
8137 2009-12-10  Bruno Haible  <bruno@clisp.org>
8138
8139         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8140
8141 2009-12-10  Bruno Haible  <bruno@clisp.org>
8142
8143         Declare which arguments expect non-NULL values, for GCC and clang.
8144         * build-aux/arg-nonnull.h: New file.
8145         * modules/arg-nonnull: New file.
8146         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8147         (inet_ntop, inet_pton): Use it.
8148         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8149         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8150         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8151         (open, openat): Use it.
8152         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8153         (fnmatch): Use it.
8154         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8155         (getopt, getopt_long, getopt_long_only): Use it.
8156         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8157         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8158         Use it.
8159         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8160         (iconv_open): Use it.
8161         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8162         (strtoimax, strtoumax): Use it.
8163         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8164         (duplocale): Use it.
8165         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8166         (frexp, frexpl): Use it.
8167         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8168         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8169         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8170         (tsearch, tfind, tdelete, twalk): Use it.
8171         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8172         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8173         sigpending): Use it.
8174         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8175         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8176         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8177         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8178         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8179         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8180         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8181         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8182         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8183         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8184         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8185         Use it.
8186         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8187         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8188         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8189         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8190         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8191         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8192         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8193         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8194         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8195         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8196         strtoull, unsetenv): Use it.
8197         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8198         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8199         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8200         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8201         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8202         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8203         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8204         (strcasecmp, strncasecmp): Use it.
8205         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8206         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8207         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8208         rpl_setsockopt): Use it.
8209         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8210         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8211         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8212         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8213         (gettimeofday): Use it.
8214         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8215         (times): Use it.
8216         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8217         (uname): Use it.
8218         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8219         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8220         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8221         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8222         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8223         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8224         unlinkat, write): Use it.
8225         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8226         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8227         * lib/argv-iter.h: Include arg-nonnull.h.
8228         (_ATTRIBUTE_NONNULL_): Remove macro.
8229         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8230         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8231         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8232         optimization.
8233         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8234         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8235         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8236         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8237         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8238         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8239         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8240         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8241         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8242         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8243         * modules/dirent (Depends-on): Add arg-nonnull.
8244         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8245         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8246         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8247         * modules/fnmatch (Depends-on): Add arg-nonnull.
8248         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8249         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8250         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8251         * modules/glob (Depends-on): Add arg-nonnull.
8252         (Makefile.am): Insert arg-nonnull.h into glob.h.
8253         * modules/iconv_open (Depends-on): Add arg-nonnull.
8254         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8255         * modules/inttypes (Depends-on): Add arg-nonnull.
8256         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8257         * modules/locale (Depends-on): Add arg-nonnull.
8258         (Makefile.am): Insert arg-nonnull.h into locale.h.
8259         * modules/math (Depends-on): Add arg-nonnull.
8260         (Makefile.am): Insert arg-nonnull.h into math.h.
8261         * modules/netdb (Depends-on): Add arg-nonnull.
8262         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8263         * modules/search (Depends-on): Add arg-nonnull.
8264         (Makefile.am): Insert arg-nonnull.h into search.h.
8265         * modules/signal (Depends-on): Add arg-nonnull.
8266         (Makefile.am): Insert arg-nonnull.h into signal.h.
8267         * modules/spawn (Depends-on): Add arg-nonnull.
8268         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8269         * modules/stdio (Depends-on): Add arg-nonnull.
8270         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8271         * modules/stdlib (Depends-on): Add arg-nonnull.
8272         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8273         * modules/string (Depends-on): Add arg-nonnull.
8274         (Makefile.am): Insert arg-nonnull.h into string.h.
8275         * modules/strings (Depends-on): Add arg-nonnull.
8276         (Makefile.am): Insert arg-nonnull.h into strings.h.
8277         * modules/sys_socket (Depends-on): Add arg-nonnull.
8278         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8279         * modules/sys_stat (Depends-on): Add arg-nonnull.
8280         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8281         * modules/sys_time (Depends-on): Add arg-nonnull.
8282         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8283         * modules/sys_times (Depends-on): Add arg-nonnull.
8284         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8285         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8286         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8287         * modules/time (Depends-on): Add arg-nonnull.
8288         (Makefile.am): Insert arg-nonnull.h into time.h.
8289         * modules/unistd (Depends-on): Add arg-nonnull.
8290         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8291         * modules/wchar (Depends-on): Add arg-nonnull.
8292         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8293         * modules/argv-iter (Depends-on): Add arg-nonnull.
8294         * tests/test-canonicalize.c (null_ptr): New function.
8295         (main): Use it.
8296         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8297         (main): Use it.
8298         * tests/test-memmem.c (null_ptr): New function.
8299         (main): Use it.
8300         Reported by Jim Meyering.
8301
8302 2009-12-10  Bruno Haible  <bruno@clisp.org>
8303
8304         Use spaces for indentation, not tabs.
8305         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8306         * m4/*.m4: Untabify.
8307         * build-aux/*.h: Untabify.
8308         * tests/**/*.[hc]: Untabify.
8309         * README: New section "Indent with spaces, not TABs", based on
8310         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8311         * NEWS: Mention the change.
8312
8313 2009-12-10  Bruno Haible  <bruno@clisp.org>
8314
8315         pty test: Fix link error.
8316         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8317         test_pty_LDADD.
8318
8319 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8320
8321         * modules/pty: New file.
8322         * modules/pty-tests: New file.
8323         * m4/pty.m4: New file.
8324         * tests/test-pty.c: New file.
8325         * doc/glibc-headers/pty.texi: Modified.
8326         * doc/glibc-functions/forkpty.texi: Modified.
8327         * doc/glibc-functions/openpty.texi: Modified.
8328
8329 2009-12-10  Bruno Haible  <bruno@clisp.org>
8330
8331         Avoid syntax error in C++ mode.
8332         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8333
8334 2009-12-10  Bruno Haible  <bruno@clisp.org>
8335
8336         Use sed with option -e.
8337         * gnulib-tool (func_version, func_emit_copyright_notice,
8338         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8339         option -e to sed.
8340         * modules/link-warning (Makefile.am): Likewise.
8341
8342 2009-12-10  Jim Meyering  <meyering@redhat.com>
8343
8344         mgetgroups: do not write bytes beyond end of malloc'd buffer
8345         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8346         username, we call getgroups with a one-element-shorter buffer,
8347         but still told it the length was original, max_n_groups.
8348
8349 2009-12-09  Eric Blake  <ebb9@byu.net>
8350
8351         cloexec: relax license
8352         * modules/cloexec (Maintainer): Add myself.
8353         (License): Use LGPL, not GPL.
8354
8355         link-warning: optimize generation
8356         * modules/link-warning (Makefile.am): Reduce process usage.
8357
8358 2009-12-09  Bruno Haible  <bruno@clisp.org>
8359
8360         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8361         workaround was added on 2009-11-17.
8362
8363 2009-12-09  Jim Meyering  <meyering@redhat.com>
8364             Bruno Haible  <bruno@clisp.org>
8365
8366         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8367         * modules/link-warning (Makefile.am): Make the comment-removing sed
8368         command more robust in the face of bootstrap-prepended comment lines.
8369
8370 2009-12-09  Bruno Haible  <bruno@clisp.org>
8371
8372         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8373         most one group.
8374
8375 2009-12-09  Simon Josefsson <simon@josefsson.org>
8376             Bruno Haible  <bruno@clisp.org>
8377
8378         * build-aux/link-warning.h: Add copyright notice.
8379         * modules/link-warning (Makefile.am): Generate link-warning.h from
8380         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8381         * NEWS: Mention change in link-warning module.
8382         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8383         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8384         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8385         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8386         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8387         * modules/math (Makefile.am): Add dependency to math.h.
8388         * modules/search (Makefile.am): Add dependency to search.h.
8389         * modules/signal (Makefile.am): Add dependency to signal.h.
8390         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8391         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8392         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8393         * modules/string (Makefile.am): Add dependency to string.h.
8394         * modules/strings (Makefile.am): Add dependency to strings.h.
8395         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8396         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8397         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8398         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8399         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8400         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8401         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8402         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8403         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8404
8405 2009-12-09  Bruno Haible  <bruno@clisp.org>
8406
8407         fchdir: Optimize away rpl_fstat when possible.
8408         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8409         REPLACE_OPEN_DIRECTORY.
8410         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8411
8412 2009-12-09  Bruno Haible  <bruno@clisp.org>
8413
8414         * lib/fchdir.c: Update comment.
8415
8416 2009-12-09  Bruno Haible  <bruno@clisp.org>
8417
8418         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8419
8420 2009-12-08  Eric Blake  <ebb9@byu.net>
8421
8422         fchdir: avoid memory leak on re-registration.
8423         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8424
8425 2009-12-08  Jim Meyering  <meyering@redhat.com>
8426
8427         init.sh: avoid Solaris 10 /bin/sh portability problem
8428         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8429         sourced script:
8430           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8431           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8432           bar
8433         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8434         and two tests used that idiom.
8435         * tests/init.sh: Update suggested usage comments.
8436         (path_prepend_): New function, to be used in place
8437         of the --src-path=DIR option.
8438         (setup_): Move PATH-prepending code into path_prepend_.
8439         * tests/test-pread.sh: Adapt to new usage.
8440         * tests/test-xalloc-die.sh: Likewise.
8441
8442 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8443
8444         * doc/gnulib.texi (Glibc pty.h): Add.
8445         * doc/glibc-functions/forkpty.texi: Add.
8446         * doc/glibc-functions/openpty.texi: Add.
8447         Suggested by Bruno Haible.
8448
8449 2009-12-08  Eric Blake  <ebb9@byu.net>
8450
8451         fchdir: fix logic bugs
8452         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8453         * tests/test-fchdir.c (main): Enhance test.
8454         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8455         is in use.
8456
8457         dup2: fix logic bugs
8458         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8459         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8460         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8461         exists.
8462         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8463
8464 2009-12-07  Eric Blake  <ebb9@byu.net>
8465
8466         unlink: fix m4 detection
8467         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8468
8469         unistd-safer: add unit test
8470         * modules/unistd-safer-tests: New file.
8471         * tests/test-dup-safer.c: Likewise.
8472         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8473         * tests/test-dup2.c (setmode): Likewise.
8474         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8475
8476         cloexec: preserve text vs. binary across dup_cloexec
8477         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8478         mode.
8479         * modules/dup2-tests (Depends-on): Add binary-io.
8480         * modules/cloexec-tests (Depends-on): Likewise.
8481         * tests/test-dup2.c (setmode, is_mode): New helpers.
8482         (main): Add tests that translation mode is preserved.
8483         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8484         Reported by Bruno Haible.
8485
8486         mgetgroups: reduce duplicate listings
8487         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8488         resulting array.
8489         * tests/test-chown.h (test_chown): Simplify client.
8490         * tests/test-lchown.h (test_lchown): Likewise.
8491
8492 2009-12-06  Bruno Haible  <bruno@clisp.org>
8493
8494         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8495         value.
8496
8497 2009-12-06  Bruno Haible  <bruno@clisp.org>
8498
8499         * lib/progname.c: Include stdio.h, stdlib.h.
8500         (set_program_name): Reject a NULL argument.
8501
8502 2009-12-05  Eric Blake  <ebb9@byu.net>
8503
8504         pipe2-safer: new module
8505         * modules/pipe2-safer: New file.
8506         * lib/unistd-safer.h (pipe2_safer): New prototype.
8507         * lib/unistd--.h (pipe2): New wrapper.
8508         * lib/pipe-safer.c (pipe2_safer): New function.
8509         * modules/pipe (Depends-on): Add pipe2-safer.
8510         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8511
8512         stdlib-safer: preserve cloexec flag for mkostemp[s]
8513         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8514         fd_safer_flag.
8515
8516         unistd-safer: allow preservation of cloexec status via flag
8517         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8518         prototypes.
8519         * lib/dup-safer.c (dup_safer_flag): New function.
8520         * lib/fd-safer.c (fd_safer_flag): Likewise.
8521         * modules/cloexec (configure.ac): Set witness.
8522
8523         test-dup2: enhance test
8524         * modules/dup2-tests (Depends-on): Add cloexec.
8525         * tests/test-dup2.c (main): Enhance test.
8526
8527         cloexec: add dup_cloexec
8528         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8529         header and comments.
8530         * lib/cloexec.c (set_cloexec_flag): Add comments.
8531         (dup_cloexec): New function, with mingw implementation borrowed
8532         from...
8533         * lib/w32spawn.h (dup_noinherit): ...here.
8534         * modules/execute (Depends-on): Add cloexec.
8535         * modules/pipe (Depends-on): Likewise.
8536         * modules/cloexec (Depends-on): Add dup2.
8537         * modules/cloexec-tests (Files): New file.
8538         * tests/test-cloexec.c: Likewise.
8539
8540         test-xalloc-die: fix test for mingw
8541         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8542         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8543         directory and .exe suffix off argv[0] output.
8544
8545         test-fseeko: fix test for mingw
8546         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8547         than undefining fseek, so test will pass on mingw.
8548
8549 2009-12-05  Bruno Haible  <bruno@clisp.org>
8550
8551         * lib/progname.h (set_program_name): Clarify specification.
8552         * lib/progname.c (set_program_name): Likewise.
8553         Reported by Jim Meyering.
8554
8555 2009-12-05  Jim Meyering  <meyering@redhat.com>
8556
8557         maint.mk: backslash-escape parens in default regexp
8558         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8559         backslash-escape the literal parentheses.
8560
8561         maint.mk: news-date-check: use grep -E
8562         * top/maint.mk (today): Define a Make variable, not a...
8563         (news-date-check): ...shell variable.
8564         (news-date-regexp): Use the Make variable.
8565         Use grep's -E option.  Change the failing diagnostic to mention
8566         the variable, $(news-date-regexp).
8567
8568 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8569
8570         maintainer-makefile: allow customization of NEWS entry format
8571         * top/maint.mk (news-date-regexp): New overridable variable.
8572         (news-date-check): Use it.
8573
8574 2009-12-04  Eric Blake  <ebb9@byu.net>
8575
8576         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8577         * lib/mgetgroups.h (xgetgroups): New prototype.
8578         * lib/mgetgroups.c (xgetgroups): New wrapper.
8579         (mgetgroups): Handle ENOSYS.
8580         * modules/mgetgroups (Depends-on): Add realloc.
8581         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8582
8583         mgetgroups: avoid argument promotion issues with -1
8584         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8585         for invalid gid_t.
8586         * tests/test-chown.h (getegid, test_chown): Likewise.
8587         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8588
8589 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8590
8591         exclude: Fix header file problems.
8592         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8593
8594 2009-12-01  Jim Meyering  <meyering@redhat.com>
8595
8596         fts: fts_open: do not let an empty string cause immediate failure
8597         This is required in support of GNU rm, for which the command
8598         "rm A '' B" must process and remove both A and B, in spite of
8599         the empty string argument.
8600         * lib/fts.c (fts_open): Do not let the presence of an empty string
8601         cause fts_open to fail immediately.  Most fts-using tools must be
8602         able to process all arguments, in order, and can be expected to
8603         diagnose such arguments themselves.
8604
8605 2009-11-30  Eric Blake  <ebb9@byu.net>
8606
8607         utimens: fix compilation error
8608         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8609         Declare variable at right scope.
8610
8611 2009-11-29  Jim Meyering  <meyering@redhat.com>
8612
8613         bootstrap: handle perl-5.11's changed --version output
8614         * build-aux/bootstrap (get_version): Handle perl separately,
8615         since perl-5.11's --version output is different.
8616
8617 2009-11-28  Jim Meyering  <meyering@redhat.com>
8618
8619         userspec: depend on the inttostr module, too
8620         * modules/userspec (Depends-on): Add inttostr.
8621
8622         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8623         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8624         number of MAXUID when it evaluates to (uid_t) -1.
8625         Likewise for group ID.  Reported by Matt McCutchen in
8626         <http://savannah.gnu.org/bugs/?28113>
8627
8628         userspec: reformat to use spaces, not TABs
8629         * lib/userspec.c: Expand TABs to spaces.
8630         Add Emacs' "indent-tabs-mode: nil" hint.
8631
8632 2009-11-27  Eric Blake  <ebb9@byu.net>
8633
8634         getopt-gnu: flush out another BSD bug
8635         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8636         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8637         flush out BSD bug.
8638         * tests/test-getopt.h (test_getopt): End lists with NULL.
8639         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8640         (test_getopt_long_posix): Enhance test.
8641         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8642         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8643         getopt-gnu.
8644         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8645         Likewise.
8646
8647 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8648
8649         * modules/idpriv-droptemp-tests (Notice): Fix text.
8650
8651 2009-11-27  Jim Meyering  <meyering@redhat.com>
8652
8653         test-xalloc-die: avoid spurious failure due to libtool argv difference
8654         In a libtool-enabled project, this test would fail due to a difference
8655         in the emitted program name, e.g.,
8656         -test-xalloc-die: memory exhausted
8657         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8658         Use program to avoid that.
8659         * modules/xalloc-die-tests (Depends-on): Add progname.
8660         * tests/test-xalloc-die.c: Include progname.h".
8661         (program_name): Remove decl.
8662         (main): Call set_program_name.
8663         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8664
8665 2009-11-26  Richard Jones  <rjones@redhat.com>
8666
8667         w32sock: leave win32 error in place.
8668         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8669
8670 2009-11-26  Eric Blake  <ebb9@byu.net>
8671
8672         init.sh: suggest to use skip_ and fail_ functions in comments
8673         * tests/init.sh: Add a sentence.
8674
8675 2009-11-25  Bruno Haible  <bruno@clisp.org>
8676
8677         init.sh: add documentation in comments
8678         * tests/init.sh: Add some developer and user documentation.
8679
8680 2009-11-26  Jim Meyering  <meyering@redhat.com>
8681
8682         init.sh: accommodate even those who specify bogus srcdir manually
8683         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8684         configure-time tests to be sanitized, so that there is no need to
8685         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8686         (with no double quotes) suffices.  However, since tests may be
8687         invoked manually, and since you may explicitly set srcdir to the
8688         name of a directory containing spaces, do quote its uses here.
8689         * tests/test-pread.sh: Likewise.
8690         Suggested by Bruno Haible.
8691
8692         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8693         * tests/test-pread.sh: Write no data into the pipe, because
8694         test-pread actually reads none.  This avoids a diagnostic,
8695         "bash: echo: write error: Broken pipe", that arises in the unusual
8696         event something is ignoring SIGPIPE, and might be interpreted
8697         as some sort of failure.  Reported by Bruno Haible.
8698
8699 2009-11-25  Jim Meyering  <meyering@redhat.com>
8700
8701         test-pread: cover failure with ESPIPE and EINVAL
8702         * tests/test-pread.c (main): Test for failure, too.
8703         * tests/test-pread.sh: Invoke with stdin on a pipe.
8704         Suggested by Eric Blake.
8705
8706         pread: improvement and fix
8707         * modules/pread (Depends-on): Depend on lseek, for portability to
8708         e.g., mingw.  Suggested by Eric Blake.
8709         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8710
8711         unistd.in.h: correct declaration of pread
8712         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8713         Reported by Richard W.M. Jones.
8714
8715         test-pread.sh: distribute the test script
8716         * modules/pread-tests (Files): Include test-pread.sh.
8717
8718         test-pread.sh: clean up
8719         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8720         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8721         That is unnecessary, since it's always ".".
8722         Suggestion from Eric Blake.
8723
8724         test-pread.sh: make executable
8725         * tests/test-pread.sh: Set executable bit.
8726         Reported by Eric Blake.
8727
8728         correct typo in test-pread.sh
8729         * tests/test-pread.sh: Add #! line.
8730
8731         test pread
8732         * tests/test-pread.c: New file.
8733         * tests/test-pread.sh: Likewise.
8734         * modules/pread-tests: Likewise.
8735
8736         pread: new module
8737         * modules/pread: New file.
8738         * lib/unistd.in.h (pread): Define/declare.
8739         * lib/pread.c (pread): New file.
8740         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8741         * modules/unistd (Makefile.am): Substitute witnesses.
8742         * doc/posix-functions/pread.texi (pread): Update.
8743         * MODULES.html.sh: Add pread.
8744
8745 2009-11-25  Jim Meyering  <meyering@redhat.com>
8746
8747         tests/init.sh: new file to be used via most *.sh tests
8748         * tests/init.sh: New file.
8749
8750 2009-11-25  Eric Blake  <ebb9@byu.net>
8751
8752         utimens: work around older Linux failure with symlinks
8753         * lib/utimens.c (lutimensat_works_really): New variable.
8754         (fdutimens, lutimens): Use it to manage kernels that support
8755         nanosecond times on files, but not on symlinks.
8756         Reported by OndÅ™ej Vašík.
8757
8758         utimes: fix configure grammar
8759         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8760
8761 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8762
8763         regex: Fix fastmap for multibyte character ranges.
8764         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8765         characters when a multibyte character range is included.
8766
8767 2009-11-22  Andy Wingo  <wingo@pobox.com>
8768
8769         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8770         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8771
8772 2009-11-24  Bruno Haible  <bruno@clisp.org>
8773
8774         doc: Most *_l functions exist in MacOS X 10.5.
8775         * doc/posix-functions/duplocale.texi: Update platforms list.
8776         * doc/posix-functions/freelocale.texi: Likewise.
8777         * doc/posix-functions/newlocale.texi: Likewise.
8778         * doc/posix-functions/uselocale.texi: Likewise.
8779         * doc/posix-functions/isalnum_l.texi: Likewise.
8780         * doc/posix-functions/isalpha_l.texi: Likewise.
8781         * doc/posix-functions/isblank_l.texi: Likewise.
8782         * doc/posix-functions/iscntrl_l.texi: Likewise.
8783         * doc/posix-functions/isdigit_l.texi: Likewise.
8784         * doc/posix-functions/isgraph_l.texi: Likewise.
8785         * doc/posix-functions/islower_l.texi: Likewise.
8786         * doc/posix-functions/isprint_l.texi: Likewise.
8787         * doc/posix-functions/ispunct_l.texi: Likewise.
8788         * doc/posix-functions/isspace_l.texi: Likewise.
8789         * doc/posix-functions/isupper_l.texi: Likewise.
8790         * doc/posix-functions/iswalnum_l.texi: Likewise.
8791         * doc/posix-functions/iswalpha_l.texi: Likewise.
8792         * doc/posix-functions/iswblank_l.texi: Likewise.
8793         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8794         * doc/posix-functions/iswctype_l.texi: Likewise.
8795         * doc/posix-functions/iswdigit_l.texi: Likewise.
8796         * doc/posix-functions/iswgraph_l.texi: Likewise.
8797         * doc/posix-functions/iswlower_l.texi: Likewise.
8798         * doc/posix-functions/iswprint_l.texi: Likewise.
8799         * doc/posix-functions/iswpunct_l.texi: Likewise.
8800         * doc/posix-functions/iswspace_l.texi: Likewise.
8801         * doc/posix-functions/iswupper_l.texi: Likewise.
8802         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8803         * doc/posix-functions/isxdigit_l.texi: Likewise.
8804         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8805         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8806         * doc/posix-functions/strcoll_l.texi: Likewise.
8807         * doc/posix-functions/strfmon_l.texi: Likewise.
8808         * doc/posix-functions/strftime_l.texi: Likewise.
8809         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8810         * doc/posix-functions/strxfrm_l.texi: Likewise.
8811         * doc/posix-functions/tolower_l.texi: Likewise.
8812         * doc/posix-functions/toupper_l.texi: Likewise.
8813         * doc/posix-functions/towctrans_l.texi: Likewise.
8814         * doc/posix-functions/towlower_l.texi: Likewise.
8815         * doc/posix-functions/towupper_l.texi: Likewise.
8816         * doc/posix-functions/wcscoll_l.texi: Likewise.
8817         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8818         * doc/posix-functions/wctrans_l.texi: Likewise.
8819         * doc/posix-functions/wctype_l.texi: Likewise.
8820         * doc/glibc-functions/strptime_l.texi: Likewise.
8821         * doc/glibc-functions/strtod_l.texi: Likewise.
8822         * doc/glibc-functions/strtof_l.texi: Likewise.
8823         * doc/glibc-functions/strtol_l.texi: Likewise.
8824         * doc/glibc-functions/strtold_l.texi: Likewise.
8825         * doc/glibc-functions/strtoll_l.texi: Likewise.
8826         * doc/glibc-functions/strtoul_l.texi: Likewise.
8827         * doc/glibc-functions/strtoull_l.texi: Likewise.
8828         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8829         * doc/glibc-functions/wcstod_l.texi: Likewise.
8830         * doc/glibc-functions/wcstof_l.texi: Likewise.
8831         * doc/glibc-functions/wcstol_l.texi: Likewise.
8832         * doc/glibc-functions/wcstold_l.texi: Likewise.
8833         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8834         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8835         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8836
8837 2009-11-24  Bruno Haible  <bruno@clisp.org>
8838
8839         duplocale: Fix logic bug.
8840         * lib/duplocale.c: Don't include <langinfo.h>.
8841         (_NL_LOCALE_NAME): Remove macro.
8842         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8843         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8844
8845 2009-11-23  Jim Meyering  <meyering@redhat.com>
8846
8847         test-update-copyright: don't hard-code /usr/bin/perl
8848         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8849         perl to print the current year.  Gilles Espinasse reported that
8850         the replaced use of perl was hard-coded as /usr/bin/perl.
8851
8852 2009-11-23  Bruno Haible  <bruno@clisp.org>
8853
8854         duplocale: Add support for glibc 2.3.x.
8855         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8856
8857 2009-11-22  Bruno Haible  <bruno@clisp.org>
8858
8859         vasnprintf: Tiny optimization.
8860         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8861         MacOS X.
8862
8863 2009-11-22  Bruno Haible  <bruno@clisp.org>
8864
8865         Tests for module 'duplocale'.
8866         * modules/duplocale-tests: New file.
8867         * tests/test-duplocale.c: New file.
8868
8869         New module 'duplocale'.
8870         * m4/duplocale.m4: New file.
8871         * lib/locale.in.h (duplocale): New declaration.
8872         * lib/duplocale.c: New file.
8873         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8874         gl_LOCALE_H_DEFAULTS): New macros.
8875         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8876         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8877         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8878         REPLACE_DUPLOCALE.
8879         * modules/duplocale: New file.
8880         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8881
8882 2009-11-22  Bruno Haible  <bruno@clisp.org>
8883
8884         * modules/locale-tests (configure.ac): Test for newlocale function.
8885         * tests/test-locale.c: When the system has extended locale functions,
8886         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8887
8888         locale: Make locale_t available when possible.
8889         * lib/locale.in.h: Include <xlocale.h> when it exists.
8890         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8891         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8892         * modules/locale (Depends-on): Add extensions.
8893         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8894         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8895
8896 2009-11-22  Bruno Haible  <bruno@clisp.org>
8897
8898         Add comments.
8899         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8900         invocation.
8901         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8902         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8903         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8904
8905 2009-11-22  Bruno Haible  <bruno@clisp.org>
8906
8907         error: account for the possibility of freopen (stdout).
8908         * lib/error.c: Include <unistd.h>.
8909         (flush_stdout): New function, extracted from error and error_at_line.
8910         Determine stdout's fd dynamically.
8911         (error, error_at_line): Invoke flush_stdout.
8912         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8913         * modules/error (Depends-on): Add unistd.
8914
8915 2009-11-22  Bruno Haible  <bruno@clisp.org>
8916
8917         diffseq: Add comment.
8918         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8919
8920 2009-11-22  Jim Meyering  <meyering@redhat.com>
8921
8922         c-stack: avoid defining an unused static function
8923         * lib/c-stack.c (find_stack_direction): Do not define this function
8924         when it will not be used.
8925
8926         diffseq: avoid spurious gcc warnings
8927         * lib/diffseq.h (IF_LINT2): Define.
8928         (compareseq): Use it to initialize two members of "part".
8929         This avoids two used-uninitialized warnings.
8930
8931 2009-11-21  Jim Meyering  <meyering@redhat.com>
8932
8933         c-stack: avoid "ignoring return value of `write'" warning
8934         * lib/c-stack.c: Include "ignore-value.h".
8935         (die): Explicitly ignore each write return value.
8936         * modules/c-stack (Depends-on): Add ignore-value.
8937
8938 2009-11-21  Bruno Haible  <bruno@clisp.org>
8939
8940         diffseq: reduce scope of variable 'best'.
8941         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8942         variable, earlier used for two different purposes.
8943
8944 2009-11-21  Jim Meyering  <meyering@redhat.com>
8945
8946         diffseq: remove useless assignment to "best"
8947         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8948         assignment.  At that point "best" is already guaranteed to be zero.
8949
8950 2009-11-20  Eric Blake  <ebb9@byu.net>
8951
8952         build: mention ftp redirector in release announcements
8953         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8954         values that used to come from cfg.mk; mention FTP redirect URL.
8955         * build-aux/announce-gen: Mention the mirror list.
8956         Suggested by Karl Berry.
8957
8958         nanosleep: improve port to mingw
8959         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8961         LIB_NANOSLEEP, but only when needed.
8962         * modules/select (Link): Document LIBSOCKET.
8963         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8964         enough.
8965
8966         nanosleep: work around cygwin bug
8967         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8968         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8969         bug.
8970         (getnow): Delete, not needed.
8971         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8972         LIB_CLOCK_GETTIME.
8973         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8974         clock-time, gettime.
8975         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8976         bug.
8977         * modules/nanosleep-tests: New test.
8978         * tests/test-nanosleep.c: New file.
8979
8980         sleep: work around cygwin bug
8981         * lib/sleep.c (rpl_sleep): Work around the bug.
8982         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8983         (gl_PREREQ_SLEEP): Delete unused macro.
8984         * modules/sleep (Depends-on): Add verify.
8985         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8986         * modules/unistd (Makefile.am): Substitute witness.
8987         * lib/unistd.in.h (sleep): Update prototype.
8988         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8989         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8990         * modules/sleep-tests (Depends-on): Check for alarm.
8991
8992 2009-11-20  Jim Meyering  <meyering@redhat.com>
8993
8994         maint.mk: improve sc_prohibit_magic_number_exit
8995         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8996         so it does not match uses like System.exit(1).
8997         Add comments showing how to correct all offenders.
8998
8999 2009-11-19  Eric Blake  <ebb9@byu.net>
9000
9001         xalloc-die-tests: add missing library
9002         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
9003
9004         test-xvasprintf: silence compiler warnings
9005         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
9006         empty string from gcc.
9007
9008 2009-11-19  Jim Meyering  <meyering@redhat.com>
9009
9010         xfreopen: new module, from coreutils
9011         * modules/xfreopen: New module.
9012         * lib/xfreopen.c: New file.
9013         * lib/xfreopen.h: New file.
9014         * MODULES.html.sh (File stream based Input/Output"): Add it.
9015
9016 2009-11-19  Eric Blake  <ebb9@byu.net>
9017
9018         manywarnings: depend on warnings
9019         * modules/manywarnings (Depends-on): Add warnings.
9020
9021         build: avoid compiler warnings
9022         * lib/select.c (rpl_select): Delete unused variable.
9023         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
9024
9025 2009-11-18  Eric Blake  <ebb9@byu.net>
9026
9027         tests: avoid false negative with --with-packager
9028         * tests/test-version-etc.sh: Discard packager information.
9029         * tests/test-argp-version-etc-1.sh: Likewise.
9030         Reported by Mike Frysinger.
9031
9032         utimens: fix regression on Solaris
9033         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
9034         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
9035         can only change fd timestamps via futimesat.  Instead, use an
9036         additional witness macro to avoid BSD bug.
9037         Reported by Jim Meyering.
9038
9039 2009-11-17  Eric Blake  <ebb9@byu.net>
9040
9041         usleep: use it to simplify tests
9042         * modules/stat-time-tests (Depends-on): Add usleep.
9043         (configure.ac): Drop usleep check.
9044         * modules/chown-tests (Depends-on, configure.ac): Likewise.
9045         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
9046         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
9047         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
9048         * modules/openat-tests (Depends-on, configure.ac): Likewise.
9049         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
9050         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9051         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9052         Likewise.
9053         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9054         * tests/test-lchown.h (nap): Likewise.
9055         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9056         * tests/test-stat-time.c (nap): Likewise.
9057         * tests/test-utimens-common.h (nap): Update comments.
9058
9059         usleep: new module
9060         * modules/usleep: New file.
9061         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9062         * lib/usleep.c (usleep): Likewise.
9063         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9064         * modules/unistd (Makefile.am): Substitute witnesses.
9065         * lib/unistd.in.h (usleep): Add declaration.
9066         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9067         * MODULES.html.sh (Date and time): Likewise.
9068         * modules/usleep-tests (Depends-on): New test.
9069         * tests/test-usleep.c: New file.
9070
9071         chown: work around OpenBSD bug
9072         * lib/chown.c (rpl_chown): Work around the bug.
9073         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9074         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9075         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9076         * modules/chown (Depends-on): Add stdbool.
9077         * modules/lchown (Depends-on): Likewise.
9078         * doc/posix-functions/chown.texi (chown): Document the bug.
9079         * doc/posix-functions/lchown.texi (lchown): Likewise.
9080         * tests/test-lchown.h (test_chown): Relax test.
9081
9082         mkstemp: avoid conflict with C++ keyword template
9083         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9084         * lib/mkostemp.c (mkostemp): Likewise.
9085         * lib/mkostemps.c (mkostemps): Likewise.
9086         * lib/mkstemp.c (mkstemp): Likewise.
9087         * lib/mkstemps.c (mkstemps): Likewise.
9088
9089         xalloc-die-tests: optimize
9090         * tests/test-xalloc-die.sh: Reduce number of processes.
9091
9092 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9093
9094         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9095         patch from ludo@gnu.org (Ludovic Courtès).
9096
9097 2009-11-17  Jim Meyering  <meyering@redhat.com>
9098
9099         version-etc: use proper license string
9100         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9101         * modules/version-etc-fsf: Likewise.
9102
9103 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9104
9105         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9106         printed to stdout.  Deal with EOL differences.
9107
9108 2009-11-17  Eric Blake  <ebb9@byu.net>
9109
9110         unsetenv: work around Solaris bug
9111         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9112         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9113         Reported by Jim Meyering.
9114
9115         vasnprintf: avoid compiler warnings
9116         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9117         variables.
9118         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9119
9120 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9121
9122         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9123         settings since xalloc-die is no longer the self test,
9124         xalloc-die.sh is.
9125
9126 2009-11-17  Jim Meyering  <meyering@redhat.com>
9127
9128         test-xalloc-die.sh: make the code agree with the commit log
9129         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9130         at the end, just in case you happen to have a test-xalloc-die
9131         program in some other PATH directory.
9132
9133         test-xalloc-die.sh: fix a portability bug
9134         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9135         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9136         Otherwise, argv[0] (as often seen in diagnostics) would be too
9137         system-dependent, sometimes with, and sometimes without the leading "./".
9138
9139         version-etc-fsf: relax license to LGPLv3+
9140         * modules/version-etc-fsf (License): Relax license.
9141
9142 2009-11-16  Eric Blake  <ebb9@byu.net>
9143
9144         xalloc-die-tests: avoid printing null pointer
9145         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9146         shell script.
9147         * tests/test-xalloc-die.c (program_name): Declare.
9148         * tests/test-xalloc-die.sh (tmpfiles): New file.
9149
9150         setenv, unsetenv: work around various bugs
9151         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9152         (setenv) [HAVE_SETENV]: Work around bugs.
9153         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9154         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9155         for bugs.
9156         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9157         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9158         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9159         * modules/stdlib (Makefile.am): Update substitutions.
9160         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9161         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9162         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9163         * modules/setenv-tests: New test.
9164         * modules/unsetenv-tests: Likewise.
9165         * tests/test-setenv.c: New file.
9166         * tests/test-unsetenv.c: Likewise.
9167
9168 2009-11-16  Jim Meyering  <meyering@redhat.com>
9169
9170         version-etc: relax license to LGPLv3+
9171         * modules/version-etc (License): Relax license.
9172
9173         better AC_REQUIRE expanded-before-required-warning avoidance
9174         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9175         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9176         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9177         which is no longer needed.
9178
9179 2009-11-16  Eric Blake  <ebb9@byu.net>
9180
9181         test-freading: clean up temporary file
9182         * tests/test-freading.c (main): Remove file on success, and use
9183         ASSERT more liberally.
9184         Reported by Jim Meyering.
9185
9186 2009-11-16  Jim Meyering  <meyering@redhat.com>
9187
9188         avoid new AC_REQUIRE expanded-before-required warnings
9189         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9190         merely using it.
9191         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9192         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9193
9194 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9195
9196         * tests/test-xalloc-die.c: New file.
9197         * modules/xalloc-die-tests: New file.
9198         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9199         XFAIL_TESTS so it can be appended by modules.
9200
9201 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9202
9203         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9204         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9205
9206 2009-11-14  Eric Blake  <ebb9@byu.net>
9207
9208         fnmatch: avoid compiler warning
9209         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9210         to silence compiler warning about mismatch signedness in ?:.
9211         Reported by Robert Millan.
9212
9213         intprops: add double-inclusion guard
9214         * lib/intprops.h: Allow idempotent includes.
9215         Suggested by Bruce Korb.
9216
9217         openat: detect Solaris fchownat bug
9218         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9219         penalizing glibc chownat when only lchownat is broken.
9220         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9221         trailing slash bugs.
9222         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9223         * modules/openat-tests (Files): Include more files.
9224         (Depends-on): Add mgetgroups, sleep, stat-time.
9225         (configure.ac): Add additional checks.
9226         (Makefile.am): Build new test.
9227         * tests/test-fchownat.c: New file.
9228
9229         lchown: detect Solaris and FreeBSD bug
9230         * lib/lchown.c (rpl_lchown): Work around bug.
9231         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9232         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9233         * modules/unistd (Makefile.am): Populate it.
9234         * lib/unistd.in.h (lchown): Update declaration.
9235         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9236         * modules/lchown-tests: New file.
9237         * tests/test-lchown.h (test_lchown): Likewise.
9238         * tests/test-lchown.c (main): Likewise.
9239
9240         chown: detect Solaris and FreeBSD bug
9241         * lib/chown.c (rpl_chown): Work around bug.
9242         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9243         (gl_PREREQ_CHOWN): Delete.
9244         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9245         * modules/unistd (Makefile.am): Populate it.
9246         * lib/unistd.in.h (chown): Update declaration.
9247         * lib/lchown.c (chown): Update client.
9248         * modules/lchown (Depends-on): Add lstat.
9249         * doc/posix-functions/chown.texi (chown): Document the bug.
9250         * doc/posix-functions/getgroups.texi (getgroups): Document
9251         getgroups pitfall.
9252         * modules/chown-tests: New file.
9253         * tests/test-chown.h (test_chown): Likewise.
9254         * tests/test-chown.c (main): Likewise.
9255
9256 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9257
9258         gnulib-tool: correctly detect absence of m4 directories
9259         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9260
9261 2009-11-14  Jim Meyering  <meyering@redhat.com>
9262
9263         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9264         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9265
9266 2009-11-14  John W. Eaton  <jwe@gnu.org>
9267
9268         strftime.h: wrap funtion declaration in extern "C" block
9269         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9270
9271 2009-11-13  Eric Blake  <ebb9@byu.net>
9272
9273         getgroups: avoid compiler warning
9274         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9275
9276         getgroups: work around FreeBSD bug
9277         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9278         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9279         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9280         * tests/test-getgroups.c (main): Fix buffer overrun.
9281
9282         getgroups: avoid compilation failure
9283         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9284         * modules/getgroups (Depends-on): Add stdint.
9285
9286 2009-11-13  Jim Meyering  <meyering@redhat.com>
9287
9288         test-getgroups: avoid compilation failure
9289         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9290
9291 2009-11-13  Eric Blake  <ebb9@byu.net>
9292
9293         mgetgroups: new module, taken from coreutils
9294         * modules/mgetgroups: New file.
9295         * lib/mgetgroups.h: Likewise.
9296         * lib/mgetgroups.c (mgetgroups): Likewise.
9297         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9298         * MODULES.html.sh (Users and groups): Mention it.
9299
9300         getgroups: don't expose GETGROUPS_T to user
9301         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9302         an element at a time if GETGROUPS_T is wrong size.
9303         * lib/getugroups.h (getugroups): Change signature.
9304         * lib/unistd.in.h (getgroups): Likewise.
9305         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9306         signature needs fixing.
9307         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9308         AC_TYPE_GETGROUPS.
9309         * modules/group-member (Depends-on): Add getgroups.
9310         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9311         (group_member): Rely on getgroups replacement.
9312         * lib/getugroups.c (getugroups): Use gid_t.
9313         * tests/test-getgroups.c (main): Likewise.
9314         * NEWS: Mention the signature change.
9315         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9316         problem with signature.
9317         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9318         GETGROUPS_T is still useful for setgroups.
9319
9320         getgroups, getugroups: provide stubs for mingw
9321         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9322         * lib/getugroups.c (getugroups): Likewise.
9323         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9324         function.  Modernize replacement scheme.
9325         (gl_PREREQ_GETGROUPS): Delete.
9326         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9327         * modules/getgroups (configure.ac): Declare witness.
9328         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9329         * modules/unistd (Depends-on): Substitute witness.
9330         * lib/unistd.in.h (getgroups): Declare replacement.
9331
9332         getgroups: avoid calling exit
9333         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9334         drop xalloc.
9335         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9336         dependencies.
9337         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9338         exiting, in the rare case of malloc failure.
9339
9340         getgroups: fix logic error
9341         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9342         has more than 20 groups.
9343         * modules/getgroups-tests: New test.
9344         * tests/test-getgroups.c: New file.
9345
9346 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9347
9348         * tests/test-base64.c: Improve.
9349
9350 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9351
9352         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9353         Blake <ebb9@byu.net>.
9354
9355 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9356
9357         * tests/test-xvasprintf.c: Add %s%s related checks.
9358
9359 2009-11-12  Eric Blake  <ebb9@byu.net>
9360
9361         version-etc: match standards.texi style
9362         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9363         and use <> only for URLs.
9364
9365 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9366
9367         fts: do not fail on a submount during traversal
9368         * lib/fts.c (fts_build): Read the stat info again after opening
9369         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9370         Original report at http://bugzilla.redhat.com/501848.
9371
9372 2009-11-12  Jim Meyering  <meyering@redhat.com>
9373
9374         bootstrap: sync from coreutils
9375         * build-aux/bootstrap (bootstrap_epilogue): New function.
9376         Use git_modules_config in one more place.  This make bootstrap's
9377         --gnulib-srcdir option more useful for testing.
9378
9379         bootstrap: generalize autoheader check
9380         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9381         AC_CONFIG_HEADERS.
9382
9383 2009-11-11  Eric Blake  <ebb9@byu.net>
9384
9385         mkfifoat: use new modules for Solaris and BSD bugs
9386         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9387         * lib/mkfifoat.c (mknodat): Split...
9388         * lib/mknodat.c (mknodat): ...into new file.
9389         * modules/mkfifoat (Files): Ship new file.
9390         (Depends-on): Add mkfifo, mknod.
9391         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9392         (Depends-on): Add symlink.
9393         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9394         redundant with test_mkfifo.h.
9395         (do_mkfifoat, do_mknodat): New helpers.
9396
9397         mknod: new module
9398         * modules/mknod: New file.
9399         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9400         * lib/mknod.c (mknod): Likewise.
9401         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9402         defaults.
9403         * modules/sys_stat (Makefile.am): Substitute them.
9404         * lib/sys_stat.in.h (mknod): Declare replacement.
9405         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9406         Document it.
9407         * doc/posix-functions/mknod.texi (mknod): Likewise.
9408         * modules/mknod-tests: New test.
9409         * tests/test-mknod.c: Likewise.
9410
9411         mkfifo: new module
9412         * modules/mkfifo: New file.
9413         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9414         * lib/mkfifo.c (mkfifo): Likewise.
9415         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9416         defaults.
9417         * modules/sys_stat (Makefile.am): Substitute them.
9418         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9419         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9420         Document it.
9421         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9422         * modules/mkfifo-tests: New test.
9423         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9424         from test-mkfifoat.c.
9425         * tests/test-mkfifo.c: New file.
9426
9427         readlink: detect FreeBSD bug
9428         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9429         slash on symlink.
9430         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9431         * tests/test-readlink.h (test_readlink): Enhance test.
9432
9433         symlink: detect FreeBSD bug
9434         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9435         slash on symlink.
9436         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9437         * tests/test-symlink.h (test_symlink): Enhance test.
9438
9439 2009-11-10  Eric Blake  <ebb9@byu.net>
9440
9441         link: detect FreeBSD bug
9442         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9443         symlink.
9444         * doc/posix-functions/link.texi (link): Document the bug.
9445         * tests/test-link.h (test_link): Enhance test.
9446         * tests/test-linkat.c (main): Update caller.
9447
9448         unlink, remove: detect FreeBSD bug
9449         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9450         slash on symlink.
9451         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9452         * doc/posix-functions/remove.texi (remove): Likewise.
9453         * tests/test-unlink.h (test_unlink): Enhance test.
9454         * tests/test-remove.c (main): Likewise.
9455
9456 2009-11-09  Eric Blake  <ebb9@byu.net>
9457
9458         rename: detect FreeBSD bug
9459         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9460         slash on symlink.
9461         * modules/renameat-tests (Depends-on): Add filenamecat.
9462         * tests/test-rename.h (test_rename): Allow one more errno.
9463         * tests/test-renameat.c (main): Likewise.
9464         * doc/posix-functions/rename.texi (rename): Document the bug.
9465
9466         open: detect FreeBSD bug
9467         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9468         symlink.
9469         * doc/posix-functions/open.texi (open): Document the bug.
9470         * doc/posix-functions/utimes.texi (utimes): Likewise.
9471         * tests/test-open.h (test_open): Add parameters, and test symlink
9472         handling.
9473         * tests/test-open.c (main): Adjust caller.
9474         * tests/test-fcntl-safer.c (main): Likewise.
9475         * modules/open-tests (Depends-on): Add stdbool, symlink.
9476         * modules/fcntl-safer-tests (Depends-on): Likewise.
9477         * tests/test-openat.c (main): Add test-open tests.
9478
9479         stat: detect FreeBSD bug
9480         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9481         symlink.
9482         * doc/posix-functions/stat.texi (stat): Document the bug.
9483         * tests/test-stat.h (test_stat_func): Add argument.
9484         * tests/test-stat.c (main): Adjust caller.
9485         * tests/test-fstatat.c (main): Likewise.
9486         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9487         Reported by Jim Meyering.
9488
9489 2009-11-09  James Youngman  <jay@gnu.org>
9490
9491         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9492         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9493
9494 2009-11-08  Jim Meyering  <meyering@redhat.com>
9495
9496         utimens: remove invalid futimesat call
9497         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9498         It used the file descriptor of the target file as the DIR_FD
9499         parameter and NULL as the file name.  That caused failure with
9500         errno == EFAULT on FreeBSD-8.0-rc2
9501
9502 2009-11-07  Eric Blake  <ebb9@byu.net>
9503
9504         fflush, freadseek: use fseeko, not fseek
9505         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9506         (clear_ungetc_buffer): Avoid potential problems on large files.
9507         * lib/freadseek.c (freadseek): Likewise.
9508         * modules/freadseek (Depends-on): Add fseeko.
9509         * modules/fseek (configure.ac): Set a witness.
9510         * tests/test-fflush.c (main): Use fseeko.
9511         * tests/test-fpurge.c (fseek): Disable link warning.
9512         * tests/test-freadable.c (fseek): Likewise.
9513         * tests/test-freading.c (fseek): Likewise.
9514         * tests/test-fseeko.c (fseek): Likewise.
9515         * tests/test-ftell.c (fseek): Likewise.
9516         * tests/test-ftello.c (fseek): Likewise.
9517         * tests/test-fwritable.c (fseek): Likewise.
9518         * tests/test-fwriting.c (fseek): Likewise.
9519
9520 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9521
9522         * modules/memchr (Depends-on): Drop getpagesize dependency.
9523
9524 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9525
9526         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9527         Reported by Ludovic Courtès.
9528         * build-aux/pmccabe2html: Improve example usage.
9529         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9530
9531 2009-11-06  Jim Meyering  <meyering@redhat.com>
9532
9533         do-release-commit-and-tag: New module.
9534         Automate the release-commit and tag process.
9535         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9536         * modules/do-release-commit-and-tag: New file.
9537         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9538
9539 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9540
9541         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9542         because test-select.c uses inet_pton.
9543
9544 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9545
9546         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9547         GETADDRINFO_LIB.  Bump serial number.
9548         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9549         Suggested by Eric Blake <ebb9@byu.net>.
9550
9551 2009-11-05  Eric Blake  <ebb9@byu.net>
9552
9553         strtod: detect darwin bug
9554         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9555         Reported by Leo Davis.
9556
9557         freopen-safer: new module
9558         * modules/freopen-safer: New module.
9559         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9560         * lib/freopen-safer.c (freopen_safer): New file.
9561         * lib/stdio-safer.h (freopen_safer): New declaration.
9562         * lib/stdio--.h (freopen): New override.
9563         * MODULES.html.sh (File stream based Input/Output): Mention it.
9564         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9565         freopen-safer module.
9566         * doc/posix-functions/stderr.texi (stderr): Likewise.
9567         * doc/posix-functions/stdin.texi (stdin): Likewise.
9568         * doc/posix-functions/stdout.texi (stdout): Likewise.
9569         * modules/freopen-safer-tests: New test.
9570         * tests/test-reopen-safer.c: New file.
9571
9572 2009-11-05  Jim Meyering  <meyering@redhat.com>
9573
9574         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9575         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9576
9577 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9578
9579         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9580
9581 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9582
9583         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9584
9585 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9586
9587         Fix link error.
9588         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9589         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9590
9591 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9592
9593         * tests/test-func.c: Also test value of __func__.
9594
9595 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9596
9597         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9598         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9599
9600 2009-11-05  Bruno Haible  <bruno@clisp.org>
9601
9602         Fix link error.
9603         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9604         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9605         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9606
9607 2009-11-05  Bruno Haible  <bruno@clisp.org>
9608
9609         Tests for module 'inet_pton'.
9610         * modules/inet_pton-tests: New file.
9611         * tests/test-inet_pton.c: New file.
9612
9613 2009-11-05  Bruno Haible  <bruno@clisp.org>
9614
9615         Tests for module 'inet_ntop'.
9616         * modules/inet_ntop-tests: New file.
9617         * tests/test-inet_ntop.c: New file.
9618
9619 2009-11-04  Eric Blake  <ebb9@byu.net>
9620
9621         stdlib-safer: wrap all mkstemp variants
9622         * modules/mkostemp (configure.ac): Set witness.
9623         * modules/mkostemps (configure.ac): Likewise.
9624         * modules/mkstemps (configure.ac): Likewise.
9625         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9626         (mkstemps_safer): Wrap more functions.
9627         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9628         wrapping.
9629         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9630         (mkstemps_safer): Implement the wrappers.
9631
9632         mkstemps, mkostemps: new modules
9633         * modules/mkostemps: New module.
9634         * modules/mkstemps: Likewise.
9635         * lib/mkostemps.c (mkostemps): New file.
9636         * lib/mkstemps.c (mkstemps): Likewise.
9637         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9638         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9639         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9640         * modules/stdlib (Makefile.am): Substitute them.
9641         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9642         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9643         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9644         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9645         * MODULES.html.sh (File system functions): Mention them.
9646
9647         tempname: resync from glibc
9648         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9649         same values for __GT_FILE as glibc.  Abort even when assertions
9650         are disabled.
9651         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9652         match its value otherwise.  Allow idempotent inclusion.
9653         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9654         * lib/mkostemp.c (mkostemp): Likewise.
9655         * lib/mkstemp.c (mkstemp): Likewise.
9656         * lib/tmpfile.c (tmpfile): Likewise.
9657         * NEWS: Document this.
9658
9659         utimens: fix use of futimens on older Linux
9660         * lib/utimens.c (fdutimens): Use updated, rather than original,
9661         timespec to avoid bug in older Linux kernel.
9662         Reported by Simon Josefsson.
9663
9664 2009-11-04  Bruno Haible  <bruno@clisp.org>
9665
9666         Make num_processors more flexible and consistent.
9667         * lib/nproc.h (enum nproc_query): New type.
9668         (num_processors): Add a 'query' argument.
9669         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9670         (num_processors): Add a 'query' argument. Test the value of the
9671         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9672         mingw, count the number of CPUs available for the current process.
9673         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9674         Check for sched_getaffinity and sched_getaffinity_np.
9675         * modules/nproc (Depends-on): Add c-ctype, extensions.
9676         * NEWS: Mention the change.
9677
9678 2009-11-03  Bruno Haible  <bruno@clisp.org>
9679
9680         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9681
9682 2009-11-03  Jim Meyering  <meyering@redhat.com>
9683
9684         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9685         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9686         if it is defined.
9687
9688 2009-11-02  Eric Blake  <ebb9@byu.net>
9689
9690         mktime, timegm: share common declaration
9691         * lib/mktime-internal.h: New file.
9692         * lib/mktime.c: Use it rather than open-coding a declaration.
9693         * lib/timegm.c: Likewise.
9694         * modules/mktime (Files): Ship it.
9695         * modules/timegm (Files): Likewise.
9696         Suggested by Bruno Haible.
9697
9698         test-update-copyright: update test to match script changes
9699         * tests/test-update-copyright.sh: Avoid hard-coding perl
9700         location.  Don't update *.bak created by earlier runs.
9701
9702 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9703             Simon Josefsson  <simon@josefsson.org>
9704             Bruno Haible  <bruno@clisp.org>
9705
9706         Fix link error on Solaris 8.
9707         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9708         also in libnsl. Define also INET_PTON_LIB.
9709         * modules/inet_pton (Link): New section.
9710
9711 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9712             Bruno Haible  <bruno@clisp.org>
9713
9714         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9715         * modules/inet_ntop (Link): New section.
9716         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9717
9718 2009-11-02  Eric Blake  <ebb9@byu.net>
9719
9720         maint: avoid compiler warnings in m4 macros
9721         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9722         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9723
9724 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9725
9726         * m4/pmccabe2html.m4: Remove file.
9727         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9728         function.  Change maintainer.
9729         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9730         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9731         Courtès).
9732
9733 2009-10-31  Eric Blake  <ebb9@byu.net>
9734
9735         fseeko: fix m4 regression
9736         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9737         regression from 2009-10-27.
9738         Reported by Ralf Wildenhues.
9739
9740 2009-10-31  Jim Meyering  <meyering@redhat.com>
9741
9742         inttostr: aesthetics and improved (compile-time) safety
9743         Define inttype_is_signed rather than inttype_is_unsigned,
9744         since the sole use is via "#if inttype_is_signed".
9745         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9746         inttype_is_unsigned.
9747         * lib/offtostr.c (inttype_is_signed): Likewise.
9748         * lib/uinttostr.c (inttype_is_signed): Likewise.
9749         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9750         * lib/inttostr.c (inttostr): Use verify to cross-check the
9751         inttype_is_signed value and the signedness of the actual type.
9752         * modules/inttostr (Depends-on): Add verify.
9753
9754 2009-10-30  Eric Blake  <ebb9@byu.net>
9755
9756         build: avoid compiler warnings
9757         * lib/fchmodat.c (lchmod): Mark unused variables.
9758         * lib/getopt.c (_getopt_initialize): Likewise.
9759         * lib/mktime.c (__mktime_internal): Provide prototype.
9760         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9761         older gcc that do not understand #pragma GCC diagnostic.
9762         * lib/uinttostr.c (inttype_is_unsigned): Define.
9763         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9764
9765 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9766
9767         stat: fix compilation on AIX
9768         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9769         only see struct stat64.
9770
9771 2009-10-30  Eric Blake  <ebb9@byu.net>
9772
9773         exclude: make more robust
9774         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9775         rather than masking a coding bug.
9776         Suggested by Bruno Haible.
9777
9778 2009-10-30  Jim Meyering  <meyering@redhat.com>
9779
9780         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9781         Rather than putting #!/usr/bin/perl on the first line,
9782         start with a variant of what's recommended by "man perlrun" that
9783         invokes the first "perl" program from your shell's search path.
9784         * build-aux/gitlog-to-changelog: Replace #!... as above.
9785         Add a "Local Variables" perl mode setting.
9786         Prompted by a patch from Ludovic Courtès.
9787         Improved by Eric Blake.
9788         * build-aux/useless-if-before-free: Likewise.
9789         * build-aux/announce-gen: Likewise.
9790         * build-aux/update-copyright: Likewise.
9791
9792 2009-10-29  Eric Blake  <ebb9@byu.net>
9793
9794         filenamecat-lgpl: adjust clients
9795         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9796         filenamecat.
9797         * modules/renameat (Depends-on): Likewise.
9798
9799         filenamecat: split into filenamecat-lgpl
9800         * modules/filenamecat-lgpl: New module.
9801         * modules/filenamecat (Files): Move library-safe files into
9802         filenamecat-lgpl.
9803         (Depends-on): Add filenamecat-lgpl.
9804         (configure.ac): Declare witness.
9805         * lib/filenamecat.h (file_name_concat): Only declare when using
9806         GPL module.
9807         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9808         Move...
9809         * lib/filenamecat-lgpl.c: ...into new file.
9810         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9811         (gl_FILE_NAME_CONCAT): Use it.
9812         * MODULES.html.sh (File system functions): Mention new module.
9813
9814         argp: avoid memory leak
9815         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9816         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9817         base_name, since the latter malloc()s and can call exit().
9818         Leak introduced 2006-07-03.
9819
9820         dirname-lgpl: adjust clients that don't need full dirname
9821         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9822         * modules/filenamecat (Depends-on): Likewise.
9823         * modules/linkat (Depends-on): Likewise.
9824         * modules/mkancesdirs (Depends-on): Likewise.
9825         * modules/mkdir (Depends-on): Likewise.
9826         * modules/openat (Depends-on): Likewise.
9827         * modules/savewd (Depends-on): Likewise.
9828         * modules/rename (Depends-on): Likewise.
9829         (License): Relax license.
9830         * modules/mkdir-tests (Depends-on): Drop progname.
9831         (Makefile.am): Delete unneeded LDADD.
9832         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9833
9834         dirname: split into dirname-lgpl
9835         * modules/dirname-lgpl: New module.
9836         * modules/dirname (Files): Move library-safe files into
9837         dirname-lgpl.
9838         (Depends-on): Add dirname-lgpl.
9839         (configure.ac): Declare witness.
9840         * modules/double-slash-root (License): Relax license.
9841         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9842         module.
9843         * lib/dirname.c (dir_len, mdir_name): Move...
9844         * lib/dirname-lgpl.c: ...into new file.
9845         * lib/basename.c (last_component, base_len): Move...
9846         * lib/basename-lgpl.c: ...into new file.
9847         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9848         (gl_DIRNAME): Use it.
9849         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9850         Mention new module.
9851         * modules/dirname-tests (Depends-on): Add progname.
9852         * tests/test-dirname.c (program_name): Delete.
9853
9854         mkdir: make safe for libraries
9855         * modules/mkdir (Depends-on): Drop xalloc.
9856         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9857         exit.
9858
9859         tests: avoid some compiler warnings
9860         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9861         literals.
9862         * tests/test-memchr.c (main): Avoid type mismatch.
9863         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9864         * tests/test-base64.c (main): Likewise.
9865         * tests/test-getdelim.c (main): Likewise.
9866         * tests/test-gethostname.c (main): Likewise.
9867         * tests/test-getline.c (main): Likewise.
9868         * tests/test-netinet_in.c (main): Likewise.
9869         * tests/test-select.c (open_server_socket, main): Likewise.
9870         * tests/test-select-stdin.c (main): Likewise.
9871         * tests/test-sockets.c (main): Likewise.
9872         * tests/test-strsignal.c (main): Likewise.
9873         * tests/test-sys_select.c (main): Likewise.
9874         * tests/test-sys_socket.c (main): Likewise.
9875         * tests/test-u64.c (main): Likewise.
9876         * tests/test-xfprintf-posix.c (main): Likewise.
9877         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9878
9879         sockets: avoid compiler warning
9880         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9881
9882         maint: detect usage(1) and other suspicious exits
9883         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9884
9885 2009-10-29  Jim Meyering  <meyering@redhat.com>
9886
9887         timespec: long-to-int truncation could make timespec_cmp malfunction
9888         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9889         a multiple of 2^32 nanoseconds as no difference.
9890
9891 2009-10-28  Jim Meyering  <meyering@redhat.com>
9892
9893         fprintftime: wrap macro code argument in "do {...} while(0)"
9894         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9895         cpy macro must be a statement that can be followed by a semicolon.
9896         Now that the else clause contains a comment and is hence longer
9897         than one line, I require curly braces.  That in turn requires
9898         that we wrap this code block in the standard do...while(0).
9899
9900         fprintftime: remove stray semicolon from previous change
9901         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9902
9903         fprintftime: avoid a warning about ignored fwrite return value
9904         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9905         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9906         that is unsafe.
9907         * modules/fprintftime (Depends-on): Add ignore-value.
9908
9909         exclude: avoid an unwarranted warning
9910         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9911
9912 2009-10-27  Eric Blake  <ebb9@byu.net>
9913
9914         fseek: avoid compilation failure when fflush is replaced
9915         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9916         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9917         module is in use.
9918         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9919         module is not in use; since REPLACE_FSEEK worked otherwise.
9920         (GNULIB_FTELLO): Likewise for ftell.
9921         Reported by Ian Beckwith and others.
9922
9923 2009-10-27  Bruno Haible  <bruno@clisp.org>
9924
9925         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9926         Reported by Jim Meyering.
9927
9928 2009-10-27  Jim Meyering  <jim@meyering.net>
9929             Bruno Haible  <bruno@clisp.org>
9930
9931         Avoid warning despite dropping the return value of fwrite.
9932         * lib/unicodeio.c: Include ignore-value.h.
9933         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9934         * modules/unicodeio (Depends-on): Add ignore-value.
9935
9936 2009-10-26  Eric Blake  <ebb9@byu.net>
9937
9938         areadlinkat: fix fallback path
9939         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9940         pointer and zero.
9941
9942 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9943
9944         Use a better IO block size for modern systems
9945         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9946         * lib/md2.c: Likewise.
9947         * lib/md4.c: Likewise.
9948         * lib/md5.c: Likewise.
9949         * lib/sha1.c: Likewise.
9950         * lib/sha256.c: Likewise.
9951         * lib/sha512.c: Likewise.
9952
9953 2009-10-22  Eric Blake  <ebb9@byu.net>
9954
9955         tests: avoid several compiler warnings
9956         * tests/test-getcwd.c (main): Avoid buffer underflow.
9957         * tests/test-getdate.c (main): String literals are not safe with
9958         putenv, so use setenv.  Declare unused argument.
9959         * modules/getdate-tests (Depends-on): Add setenv.
9960         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9961         problems with string literals in char *.
9962         * tests/test-hash.c (main): Avoid shadowing declaration.
9963         (insert_new): Treat string literals as char const *.
9964         * tests/test-getopt.h (test_getopt): Likewise.
9965         (getopt_loop): Alter types to minimize casting elsewhere.
9966         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9967         (test_getopt_long_posix): Likewise.
9968         (do_getopt_long): Add wrapper to minimize casting.
9969         * tests/test-atexit.c (clear_temp_file): Use void.
9970         * tests/test-areadlink-with-size.c (main): Declare unused
9971         arguments.
9972         * tests/test-areadlink.c (main): Likewise.
9973         * tests/test-areadlinkat-with-size.c (main): Likewise.
9974         * tests/test-areadlinkat.c (main): Likewise.
9975         * tests/test-canonicalize-lgpl.c (main): Likewise.
9976         * tests/test-canonicalize.c (main): Likewise.
9977         * tests/test-dirent-safer.c (main): Likewise.
9978         * tests/test-dirname.c (main): Likewise.
9979         * tests/test-dup2.c (main): Likewise.
9980         * tests/test-fchdir.c (main): Likewise.
9981         * tests/test-fcntl-h.c (main): Likewise.
9982         * tests/test-fcntl-safer.c (main): Likewise.
9983         * tests/test-fdopendir.c (main): Likewise.
9984         * tests/test-fdutimensat.c (main): Likewise.
9985         * tests/test-fflush.c (main): Likewise.
9986         * tests/test-filenamecat.c (main): Likewise.
9987         * tests/test-filevercmp.c (main): Likewise.
9988         * tests/test-fopen-safer.c (main): Likewise.
9989         * tests/test-fopen.c (main): Likewise.
9990         * tests/test-fpending.c (main): Likewise.
9991         * tests/test-fpurge.c (main): Likewise.
9992         * tests/test-freading.c (main): Likewise.
9993         * tests/test-fstatat.c (main): Likewise.
9994         * tests/test-fsync.c (main): Likewise.
9995         * tests/test-futimens.c (main): Likewise.
9996         * tests/test-getndelim2.c (main): Likewise.
9997         * tests/test-gettimeofday.c (main): Likewise.
9998         * tests/test-getopt.c (main): Likewise.
9999         * tests/test-i-ring.c (main): Likewise.
10000         * tests/test-inttypes.c (main): Likewise.
10001         * tests/test-link.c (main): Likewise.
10002         * tests/test-lstat.c (main): Likewise.
10003         * tests/test-math.c (main): Likewise.
10004         * tests/test-md5.c (main): Likewise.
10005         * tests/test-memchr2.c (main): Likewise.
10006         * tests/test-memrchr.c (main): Likewise.
10007         * tests/test-mkdir.c (main): Likewise.
10008         * tests/test-mkdirat.c (main): Likewise.
10009         * tests/test-mkfifoat.c (main): Likewise.
10010         * tests/test-open.c (main): Likewise.
10011         * tests/test-openat-safer.c (main): Likewise.
10012         * tests/test-openat.c (main): Likewise.
10013         * tests/test-quotearg.c (main): Likewise.
10014         * tests/test-rawmemchr.c (main): Likewise.
10015         * tests/test-readlink.c (main): Likewise.
10016         * tests/test-remove.c (main): Likewise.
10017         * tests/test-rename.c (main): Likewise.
10018         * tests/test-renameat.c (main): Likewise.
10019         * tests/test-rmdir.c (main): Likewise.
10020         * tests/test-sha1.c (main): Likewise.
10021         * tests/test-signal.c (main): Likewise.
10022         * tests/test-sigaction.c (main): Likewise.
10023         * tests/test-stat.c (main): Likewise.
10024         * tests/test-stat-time.c (main): Likewise.
10025         * tests/test-stddef.c (main): Likewise.
10026         * tests/test-stdint.c (main): Likewise.
10027         * tests/test-stdio.c (main): Likewise.
10028         * tests/test-stdlib.c (main): Likewise.
10029         * tests/test-strchrnul.c (main): Likewise.
10030         * tests/test-strerror.c (main): Likewise.
10031         * tests/test-string.c (main): Likewise.
10032         * tests/test-strtod.c (main): Likewise.
10033         * tests/test-strverscmp.c (main): Likewise.
10034         * tests/test-symlink.c (main): Likewise.
10035         * tests/test-symlinkat.c (main): Likewise.
10036         * tests/test-sys_stat.c (main): Likewise.
10037         * tests/test-sys_time.c (main): Likewise.
10038         * tests/test-time.c (main): Likewise.
10039         * tests/test-unistd.c (main): Likewise.
10040         * tests/test-unlink.c (main): Likewise.
10041         * tests/test-unlinkat.c (main): Likewise.
10042         * tests/test-utimens.c (main): Likewise.
10043         * tests/test-utimensat.c (main): Likewise.
10044         * tests/test-version-etc.c (main): Likewise.
10045         * tests/test-wchar.c (main): Likewise.
10046         * tests/test-wctype.c (main): Likewise.
10047         * tests/test-xprintf-posix.c (main): Likewise.
10048         * tests/test-posixtm.c (main): Likewise.
10049         (STREQ): Delete unused macro.
10050         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10051         shadowed variables.
10052         * tests/test-memchr.c (main): Likewise.
10053
10054 2009-10-21  Eric Blake  <ebb9@byu.net>
10055
10056         areadlinkat: avoid failure on older glibc
10057         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10058         rather than mis-comparing 0 against FUNC_RESULT of char*.
10059
10060 2009-10-21  Bruno Haible  <bruno@clisp.org>
10061
10062         * modules/stpncpy (License): Relicense under LGPLv2+.
10063         Reported by David Lutterkort <lutter@redhat.com>.
10064
10065 2009-10-20  Eric Blake  <ebb9@byu.net>
10066
10067         utimensat: work around Solaris 9 bug
10068         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10069         has trailing slash bugs.
10070         * tests/test-lutimens.h (test_lutimens): Enhance test.
10071         * tests/test-utimens.h (test_utimens): Likewise.
10072         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10073         * doc/posix-functions/utimes.texi (utimes): Likewise.
10074         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10075         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10076         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10077         * doc/posix-functions/futimens.texi (futimens): Likewise.
10078
10079         fdutimensat: new module
10080         * modules/fdutimensat: New file.
10081         * lib/fdutimensat.c (fdutimensat): Likewise.
10082         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10083         * MODULES.html.sh (File system functions): Mention module.
10084         * modules/fdutimensat-tests: New test.
10085         * tests/test-fdutimensat.c: Likewise.
10086
10087         doc: regenerate INSTALL
10088         * doc/INSTALL: Reflect recent autoconf update.
10089         * doc/INSTALL.ISO: Likewise.
10090         * doc/INSTALL.UTF-8: Likewise.
10091
10092 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10093
10094         acl: warn if ACL support is not detected
10095         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10096
10097 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10098
10099         * lib/nproc.h: Add extern "C" block for C++.
10100
10101 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10102             Bruno Haible  <bruno@clisp.org>
10103
10104         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10105         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10106         * doc/posix-functions/isalpha.texi: Likewise.
10107         * doc/posix-functions/isblank.texi: Likewise.
10108         * doc/posix-functions/iscntrl.texi: Likewise.
10109         * doc/posix-functions/isdigit.texi: Likewise.
10110         * doc/posix-functions/isgraph.texi: Likewise.
10111         * doc/posix-functions/islower.texi: Likewise.
10112         * doc/posix-functions/isprint.texi: Likewise.
10113         * doc/posix-functions/ispunct.texi: Likewise.
10114         * doc/posix-functions/isspace.texi: Likewise.
10115         * doc/posix-functions/isupper.texi: Likewise.
10116         * doc/posix-functions/isxdigit.texi: Likewise.
10117
10118 2009-10-18  Bruno Haible  <bruno@clisp.org>
10119
10120         Tests for module 'isblank'.
10121         * modules/isblank-tests: New file.
10122         * tests/test-isblank.c: New file.
10123
10124         New module 'isblank'.
10125         * lib/isblank.c: New file.
10126         * m4/isblank.m4: New file.
10127         * modules/isblank: New file.
10128         * doc/posix-functions/isblank.texi: Mention the new module.
10129
10130 2009-10-18  Bruno Haible  <bruno@clisp.org>
10131
10132         New module 'ctype'.
10133         * lib/ctype.in.h: New file.
10134         * m4/ctype.m4: New file.
10135         * modules/ctype: New file.
10136         * doc/posix-headers/ctype.texi: Mention the new module.
10137
10138 2009-10-18  Jim Meyering  <meyering@redhat.com>
10139
10140         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10141         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10142         right after its initialization, rather than farther down.
10143         Keeping these in close proximity makes it easier to ensure
10144         that each such variable is initialized.  E.g.,
10145
10146             LIB_CLOCK_GETTIME=
10147             AC_SUBST([LIB_CLOCK_GETTIME])
10148
10149         This change also increments these serial numbers.
10150         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10151         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10153
10154 2009-10-18  Bruno Haible  <bruno@clisp.org>
10155
10156         Don't let environment variables perturb build.
10157         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10158         (gl_PREREQ_GETHRXTIME): ... not here.
10159
10160 2009-10-18  Bruno Haible  <bruno@clisp.org>
10161
10162         Avoid symlink attack in localcharset module.
10163         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10164         (O_NOFOLLOW): Define fallback.
10165         (get_charset_aliases): Don't open the file if it is a symbolic link.
10166         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10167         gl_FCNTL_H.
10168         (gl_FCNTL_H): Require it.
10169         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10170         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10171         Reported by Fergal Glynn <fglynn@veracode.com>.
10172
10173 2009-10-18  Bruno Haible  <bruno@clisp.org>
10174
10175         Implement nproc for mingw.
10176         * lib/nproc.c: Include <windows.h>
10177         (num_processors): On native Windows platforms, try GetSystemInfo.
10178
10179 2009-10-18  Bruno Haible  <bruno@clisp.org>
10180
10181         Implement nproc for IRIX.
10182         * lib/nproc.c: Include <sys/sysmp.h>.
10183         (num_processors): On IRIX systems, try sysmp.
10184         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10185
10186 2009-10-18  Bruno Haible  <bruno@clisp.org>
10187
10188         Implement nproc for HP-UX.
10189         * lib/nproc.c: Include <sys/pstat.h>
10190         (num_processors): On HP-UX systems, try pstat_getdynamic.
10191         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10192         pstat_getdynamic.
10193
10194 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10195             Bruno Haible  <bruno@clisp.org>
10196
10197         Implement nproc for NetBSD, OpenBSD.
10198         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10199         (ARRAY_SIZE): New macro.
10200         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10201         * m4/nproc.m4: New file.
10202         * modules/nproc (Files): Add m4/nproc.m4.
10203         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10204         (Makefile.am): Instead, augment lib_SOURCES.
10205
10206 2009-10-18  Bruno Haible  <bruno@clisp.org>
10207
10208         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10209         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10210         sys/param.h.
10211
10212 2009-10-16  Eric Blake  <ebb9@byu.net>
10213
10214         utimensat: new module
10215         * modules/utimensat: New file.
10216         * lib/utimensat.c (utimensat): Likewise.
10217         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10218         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10219         so we can work around Linux bugs.
10220         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10221         * modules/sys_stat (Makefile.am): Substitute them.
10222         * lib/sys_stat.in.h (utimensat): Declare it.
10223         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10224         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10225         * modules/utimensat-tests: New test.
10226         * tests/test-utimensat.c: Likewise.
10227
10228         utimens: let lutimens work on non-symlinks
10229         * lib/utimens.c (lutimens): Fall back to utimens rather than
10230         failing with ENOSYS, when file is not a symlink.
10231         (utimens): Reduce redirection.
10232         * tests/test-lutimens.h (test_lutimens): Update test to cover
10233         non-symlinks.
10234         * tests/test-utimens.h (test_utimens): Update test to cover
10235         symlinks.
10236         * tests/test-utimens.c (main): Update caller.
10237
10238         utimens: cache whether utimensat syscall works
10239         * lib/utimens.c (utimensat_works_really): New cache variable.
10240         (fdutimens, lutimens): Use it to avoid failing syscall.
10241
10242         test-stat-time, test-utimens: improve portability
10243         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10244         ext4 on alpha, and for cygwin.
10245         * tests/test-utimens-common.h: New file.
10246         (nap): Factor delays into single function.
10247         * tests/test-lutimens.h (test_lutimens): Use new header.
10248         * tests/test-futimens.h (test_futimens): Likewise.
10249         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10250         timestamps to occur from same machine, as was done previously for
10251         test_utimens.
10252         * modules/utimens-tests (Files): Ship new file.
10253         * modules/futimens-tests (Files): Likewise.
10254         Reported in part by Jim Meyering.
10255
10256         sys_stat: sort replacement declarations
10257         * lib/sys_stat.in.h: Sort declarations.
10258         * lib/futimens.c (futimens): Fix typo.
10259
10260 2009-10-15  Jim Meyering  <meyering@redhat.com>
10261
10262         don't let environment settings perturb build
10263         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10264         could cause a configure-time and/or build-time malfunction.
10265         Typically, a configure-time function-in-library test is performed
10266         via code like this:
10267
10268           LIB_VAR=
10269           AC_SUBST([LIB_VAR])
10270           prefix_saved_LIBS=$LIBS
10271             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10272                        [test "$ac_cv_search_FUNC" = "none required" ||
10273                         LIB_VAR=$ac_cv_search_FUNC])
10274           LIBS=$prefix_saved_LIBS
10275
10276         However, in each of the files affected by this change, the LIB_VAR=
10277         initialization was omitted.  Thus, when set in the environment, its
10278         value would propagate into generated Makefiles when FUNC is not found
10279         in LIB_NAME.
10280         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10281         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10282         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10283
10284 2009-10-14  Eric Blake  <ebb9@byu.net>
10285
10286         fchdir: avoid infinite recursion in mingw
10287         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10288         recursing.
10289
10290         test-stat-time: port to mingw
10291         * tests/test-stat-time.c (force_unlink): Return a value.
10292         (test_ctime) [W32]: Fix compilation error.
10293         (nap): Don't call usleep with too large an argument.  Use
10294         force_unlink.
10295         * doc/pastposix-functions/usleep.texi (usleep): Document the
10296         portability issue.
10297
10298 2009-10-13  Jim Meyering  <meyering@redhat.com>
10299
10300         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10301         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10302         * modules/pipe-filter-ii: Likewise.
10303         * modules/sys_socket-tests: Likewise.
10304         * modules/tsearch-tests: Likewise.
10305         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10306         (check): Depend on it.
10307
10308 2009-10-12  Eric Blake  <ebb9@byu.net>
10309
10310         utimens-tests: port to NFS file systems
10311         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10312         comparisons to avoid spurious failures from timestamp drift
10313         between NFS machines.
10314
10315 2009-10-12  Eric Blake  <ebb9@byu.net>
10316
10317         stat-time-tests: minor cleanups
10318         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10319         * tests/test-stat-time.c (nap): Separate assignment from call.
10320         Suggested by Paolo Bonzini and Bruno Haible.
10321
10322         sys_stat: guarantee struct timespec
10323         * lib/sys_stat.in.h (includes): Always include <time.h>
10324         * modules/sys_stat (Depends-on): Add time.
10325         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10326         mode_t permission values.
10327         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10328         get at subsecond timestamps.
10329
10330 2009-10-10  Eric Blake  <ebb9@byu.net>
10331
10332         futimens: new module
10333         * modules/futimens: New file.
10334         * lib/futimens.c (futimens): Likewise.
10335         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10336         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10337         we can work around Linux bugs.
10338         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10339         * modules/sys_stat (Makefile.am): Substitute them.
10340         * lib/sys_stat.in.h (futimens): Declare it.
10341         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10342         * doc/posix-functions/futimens.texi (futimens): Likewise.
10343         * modules/futimens-tests: New test.
10344         * tests/test-futimens.c: Likewise.
10345
10346         utimens: introduce fdutimens
10347         * lib/utimens.h (fdutimens): New prototype.
10348         * lib/utimens.c (gl_futimens): Move guts...
10349         (fdutimens): ...to new interface.
10350         * tests/test-utimens.c (do_fdutimens): Use it.
10351
10352         utimens: add UTIME_NOW and UTIME_OMIT support
10353         * lib/utimens.c (validate_timespec, update_timespec): New helper
10354         functions.
10355         (gl_futimens, lutimens): Use them.
10356         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10357         stdbool, sys_stat.
10358         (Link): Mention resulting library dependency.
10359         * modules/utimecmp (Link): Likewise.
10360         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10361         (Makefile.am): Pick up library dependency.
10362         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10363         definition.
10364         * tests/test-sys_stat.c: Test the definitions.
10365         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10366         * NEWS: Document library dependency.
10367
10368         utimecmp: support symlink timestamps
10369         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10370         hashing when possible.  Use pathconf when available.
10371         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10372         * modules/utimecmp (Depends-on): Add lstat.
10373
10374         utimens: add lutimens interface
10375         * lib/utimens.c (lutimens): New function.
10376         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10377         * lib/utimens.h (lutimens): Declare new interface.
10378         * tests/test-utimens.c (main): Enhance test.
10379         * tests/test-lutimens.h (test_lutimens): New file.
10380         * modules/utimens-tests (Files): Distribute it.
10381         (Depends-on): Add symlink.
10382         (configure.ac): Check for usleep.
10383
10384         utimens: validate futimens usage
10385         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10386         fewer syscalls on failure later on.  Avoid compiler warning on
10387         mingw.
10388         * modules/utimens (Depends-on): Add dup2.
10389
10390         utimens: add test
10391         * modules/utimens-tests: New test.
10392         * tests/test-utimens.h: New file.
10393         * tests/test-futimens.h: Likewise.
10394         * tests/test-utimens.c: Likewise.
10395
10396         doc: mention timestamp portability issues
10397         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10398         instead.
10399         * doc/posix-functions/utime.texi (utime): Likewise.
10400         * doc/posix-functions/utimes.texi (utimes): Likewise.
10401         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10402         instead.
10403         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10404         module.
10405         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10406         Mention weakness with symlink timestamps.
10407         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10408         to utimensat/futimens instead.
10409         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10410
10411         test-dup2: enhance test
10412         * tests/test-dup2.c (main): Also check AT_FDCWD.
10413
10414         test-stat-time: avoid more spurious failures
10415         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10416         xfs; and avoid race if the two timestamps cross quantization edge.
10417
10418         relocatable: prefer 'file system' over 'filesystem'
10419         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10420         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10421         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10422         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10423         * lib/relocatable.c (compute_curr_prefix): Likewise.
10424
10425 2009-10-10  Jim Meyering  <meyering@redhat.com>
10426
10427         stat-time-tests: check for the usleep function
10428         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10429
10430 2009-10-10  Bruno Haible  <bruno@clisp.org>
10431
10432         * modules/xnanosleep: Put the Link section after the Include section.
10433
10434 2009-10-09  Eric Blake  <ebb9@byu.net>
10435
10436         dup2: work around FreeBSD 6.1 bug
10437         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10438         * doc/posix-functions/dup2.texi (dup2): Document it.
10439         Reported by Nelson H. F. Beebe and Jim Meyering.
10440
10441         test-stat-time: port to buggy NFS clients
10442         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10443         (test_ctime): Also skip test if mtime and ctime are skewed.
10444
10445         maint: prefer 'file system' over 'filesystem'
10446         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10447         * doc/posix-functions/lstat.texi (lstat): Likewise.
10448         * lib/file-has-acl.c (file_has_acl): Likewise.
10449         * lib/fwriteerror.c [TEST]: Likewise.
10450         * tests/test-areadlink.h (test_areadlink): Likewise.
10451         * tests/test-areadlinkat-with-size.c (main): Likewise.
10452         * tests/test-areadlinkat.c (main): Likewise.
10453         * tests/test-canonicalize-lgpl.c (main): Likewise.
10454         * tests/test-canonicalize.c (main): Likewise.
10455         * tests/test-fstatat.c (main): Likewise.
10456         * tests/test-linkat.c (main): Likewise.
10457         * tests/test-lstat.h (test_lstat_func): Likewise.
10458         * tests/test-mkdir.h (test_mkdir): Likewise.
10459         * tests/test-readlink.h (test_readlink): Likewise.
10460         * tests/test-remove.c (main): Likewise.
10461         * tests/test-rename.h (test_rename): Likewise.
10462         * tests/test-renameat.c (main): Likewise.
10463         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10464         * tests/test-symlink.h (test_symlink): Likewise.
10465         * tests/test-symlinkat.c (main): Likewise.
10466         * tests/test-unlink.h (test_unlink_func): Likewise.
10467         * tests/test-unlinkat.c (main): Likewise.
10468
10469         maint: make realtime library usage explicit
10470         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10471         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10472         * modules/settime (Link): Likewise.
10473         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10474
10475         test-stat-time: speed up execution
10476         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10477         warning on mingw.
10478         (nap): New helper function.
10479         (prepare_test): Use it to reduce sleep time.
10480         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10481         execution.
10482         * modules/stat-time-tests (configure.ac): Check for usleep.
10483
10484 2009-10-09  Jim Meyering  <meyering@redhat.com>
10485
10486         selinux-h: always use getfilecon wrappers
10487         * lib/getfilecon.c: New file.
10488         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10489         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10490         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10491         (fgetfilecon): Provide a stub.
10492         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10493         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10494         file unconditionally.
10495         When <selinux/selinux.h> is found, arrange to use wrappers.
10496         * modules/selinux-h (Files): Add getfilecon.c.
10497         (Makefile.am): Substitute include-next-related bits
10498         into the now-always-generated selinux/selinux.h file.
10499         * doc/glibc-functions/lgetfilecon.texi: New file.
10500         * doc/glibc-functions/fgetfilecon.texi: New file.
10501         * doc/glibc-functions/getfilecon.texi: New file.
10502         * doc/glibc-functions/getfilecon-desc.texi: New file.
10503         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10504         which to pull in the new files.
10505         * MODULES.html.sh (Misc): Add selinux-h.
10506
10507 2009-10-08  Jim Meyering  <meyering@redhat.com>
10508
10509         unistd: fix comment typo
10510         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10511
10512 2009-10-08  Eric Blake  <ebb9@byu.net>
10513
10514         areadlink: use SIZE_MAX consistently
10515         * modules/areadlink (Depends-on): Add stdint.
10516         * modules/areadlink-with-size (Depends-on): Likewise.
10517         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10518         gives NULL; drop sys/types, since unistd gives size_t; and add
10519         stdint for SIZE_MAX.
10520         (SIZE_MAX): Rely on headers.
10521         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10522         and add stdint.
10523         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10524         (SIZE_MAX): Likewise.
10525         (INITIAL_BUF_SIZE): Turn into enum.
10526         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10527
10528 2009-10-08  Jim Meyering  <meyering@redhat.com>
10529
10530         areadlinkat: avoid compilation failure
10531         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10532         Fix typo in comment.
10533
10534 2009-10-07  Eric Blake  <ebb9@byu.net>
10535
10536         areadlinkat-with-size: new module
10537         * modules/areadlinkat-with-size: New module.
10538         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10539         * lib/areadlink.h (areadlinkat): Declare it.
10540         * MODULES.html.sh (File system functions): Mention it.
10541         * modules/areadlinkat-with-size-tests: New test.
10542         * tests/test-areadlinkat-with-size.c: New file.
10543
10544         xreadlinkat: new module
10545         * modules/xreadlinkat: New module.
10546         * lib/xreadlinkat.c (xreadlinkat): New file.
10547         * lib/xreadlink.h (xreadlinkat): Declare it.
10548         * MODULES.html.sh (File system functions): Mention it.
10549
10550         areadlinkat: new module
10551         * lib/at-func.c (FUNC_FAIL): New define.
10552         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10553         * modules/areadlinkat: New module.
10554         * lib/linkat.c (areadlinkat): Move...
10555         * lib/areadlinkat.c (areadlinkat): ...to new file.
10556         * lib/areadlink.h (areadlinkat): Declare it.
10557         * modules/linkat (Depends-on): Add areadlinkat.
10558         * MODULES.html.sh (File system functions): Mention it.
10559         * modules/areadlinkat-tests: New test.
10560         * tests/test-areadlinkat.c: New file.
10561
10562         areadlink, areadlink-with-size: add tests
10563         * modules/areadlink-tests: New test.
10564         * modules/areadlink-with-size-tests: Likewise.
10565         * tests/test-areadlink.h: New file.
10566         * tests/test-areadlink.c: Likewise.
10567         * tests/test-areadlink-with-size.c: Likewise.
10568
10569         maint: minor cleanups
10570         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10571         _UNUSED_PARAMETER_ instead.
10572         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10573         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10574         * modules/linkat-tests (Files): Distribute test-link.h.
10575
10576         openat, utimens: whitespace cleanup
10577         * lib/openat.c: Prefer space throughout, rather than mix of 8
10578         spaces vs. tabs.
10579         * lib/at-func.c: Likewise.
10580         * lib/utimens.c: Likewise.
10581
10582         openat: avoid using wrong fd
10583         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10584         working directory chooses same fd.
10585         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10586
10587         mkdir, mkdirat: fix cygwin 1.5.x bug
10588         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10589         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10590         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10591         bug.
10592         (gl_PREREQ_MKDIR): Delete unused macro.
10593         * modules/mkdir (Files): Track file rename.
10594         (configure.ac): Update macro name.
10595         * modules/openat (Depends-on): Add mkdir.
10596         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10597
10598         mkdir, mkdirat: add tests
10599         * modules/mkdir-tests: New test.
10600         * tests/test-mkdir.h: New file.
10601         * tests/test-mkdir.c: Likewise.
10602         * tests/test-mkdirat.c: Likewise.
10603         * modules/openat-tests (Files): Add new files.
10604         (Makefile.am): Run new test.
10605
10606 2009-10-06  Eric Blake  <ebb9@byu.net>
10607
10608         doc: tweak *at function documentation
10609         * doc/posix-functions/faccessat.texi (faccessat): Mention
10610         known issue with replacement.
10611         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10612         * doc/posix-functions/linkat.texi (linkat): Likewise.
10613         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10614         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10615         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10616         * doc/posix-functions/renameat.texi (renameat): Likewise.
10617         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10618
10619         openat: fix GNU/Hurd bug in unlinkat
10620         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10621         broken.
10622         * doc/posix-functions/unlink.texi (unlink): Document this.
10623         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10624
10625         fdopendir: fix GNU/Hurd bug
10626         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10627         allowing non-directory fds.
10628         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10629         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10630         * modules/dirent (Makefile.am): Substitute it.
10631         * lib/dirent.in.h (fdopendir): Declare replacement.
10632         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10633         * tests/test-fdopendir.c (main): Test something other than
10634         /dev/null, since on Hurd that behaves like a directory.
10635
10636         test-symlink: port to GNU/Hurd
10637         * tests/test-symlink.h (test_symlink): Relax expected errno.
10638
10639         doc: tweak more cygwin information
10640         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10641         now compatible with glibc.
10642         * doc/posix-functions/getopt.texi (getopt): Likewise.
10643
10644         getopt-gnu: add another test
10645         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10646         guarantee behavior relied on by m4.
10647         * tests/test-getopt.c (main): Use it.
10648         * modules/getopt-posix-tests (Depends-on): Add setenv.
10649         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10650
10651         getopt: fix compilation on darwin
10652         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10653         include.
10654         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10655         Reported by Ludovic Courtès.
10656
10657 2009-10-06  Bruno Haible  <bruno@clisp.org>
10658
10659         * modules/size_max (Description): Discourage its use.
10660         Reported by Simon Josefsson.
10661
10662 2009-10-06  Jim Meyering  <meyering@redhat.com>
10663
10664         linkat: avoid compilation failure
10665         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10666
10667 2009-10-05  Eric Blake  <ebb9@byu.net>
10668
10669         linkat: support Linux 2.6.17
10670         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10671         linkat on Linux, but allow cache variable override.
10672         * lib/linkat.c (rpl_linkat): Define override.
10673         * modules/linkat (Depends-on): Add symlinkat.
10674         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10675         * modules/unistd (Makefile.am): Substitute it.
10676         * lib/unistd.in.h (linkat): Declare replacement.
10677         Reported by Pádraig Brady.
10678
10679         quotearg: port test to systems with C.UTF-8 locale
10680         * tests/test-quotearg.c (struct result_strings): Add another
10681         member, differentiating between C.ASCII and C.UTF-8 handling.
10682         (compare_strings): Add parameter.
10683         (main): Adjust all callers.
10684
10685         getopt: avoid clash with FreeBSD _getopt_internal
10686         * lib/getopt.in.h (_getopt_internal): Override the name.
10687         * lib/getopt_int.h (includes): Pick up any overrides.
10688         Reported by Reuben Thomas.
10689
10690         hash: allow C89 compilation
10691         * lib/hash.c (check_tuning): Move declaration before statement.
10692         Reported by Reuben Thomas.
10693
10694 2009-10-05  Karl Berry  <karl@gnu.org>
10695
10696         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10697
10698 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10699             Bruno Haible  <bruno@clisp.org>
10700
10701         * lib/uname.c (uname): Use a table-driven algorithm to compute
10702         Windows NT versions.
10703
10704 2009-10-04  Bruno Haible  <bruno@clisp.org>
10705
10706         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10707         program_invocation_short_name.
10708         * modules/progname (configure.ac): Test for presence of
10709         program_invocation_short_name.
10710         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10711
10712 2009-10-04  Bruno Haible  <bruno@clisp.org>
10713
10714         * lib/progname.c (set_program_name): Fix comment.
10715         Reported by Jim Meyering.
10716
10717 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10718             Bruno Haible  <bruno@clisp.org>
10719
10720         * lib/uname.c: Include <string.h>.
10721         (uname): Do only one call to GetVersionEx in the common case.
10722
10723 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10724             Bruno Haible  <bruno@clisp.org>
10725
10726         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10727         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10728         (uname): Add support for Windows CE and various non-x86 CPU types.
10729
10730 2009-10-03  Bruno Haible  <bruno@clisp.org>
10731
10732         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10733         invocation to tests/configure.ac.
10734         Reported by Ian Beckwith <ianb@erislabs.net>.
10735
10736 2009-10-02  Eric Blake  <ebb9@byu.net>
10737
10738         fchdir: avoid compiler warning
10739         * lib/fchdir.c (canonicalize_file_name)
10740         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10741
10742         test-open: support mingw errno values
10743         * tests/test-open.h (test_open): Relax test.
10744         * tests/test-fopen.h (test_fopen): Likewise.
10745         * tests/test-openat-safer.c (main): Likewise.
10746
10747         open: fix opening directory on mingw
10748         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10749
10750         test-open: on GNU/Hurd, /dev/null is a directory
10751         * tests/test-fopen.h (main): Rename...
10752         (test_fopen): ...to this.  Use a guaranteed non-directory when
10753         confirming open behavior on trailing slash.
10754         * tests/test-openat-safer.c (main): Likewise.
10755         * tests/test-open.h (main): Likewise....
10756         (test_open): ...to this.
10757         * tests/test-fopen.c (main): Adjust caller.
10758         * tests/test-fopen-safer.c (main): Likewise.
10759         * tests/test-open.c (main): Likewise.
10760         * tests/test-fcntl-safer.c (main): Likewise.
10761         Reported by Samuel Thibault.
10762
10763         rename, fchdir: don't ignore chdir failure
10764         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10765         * lib/rename.c (rpl_rename) [W32]: Likewise.
10766         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10767         an empty destination directory if source cannot be renamed,
10768         although there is still possibility for failure.
10769         * doc/posix-functions/rename.texi (rename): Document the race.
10770         Reported by Jim Meyering.
10771
10772         maint: cleanup whitespace in recent commits
10773         * lib/rename.c (rpl_rename): Remove tabs.
10774         * tests/test-link.h (test_link): Likewise.
10775         * lib/fchdir.c (get_name): Likewise.
10776         Reported by Jim Meyering.
10777
10778 2009-10-02  Ben Pfaff  <blp@gnu.org>
10779
10780         relocatable-prog-wrapper: Add missing dependency on
10781         double-slash-root.
10782         * modules/relocatable-prog-wrapper: Add dependency.
10783         Reported by Ian Beckwith <ianb@erislabs.net>.
10784
10785 2009-10-02  Eric Blake  <ebb9@byu.net>
10786
10787         renameat: fix Solaris bugs
10788         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10789         needed fixing.
10790         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10791         * modules/stdio (Makefile.am): Substitute it.
10792         * lib/stdio.in.h (renameat): Declare replacement.
10793         * lib/renameat.c (rpl_renameat): Implement fix.
10794
10795         renameat: new module
10796         * modules/renameat: New file.
10797         * lib/renameat.c (renameat): Likewise.
10798         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10799         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10800         * modules/stdio (Makefile.am): Substitute them.
10801         * lib/stdio.in.h (renameat): Declare it.
10802         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10803         * doc/posix-functions/renameat.texi (renameat): Likewise.
10804         * modules/renameat-tests: New test.
10805         * tests/test-renameat.c: Likewise.
10806
10807         rename: fix mingw bugs
10808         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10809         directory overwrite bugs.
10810
10811         rename: fix another cygwin 1.5 bug
10812         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10813         checks.
10814         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10815         unnecessary cygwin workarounds.  Also work around bug with moving
10816         full directory onto an empty one.
10817         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10818
10819         rename-dest-slash: merge into rename module
10820         * modules/rename-dest-slash (Status): Mark obsolete.
10821         (Depends-on): Add rename.
10822         (Files): Let rename do it all.
10823         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10824         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10825         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10826         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10827         * lib/rename.c (rpl_rename): Update comments.
10828
10829         rename: fix cygwin 1.5.x bugs
10830         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10831         * lib/rename.c (rpl_rename): Work around them.
10832         * modules/rename (Depends-on): Add same-inode.
10833
10834         rename: fix Solaris 10 bug
10835         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10836         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10837         was the only bug.
10838
10839         rename: fix Solaris 9 bug
10840         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10841         on non-directory.  Avoid calling exit.
10842         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10843         strdup.
10844         * modules/rename-tests (Depends-on): Drop lstat.
10845         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10846         (gl_PREREQ_RENAME): Delete unused macro.
10847
10848         rename-dest-slash: fix NetBSD bug
10849         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10850         links.
10851         * modules/rename-dest-slash (Depends-on): Add same-inode.
10852
10853         rename-tests: new test, exposes several platform bugs
10854         * modules/rename-tests: New file.
10855         * tests/test-rename.h: Likewise.
10856         * tests/test-rename.c: Likewise.
10857         * doc/posix-functions/rename.texi (rename): Improve documentation,
10858         including bugs that will eventually be fixed in gnulib.
10859
10860 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10861
10862         * lib/uname.c: Include <stdlib.h>
10863         (uname): Assume version info is available.
10864
10865 2009-10-02  Jim Meyering  <meyering@redhat.com>
10866
10867         gnu-web-doc-update: correct --help output
10868         * build-aux/gnu-web-doc-update: Make --help output relevant.
10869
10870         gnu-web-doc-update: add standard options
10871         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10872
10873         gnu-web-doc-update: New module.
10874         Use this script to automatically update the on-line web documentation
10875         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10876         * modules/gnu-web-doc-update: New file, from coreutils.
10877         * build-aux/gnu-web-doc-update: New script.
10878
10879 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10880
10881         link: LoadLibrary is not needed.
10882         * lib/link.c: Use GetModuleHandle.
10883
10884 2009-10-01  Eric Blake  <ebb9@byu.net>
10885
10886         getopt: bump serial number
10887         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10888         change.
10889
10890         tests: tighten link, rmdir, and remove tests
10891         * tests/test-link.h (includes): No need to use <config.h> here.
10892         Clean up if directory hard link was created, otherwise test for
10893         trailing '.'.
10894         * tests/test-linkat.c (main): Simplify.
10895         * tests/test-remove.c (main): Enhance test for trailing '.'.
10896         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10897
10898 2009-10-01  Jim Meyering  <meyering@redhat.com>
10899
10900         maint.mk: requiring "make major" was annoying, for a "minor" release.
10901         What is intended is "stable", to contrast with alpha and beta,
10902         so require "make stable", not "make major".
10903         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10904         (get_tool_versions): Likewise.
10905         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10906
10907 2009-09-30  Ben Pfaff  <blp@gnu.org>
10908
10909         Fix broken build of replacement for Windows tmpfile().
10910         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10911         flags argument added along with the 'mkostemp' module.
10912
10913 2009-09-28  Bruno Haible  <bruno@clisp.org>
10914
10915         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10916         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10917         to 'remove_elt'.
10918         (gl_list_remove): Update.
10919         * lib/gl_list.c (gl_list_remove): Update.
10920         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10921         to 'remove_elt'.
10922         (gl_oset_remove): Update.
10923         * lib/gl_list.c (gl_oset_remove): Update.
10924         Reported by Eric Blake.
10925
10926 2009-09-28  Eric Blake  <ebb9@byu.net>
10927
10928         doc: mention yet more cygwin 1.7 status
10929         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10930         cygwin.
10931         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10932         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10933
10934         argp: fix test failure
10935         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10936         that are not upper-case.  Pass correct range to tolower.
10937
10938 2009-09-27  Jim Meyering  <meyering@redhat.com>
10939
10940         test-yesno: work around sparc-dash here-document infelicity
10941         Without this change, the literal \177 byte in a here document
10942         would make dash 0.5.5.1-3 access uninitialized memory.
10943         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10944         Instead, use a marker, "@", and filter through tr to create the desired
10945         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10946
10947 2009-09-27  Bruno Haible  <bruno@clisp.org>
10948
10949         Disable untested support for new flavours of ACLs on AIX.
10950         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10951         progress.
10952         * lib/set-mode-acl.c (qset_acl): Likewise.
10953
10954 2008-12-07  Bruno Haible  <bruno@clisp.org>
10955
10956         Add support for new flavours of ACLs on AIX. (Untested.)
10957         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10958         (file_has_acl): Add support for newer AIX.
10959         * lib/set-mode-acl.c (qset_acl): Likewise.
10960         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10961         Rainer Tammer <tammer@tammer.net>.
10962
10963 2009-09-26  Eric Blake  <ebb9@byu.net>
10964
10965         argp: fix compilation of getopt
10966         * lib/getopt.in.h (includes): Use different guard than glibc.
10967         Reported by Sergey Poznyakoff.
10968
10969         doc: mention more cygwin 1.7 status
10970         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10971         bug.
10972         * doc/posix-functions/execl.texi (execl): Likewise.
10973         * doc/posix-functions/execle.texi (execle): Likewise.
10974         * doc/posix-functions/execlp.texi (execlp): Likewise.
10975         * doc/posix-functions/execv.texi (execv): Likewise.
10976         * doc/posix-functions/execve.texi (execve): Likewise.
10977         * doc/posix-functions/execvp.texi (execvp): Likewise.
10978         * doc/glibc-functions/canonicalize_file_name.texi
10979         (canonicalize_file_name): Cygwin 1.7 now provides this.
10980         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10981         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10982         on AT_SYMLINK_NOFOLLOW.
10983
10984 2009-09-24  Eric Blake  <ebb9@byu.net>
10985
10986         test-linkat: make test more robust
10987         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10988
10989         getopt: fix inclusion guards for cygwin
10990         * modules/getopt-posix (Depends-on): Add include-next.
10991         (Makefile.am): Substitute more items in replacement header.
10992         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10993         <getopt.h>.
10994         * lib/getopt.in.h (includes): Use split inclusion guard, and
10995         prefer <getopt.h> over include <unistd.h> when one is present.
10996         (option): Also override name of 'struct option'.
10997
10998         same-inode: revert prior change; it is not yet ready
10999         * NEWS: Undo mention of this change.
11000         * lib/same-inode.h (same-inode.h): Undo tri-state change.
11001         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11002         * lib/cycle-check.c (cycle_check): Likewise.
11003         * lib/same.c (same_name): Likewise.
11004         * lib/at-func2.c (at_func2): Likewise.
11005
11006 2009-09-23  Eric Blake  <ebb9@byu.net>
11007
11008         linkat: new module
11009         * modules/linkat: New file.
11010         * lib/at-func2.c (at_func2): Likewise.
11011         * lib/linkat.c (linkat): Likewise.
11012         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
11013         * lib/openat-priv.h (at_func2): Add declaration.
11014         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11015         * modules/unistd (Makefile.am): Substitute them.
11016         * lib/unistd.in.h (linkat): Declare it.
11017         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11018         * doc/posix-functions/linkat.texi (linkat): Likewise.
11019         * doc/posix-functions/link.texi (link): Tweak wording.
11020         * tests/test-link.c (main): Move guts...
11021         * tests/test-link.h (test_link): ...into new file.
11022         * modules/linkat-tests: New test.
11023         * tests/test-linkat.c: Likewise.
11024         * modules/link-tests (Files): Ship new file.
11025         (Depends-on): Add stdbool.
11026
11027         dirname: add library-safe mdir_name
11028         * lib/dirname.h (mdir_name): New prototype.
11029         * lib/dirname.c (dir_name): Move guts...
11030         (mdir_name): ...to new function that avoids xalloc_die.
11031
11032         fchdir: another mingw fix
11033         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
11034         * lib/fchdir.c (get_name): New helper method; skips canonicalize
11035         on mingw (where it has not yet been ported), and make it optional
11036         elsewhere.
11037         (_gl_register_fd): Use it.
11038
11039         same-inode: make SAME_INODE tri-state, to port to mingw
11040         * NEWS: Mention this change.
11041         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
11042         st_ino always being 0.
11043         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11044         * lib/cycle-check.c (cycle_check): Likewise.
11045         * lib/same.c (same_name): Likewise.
11046
11047         lstat: avoid mingw compilation error
11048         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
11049         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
11050         lstat ourselves.
11051         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11052         was adequate.
11053         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11054         the checks for lstat.
11055         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11056
11057         link: fix test failure on Solaris 9
11058         * lib/link.c (rpl_link): Don't assume link will catch bogus
11059         trailing slash on source.
11060
11061         test-symlinkat: enhance test
11062         * tests/test-readlink.c (main): Move guts...
11063         * tests/test-readlink.h (test_readlink): ...into new file.
11064         * tests/test-symlink.c (main): Move guts...
11065         * tests/test-symlink.h (test_symlink): ...into new file.
11066         * tests/test-symlinkat.c (main): Use new files for further
11067         coverage.
11068         (do_symlink, do_readlink): New helper functions.
11069         * modules/symlink-tests (Files): Ship new file.
11070         (Depends-on): Add stdbool.
11071         * modules/readlink-tests (Files): Ship new file.
11072         (Depends-on): Add stdbool.
11073         * modules/symlinkat-tests (Files): Use new files.
11074
11075 2009-09-23  Eric Blake  <ebb9@byu.net>
11076
11077         readlink: document portability issue with symlink length
11078         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11079         systems have bogus st_size on symlinks, and mention the
11080         areadlink-with-size module.
11081         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11082         * doc/posix-functions/readlink.texi (readlink): Mention the
11083         areadlink module, and ERANGE failure.
11084         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11085         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11086
11087         readlink: fix Solaris 9 bug with trailing slash
11088         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11089         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11090         * doc/posix-functions/readlink.texi (readlink): Document this.
11091         * modules/readlink-tests: New test.
11092         * tests/test-readlink.c: Likewise.
11093
11094         readlink: fix cygwin 1.5.x bug with return type
11095         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11096         * lib/unistd.in.h (readlink): Use ssize_t.
11097         * lib/readlink.c (readlink): Likewise.
11098         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11099         * modules/unistd (Makefile.am): Substitute it.
11100         * lib/unistd.in.h (readlink): Declare replacement.
11101         * doc/posix-functions/readlink.texi (readlink): Document this.
11102
11103         symlink: use throughout gnulib
11104         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11105         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11106         symlink is not used.
11107         * modules/symlinkat (Depends-on): Add symlink.
11108         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11109         * modules/canonicalize-tests (Depends-on): Likewise.
11110         * modules/lstat-tests (Depends-on): Likewise.
11111         * modules/openat-tests (Depends-on): Likewise.
11112         * modules/remove-tests (Depends-on): Likewise.
11113         * modules/rmdir-tests (Depends-on): Likewise.
11114         * modules/unlink-tests (Depends-on): Likewise.
11115         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11116         * tests/test-canonicalize.c (symlink): Likewise.
11117         * tests/test-fstatat.c (symlink): Likewise.
11118         * tests/test-lstat.c (symlink): Likewise.
11119         * tests/test-remove.c (symlink): Likewise.
11120         * tests/test-rmdir.c (symlink): Likewise.
11121         * tests/test-unlink.c (symlink): Likewise.
11122         * tests/test-unlinkat.c (symlink): Likewise.
11123
11124         symlink: new module, for Solaris 9 bug
11125         * modules/symlink: New file.
11126         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11127         * lib/symlink.c: Likewise.
11128         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11129         * modules/unistd (Makefile.am): Substitute them.
11130         * lib/unistd.in.h (symlink): Declare replacement.
11131         * MODULES.html.sh (File system functions): Mention it.
11132         * doc/posix-functions/symlink.texi (symlink): Likewise.
11133         * modules/symlink-tests: New test.
11134         * tests/test-symlink.c: Likewise.
11135
11136 2009-09-23  Bruno Haible  <bruno@clisp.org>
11137
11138         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11139         when needed.
11140         Test case: gnulib-tool --import --with-tests atexit inttypes.
11141         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11142
11143 2009-09-23  Bruno Haible  <bruno@clisp.org>
11144
11145         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11146         subcommand, not in a subshell.
11147
11148 2009-09-22  Eric Blake  <ebb9@byu.net>
11149
11150         unistd: sort replacement declarations
11151         * lib/unistd.in.h: Sort declarations.
11152
11153         open, openat: minor optimization
11154         * lib/open.c (open): If open succeeded, len is non-zero.
11155         * lib/openat.c (rpl_openat): Likewise.
11156
11157         link-follow: ensure correct result
11158         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11159         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11160         distinguish between possible failures.
11161
11162 2009-09-21  Eric Blake  <ebb9@byu.net>
11163
11164         fts: avoid compiler warning
11165         * lib/fts.c (dirent_inode_sort_may_be_useful)
11166         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11167
11168 2009-09-19  Bruno Haible  <bruno@clisp.org>
11169
11170         * lib/progreloc.c (canonicalize_file_name): New declaration.
11171
11172 2009-09-19  Eric Blake  <ebb9@byu.net>
11173
11174         link: fix quoting
11175         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11176
11177         openat: fix openat bugs on Solaris 9
11178         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11179         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11180         * modules/openat (Depends-on): Add open.
11181         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11182         * modules/fcntl-h (Makefile.am): Substitute it.
11183         * lib/fcntl.in.h (openat): Declare replacement.
11184         * doc/posix-functions/openat.texi (openat): Document this.
11185
11186         openat: move fstatat and unlinkat into correct files
11187         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11188         compiled.
11189         * lib/openat.c (fstatat, unlinkat): Move...
11190         * lib/fstatat.c (fstatat): ...into correct files.
11191         * lib/unlinkat.c (unlinkat): Likewise.
11192
11193         openat: fix unlinkat bugs on Solaris 9
11194         * lib/unlinkat.c (unlinkat): New file.
11195         * modules/openat (Depends-on): Add unlink.
11196         (Files): Distribute it.
11197         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11198         trailing slash behavior is broken.
11199         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11200         * modules/unistd (Makefile.am): Substitute it.
11201         * lib/unistd.in.h (unlinkat): Declare replacement.
11202         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11203
11204         openat: fix fstatat bugs on Solaris 9
11205         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11206         stat.
11207         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11208
11209         test-unlinkat: enhance test, to expose Solaris 9 bug
11210         * tests/test-unlink.c (main): Factor guts...
11211         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11212         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11213         * tests/test-rmdir.c (main): Adjust caller.
11214         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11215         (unlinker): New helper function.
11216         (rmdirat): Enhance check.
11217         * modules/rmdir-tests (Depends-on): Add stdbool.
11218         * modules/unlink-tests (Depends-on): Likewise.
11219         (Files): Add test-unlink.h.
11220         * modules/openat-tests (Files): Likewise.
11221         (Depends-on): Add unlinkdir.
11222
11223         test-fstatat: new test, to expose Solaris 9 bugs
11224         * tests/test-stat.c (main): Factor guts...
11225         * tests/test-stat.h (test_stat_func): ...into new file.
11226         * tests/test-lstat.c (main): Factor guts...
11227         * tests/test-lstat.h (test_lstat_func): ...into new file.
11228         * tests/test-fstatat.c: New file.
11229         * modules/stat-tests (Files): Add test-stat.h.
11230         * modules/lstat-tests (Files): Add test-lstat.h.
11231         (Depends-on): Add stdbool.
11232         * modules/openat-tests (Depends-on): Add pathmax.
11233         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11234         (Makefile.am): Run new test.
11235
11236         remove: new module, for mingw and Solaris 9 bugs
11237         * modules/remove: New file.
11238         * lib/remove.c: Likewise.
11239         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11241         * modules/stdio (Makefile.am): Use them.
11242         * lib/stdio.in.h (remove): Declare replacement.
11243         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11244         * doc/posix-functions/remove.texi (remove): Likewise.
11245         * modules/remove-tests: New test.
11246         * tests/test-remove.c: Likewise.
11247
11248         unlink: new module, for Solaris 9 bug
11249         * modules/unlink: New file.
11250         * lib/unlink.c: Likewise.
11251         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11252         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11253         * modules/unistd (Makefile.am): Use them.
11254         * lib/unistd.in.h (stat): Declare replacement.
11255         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11256         * doc/posix-functions/unlink.texi (unlink): Likewise.
11257         * modules/unlink-tests: New test.
11258         * tests/test-unlink.c: Likewise.
11259
11260         lstat: fix Solaris 9 bug
11261         * lib/lstat.c (lstat): Also check for trailing slash on
11262         non-symlink, non-directories.  Use stat module to simplify logic.
11263         * doc/posix-functions/lstat.texi (lstat): Document it.
11264         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11265         (configure.ac): Check for symlink.
11266         * tests/test-lstat.c (main): Add more tests.
11267
11268         stat: add as dependency to other modules
11269         * modules/chown (Depends-on): Add stat.
11270         * modules/euidaccess (Depends-on): Likewise.
11271         * modules/fchdir (Depends-on): Likewise.
11272         * modules/isdir (Depends-on): Likewise.
11273         * modules/link (Depends-on): Likewise.
11274         * modules/lstat (Depends-on): Likewise.
11275         * modules/mkdir-p (Depends-on): Likewise.
11276         * modules/modechange (Depends-on): Likewise.
11277         * modules/open (Depends-on): Likewise.
11278         * modules/readlink (Depends-on): Likewise.
11279         * modules/same (Depends-on): Likewise.
11280
11281         stat: fix Solaris 9 bug
11282         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11283         slash.
11284         * lib/stat.c (rpl_stat): Work around it.
11285         * doc/posix-functions/stat.texi (stat): Update documentation.
11286
11287         stat: new module, for mingw bug
11288         * modules/stat: New file.
11289         * lib/stat.c: Likewise.
11290         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11291         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11292         * modules/sys_stat (Makefile.am): Use them.
11293         * lib/sys_stat.in.h (stat): Declare replacement.
11294         * lib/openat.c (fstatat): Deal with lstat and stat being function
11295         macros.
11296         * modules/openat (Depends-on): Add inline.
11297         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11298         * doc/posix-functions/stat.texi (stat): Likewise.
11299         * modules/stat-tests: New test.
11300         * tests/test-stat.c: Likewise.
11301
11302 2009-09-19  Jim Meyering  <meyering@redhat.com>
11303
11304         syntax-check: detect unnecessary inclusion of canonicalize.h
11305         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11306
11307 2009-09-19  Eric Blake  <ebb9@byu.net>
11308
11309         canonicalize-lgpl: adjust clients to use correct header
11310         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11311         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11312         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11313         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11314         * lib/progreloc.c (includes): Likewise.
11315
11316 2009-09-19  Jim Meyering  <meyering@redhat.com>
11317
11318         test-posixtm.c: correct a comment
11319         * tests/test-posixtm.c: Correct first-line comment.
11320         Spotted by Eric Blake.
11321
11322 2009-09-16  Jim Meyering  <meyering@redhat.com>
11323
11324         posixtm-tests: make T const-correct; add a test case
11325         * tests/test-posixtm.c (T): Declare const.
11326         Add a test for -(2^31+1).
11327         Remove useless can-succeed-only-in-2002 test.
11328
11329         posixtm-tests: adjust the sole failing test
11330         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11331         expected output matches what mktime now produces.  Cross-checked via
11332         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11333
11334         posixtm: move #ifdef'd tests into a new module
11335         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11336         * tests/test-posixtm.c: ... this new file.
11337         * modules/posixtm-tests: New module.
11338
11339 2009-09-19  Eric Blake  <ebb9@byu.net>
11340
11341         openat: simplify use of at-func.c
11342         * lib/at-func.c (includes): Include prerequisites here, to
11343         simplify requirements on client files.
11344         * lib/openat-priv.h: Add double-inclusion guard.
11345         * lib/faccessat.c (includes): Simplify.
11346         * lib/fchmodat.c (includes): Likewise.
11347         * lib/fchownat.c (includes): Likewise.
11348         * lib/mkdirat.c (includes): Likewise.
11349         * lib/mkfifoat.c (includes): Likewise.
11350         * lib/symlinkat.c (includes): Likewise.
11351
11352         openat: allow return of fd 0
11353         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11354         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11355         unistd-safer.
11356         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11357         <fcntl.h>; this module does not leak fds.
11358         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11359         must be allowed to return 0, leaving openat_safer to add the
11360         safety.
11361         (openat_permissive): Avoid writing to just-opened fd 2 if
11362         restoring the current directory fails.
11363         * lib/openat-die.c (openat_restore_fail): Add comment.
11364         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11365         (save_cwd): Guarantee safe fd, but without use of open_safer.
11366         * tests/test-openat.c: New test.
11367         * modules/openat-tests (Files, Makefile.am): Distribute and build
11368         new file.
11369
11370         relocatable-prog-wrapper: fix build
11371         * modules/relocatable-prog-wrapper (Files): Update name of
11372         canonicalize m4 file, broken on 2009-09-17.
11373         Reported by emad hajjar <aleppos@hotmail.com>.
11374
11375 2009-09-19  Bruno Haible  <bruno@clisp.org>
11376
11377         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11378         * lib/safe-alloc.c: Likewise.
11379         Reported by Ian Beckwith <ianb@erislabs.net>.
11380
11381 2009-09-18  Bruno Haible  <bruno@clisp.org>
11382
11383         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11384         Reported by <erobles@sensacd.com.mx>.
11385
11386 2009-09-17  Eric Blake  <ebb9@byu.net>
11387
11388         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11389         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11390         slashes when checking if last component is missing.
11391         * tests/test-canonicalize.c (main): Test this.
11392
11393         canonicalize, canonicalize-lgpl: honor // if distinct from /
11394         * modules/canonicalize (Files): Add double-slash-root.m4.
11395         * modules/canonicalize-lgpl (Files): Likewise.
11396         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11397         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11398         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11399         fallback definition.
11400         (canonicalize_filename_mode): Use it to protect //.
11401         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11402         (__realpath): Likewise.
11403         * tests/test-canonicalize.c (main): Test this.
11404         * tests/test-canonicalize-lgpl.c (main): Likewise.
11405         * modules/canonicalize-tests (Depends-on): Add same-inode.
11406         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11407
11408         canonicalize-lgpl: fix glibc bug with trailing slash
11409         * m4/canonicalize-lgpl.m4: Move contents...
11410         * m4/canonicalize.m4: ...here.
11411         (gl_CANONICALIZE_LGPL): Factor realpath check...
11412         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11413         glibc 2.3.5 bug, fixed 2005-04-27.
11414         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11415         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11416         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11417         * modules/canonicalize-lgpl (Files): Manage file rename.
11418         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11419         * modules/stdlib (Makefile.am): Substitute witness.
11420         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11421         is needed.
11422         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11423         replacement is required.
11424         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11425         * doc/glibc-functions/canonicalize_file_name.texi
11426         (canonicalize_file_name): Document this.
11427         * doc/posix-functions/realpath.texi (realpath): Likewise.
11428
11429         canonicalize-lgpl: reject non-directory with trailing slash
11430         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11431         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11432         catches failures in glibc 2.3.5.
11433         * tests/test-canonicalize.c (main): Likewise.
11434
11435         canonicalize-lgpl: use native realpath if it works
11436         * lib/canonicalize-lgpl.c (realpath): Guard with
11437         FUNC_REALPATH_WORKS.
11438         * lib/stdlib.in.h (realpath): Make declaration optional based on
11439         HAVE_REALPATH.
11440         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11441         native realpath works.
11442         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11443         * modules/stdlib (Makefile.am): Substitute witness.
11444
11445         canonicalize, canonicalize-lgpl: use <stdlib.h>
11446         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11447         (Include): Mention <stdlib.h>.
11448         (configure.ac): Mention functions we provide.
11449         * modules/canonicalize (configure.ac): Likewise.
11450         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11451         realpath if canonicalize_file_name is missing.
11452         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11453         * modules/stdlib (Makefile.am): Substitute witnesses.
11454         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11455         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11456         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11457         * NEWS: Document this.
11458         * doc/glibc-functions/canonicalize_file_name.texi
11459         (canonicalize_file_name): Likewise.
11460         * doc/posix-functions/realpath.texi (realpath): Likewise.
11461         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11462
11463         test-canonicalize: consolidate into single C program
11464         * tests/test-canonicalize.sh: Delete; move setup into...
11465         * tests/test-canonicalize.c (main): ...the program, making it
11466         easier to run in debugger.  Add some tests.
11467         * modules/canonicalize-tests (Files): Remove unused file.
11468         (Depends-on): Add progname.
11469         (configure.ac, Makefile.am): Simplify.
11470
11471         test-canonicalize-lgpl: consolidate into single C program
11472         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11473         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11474         easier to run in debugger.  Add some tests.
11475         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11476         (configure.ac, Makefile.am): Simplify.
11477
11478         canonicalize: avoid resolvepath
11479         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11480         unnecessary checks.
11481         * lib/canonicalize.c (includes): Simplify.
11482         (canonicalize_file_name): Drop resolvepath implementation.
11483         * modules/canonicalize (Depends-on): Drop filenamecat.
11484
11485         canonicalize: don't lose errno
11486         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11487         over calls to free.
11488
11489         canonicalize: simplify errno handling
11490         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11491         assignment.
11492
11493         canonicalize, canonicalize-lgpl: update module dependencies
11494         * modules/canonicalize (Depends-on): Add extensions, lstat,
11495         pathmax, stdlib.
11496         (Files): Drop pathmax.h.
11497         (configure.ac): Adjust macro name.
11498         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11499         lstat, stdlib, sys_stat.
11500         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11501         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11502         extensions.
11503         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11504         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11505         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11506         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11507         declaration, if available.
11508         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11509         we can rely on the readlink module.
11510         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11511         (includes): Use <unistd.h> unconditionally.
11512
11513 2009-09-17  Eric Blake  <ebb9@byu.net>
11514
11515         maint: make Include sections of modules consistent
11516         * modules/alloca: Use only header name; no need to list #include.
11517         * modules/alloca-opt: Likewise.
11518         * modules/arpa_inet: Likewise.
11519         * modules/canon-host: Likewise.
11520         * modules/configmake: Likewise.
11521         * modules/dirent: Likewise.
11522         * modules/eealloc: Likewise.
11523         * modules/environ: Likewise.
11524         * modules/fchdir: Likewise.
11525         * modules/fcntl: Likewise.
11526         * modules/fcntl-h: Likewise.
11527         * modules/gethrxtime: Likewise.
11528         * modules/gettime: Likewise.
11529         * modules/ignore-value: Likewise.
11530         * modules/inet_ntop: Likewise.
11531         * modules/inet_pton: Likewise.
11532         * modules/inttypes: Likewise.
11533         * modules/isnand-nolibm: Likewise.
11534         * modules/isnanf-nolibm: Likewise.
11535         * modules/mbchar: Likewise.
11536         * modules/mbfile: Likewise.
11537         * modules/mbiter: Likewise.
11538         * modules/mbuiter: Likewise.
11539         * modules/netdb: Likewise.
11540         * modules/netinet_in: Likewise.
11541         * modules/nproc: Likewise.
11542         * modules/pagealign_alloc: Likewise.
11543         * modules/poll: Likewise.
11544         * modules/printf-frexp: Likewise.
11545         * modules/pthread: Likewise.
11546         * modules/putenv: Likewise.
11547         * modules/random_r: Likewise.
11548         * modules/relocatable-prog: Likewise.
11549         * modules/search: Likewise.
11550         * modules/select: Likewise.
11551         * modules/selinux-h: Likewise.
11552         * modules/settime: Likewise.
11553         * modules/signal: Likewise.
11554         * modules/size_max: Likewise.
11555         * modules/socklen: Likewise.
11556         * modules/ssize_t: Likewise.
11557         * modules/stdarg: Likewise.
11558         * modules/stdbool: Likewise.
11559         * modules/stddef: Likewise.
11560         * modules/stdint: Likewise.
11561         * modules/stdio: Likewise.
11562         * modules/stdlib: Likewise.
11563         * modules/string: Likewise.
11564         * modules/strings: Likewise.
11565         * modules/sys_file: Likewise.
11566         * modules/sys_ioctl: Likewise.
11567         * modules/sys_select: Likewise.
11568         * modules/sys_socket: Likewise.
11569         * modules/sys_stat: Likewise.
11570         * modules/sys_time: Likewise.
11571         * modules/sys_times: Likewise.
11572         * modules/sys_utsname: Likewise.
11573         * modules/sys_wait: Likewise.
11574         * modules/sysexits: Likewise.
11575         * modules/time: Likewise.
11576         * modules/times: Likewise.
11577         * modules/tmpfile: Likewise.
11578         * modules/trim: Likewise.
11579         * modules/unistd: Likewise.
11580         * modules/wchar: Likewise.
11581         * modules/wctype: Likewise.
11582
11583 2009-09-17  Bruno Haible  <bruno@clisp.org>
11584
11585         Make getdate.y compile on QNX and NetBSD 5 / i386.
11586         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11587         TIME_T_FITS_IN_LONG_INT.
11588         * lib/getdate.y (long_time_t): New type.
11589         (relative_time): Change type of 'seconds' field to long_time_t.
11590         (get_date): Update types of local variables. Check against overflow
11591         during conversion from long_time_t to time_t.
11592         Reported by Matt Kraai <kraai@ftbfs.org>
11593         and Hasso Tepper <hasso@netbsd.org>.
11594
11595 2009-09-17  Bruno Haible  <bruno@clisp.org>
11596
11597         * modules/COPYING: Update copyright years.
11598         * modules/README: Likeiwse.
11599         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11600         Reported by Ian Beckwith <ianb@erislabs.net>.
11601
11602 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11603
11604         * users.txt: Update references for gnuit package.
11605
11606 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11607
11608         * m4/getdelim.m4: Fix typo in copyright line.
11609
11610 2009-09-17  Bruno Haible  <bruno@clisp.org>
11611
11612         * lib/atoll.c: Use the standard header with GPL copyright.
11613         * lib/argz.in.h: Likewise.
11614         * lib/glob.c: Likewise.
11615         * lib/glob-libc.h: Likewise.
11616         * lib/random_r.c: Likewise.
11617         * lib/siglist.h: Likewise.
11618         * lib/strsignal.c: Likewise.
11619         Reported by Ian Beckwith <ianb@erislabs.net>.
11620
11621 2009-09-17  Eric Blake  <ebb9@byu.net>
11622
11623         rmdir: ensure correct dependency order
11624         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11625
11626 2009-09-17  Bruno Haible  <bruno@clisp.org>
11627
11628         Disable assertion that fails on NetBSD 5 / i386.
11629         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11630         Reported by Sam Steingold <sds@gnu.org>
11631         and Hasso Tepper <hasso@netbsd.org>.
11632
11633 2009-09-16  Eric Blake  <ebb9@byu.net>
11634
11635         unlinkdir: port to mingw
11636         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11637         on which no one can unlink a directory.
11638
11639         stdlib: sort witness names
11640         * modules/stdlib (Makefile.am): Sort replacements.
11641         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11642         * lib/stdlib.in.h: Likewise.
11643
11644         parse-duration-tests: avoid link failure
11645         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11646         LIBINTL.
11647         Reported by Tom G. Christensen.
11648
11649         openat-tests: ensure unlinkat behaves like rmdir
11650         * tests/test-rmdir.c (main): Factor guts...
11651         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11652         * modules/rmdir-tests (Files): Ship new file.
11653         * modules/openat-tests: New test.
11654         * tests/test-unlinkat.c: Likewise.
11655
11656         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11657         * modules/rmdir-errno (Status, Notice): Now obsolete.
11658
11659         rmdir: work around cygwin 1.5.x and mingw bugs
11660         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11661         * lib/rmdir.c (rmdir): Work around it.
11662         * modules/rmdir (Status, Notice): No longer obsolete.
11663         (Files): Add dos.m4.
11664         (Depends-on): Add unistd.
11665         (configure.ac): Set witnesses.
11666         (License): Relax to LGPLv2+.
11667         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11668         * modules/unistd (Makefile.am): Substitute witnesses.
11669         * lib/unistd.in.h (rmdir): Declare replacement.
11670         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11671         * modules/rmdir-tests: New tests.
11672         * tests/test-rmdir.c: Likewise.
11673
11674 2009-09-15  Eric Blake  <ebb9@byu.net>
11675
11676         fchdir: improve use of replacement functions
11677         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11678         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11679         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11680         REPLACE_CLOSEDIR.
11681         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11682         * modules/sys_stat (Makefile.am): Substitute correct witness.
11683         * modules/dirent (Makefile.am): Likewise.
11684         * modules/unistd (Makefile.am): Likewise.
11685         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11686         * lib/unistd.in.h (dup): Likewise.
11687         * lib/sys_stat.in.h (fstat): Likewise.
11688
11689         maint: ignore gnulib-tool temp files
11690         * .gitignore: Ignore files created during gnulib-tool --test.
11691
11692 2009-09-13  Jim Meyering  <meyering@redhat.com>
11693
11694         posixtm: don't reject a time that specify "60" as the number of seconds
11695         * lib/posixtm.c (posixtime): The code to reject invalid dates
11696         would also reject a time specified with the .60 suffix.
11697         But POSIX allows that, in order to accommodate leap seconds.
11698         So don't reject it.
11699         (main): Adjust tests accordingly.
11700         * modules/posixtm (Depends-on): Add stpcpy.
11701
11702 2009-09-11  Jim Meyering  <meyering@redhat.com>
11703
11704         announce-gen: include [$release_type] in emitted Subject:
11705         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11706         e.g., [stable] in the emitted Subject: line.
11707
11708 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11709
11710         Remove obsolete macros from several modules.
11711         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11712         obsolete Autoconf macros with their modern counterparts.
11713         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11714         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11715         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11716         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11717         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11718         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11719         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11720         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11721         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11722         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11723         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11724         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11725         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11726         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11727         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11728         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11729         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11730         * m4/time_r.m4 (gl_TIME_R): Likewise.
11731         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11732         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11733         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11734
11735         Fix copyright header in build-aux scripts.
11736         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11737         recommendation.
11738         * build-aux/ncftpput-ftp: Likewise.
11739         * build-aux/update-copyright: Likewise.
11740
11741 2009-09-09  Eric Blake  <ebb9@byu.net>
11742
11743         test-link: allow Linux choice of errno
11744         * tests/test-link.c (main): Relax test for alternate error.
11745
11746         strndup: fix improper m4 caching
11747         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11748         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11749         (gl_PREREQ_STRNDUP): Delete.
11750         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11751         * modules/string (Makefile.am): Substitute it.
11752         * lib/string.in.h (strndup): Modernize prototype.
11753
11754         getcwd: port to mingw
11755         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11756         different from the POSIX assumptions made throughout the getcwd
11757         module; fortunately, the mingw getcwd does not need replacement.
11758         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11759         * modules/getcwd-tests: New test.
11760         * tests/test-getcwd.c: Likewise.
11761
11762         link: fix platform bugs
11763         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11764         * lib/link.c (link): Work around them.  Fix related mingw bug.
11765         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11766         * modules/unistd (Makefile.am): Substitute it.
11767         * lib/unistd.in.h (link): Declare replacement.
11768         * doc/posix-functions/link.texi (link): Document this.
11769         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11770
11771         test-link: consolidate into single C program, test more cases
11772         * tests/test-link.sh: Delete.
11773         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11774         at least Cygwin and Solaris.
11775         * modules/link-tests (Files): Remove unused file.
11776         (Depends-on): Add errno, sys_stat.
11777         (Makefile.am): Simplify.
11778
11779 2009-09-08  Bruno Haible  <bruno@clisp.org>
11780
11781         Work around towlower, towupper bug on mingw.
11782         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11783         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11784         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11785         * doc/posix-functions/towupper.texi: Likewise.
11786         Reported by Eric Blake.
11787
11788 2009-09-08  Jim Meyering  <meyering@redhat.com>
11789
11790         build: don't try to run autoheader if we don't use it
11791         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11792         is not used in configure.ac.
11793
11794 2009-09-08  Eric Blake  <ebb9@byu.net>
11795
11796         euidaccess: fix compilation error
11797         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11798
11799         rawmemchr: relax license
11800         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11801         okay.
11802         Reported by Jim Meyering.
11803
11804         mkfifoat: new module
11805         * modules/mkfifoat: New file.
11806         * lib/mkfifoat.c: Likewise.
11807         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11808         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11809         * modules/sys_stat (Makefile.am): Use them.
11810         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11811         * MODULES.html.sh (File system functions): Mention module.
11812         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11813         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11814         * modules/mkfifoat-tests: New test.
11815         * tests/test-mkfifoat.c: Likewise.
11816
11817         strchrnul: relax license
11818         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11819         okay.
11820         Reported by Jim Meyering.
11821
11822 2009-09-08  Eric Blake  <ebb9@byu.net>
11823
11824         fstatat: fix compilation on Solaris
11825         * lib/fstatat.c (includes): Add fcntl.h.
11826         Reported by Pádraig Brady.
11827
11828 2009-09-07  Eric Blake  <ebb9@byu.net>
11829
11830         rename: modernize replacement
11831         * modules/rename (Depends-on): Add stdio.
11832         (configure.ac): Declare witness.
11833         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11834         stdio take care of replacement.
11835         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11836         * modules/stdio (Makefile.am): Substitute them.
11837         * lib/stdio.in.h (rename): Declare replacement.
11838         * lib/rename.c (includes): Allow cross-compilation to non-windows
11839         machines.
11840         * doc/posix-functions/rename.texi (rename): Improve
11841         documentation.
11842
11843         stdio: sort witness names
11844         * modules/stdio (Makefile.am): Sort replacements.
11845         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11846         * lib/stdio.in.h: Likewise.
11847
11848         getcwd: minor cleanups
11849         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11850         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11851
11852         openat: provide more convenience names
11853         * modules/faccessat (configure.ac): Add C witness.
11854         * lib/unistd.in.h (readlinkat): Fix typo.
11855         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11856         convenience wrappers.
11857         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11858         wrappers in syntax checks.
11859
11860 2009-09-06  Eric Blake  <ebb9@byu.net>
11861
11862         doc: fix comments in recent patches
11863         * lib/faccessat.c: Mention correct function.
11864         * lib/fchmodat.c: Likewise.
11865         * lib/fchownat.c: Likewise.
11866         * lib/symlinkat.c: Likewise.
11867         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11868         constants.
11869
11870         faccessat, symlinkat: continue cleanup of previous patch
11871         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11872         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11873         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11874         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11875         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11876         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11877         set.
11878
11879 2009-09-06  Bruno Haible  <bruno@clisp.org>
11880
11881         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11882         (fstatat): Declare if GNULIB_FSTATAT is set.
11883         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11884         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11885         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11886         * modules/fcntl-h (Files): Remove m4/openat.m4.
11887         * modules/sys_stat (Files): Remove m4/openat.m4.
11888         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11889         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11890         * modules/unistd (Files): Remove m4/openat.m4.
11891         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11892         GNULIB_OPENAT.
11893         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11894         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11895         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11896         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11897         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11898         gl_OPENAT_DEFAULTS.
11899         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11900         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11901         Don't require gl_OPENAT_DEFAULTS.
11902         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11903         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11904         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11905         (gl_OPENAT_DEFAULTS): Remove macro.
11906
11907 2009-09-06  Bruno Haible  <bruno@clisp.org>
11908
11909         * modules/openat (configure.ac): Remove unneeded witness.
11910
11911 2009-09-06  Bruno Haible  <bruno@clisp.org>
11912
11913         Set errno to ENOSYS when a function is entirely unsupported.
11914         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11915         EOPNOTSUPP.
11916         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11917         * modules/chown (Depends-on): Remove errno.
11918
11919 2009-09-06  Bruno Haible  <bruno@clisp.org>
11920
11921         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11922
11923 2009-09-06  Bruno Haible  <bruno@clisp.org>
11924
11925         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11926
11927 2009-09-06  Ben Pfaff  <blp@gnu.org>
11928             Bruno Haible  <bruno@clisp.org>
11929
11930         Work around a glibc bug in strtok_r.
11931         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11932         Undefine if UNDEFINE_STRTOK_R is set.
11933         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11934         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11935         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11936         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11937         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11938         UNDEFINE_STRTOK_R.
11939         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11940
11941 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11942
11943         exclude: minor fix
11944         * lib/exclude.c: Include wctype.h
11945
11946 2009-09-06  Akim Demaille  <demaille@gostai.com>
11947
11948         bootstrap: improve error message
11949         * build-aux/bootstrap (find_tool): Upon failure, report the list
11950         of candidates.
11951         Honor the initial value of the envvar.
11952
11953 2009-09-05  Eric Blake  <ebb9@byu.net>
11954
11955         symlinkat: new module
11956         * modules/symlinkat: New file.
11957         * lib/symlinkat.c: Likewise.
11958         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11959         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11960         * modules/unistd (Makefile.am): Use them.
11961         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11962         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11963         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11964         * MODULES.html.sh (File system functions): Mention module.
11965         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11966         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11967         * modules/symlinkat-tests: New test.
11968         * tests/test-symlinkat.c: Likewise.
11969
11970         test-openat-safer: add more checks
11971         * tests/test-openat-safer.c (main): Check more code paths.
11972
11973 2009-09-05  Jim Meyering  <meyering@redhat.com>
11974
11975         syntax-check: detect unnecessary inclusion of openat.h
11976         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11977
11978 2009-09-05  Bruno Haible  <bruno@clisp.org>
11979
11980         Support towlower, towupper.
11981         * doc/posix-functions/towlower.texi: Mention module wctype.
11982         * doc/posix-functions/towupper.texi: Likewise.
11983         * lib/wctype.in.h (towlower, towupper): New functions.
11984         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11985         (ASSERT): New macro.
11986         (e): New variable.
11987         (main): Test also towlower, towupper. Test WEOF argument.
11988         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11989
11990 2009-09-05  Bruno Haible  <bruno@clisp.org>
11991
11992         Fix conversion behaviour when the input is invalid.
11993         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11994         mark occurring in first pass of indirect conversion.
11995         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11996         input.
11997         Found by clang's static analyzer.
11998
11999 2009-09-05  Bruno Haible  <bruno@clisp.org>
12000
12001         * tests/test-striconveh.c (main): Test indirect conversion on platforms
12002         where direct conversion is possible.
12003
12004 2009-09-04  Eric Blake  <ebb9@byu.net>
12005
12006         openat: fail with ENOENT on empty name
12007         * lib/openat-proc.c (openat_proc_name): Special-case the empty
12008         buffer.
12009
12010         link-follow: fix logic bug in prior patch
12011         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
12012         reversed sense of yes and no in prior patch.  Avoid confusing
12013         compilation failure with desired semantics.
12014
12015         link-follow: accomodate mingw and cross-compilation
12016         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
12017         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
12018         cross-compilation results to -1, to make linkat easier to
12019         implement when cross-compiling.  Trivially support mingw.
12020         * modules/link-follow (configure.ac): Call new name.
12021         * NEWS: Mention this.
12022
12023 2009-09-03  Eric Blake  <ebb9@byu.net>
12024
12025         faccessat: compile replacement
12026         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
12027         needed.
12028
12029         fts: fix compilation error
12030         * lib/fts.c (includes): Re-add "openat.h", for
12031         openat_needs_fchdir.
12032
12033         faccessat: new module
12034         * modules/faccessat: New file.
12035         * lib/faccessat.c: Likewise.
12036         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12037         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12038         * modules/unistd (Makefile.am): Use it.
12039         * lib/unistd.in.h (faccessat): Declare it.
12040         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
12041         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
12042         * MODULES.html.sh (File system functions): Mention it.
12043         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
12044         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
12045
12046         euidaccess: prefer POSIX over non-standard implementation
12047         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
12048         * lib/euidaccess.c (euidaccess): Use it if available.
12049
12050         openat: make template easier to use
12051         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12052         AT_FUNC_F2 to be undefined.
12053         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12054         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12055         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12056         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12057         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12058         Likewise.
12059         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12060         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12061         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12062         Likewise.
12063
12064         openat: declare in POSIX headers
12065         * NEWS: Mention this.
12066         * modules/openat (configure.ac): Declare witnesses.
12067         (Depends-on): Add fcntl-h, sys_stat, unistd.
12068         (Include): Mention correct headers.
12069         * modules/fcntl-h (Depends-on): Add link-warning.
12070         (Files): Add openat.m4.
12071         (Makefile.am): Substitute witnesses.
12072         * modules/sys_stat (Files, Makefile.am): Likewise.
12073         * modules/unistd (Files, Makefile.am): Likewise.
12074         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12075         (gl_OPENAT_DEFAULTS): New macro.
12076         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12077         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12078         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12079         (SYS_STAT_H): Remove unused variable.
12080         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12081         * lib/fcntl--.h (includes): Remove unneeded header.
12082         * lib/openat-safer.c (includes): Likewise.
12083         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12084         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12085         appropriate headers.
12086         (__OPENAT_PREFIX): Delete.
12087         * lib/fcntl.in.h (openat): Provide declaration.
12088         (AT_FDCWD): Fix Solaris bug.
12089         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12090         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12091         * lib/fchmodat.c (includes):  Adjust to find declaration.
12092         * lib/fchownat.c (includes): Likewise.
12093         * lib/mkdirat.c (includes): Likewise.
12094         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12095         still visible.
12096
12097 2009-09-02  Eric Blake  <ebb9@byu.net>
12098
12099         errno: use consistently
12100         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12101         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12102         * lib/canonicalize.c (ELOOP): Likewise.
12103         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12104         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12105         * lib/lchown.c (EOPNOTSUPP): Likewise.
12106         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12107         * lib/savewd.c (ESTALE): Likewise.
12108         * lib/settime.c (ENOSYS): Likewise.
12109         * lib/utimens.c (ENOSYS): Likewise.
12110         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12111         * lib/chdir-safer.c (ELOOP): Likewise.
12112         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12113         * modules/c-stack (Depends-on): Add errno.
12114         * modules/canonicalize (Depends-on): Likewise.
12115         * modules/chdir-safer (Depends-on): Likewise.
12116         * modules/fdopendir (Depends-on): Likewise.
12117         * modules/inet_ntop (Depends-on): Likewise.
12118         * modules/inet_pton (Depends-on): Likewise.
12119         * modules/lchown (Depends-on): Likewise.
12120         * modules/openat (Depends-on): Likewise.
12121         * modules/savewd (Depends-on): Likewise.
12122         * modules/settime (Depends-on): Likewise.
12123         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12124
12125         fts: avoid leaking fds
12126         * modules/fts (Depends-on): Add cloexec.
12127         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12128         flag.
12129
12130         fts: make directory fds more robust
12131         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12132         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12133
12134         backupfile, chdir-long, fts, savedir: make safer
12135         * lib/backupfile.c (includes): Use "dirent--.h", since
12136         numbered_backup can write to stderr during readdir.
12137         * lib/savedir.c (includes): Likewise.
12138         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12139         emulation can write to stderr on failure.
12140         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12141         * lib/getcwd.c: Document why opendir_safer is unused.
12142         * lib/glob.c: Likewise.
12143         * lib/scandir.c: Likewise.
12144         * lib/openat-proc.c: Likewise, for open_safer.
12145         * modules/backupfile (Depends-on): Add dirent-safer.
12146         * modules/savedir (Depends-on): Likewise.
12147         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12148         * modules/chdir-long (Depends-on): Add openat-safer.
12149
12150         openat-safer: new module
12151         * modules/openat-safer: New file.
12152         * lib/openat-safer.c: Likewise.
12153         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12154         * lib/fcntl-safer.h (openat_safer): Declare.
12155         * lib/fcntl--.h (openat): Override.
12156         * MODULES.html.sh (File descriptor based I/O): Mention it.
12157         * lib/openat.h: Add double-inclusion guards.
12158         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12159         "fcntl--.h", so we can implement openat.
12160         * modules/openat-safer-tests: New test.
12161         * tests/test-openat-safer.c: New file.
12162
12163         dirent-safer: new module
12164         * modules/dirent-safer: New file.
12165         * lib/dirent--.h: Likewise.
12166         * lib/dirent-safer.h: Likewise.
12167         * lib/opendir-safer.c: Likewise.
12168         * m4/dirent-safer.m4: Likewise.
12169         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12170         * modules/dirent-safer-tests: New test.
12171         * tests/test-dirent-safer.c: New file.
12172         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12173
12174         fdopendir: optimize on mingw
12175         * lib/unistd.in.h (_gl_directory_name): New prototype.
12176         * lib/fchdir.c (_gl_directory_name): Implement it.
12177         (fchdir): Use it to simplify implementation.
12178         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12179         fchdir, when available, to avoid calling [f]chdir().
12180
12181         fdopendir: split into its own module
12182         * lib/openat.c (fdopendir): Move...
12183         * lib/fdopendir.c: ...into new file.
12184         * modules/fdopendir: New module.
12185         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12186         * modules/openat (Depends-on): Add fdopendir.
12187         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12188         fdopendir here.
12189         * modules/savedir (Depends-on): Only need fdopendir, not full
12190         openat.
12191         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12192         * lib/openat.h (fdopendir): Drop prototype.
12193         * lib/dirent.in.h (fdopendir): Provide prototype.
12194         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12195         * modules/dirent (Makefile.am): Substitute them.
12196         * MODULES.html.sh (File system functions): Mention it.
12197         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12198         * modules/fdopendir-tests: New file.
12199         * tests/test-fdopendir.c: Likewise.
12200
12201         fchdir: use more consistent macro convention
12202         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12203         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12204         REPLACE_FCHDIR, rather than relying on config.h macros.
12205         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12206         inside a single make-time REPLACE_FCHDIR block, rather than using
12207         the config.h FCHDIR_REPLACEMENT.
12208         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12209         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12210         Manage fstat replacement.
12211         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12212         REPLACE_FCHDIR.
12213         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12214         (Makefile.am): Substitute REPLACE_FCHDIR.
12215         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12216         FCHDIR_REPLACEMENT.
12217         * lib/dup-safer.c (dup_safer): Likewise.
12218         * lib/dup2.c (rpl_dup2): Likewise.
12219         * lib/dup3.c (rpl_dup3): Likewise.
12220         * lib/open.c (rpl_open): Likewise.
12221
12222         fchdir: simplify error handling, and support dup3
12223         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12224         stdbool, malloc-posix, realloc-posix.
12225         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12226         (ensure_dirs_slot): Return false on allocation failure.
12227         (rpl_dup2): Delete.
12228         (_gl_register_dup): New function.
12229         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12230         (_gl_register_fd): Close fd on allocation failure.
12231         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12232         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12233         prototype.
12234         (rpl_dup2_fchdir): Delete prototype.
12235         * lib/open.c (open): Update caller.
12236         * lib/dup2.c (dup2): Track fchdir metadata.
12237         * lib/dup3.c (dup3): Likewise.
12238         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12239         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12240
12241 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12242
12243         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12244         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12245         don't pass arguments to AC_OUTPUT.
12246
12247 2009-09-02  Bruno Haible  <bruno@clisp.org>
12248
12249         * modules/mkdtemp (License): Relicense under LGPLv2+.
12250         Reported by Paolo Bonzini.
12251
12252 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12253
12254         Replace uses of obsolete autoconf macros in Jim's modules.
12255         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12256         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12257         can evoke a warning from autoconf when run with -Wobsolete
12258         enabled.  They were declared obsolete for good reasons (see
12259         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12260         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12261         should not continue using the deprecated macros.
12262         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12263         obsolete Autoconf macros with modern counterparts.
12264         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12265         * m4/dos.m4 (gl_AC_DOS): Likewise.
12266         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12267         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12268         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12269         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12270         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12271         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12272         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12273         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12274         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12275         Likewise.
12276         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12277         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12278         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12279         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12280         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12281         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12282
12283 2009-09-01  Eric Blake  <ebb9@byu.net>
12284
12285         fchdir: fix off-by-one bug in previous patch
12286         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12287         (_gl_unregister_fd): Delete useless if.
12288
12289 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12290
12291         maint.mk: sort the list of syntax-check rules
12292         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12293         easier to get a sense of progress when the rules are run sequentially
12294         and take a long time.
12295
12296 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12297
12298         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12299         * modules/netinet_in: Likewise.
12300         * modules/sys_file: Likewise.
12301         * modules/sys_ioctl: Likewise.
12302         * modules/sys_select: Likewise.
12303         * modules/sys_socket: Likewise.
12304         * modules/sys_stat: Likewise.
12305         * modules/sys_time: Likewise.
12306         * modules/sys_times: Likewise.
12307         * modules/sys_utsname: Likewise.
12308         * modules/sys_wait: Likewise.
12309
12310 2009-09-01  Jim Meyering  <meyering@redhat.com>
12311
12312         fts: help ensure that return values are not ignored
12313         * lib/fts_.h (__GNUC_PREREQ): Define.
12314         (__attribute_warn_unused_result__): Define.
12315         (fts_children, fts_close, fts_open, fts_read): Declare with
12316         __attribute_warn_unused_result__.
12317
12318         fts: fts_close now fails also when closing a dir file descriptor fails
12319         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12320         and propagate to caller, along with errno.
12321
12322         announce-gen: correct formatting in --help output
12323         * build-aux/announce-gen (usage): Move the one-line description in
12324         --help output "up", to where it belongs, just after Usage:.
12325
12326 2009-08-31  Eric Blake  <ebb9@byu.net>
12327
12328         fchdir: port to mingw
12329         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12330         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12331         opened, then use a substitute.
12332         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12333         replacement.
12334         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12335         (_gl_register_fd): No need to check stat if open already filters
12336         all directories.
12337         (fchdir): Fix error condition to match POSIX.
12338         * modules/fchdir (Depends-on): Add sys_stat.
12339         * doc/posix-functions/open.texi (open): Document the limitation.
12340         * modules/fchdir-tests: New file.
12341         * tests/test-fchdir.c: Likewise.
12342
12343         canonicalize: allow cross-testing from cygwin to mingw
12344         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12345         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12346         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12347         Likewise.
12348         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12349         target does not support symlinks.
12350         * tests/test-canonicalize-lgpl.sh: Likewise.
12351
12352         chown: avoid compilation warning on mingw
12353         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12354         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12355         mingw.
12356         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12357         * modules/chown (Depends-on): Add errno.
12358
12359 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12360
12361         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12362         command.
12363
12364 2009-08-31  Jim Meyering  <meyering@redhat.com>
12365
12366         canonicalize: remove useless initialization
12367         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12368         initialization of local, "end".
12369
12370 2009-08-30  Bruno Haible  <bruno@clisp.org>
12371
12372         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12373         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12374         ENOSYS.
12375
12376 2009-08-30  Bruno Haible  <bruno@clisp.org>
12377
12378         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12379         /usr/xpg4/bin/tr when it exists.
12380         * tests/test-pipe-filter-gi1.sh: Likewise.
12381
12382 2009-08-30  Bruno Haible  <bruno@clisp.org>
12383
12384         Work around deficient /usr/bin/id program on Solaris.
12385         * tests/test-file-has-acl.sh (ID): New variable.
12386         * tests/test-set-mode-acl.sh (ID): Likewise.
12387         * tests/test-copy-acl.sh (ID): Likewise.
12388         * tests/test-copy-file.sh (ID): Likewise.
12389
12390 2009-08-30  Bruno Haible  <bruno@clisp.org>
12391
12392         New module 'xstriconveh'.
12393         * lib/xstriconveh.h: New file.
12394         * lib/xstriconveh.c: New file.
12395         * modules/xstriconveh: New file.
12396
12397 2009-08-30  Bruno Haible  <bruno@clisp.org>
12398
12399         Make it easier to use mem_cd_iconveh.
12400         * lib/striconveh.h (iconveh_t): New type.
12401         (iconveh_open, iconveh_close): New declarations.
12402         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12403         with a single 'const iconveh_t *' argument.
12404         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12405         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12406         with a single 'const iconveh_t *' argument.
12407         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12408         * tests/test-striconveh.c (main): Update.
12409         * NEWS: Mention the change.
12410
12411 2009-08-30  Bruno Haible  <bruno@clisp.org>
12412
12413         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12414         problem.
12415
12416 2009-08-30  Bruno Haible  <bruno@clisp.org>
12417
12418         Work around iconv_open problem on Solaris.
12419         * lib/iconv_open-solaris.gperf: New file.
12420         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12421         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12422         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12423         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12424         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12425         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12426
12427 2009-08-29  Jim Meyering  <meyering@redhat.com>
12428
12429         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12430         * top/maint.mk (cvs-check): Remove target; it was just an alias
12431         to the better-named vc-diff-check.
12432         (maintainer-distcheck): Remove rule.  It was used only from
12433         the (alpha/beta/major) target, and all of its commands but one
12434         were coreutils-specific.
12435         (vc-dist): Remove rule.
12436         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12437         Run vc-diff-check, not vc-dist.
12438         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12439
12440 2009-08-27  Bruno Haible  <bruno@clisp.org>
12441
12442         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12443         of 0.
12444
12445 2009-08-27  Bruno Haible  <bruno@clisp.org>
12446
12447         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12448         compilers.
12449         * doc/func.texi: Document the SunPRO C bug.
12450
12451 2009-08-27  Bruno Haible  <bruno@clisp.org>
12452
12453         Fix link error on Solaris.
12454         * tests/test-parse-duration.c (xstrdup): Remove function.
12455
12456 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12457
12458         ignore-value: handle pointer types, too
12459         * lib/ignore-value.h (__attribute__): Remove definition.
12460         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12461         of a more concise and more-often effective "(void) i" statement.
12462         (ignore_ptr): New function to suppress warnings from functions that
12463         return pointers, and to make it explicit that one function doesn't
12464         handle all cases.
12465
12466 2009-08-25  Bruno Haible  <bruno@clisp.org>
12467
12468         dup2: work around a Linux bug.
12469         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12470         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12471         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12472         Reported by Simon Josefsson.
12473
12474 2009-08-25  Jim Meyering  <meyering@redhat.com>
12475
12476         libguestfs uses gnulib
12477         * users.txt: Add libguestfs.
12478
12479 2009-08-24  Eric Blake  <ebb9@byu.net>
12480
12481         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12482         * lib/pipe2.c (includes): Add binary-io.h.
12483         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12484
12485 2009-08-24  Bruno Haible  <bruno@clisp.org>
12486
12487         Tolerate declared but missing accept4 syscall.
12488         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12489         available.
12490         * lib/sys_socket.in.h (accept4): If the function is already present,
12491         override it.
12492         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12493         * modules/accept4 (Makefile.am): Compile accept4.c always.
12494         Reported by Paolo Bonzini and Eric Blake.
12495
12496 2009-08-23  Bruno Haible  <bruno@clisp.org>
12497
12498         New module 'accept4'.
12499         * lib/sys_socket.in.h (accept4): New declaration.
12500         * lib/accept4.c: New file.
12501         * m4/accept4.m4: New file.
12502         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12503         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12504         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12505         HAVE_ACCEPT4.
12506         * modules/accept4: New file.
12507         * doc/glibc-functions/accept4.texi: Mention the new module.
12508
12509 2009-08-24  Jim Meyering  <meyering@redhat.com>
12510
12511         progname: also set global program_invocation_name, when possible
12512         Before this change, a libtool-enabled program that calls glibc's
12513         error function would report the program name as
12514         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12515         * modules/progname (configure.ac): Check for a declaration of
12516         program_invocation_name.
12517         * lib/progname.c:  Include <errno.h>.
12518         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12519         Set program_invocation_name.
12520
12521 2009-08-23  Bruno Haible  <bruno@clisp.org>
12522
12523         * lib/dup3.c: Include <string.h>.
12524
12525 2009-08-23  Bruno Haible  <bruno@clisp.org>
12526
12527         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12528         * lib/pipe2.c (pipe2): Likewise.
12529         Suggested by Eric Blake.
12530
12531 2009-08-23  Bruno Haible  <bruno@clisp.org>
12532
12533         Tolerate declared but missing dup3 syscall.
12534         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12535         * lib/unistd.in.h (dup3): If the function is already present,
12536         override it.
12537         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12538         * modules/dup3 (Makefile.am): Compile dup3.c always.
12539         Reported by Paolo Bonzini.
12540
12541 2009-08-23  Bruno Haible  <bruno@clisp.org>
12542
12543         Tolerate declared but missing pipe2 syscall.
12544         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12545         available.
12546         * lib/unistd.in.h (pipe2): If the function is already present,
12547         override it.
12548         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12549         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12550         Reported by Paolo Bonzini.
12551
12552 2009-08-23  Bruno Haible  <bruno@clisp.org>
12553
12554         * lib/pipe2.c (pipe2): Move #ifs inside function.
12555
12556 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12557
12558         quotearg: document limitations of quote_these_too
12559         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12560         those limitations are created.
12561         * lib/quotearg.h (set_char_quoting): Document that digits and
12562         letters that are special after backslash are not permitted.
12563         (quotearg_char): Cross-reference set_char_quoting documentation.
12564
12565 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12566
12567         quotearg: implement custom_quoting_style
12568         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12569         right_quote fields.
12570         (set_custom_quoting): New public function.
12571         (quotearg_buffer_restyled): Add left_quote and right_quote
12572         arguments, handle them very much like locale quoting, and update
12573         all uses.
12574         (quotearg_n_custom): New public function.
12575         (quotearg_n_custom_mem): New public function.
12576         (quotearg_custom): New public function.
12577         (quotearg_custom_mem): New public function.
12578         * lib/quotearg.h: Prototype and document new public functions.
12579         (enum quoting_style): For escape_quoting_style and
12580         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12581         ignored even though they're otherwise like c_quoting_style.
12582         Add custom_quoting_style member and document with comparison to
12583         clocale_quoting_style.
12584         * tests/test-quotearg.c (custom_quotes): New array.
12585         (custom_results): New array.
12586         (main): Extend to test custom quoting.
12587
12588 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12589
12590         quotearg: fix right quote escaping when it's in quote_these_too
12591         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12592         quote, be sure to prepend only one backslash.
12593         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12594         (main): Test it.
12595
12596 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12597
12598         quotearg-tests: test escaping of embedded locale quotes
12599         * tests/test-quotearg.c (struct result_strings): Add member for
12600         new input.
12601         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12602         (inputs): Add new input.
12603         (results_g): Add expected results.
12604         (flag_results): Likewise.
12605         (locale_results): Likewise.
12606         (compare_strings): Check those.
12607
12608 2009-08-23  Bruno Haible  <bruno@clisp.org>
12609
12610         Tests for module 'dup3'.
12611         * modules/dup3-tests: New file.
12612         * tests/test-dup3.c: New file.
12613
12614         New module 'dup3'.
12615         * lib/unistd.in.h (dup3): New declaration.
12616         * lib/dup3.c: New file.
12617         * m4/dup3.m4: New file.
12618         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12619         HAVE_DUP3.
12620         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12621         * modules/dup3: New file.
12622         * doc/glibc-functions/dup3.texi: Mention the new module.
12623
12624 2009-08-23  Bruno Haible  <bruno@clisp.org>
12625
12626         Tweak the dup2 test.
12627         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12628         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12629         the test file is still empty. Fix argument order of lseek.
12630
12631 2009-08-23  Bruno Haible  <bruno@clisp.org>
12632
12633         Avoid test link errors when the modules getopt-gnu, gettext are used.
12634         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12635         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12636
12637 2009-08-23  Bruno Haible  <bruno@clisp.org>
12638
12639         Fix getdtablesize() on mingw.
12640         * lib/getdtablesize.c (getdtablesize): Implement differently.
12641         * lib/unistd.in.h (getdtablesize): Improve comment.
12642
12643 2009-08-23  Bruno Haible  <bruno@clisp.org>
12644
12645         New module 'mkostemp'.
12646         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12647         * lib/stdlib.in.h (mksotemp): New declaration.
12648         * lib/mkostemp.c: New file, from glibc with modifications.
12649         * lib/tempname.h (GT_FILE): Remove outdated comment.
12650         (gen_tempname): Add flags argument.
12651         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12652         (__GT_FILE): Map to 1.
12653         (small_open, large_open): Remove macros.
12654         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12655         * lib/mkstemp.c (mkstemp): Update.
12656         * lib/mkdtemp.c (mkdtemp): Likewise.
12657         * m4/mkostemp.m4: New file.
12658         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12659         HAVE_MKOSTEMP.
12660         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12661         HAVE_MKOSTEMP.
12662         * modules/mkostemp: New file, based on modules/mkstemp.
12663         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12664         * NEWS: Mention the change.
12665
12666 2009-08-23  Bruno Haible  <bruno@clisp.org>
12667
12668         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12669         Reported by Eric Blake.
12670
12671 2009-08-23  Bruno Haible  <bruno@clisp.org>
12672
12673         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12674         Reported by Eric Blake.
12675
12676 2009-08-23  Bruno Haible  <bruno@clisp.org>
12677
12678         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12679         * modules/pipe2 (Depends-on): Likewise.
12680
12681 2009-08-23  Eric Blake  <ebb9@byu.net>
12682
12683         fcntl-h: add O_TTY_INIT support
12684         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12685         * tests/test-fcntl-h.c (o): Test it.
12686         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12687
12688         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12689         * modules/fcntl: Move <fcntl.h> header replacement...
12690         * modules/fcntl-h: ...to new name, so as not to collide with
12691         like-named function.
12692         * tests/test-fcntl.c: Rename...
12693         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12694         * modules/fcntl-tests: Rename...
12695         * modules/fcntl-h-tests: ...to this.  Update test file name.
12696         * modules/chdir-long (Depends-on): Update clients.
12697         * modules/chdir-safer (Depends-on): Likewise.
12698         * modules/fcntl-safer (Depends-on): Likewise.
12699         * modules/fts (Depends-on): Likewise.
12700         * modules/mkancesdirs (Depends-on): Likewise.
12701         * modules/mkdir-p (Depends-on): Likewise.
12702         * modules/open (Depends-on): Likewise.
12703         * modules/savewd (Depends-on): Likewise.
12704         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12705         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12706
12707 2009-08-22  Bruno Haible  <bruno@clisp.org>
12708
12709         * modules/binary-io (License): Relicense under LGPL.
12710         * modules/pipe2 (License): Likewise.
12711
12712 2009-08-22  Bruno Haible  <bruno@clisp.org>
12713
12714         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12715         return value.
12716         * lib/pipe-filter-gi.c (filter_init): Likewise.
12717         Reported by Eric Blake.
12718
12719 2009-08-22  Bruno Haible  <bruno@clisp.org>
12720
12721         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12722         * modules/pipe (Depends-on): Add pipe2.
12723
12724 2009-08-22  Bruno Haible  <bruno@clisp.org>
12725
12726         Tests for module 'pipe2'.
12727         * modules/pipe2-tests: New file.
12728         * tests/test-pipe2.c: New file.
12729
12730         New module 'pipe2'.
12731         * lib/unistd.in.h (pipe2): New declaration.
12732         * lib/pipe2.c: New file.
12733         * m4/pipe2.m4: New file.
12734         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12735         HAVE_PIPE2.
12736         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12737         * modules/pipe2: New file.
12738         * doc/glibc-functions/pipe2.texi: Mention the new module.
12739
12740 2009-08-22  Bruno Haible  <bruno@clisp.org>
12741
12742         Reference some new glibc functions.
12743         * doc/glibc-functions/accept4.texi: New file.
12744         * doc/glibc-functions/dup3.texi: New file.
12745         * doc/glibc-functions/mkostemp.texi: New file.
12746         * doc/glibc-functions/pipe2.texi: New file.
12747         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12748         (Glibc sys/socket.h): Refer to accept4.
12749         (Glibc unistd.h): Refer to dup3, pipe2.
12750         Reported by Eric Blake.
12751
12752 2009-08-22  Jim Meyering  <meyering@redhat.com>
12753             Bruno Haible  <bruno@clisp.org>
12754
12755         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12756         This makes it so packages using automake-1.11's silent-rules option
12757         can print e.g., a single "GEN    configmake.h" line, rather than
12758         the 30+ statements that perform the job.  If you want to see the
12759         actual commands, you can still run "make V=1".
12760         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12761         so that make output is abbreviated when those variables are defined
12762         appropriately.
12763         * modules/argz: Likewise.
12764         * modules/arpa_inet: Likewise.
12765         * modules/byteswap: Likewise.
12766         * modules/configmake: Likewise.
12767         * modules/dirent: Likewise.
12768         * modules/errno: Likewise.
12769         * modules/fcntl: Likewise.
12770         * modules/float: Likewise.
12771         * modules/fnmatch: Likewise.
12772         * modules/getopt-posix: Likewise.
12773         * modules/glob: Likewise.
12774         * modules/iconv_open: Likewise.
12775         * modules/inttypes: Likewise.
12776         * modules/localcharset: Likewise.
12777         * modules/locale: Likewise.
12778         * modules/math: Likewise.
12779         * modules/netdb: Likewise.
12780         * modules/netinet_in: Likewise.
12781         * modules/poll: Likewise.
12782         * modules/posix_spawnp-tests: Likewise.
12783         * modules/sched: Likewise.
12784         * modules/search: Likewise.
12785         * modules/selinux-h: Likewise.
12786         * modules/signal: Likewise.
12787         * modules/spawn: Likewise.
12788         * modules/stdarg: Likewise.
12789         * modules/stdbool: Likewise.
12790         * modules/stddef: Likewise.
12791         * modules/stdint: Likewise.
12792         * modules/stdio: Likewise.
12793         * modules/stdlib: Likewise.
12794         * modules/string: Likewise.
12795         * modules/strings: Likewise.
12796         * modules/sys_file: Likewise.
12797         * modules/sys_ioctl: Likewise.
12798         * modules/sys_select: Likewise.
12799         * modules/sys_socket: Likewise.
12800         * modules/sys_stat: Likewise.
12801         * modules/sys_time: Likewise.
12802         * modules/sys_times: Likewise.
12803         * modules/sys_utsname: Likewise.
12804         * modules/sys_wait: Likewise.
12805         * modules/sysexits: Likewise.
12806         * modules/time: Likewise.
12807         * modules/unistd: Likewise.
12808         * modules/wchar: Likewise.
12809         * modules/wctype: Likewise.
12810
12811 2009-08-22  Jim Meyering  <meyering@redhat.com>
12812
12813         announce-gen: detect write failure
12814         * build-aux/announce-gen: Add Coda at end.
12815         Remove equivalent-but-more-verbose block at top.
12816
12817 2009-08-19  Akim Demaille  <demaille@gostai.com>
12818
12819         bootstrap: --help to stdout.
12820         * bootstrap (usage): Don't send --help to stderr.
12821         Use a here doc instead of a long string.
12822
12823 2009-08-21  Eric Blake  <ebb9@byu.net>
12824
12825         test-popen-safer: split from test-popen
12826         * tests/test-popen.c (main): Move...
12827         * tests/test-popen.h: ...into new file.
12828         * tests/test-popen-safer2.c: New file.
12829         * modules/popen-tests (Files): Add test-popen.h.
12830         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12831         Suggested by Bruno Haible.
12832
12833         test-fcntl-safer: split from test-open
12834         * tests/test-open.c (main): Move...
12835         * tests/test-open.h: ...into new file.
12836         * tests/test-fcntl-safer.c: New file.
12837         * modules/open-tests (Files): Add test-open.h.
12838         * modules/fcntl-safer-tests: New file.
12839         Suggested by Bruno Haible.
12840
12841         test-fopen-safer: split from test-fopen
12842         * tests/test-fopen.c (main): Move...
12843         * tests/test-fopen.h: ...into new file.
12844         * tests/test-fopen-safer.c: New file.
12845         * modules/fopen-tests (Files): Add test-fopen.h.
12846         * modules/fopen-safer-tests: New file.
12847         Suggested by Bruno Haible.
12848
12849 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12850
12851         popen-safer: test O_CLOEXEC at run-time.
12852         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12853
12854 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12855
12856         fcntl: move more flags to the header
12857         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12858         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12859         * lib/fcntl.in.h: Do both things here.
12860
12861 2009-08-21  Jim Meyering  <meyering@redhat.com>
12862
12863         consistently remove $@-t before redirecting to it
12864         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12865         * modules/alloca-opt: Likewise.
12866         * modules/byteswap: Likewise.
12867         * modules/fnmatch: Likewise.
12868         * modules/getopt-posix: Likewise.
12869         * modules/glob: Likewise.
12870         * modules/poll: Likewise.
12871         * modules/posix_spawnp-tests: Likewise.
12872         * modules/sys_socket: Likewise.
12873         * modules/sysexits: Likewise.
12874
12875 2009-08-21  Eric Blake  <ebb9@byu.net>
12876
12877         popen: simplify access to original popen
12878         * lib/popen.c (rpl_popen): No need to worry about popen being a
12879         macro.
12880         Reported by Bruno Haible.
12881
12882 2009-08-20  Eric Blake  <ebb9@byu.net>
12883
12884         build: avoid some compiler warnings
12885         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12886         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12887         type.
12888         (new_exclude_segment, excluded_file_pattern_p)
12889         (excluded_file_name_p): Reduce scope.
12890         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12891         old-style declaration.
12892
12893 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12894
12895         * tests/test-exclude1.sh: Handle Windows EOL.
12896         * tests/test-exclude2.sh: Likewise.
12897         * tests/test-exclude3.sh: Likewise.
12898         * tests/test-exclude4.sh: Likewise.
12899         * tests/test-exclude5.sh: Likewise.
12900         * tests/test-exclude6.sh: Likewise.
12901         * tests/test-exclude7.sh: Likewise.
12902
12903 2009-08-19  Akim Demaille  <demaille@gostai.com>
12904
12905         bootstrap: find sha1sum when named gsha1sum.
12906         * bootstrap (find_tool): New.
12907         ($SHA1SUM): New.
12908         Use it.
12909
12910 2009-08-20  Jim Meyering  <meyering@redhat.com>
12911
12912         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12913         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12914         expression that converts "." in a file name to "\." in the resulting
12915         regexp.  Start with a dummy statement, so that prior shell variable
12916         definitions are expanded portably.  Reported by Simon Josefsson.
12917
12918 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12919
12920         Fix polling for writeability of a screen buffer.
12921         * lib/poll.c: Distinguish input and screen buffers for the
12922         Win32 implementation.
12923         * lib/select.c: Likewise.
12924
12925 2009-08-19  Eric Blake  <ebb9@byu.net>
12926
12927         popen-safer: prevent popen from clobbering std descriptors
12928         * modules/popen-safer: New file.
12929         * lib/popen-safer.c: Likewise.
12930         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12931         * lib/stdio--.h (popen): Provide override.
12932         * lib/stdio-safer.h (popen_safer): Provide declaration.
12933         * tests/test-popen.c (includes): Partially test this.
12934         * modules/popen-safer-tests: New file, for more tests.
12935         * tests/test-popen-safer.c: Likewise.
12936         * MODULES.html.sh (file stream based Input/Output): Mention it.
12937
12938         tests: test some of the *-safer modules
12939         * modules/fopen-safer (Depends-on): Add fopen.
12940         * modules/fcntl-safer (Depends-on): Add fcntl.
12941         * modules/stdlib-safer (Depends-on): Add stdlib.
12942         (configure.ac): Set indicator.
12943         * modules/unistd-safer (configure.ac): Likewise.
12944         * modules/tmpfile-safer (configure.ac): Likewise.
12945         (Depends-on): Add tmpfile.
12946         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12947         active.
12948         * tests/test-fopen.c (includes): Test safer versions when they are
12949         in use.
12950         * tests/test-open.c (includes): Likewise.
12951
12952         popen: fix cygwin 1.5 bug when stdin closed
12953         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12954         * modules/popen: New file.
12955         * modules/popen-tests: Likewise.
12956         * tests/test-popen.c: Likewise.
12957         * m4/popen.m4: Likewise.
12958         * lib/popen.c: Likewise.
12959         * lib/stdio.in.h (popen): New declaration.
12960         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12961         * modules/stdio (Makefile.am): Likewise.
12962         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12963
12964 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12965
12966         maint.mk: give full control over update-copyright exclusions
12967         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12968         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12969         (update-copyright): Don't force inclusion of top-level
12970         ChangeLog.  Don't force exclusion of all COPYING files, but make
12971         them the default exclusion instead.
12972
12973 2009-08-16  Bruno Haible  <bruno@clisp.org>
12974
12975         Fix test failures on Solaris 10.
12976         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12977         tests when Solaris iconv() is used.
12978         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12979         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12980         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12981         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12982         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12983
12984 2009-08-16  Bruno Haible  <bruno@clisp.org>
12985
12986         Fix test failures on Solaris 10.
12987         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12988         'tr' program and pass it as first argument.
12989         * tests/test-pipe-filter-gi1.sh: Likewise.
12990         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12991         program as first argument.
12992         * tests/test-pipe-filter-gi1.c (main): Likewise.
12993
12994 2009-08-16  Eric Blake  <ebb9@byu.net>
12995
12996         fpurge: fix previous commits
12997         * modules/fpurge (Makefile.am): Make replacement conditional,
12998         partially reverting 2007-04-29 change; missed in previous
12999         attempt.
13000         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
13001         is missing.
13002
13003 2009-08-16  Bruno Haible  <bruno@clisp.org>
13004
13005         Clarify fpurge's effect on the file position.
13006         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
13007         * tests/test-fpurge.c (main): Make a second pass for checking the file
13008         position.
13009
13010 2009-08-16  Bruno Haible  <bruno@clisp.org>
13011
13012         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
13013         declaration of fpurge is missing.
13014         * tests/test-fpurge.c (main): Check that the file has not more contents
13015         than expected. Close the file before removing it.
13016
13017 2009-08-15  Eric Blake  <ebb9@byu.net>
13018
13019         fpurge: don't wrap working cygwin implementation
13020         * lib/fpurge.c (fpurge): Fix comment typo.
13021         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
13022         1.7 to avoid replacement.
13023         * tests/test-fpurge.c (main): Enhance test.
13024
13025 2009-08-15  Eric Blake  <ebb9@byu.net>
13026         and Jim Meyering  <meyering@redhat.com>
13027
13028         test-update-copyright: skip if perl is insufficient
13029         * tests/test-update-copyright.sh: Failure to run maintainer tool
13030         should not cause testsuite failure on cygwin 1.5.
13031
13032 2009-08-14  Eric Blake  <ebb9@byu.net>
13033
13034         doc: mention more functions added in cygwin 1.7.0
13035         * doc/posix-headers/limits.texi (limits.h): Update for recent
13036         cygwin additions.
13037         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
13038         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
13039         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
13040         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
13041         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
13042
13043 2009-08-14  Eric Blake  <ebb9@byu.net>
13044
13045         maint.mk: simplify update-copyright rule
13046         * top/maint.mk (update-copyright-local): Delete, and document how
13047         to do it in cfg.mk instead.
13048         (update-copyright-exclude-regexp): Delete, and document how to do
13049         it in .x-update-copyright instead.
13050         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13051         exclude ChangeLog.
13052
13053 2009-08-14  Bruno Haible  <bruno@clisp.org>
13054
13055         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13056
13057 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13058
13059         maint.mk: support update-copyright-env
13060         * top/maint.mk (update-copyright-env): Define place-holder.
13061         (update-copyright): Expand $(update-copyright-env) before
13062         invoking update-copyright.
13063
13064 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13065
13066         update-copyright: implement forced reformatting
13067         * build-aux/update-copyright: Implement and document
13068         UPDATE_COPYRIGHT_FORCE.
13069         * tests/test-update-copyright.sh: Test it.
13070
13071 2009-08-14  Eric Blake  <ebb9@byu.net>
13072         and Bruno Haible  <bruno@clisp.org>
13073
13074         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13075         * tests/test-locale.c: Revert previous patch related to NULL.
13076         * tests/test-stdio.c: Likewise.
13077         * tests/test-stdlib.c: Likewise.
13078         * tests/test-string.c: Likewise.
13079         * tests/test-unistd.c: Likewise.
13080         * modules/time-tests (Depends-on): Add verify.
13081         * modules/wchar-tests (Depends-on): Likewise.
13082         * tests/test-time.c: Test for NULL compliance.
13083         * tests/test-wchar.c: Likewise.
13084         * modules/locale (Depends-on): Add stddef.
13085         * modules/stdio (Depends-on): Likewise.
13086         * modules/stdlib (Depends-on): Likewise.
13087         * modules/string (Depends-on): Likewise.
13088         * modules/time (Depends-on): Likewise.
13089         * modules/unistd (Depends-on): Likewise.
13090         * modules/wchar (Depends-on): Likewise.
13091         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13092         * lib/stdlib.in.h (includes): Likewise.
13093         * lib/string.in.h (includes): Likewise.
13094         * lib/time.in.h (includes): Likewise.
13095         * lib/unistd.in.h (includes): Likewise.
13096         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13097         replaced.
13098         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13099         * m4/stddef_h.m4: New file.
13100         * modules/stddef: Likewise.
13101         * lib/stddef.in.h: Likewise.
13102         * modules/stddef-tests: Likewise.
13103         * tests/test-stddef.c: Likewise.
13104         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13105         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13106         * doc/posix-headers/locale.texi (locale.h): Likewise.
13107         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13108         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13109         * doc/posix-headers/string.texi (string.h): Likewise.
13110         * doc/posix-headers/time.texi (time.h): Likewise.
13111         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13112         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13113
13114 2009-08-14  Eric Blake  <ebb9@byu.net>
13115
13116         doc: improve git diff of texinfo files
13117         * .gitattributes: Add rule for *.texi files, with hint on how to
13118         use it.
13119         Copied from m4, and based on a report by Bruno Haible.
13120
13121 2009-08-14  Bruno Haible  <bruno@clisp.org>
13122
13123         Disable multithread support by default on Cygwin 1.5.x for real.
13124         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13125
13126 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13127
13128         update-copyright: much ado about intervals
13129         * build-aux/update-copyright: Implement and document
13130         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13131         of copyright year intervals.
13132         Also, document UPDATE_COPYRIGHT_YEAR.
13133         * tests/test-update-copyright.sh: Test it.
13134
13135         update-copyright: convert 2-digit to 4-digit years
13136         * build-aux/update-copyright: Implement and document.
13137         * tests/test-update-copyright.sh: Update.
13138
13139 2009-08-14  Jim Meyering  <meyering@redhat.com>
13140
13141         test-exclude: avoid coreutils "make check" failure
13142         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13143         just as in test-argmatch.c.
13144
13145 2009-08-13  Eric Blake  <ebb9@byu.net>
13146
13147         test-dup2: fix bad assumption
13148         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13149         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13150
13151         test-version-etc: fix CRLF portability issue
13152         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13153         recognize \r.
13154         * tests/test-argp-version-etc-1.sh: Likewise.
13155
13156         getopt: update client modules
13157         * modules/argp (Depends-on): Use getopt-gnu.
13158         * modules/git-merge-changelog (Depends-on): Likewise.
13159         * modules/long-options (Depends-on): Likewise.
13160         * modules/xstrtol (Depends-on): Likewise.
13161
13162 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13163
13164         * tests/test-version-etc.sh: Don't fail on different
13165         project/version.  Don't fail on CRLF differences.  Rewrite to use
13166         multiple -e instead of multiple sed forks, suggested by Eric Blake
13167         <ebb9@byu.net>.
13168         * tests/test-argp-version-etc-1.sh: Likewise.
13169
13170 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13171
13172         * tests/test-version-etc.sh: Don't fail on different
13173         project/version.
13174
13175 2009-08-12  Bruno Haible  <bruno@clisp.org>
13176
13177         Tests for modules 'getopt-posix', 'getopt-gnu'.
13178         * modules/getopt-posix-tests: New file.
13179         * tests/test-getopt.c: New file.
13180         * tests/test-getopt.h: New file.
13181         * tests/test-getopt_long.h: New file.
13182
13183         New modules 'getopt-posix', 'getopt-gnu'.
13184         * modules/getopt-gnu: New file, renamed from modules/getopt.
13185         * modules/getopt-posix: New file.
13186         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13187         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13188         (gl_GETOPT): Remove macro.
13189         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13190         Disable the test against BSD systems that declare optreset. Test
13191         against mingw bug. Test against lack of support of optional arguments
13192         on many platforms.
13193         * doc/glibc-headers/getopt.texi: Update module name and list of
13194         relevant platforms.
13195         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13196         'getopt-gnu' and more portability problems.
13197         * NEWS: Mention the changes.
13198
13199 2009-08-12  Bruno Haible  <bruno@clisp.org>
13200
13201         Ensure that optarg etc. get declared by <unistd.h>.
13202         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13203         AC_USE_SYSTEM_EXTENSIONS.
13204         * modules/getopt (Depends-on): Add 'extensions'.
13205
13206 2009-08-12  Bruno Haible  <bruno@clisp.org>
13207
13208         Avoid test link errors.
13209         * modules/pipe-filter-ii-tests (Makefile.am): Define
13210         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13211         * modules/pipe-filter-gi-tests (Makefile.am): Define
13212         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13213         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13214
13215 2009-08-12  Bruno Haible  <bruno@clisp.org>
13216
13217         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13218         gl_GETOPT_SUBSTITUTE before.
13219         (gl_GETOPT): Use it.
13220         * m4/argp.m4 (gl_ARGP): Update.
13221         Reported by Sergey Poznyakoff.
13222
13223         * m4/getopt.m4: Reorder macros.
13224         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13225         (gl_GETOPT_SUBSTITUTE): Remove macro.
13226
13227 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13228
13229         Minor improvement in gitlog-to-changelog
13230
13231         * build-aux/gitlog-to-changelog: New option `--format' makes
13232         output format string configurable.
13233
13234 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13235
13236         Optimize exclude: use hash tables for non-wildcard patterns.
13237
13238         * lib/exclude.c: Include hash.h and mbuiter.h
13239         (struct exclude_pattern, exclude_segment): New data types.
13240         (struct exclude): Rewrite.
13241         (fnmatch_pattern_has_wildcards): New function.
13242         (new_exclude_segment, free_exclude_segment): New functions.
13243         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13244         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13245         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13246         * modules/exclude: Depend on hash and mbuiter.
13247
13248         * modules/exclude-tests: New file.
13249         * tests/test-exclude.c: New file.
13250         * tests/test-exclude1.sh: New file.
13251         * tests/test-exclude2.sh: New file.
13252         * tests/test-exclude3.sh: New file.
13253         * tests/test-exclude4.sh: New file.
13254         * tests/test-exclude5.sh: New file.
13255         * tests/test-exclude6.sh: New file.
13256         * tests/test-exclude7.sh: New file.
13257
13258 2009-08-12  Bruno Haible  <bruno@clisp.org>
13259
13260         Ensure that getopt() gets declared by <unistd.h>.
13261         * lib/unistd.in.h: Conditionally include getopt.h.
13262         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13263         Set GNULIB_UNISTD_H_GETOPT.
13264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13265         GNULIB_UNISTD_H_GETOPT.
13266         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13267
13268 2009-08-12  Bruno Haible  <bruno@clisp.org>
13269
13270         Clarify logic.
13271         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13272         gl_replace_getopt instead of GETOPT_H.
13273
13274 2009-08-12  Bruno Haible  <bruno@clisp.org>
13275
13276         * m4/getopt.m4: Add comments.
13277
13278 2009-08-12  Bruno Haible  <bruno@clisp.org>
13279
13280         Disable multithread support by default on Cygwin 1.5.x.
13281         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13282         set gl_use_threads=no if not specified otherwise.
13283
13284 2009-08-11  Bruno Haible  <bruno@clisp.org>
13285
13286         Avoid compilation error on NetBSD 5.0.
13287         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13288         * tests/test-stdio.c: Likewise.
13289         * tests/test-stdlib.c: Likewise.
13290         * tests/test-string.c: Likewise.
13291         * tests/test-unistd.c: Likewise.
13292         Reported by Greg Troxel <gdt@ir.bbn.com>
13293         at <https://savannah.gnu.org/support/?106973>.
13294
13295 2009-08-11  Bruno Haible  <bruno@clisp.org>
13296
13297         * modules/dup2-tests (Depends-on): Remove close.
13298
13299         Undo 2009-07-19 commit.
13300         * modules/acl-tests (Depends-on): Remove close.
13301         * modules/binary-io-tests (Depends-on): Likewise.
13302         * modules/closein-tests (Depends-on): Likewise.
13303         * modules/flock-tests (Depends-on): Likewise.
13304         * modules/fsync-tests (Depends-on): Likewise.
13305         * modules/lseek-tests (Depends-on): Likewise.
13306         * modules/pipe-tests (Depends-on): Likewise.
13307         * modules/posix_spawn-tests (Depends-on): Likewise.
13308         * modules/posix_spawnp-tests (Depends-on): Likewise.
13309         * modules/stat-time-tests (Depends-on): Likewise.
13310         * modules/yesno-tests (Depends-on): Likewise.
13311
13312 2009-08-10  Bruno Haible  <bruno@clisp.org>
13313
13314         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13315
13316 2009-08-10  Bruno Haible  <bruno@clisp.org>
13317
13318         Fix a gcc warning.
13319         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13320
13321 2009-08-10  Bruno Haible  <bruno@clisp.org>
13322
13323         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13324         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13325         not only the first time.
13326         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13327         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13328         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13329         is 1, not only the the first time.
13330
13331 2009-08-10  Bruno Haible  <bruno@clisp.org>
13332
13333         Make it possible to use module 'gethostname' without module 'close'.
13334         * lib/unistd.in.h (close): Evoke a link error only if
13335         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13336         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13337         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13338         * modules/unistd (Makefile.am): Substitute
13339         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13340         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13341         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13342         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13343         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13344         * modules/sys_ioctl (Makefile.am): Substitute
13345         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13346         * modules/socket (configure.ac): On native Windows, set
13347         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13348         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13349         Reported by Sam Steingold <sds@gnu.org>.
13350
13351 2009-08-10  Bruno Haible  <bruno@clisp.org>
13352
13353         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13354         * modules/ioctl (configure.ac): Likewise.
13355
13356 2009-08-10  Bruno Haible  <bruno@clisp.org>
13357
13358         Avoid collision between gnulib wrapper and libintl wrapper.
13359         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13360         already defined in intl/printf.c.
13361         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13362         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13363
13364 2009-08-09  Bruno Haible  <bruno@clisp.org>
13365
13366         Make <sys/select.h> really self-contained, also on Solaris 10.
13367         * lib/sys_select.in.h: Include <string.h>.
13368         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13369         Solaris 10 problem.
13370         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13371         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13372         Reported by Jim Meyering.
13373
13374 2009-08-09  Bruno Haible  <bruno@clisp.org>
13375
13376         Avoid warnings from 'aclocal' that are due to a use of macro name
13377         AM_XGETTEXT_OPTION that is not defined in automake.
13378         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13379         automake.
13380         * modules/error (configure.ac): Likewise.
13381         * modules/propername (configure.ac): Likewise.
13382         * modules/vasprintf (configure.ac): Likewise.
13383         * modules/verror (configure.ac): Likewise.
13384         * modules/xprintf (configure.ac): Likewise.
13385         * modules/xvasprintf (configure.ac): Likewise.
13386
13387 2009-08-08  Bruno Haible  <bruno@clisp.org>
13388
13389         Avoid compilation error in C++ mode.
13390         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13391         Reported by Sam Steingold <sds@gnu.org>.
13392
13393 2009-08-08  Bruno Haible  <bruno@clisp.org>
13394
13395         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13396         for the various Unix platforms.
13397         * doc/posix-headers/limits.texi: Update platforms list regarding
13398         HOST_NAME_MAX.
13399         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13400
13401 2009-08-07  Jim Meyering  <meyering@redhat.com>
13402
13403         selinux-at: fix typo in a comment
13404         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13405         Spotted by Paolo Bonzini.
13406
13407         selinux-at: remove redundant m4 code, add documentation
13408         * modules/selinux-at (configure.ac): Remove redundant code.
13409         LIB_SELINUX is already set via the dependent module, selinux-h.
13410         (Include): Add quotes around selinux-at.h.
13411         * lib/selinux-at.h: Add documentation.
13412         Reported by Bruno Haible in
13413         http://marc.info/?l=gnulib-bug&m=124958988300749
13414
13415 2009-08-07  Bruno Haible  <bruno@clisp.org>
13416
13417         Avoid link error on MacOS X 10.3 and 10.4.
13418         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13419         on non-ELF systems.
13420         * lib/argp-pv.c (argp_program_version): Likewise.
13421         Reported by Simon Josefsson.
13422
13423 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13424
13425         * tests/test-version-etc.sh: Use $EXEEXT.
13426
13427 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13428
13429         update-copyright: update documentation to point to maint.mk
13430         * build-aux/update-copyright: Here.
13431
13432 2009-08-06  Jim Meyering  <meyering@redhat.com>
13433
13434         maint.mk: support update-copyright-local
13435         * top/maint.mk (update-copyright-local): Define place-holder.
13436         (update-copyright): Depend on $(update-copyright-local).
13437
13438 2009-08-06  Jim Meyering  <meyering@redhat.com>
13439
13440         selinux-at: new module
13441         Initially written for coreutils, this module will soon be
13442         used by findutils, too.
13443         * MODULES.html.sh [Misc]: Add selinux-at.
13444         * lib/selinux-at.h: New file, from coreutils.
13445         * lib/selinux-at.c: Likewise.
13446         * modules/selinux-at: Likewise.
13447         (License): Change from LGPL to GPL, since it depends
13448         on the GPL'd openat module.
13449
13450         doc: update README
13451         * README: Remove references to cogito.
13452         Remove cvs-repo-updating instructions from 2007.
13453         Don't imply that CVS is better if you have limited disk space.
13454
13455 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13456
13457         update-copyright: support C-style comments
13458         * build-aux/update-copyright: Implement and document.
13459         * tests/test-update-copyright.sh: Test.
13460
13461 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13462
13463         update-copyright: support omitted "(C)"
13464         * build-aux/update-copyright: Implement and document.  Also,
13465         allow variable whitespace before "(C)".
13466         * tests/test-update-copyright.sh: Test.
13467
13468 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13469
13470         update-copyright: don't trip on non-FSF copyright statements
13471         * build-aux/update-copyright: Fix so that the first correctly
13472         formatted FSF copyright statement is recognized no matter what
13473         appears before it.  Update documentation.
13474         * tests/test-update-copyright.sh: Test that.
13475
13476 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13477
13478         update-copyright: clean up code a little
13479         * build-aux/update-copyright: Append "_re" to the name of any
13480         variable holding a regular expression.
13481         Replace "old" and "new" with "stmt" in variable names.
13482         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13483         handled correctly.
13484         Format code more consistently.
13485
13486 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13487
13488         update-copyright-tests: improve portability
13489         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13490         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13491
13492 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13493
13494         update-copyright: support @copyright{} and &copy;
13495         * build-aux/update-copyright: Implement and document.
13496         * tests/test-update-copyright.sh: Test.
13497
13498 2009-08-04  Jim Meyering  <meyering@redhat.com>
13499
13500         update-copyright-tests: correctly test EOL=\r\n handling
13501         * tests/test-update-copyright.sh: Put \r at the end of some lines
13502         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13503
13504         maint.mk: make update-copyright exclusion list more configurable
13505         * top/maint.mk (update-copyright): Default to excluding COPYING,
13506         but allow an override, in case someone does want to update that file.
13507
13508         maint.mk: don't update copyright date in COPYING
13509         * top/maint.mk (update-copyright): Exclude COPYING.
13510
13511         maint.mk: add a copyright-updating rule
13512         * top/maint.mk (update-copyright): New rule.
13513         Derived from coreutils/Makefile.am.
13514
13515         update-copyright: rename some variables
13516         * build-aux/update-copyright: Rename a few variables for clarity.
13517         Tweak syntax.  List Joel E. Denny as coauthor.
13518
13519 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13520
13521         update-copyright: fix bug for 2-digit last year and add tests
13522         * build-aux/update-copyright: Fix bug.
13523         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13524         specified.
13525         * modules/update-copyright-tests: New
13526         * tests/test-update-copyright.sh: New.
13527
13528 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13529
13530         update-copyright: handle leading tabs in line prefix
13531         * build-aux/update-copyright: Count leading tabs as 8 spaces
13532         when computing margin.  This helps with the formatting of
13533         ChangeLogs, for example.
13534         Fix documentation a little.
13535
13536 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13537
13538         update-copyright: support EOL=\r\n
13539         * build-aux/update-copyright: Implement that.
13540
13541 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13542
13543         update-copyright: automatically format copyright statements
13544         * build-aux/update-copyright: Implement that.
13545         Also, be a little more predictable and safer by always failing
13546         when the full copyright format is not perfectly recognized as an
13547         unbroken whole.  Discussed at
13548         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13549         Rewrite documentation.
13550
13551 2009-08-03  Bruno Haible  <bruno@clisp.org>
13552
13553         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13554
13555 2009-08-02  Bruno Haible  <bruno@clisp.org>
13556
13557         Tests for module 'uname'.
13558         * modules/uname-tests: New file.
13559         * tests/test-uname.c: New file.
13560
13561         New module 'uname'.
13562         * lib/uname.c: New file.
13563         * m4/uname.m4: New file.
13564         * modules/uname: New file.
13565         * doc/posix-functions/uname.texi: Mention the new module.
13566
13567 2009-08-02  Bruno Haible  <bruno@clisp.org>
13568
13569         Tests for module 'sys_utsname'.
13570         * modules/sys_utsname-tests: New file.
13571         * tests/test-sys_utsname.c: New file.
13572
13573         New module 'sys_utsname'.
13574         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13575         * m4/sys_utsname_h.m4: New file.
13576         * modules/sys_utsname: New file.
13577         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13578
13579 2009-08-02  Bruno Haible  <bruno@clisp.org>
13580
13581         Implicitly initialize the sockets library.
13582         * lib/gethostname.c: Include sockets.h.
13583         (rpl_gethostname): Invoke gl_sockets_startup.
13584         * lib/socket.c: Include sockets.h.
13585         (rpl_socket): Invoke gl_sockets_startup.
13586         * modules/gethostname (Depends-on): Add sockets.
13587         * modules/socket (Depends-on): Likewise.
13588         * tests/test-poll.c: Don't include sockets.h.
13589         (main): Don't invoke gl_sockets_startup.
13590         * tests/test-select.c: Don't include sockets.h.
13591         (main): Don't invoke gl_sockets_startup.
13592
13593 2009-08-02  Bruno Haible  <bruno@clisp.org>
13594
13595         Allow multiple calls to gl_sockets_startup.
13596         * lib/sockets.c (initialized_sockets_version): New variable.
13597         (gl_sockets_startup): Do nothing if already called for this or a higher
13598         version.
13599         (gl_sockets_cleanup): Reset initialized_sockets_version.
13600
13601 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13602
13603         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13604         different project/version.
13605
13606 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13607             Bruno Haible  <bruno@clisp.org>
13608
13609         Tests for module 'pipe-filter-gi'.
13610         * modules/pipe-filter-gi-tests: New file.
13611         * tests/test-pipe-filter-gi1.sh: New file.
13612         * tests/test-pipe-filter-gi1.c: New file.
13613         * tests/test-pipe-filter-gi2.sh: New file.
13614         * tests/test-pipe-filter-gi2-main.c: New file.
13615         * tests/test-pipe-filter-gi2-child.c: New file.
13616
13617         New module 'pipe-filter-gi'.
13618         * lib/pipe-filter-gi.c: New file.
13619         * modules/pipe-filter-gi: New file.
13620
13621 2009-08-02  Bruno Haible  <bruno@clisp.org>
13622             Paolo Bonzini  <bonzini@gnu.org>
13623
13624         Tests for module 'pipe-filter-ii'.
13625         * modules/pipe-filter-ii-tests: New file.
13626         * tests/test-pipe-filter-ii1.sh: New file.
13627         * tests/test-pipe-filter-ii1.c: New file.
13628         * tests/test-pipe-filter-ii2.sh: New file.
13629         * tests/test-pipe-filter-ii2-main.c: New file.
13630         * tests/test-pipe-filter-ii2-child.c: New file.
13631
13632         New module 'pipe-filter-ii'.
13633         * lib/pipe-filter.h: New file.
13634         * lib/pipe-filter-ii.c: New file.
13635         * lib/pipe-filter-aux.h: New file.
13636         * modules/pipe-filter-ii: New file.
13637
13638 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13639
13640         * lib/gc-libgcrypt.c: Change copyright to FSF.
13641         * lib/gc-gnulib.c: Likewise.
13642
13643 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13644
13645         * lib/gethostname.c: Include limits.h.
13646
13647 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13648             Bruno Haible  <bruno@clisp.org>
13649
13650         Ensure HOST_NAME_MAX as part of the gethostname module.
13651         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13652         define also HOST_NAME_MAX.
13653         * tests/test-gethostname.c: Include <limits.h>.
13654         (main): Check also HOST_NAME_MAX.
13655         * doc/posix-headers/limits.texi: Document the mingw problem.
13656
13657 2009-08-02  Bruno Haible  <bruno@clisp.org>
13658
13659         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13660         Add comments.
13661
13662 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13663
13664         * lib/gethostname.c: Add Windows wrapper.
13665         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13666         * modules/gethostname: Depend on sys_socket & errno, for also
13667         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13668         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13669
13670 2009-07-31  Jim Meyering  <meyering@redhat.com>
13671
13672         getloadavg: fix symbol name in comment
13673         * lib/getloadavg.c: Correct a typo I introduced when adding
13674         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13675         Matt Kraai spotted the problem.
13676
13677 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13678
13679         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13680         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13681         code also if ! defined N_NAME_POINTER.
13682         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13683         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13684         but the n_name member is a 12-byte array.
13685
13686 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13687
13688         update-copyright: generalize comment handling
13689         * build-aux/update-copyright: Handle copyright statements
13690         within more comment styles.
13691         Document usage.
13692         Report any file with an external copyright holder or parse failure.
13693
13694 2009-07-29  Jim Meyering  <meyering@redhat.com>
13695
13696         mktime: correct setting of REPLACE_MKTIME
13697         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13698
13699         update-copyright: new module
13700         * modules/update-copyright: New file.
13701         * build-aux/update-copyright: New file.
13702         * MODULES.html.sh (maint+release support): Add update-copyright.
13703
13704 2009-07-27  Bruno Haible  <bruno@clisp.org>
13705
13706         Fix compilation error when <ctime> is used and mktime is replaced.
13707         * lib/time.in.h (mktime): New declaration.
13708         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13709         REPLACE_MKTIME instead of defining mktime in config.h.
13710         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13711         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13712         Reported by Ross McFarland <rwmcfa1@neces.com>.
13713
13714 2009-07-27  Bruno Haible  <bruno@clisp.org>
13715
13716         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13717         Reported by Matt Kraai <mkraai@beckman.com>.
13718
13719 2009-07-25  Jim Meyering  <meyering@redhat.com>
13720
13721         maint.mk: avoid warnings about missing files
13722         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13723         diagnostic when .prev-version does not exist.
13724         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13725         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13726         nonexistent cfg.mk.
13727         Suggestions from Simon Josefsson.
13728
13729 2009-07-25  Bruno Haible  <bruno@clisp.org>
13730
13731         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13732         defined as macros. Needed on QNX 6.4.1.
13733         Reported by Matt Kraai <mkraai@beckman.com>.
13734
13735 2009-07-23  Jim Meyering  <meyering@redhat.com>
13736
13737         maint.mk: invoke "make dist" with a working value of XZ_OPT
13738         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13739
13740 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13741
13742         Make fseeko.c compile on QNX.
13743         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13744
13745 2009-07-22  Peter Simons  <simons@cryp.to>
13746
13747         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13748         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13749         * lib/md4.h: Likewise.
13750         * lib/md5.h: Likewise.
13751         * lib/sha1.h: Likewise.
13752         * lib/sha256.h: Likewise.
13753         * lib/sha512.h: Likewise.
13754
13755         tests-sha1: don't assign literal string to 'char *' variable
13756         * tests/test-sha1.c (main): Declare locals with "const" to match
13757         attributes of the right hand side.
13758
13759 2009-07-21  Eric Blake  <ebb9@byu.net>
13760
13761         dup2: fix more mingw problems
13762         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13763         fd to itself.
13764         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13765         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13766         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13767         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13768         care of mingw bugs.
13769
13770 2009-07-21  Jim Meyering  <meyering@redhat.com>
13771
13772         vc-list-files: avoid failure when /bin/sh is dash
13773         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13774         On some Debian based systems, /bin/sh is a symlink to dash, and running
13775         this command would omit the "/" following each 'tests' prefix:
13776           dash -x build-aux/vc-list-files -C . tests
13777         That is because bash and dash work differently:
13778           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13779           bash ok
13780           dash odd
13781
13782 2009-07-21  Eric Blake  <ebb9@byu.net>
13783
13784         dup2-tests: test previous patch
13785         * modules/dup2-tests: New file.
13786         * tests/test-dup2.c: Likewise.
13787         * tests/test-open.c (main): Avoid unspecified behavior.
13788         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13789         test.
13790
13791         dup2: work around mingw and cygwin 1.5 bug
13792         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13793         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13794         * modules/unistd (Makefile.am): Substitute it.
13795         * lib/unistd.in.h (dup2): Declare the replacement.
13796         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13797         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13798         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13799         * modules/execute (Depends-on): Add dup2.
13800         * modules/fseterr (Depends-on): Likewise.
13801         * modules/pipe (Depends-on): Likewise.
13802         * modules/posix_spawn-internal (Depends-on): Likewise.
13803
13804 2009-07-21  Bruno Haible  <bruno@clisp.org>
13805
13806         * modules/.gitattributes: New file.
13807
13808 2009-07-20  Bruno Haible  <bruno@clisp.org>
13809
13810         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13811         (main): Use it.
13812
13813 2009-07-20  Eric Blake  <ebb9@byu.net>
13814
13815         test-pipe: make a bit more robust.
13816         * tests/test-pipe.c (myerr): Allow error messages regardless of
13817         what we do to stderr.
13818         (test_pipe): Rearrange to avoid deadlock.
13819         (child_main): Try a larger read, to ensure we avoided deadlock.
13820         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13821         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13822         if misused.
13823
13824 2009-07-19  Jim Meyering  <meyering@redhat.com>
13825
13826         fts: avoid false-positive cycle-detection
13827         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13828         for each new command line argument.
13829
13830 2009-07-19  Bruno Haible  <bruno@clisp.org>
13831
13832         Fix build error on mingw with the modules sys_select and unistd.
13833         * modules/acl-tests (Depends-on): Add close.
13834         * modules/binary-io-tests (Depends-on): Likewise.
13835         * modules/closein-tests (Depends-on): Likewise.
13836         * modules/flock-tests (Depends-on): Likewise.
13837         * modules/fsync-tests (Depends-on): Likewise.
13838         * modules/lseek-tests (Depends-on): Likewise.
13839         * modules/pipe-tests (Depends-on): Likewise.
13840         * modules/posix_spawn-tests (Depends-on): Likewise.
13841         * modules/posix_spawnp-tests (Depends-on): Likewise.
13842         * modules/stat-time-tests (Depends-on): Likewise.
13843         * modules/yesno-tests (Depends-on): Likewise.
13844
13845 2009-07-19  Bruno Haible  <bruno@clisp.org>
13846
13847         Unify conditionals.
13848         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13849         macros, not at the compiler macros.
13850         * lib/pipe.c: Likewise.
13851         * lib/execute.c: Likewise.
13852         * lib/spawni.c: Likewise.
13853
13854 2009-07-19  Bruno Haible  <bruno@clisp.org>
13855
13856         Fix handling of closed stdin/stdout/stderr on mingw.
13857         * lib/w32spawn.h: Include unistd.h.
13858         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13859         file descriptor with O_NOINHERIT flag.
13860         (fd_safer_noinherit): New function, based on fd-safer.c.
13861         (dup_safer_noinherit): New function, based on dup-safer.c.
13862         (undup_safer_noinherit): New function.
13863         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13864         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13865         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13866         instead of fd_safer.
13867         * tests/test-pipe.c: Include <windows.h>.
13868         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13869
13870         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13871         from main.
13872         (test_pipe): Pass an extra argument for disambiguation.
13873         (main): Invoke parent_main or child_main.
13874
13875         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13876         consistently.
13877
13878 2009-07-18  Eric Blake  <ebb9@byu.net>
13879
13880         test-pipe: fix mingw build
13881         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13882
13883 2009-07-18  Bruno Haible  <bruno@clisp.org>
13884
13885         * modules/pipe-tests (Makefile.am): Fix typo.
13886
13887 2009-07-18  Eric Blake  <ebb9@byu.net>
13888
13889         error: fix mingw build
13890         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13891         Reported by Bruno Haible.
13892
13893         error: avoid undefined use of stdout
13894         * lib/error.c (error, error_at_line): Check that fd 1 is open
13895         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13896         is handling faults and the close_stdout module wants to report the
13897         detection of closed stdout as an error.
13898
13899 2009-07-17  Eric Blake  <ebb9@byu.net>
13900
13901         pipe: be robust in face of closed fds
13902         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13903         should cause child to misbehave.
13904         * modules/pipe-tests: New module.
13905         * tests/test-pipe.c: New file.
13906         * tests/test-pipe.sh: New file.
13907         Reported by Akim Demaille.
13908
13909 2009-07-14  Bruno Haible  <bruno@clisp.org>
13910
13911         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13912         Reported by anonymous kc.
13913
13914 2009-07-07  Jim Meyering  <meyering@redhat.com>
13915
13916         maint.mk: don't look for translatable strings in *.m4 or *.mk
13917         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13918         when searching for translatable strings.
13919
13920 2009-07-05  Jim Meyering  <meyering@redhat.com>
13921
13922         remove superfluous parentheses in STREQ definition
13923         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13924         * lib/getugroups.c (STREQ): Likewise.
13925         * lib/fnmatch.c (STREQ): Likewise.
13926         Spotted by Bruno Haible.
13927
13928 2009-07-04  Jim Meyering  <meyering@redhat.com>
13929
13930         argv-iter: new module
13931         * MODULES.html.sh: Add argv-iter.
13932         * lib/argv-iter.c, lib/argv-iter.h: New files.
13933         * modules/argv-iter: New file.
13934         * modules/argv-iter-tests: New file.
13935         * tests/test-argv-iter.c: Test it.
13936
13937 2009-07-04  Bruno Haible  <bruno@clisp.org>
13938
13939         Fix assertion.
13940         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13941         contains more exact copies of a given entry than file2, leave the extra
13942         copies unpaired rather than aborting.
13943         Reported by Eric Blake.
13944
13945 2009-07-02  Bruno Haible  <bruno@clisp.org>
13946
13947         Speedup git-merge-changelog for git cherry-pick.
13948         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13949         (entries_mapping_get): New function, extracted from compute_mapping.
13950         (entries_mapping_reverse_get): New function.
13951         (compute_mapping): Add a 'full' argument. Return the result in a
13952         'struct entries_mapping'.
13953         (main): Update. Access the mappings through entries_mapping_get.
13954         Reported by Eric Blake.
13955
13956 2009-07-02  Bruno Haible  <bruno@clisp.org>
13957
13958         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13959         best_i.
13960
13961 2009-07-02  Bruno Haible  <bruno@clisp.org>
13962
13963         Speed up approximate search for matching ChangeLog entries.
13964         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13965         argument. Call fstrcmp_bounded instead of fstrcmp.
13966         (compute_mapping, try_split_merged_entry, main): Update callers.
13967
13968 2009-07-02  Bruno Haible  <bruno@clisp.org>
13969
13970         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13971
13972 2009-06-30  Bruno Haible  <bruno@clisp.org>
13973
13974         Reduce the number of uc_is_cased calls.
13975         * lib/unicase.h (casing_suffix_context_t): Add
13976         'first_char_except_ignorable' field.
13977         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13978         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13979         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13980         Update initializer.
13981         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13982         case-ignorable characters.
13983         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13984         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13985         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13986         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13987         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13988
13989 2009-06-30  Bruno Haible  <bruno@clisp.org>
13990
13991         Tests for module 'unicase/ignorable'.
13992         * modules/unicase/ignorable-tests: New file.
13993         * tests/unicase/test-ignorable.c: New file, generated by
13994         gen-uni-tables.
13995
13996         Tests for module 'unicase/cased'.
13997         * modules/unicase/cased-tests: New file.
13998         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13999         * tests/unicase/test-predicate-part1.h: New file, derived from
14000         tests/unictype/test-predicate-part1.h.
14001         * tests/unicase/test-predicate-part2.h: New file, same as
14002         tests/unictype/test-predicate-part2.h.
14003
14004         Fix evaluation of "Before C" condition of FINAL_SIGMA.
14005         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
14006         (output_casing_properties): New function.
14007         (main): Call it.
14008         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
14009         * lib/unicase/cased.c: Include unictype/bitmap.h.
14010         (uc_is_cased): Define through a bitmap lookup.
14011         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
14012         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
14013         (uc_is_case_ignorable): Define through a bitmap lookup.
14014         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
14015         lib/unictype/bitmap.h.
14016         (Depends-on): Add inline. Clean up.
14017         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
14018         lib/unictype/bitmap.h.
14019         (Depends-on): Add inline. Clean up.
14020         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
14021         recognition.
14022         * tests/unicase/test-u16-tolower.c (main): Likewise.
14023         * tests/unicase/test-u32-tolower.c (main): Likewise.
14024
14025 2009-06-30  Bruno Haible  <bruno@clisp.org>
14026
14027         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
14028         * lib/unicase/u16-casemap.c: Likewise.
14029         * lib/unicase/u32-casemap.c: Likewise.
14030
14031 2009-06-29  Bruno Haible  <bruno@clisp.org>
14032
14033         Define u32_casefold as a wrapper around u32_ct_casefold.
14034         * lib/unicase/u32-casefold.c: Update.
14035         * modules/unicase/u32-casefold (Depends-on): Add
14036         unicase/u32-ct-casefold, unicase/empty-prefix-context,
14037         unicase/empty-suffix-context. Clean up.
14038
14039         Define u16_casefold as a wrapper around u16_ct_casefold.
14040         * lib/unicase/u16-casefold.c: Update.
14041         * modules/unicase/u16-casefold (Depends-on): Add
14042         unicase/u16-ct-casefold, unicase/empty-prefix-context,
14043         unicase/empty-suffix-context. Clean up.
14044
14045         Define u8_casefold as a wrapper around u8_ct_casefold.
14046         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
14047         * lib/unicase/u8-casefold.c: Update.
14048         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
14049         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14050
14051         Define u32_totitle as a wrapper around u32_ct_totitle.
14052         * lib/unicase/u32-totitle.c: Update.
14053         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14054         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14055
14056         Define u16_totitle as a wrapper around u16_ct_totitle.
14057         * lib/unicase/u16-totitle.c: Update.
14058         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14059         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14060
14061         Define u8_totitle as a wrapper around u8_ct_totitle.
14062         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14063         functions.
14064         (FUNC): Delegate to U_CT_TOTITLE.
14065         * lib/unicase/u8-totitle.c: Update.
14066         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14067         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14068
14069         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14070         invocation.
14071         * modules/unicase/u32-tolower (Depends-on): Add
14072         unicase/empty-prefix-context, unicase/empty-suffix-context.
14073
14074         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14075         invocation.
14076         * modules/unicase/u16-tolower (Depends-on): Add
14077         unicase/empty-prefix-context, unicase/empty-suffix-context.
14078
14079         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14080         * modules/unicase/u8-tolower (Depends-on): Add
14081         unicase/empty-prefix-context, unicase/empty-suffix-context.
14082
14083         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14084         invocation.
14085         * modules/unicase/u32-toupper (Depends-on): Add
14086         unicase/empty-prefix-context, unicase/empty-suffix-context.
14087
14088         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14089         invocation.
14090         * modules/unicase/u16-toupper (Depends-on): Add
14091         unicase/empty-prefix-context, unicase/empty-suffix-context.
14092
14093         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14094         * modules/unicase/u8-toupper (Depends-on): Add
14095         unicase/empty-prefix-context, unicase/empty-suffix-context.
14096
14097         New module 'unicase/u32-ct-casefold'.
14098         * lib/unicase/u32-ct-casefold.c: New file.
14099         * modules/unicase/u32-ct-casefold: New file.
14100
14101         New module 'unicase/u16-ct-casefold'.
14102         * lib/unicase/u16-ct-casefold.c: New file.
14103         * modules/unicase/u16-ct-casefold: New file.
14104
14105         New module 'unicase/u8-ct-casefold'.
14106         * lib/unicase/u8-ct-casefold.c: New file.
14107         * lib/unicase/u-ct-casefold.h: New file, derived from
14108         lib/unicase/u-casefold.h.
14109         * modules/unicase/u8-ct-casefold: New file.
14110
14111         New module 'unicase/u32-ct-totitle'.
14112         * lib/unicase/u32-ct-totitle.c: New file.
14113         * modules/unicase/u32-ct-totitle: New file.
14114
14115         New module 'unicase/u16-ct-totitle'.
14116         * lib/unicase/u16-ct-totitle.c: New file.
14117         * modules/unicase/u16-ct-totitle: New file.
14118
14119         New module 'unicase/u8-ct-totitle'.
14120         * lib/unicase/u8-ct-totitle.c: New file.
14121         * lib/unicase/u-ct-totitle.h: New file, derived from
14122         lib/unicase/u-totitle.h.
14123         * modules/unicase/u8-ct-totitle: New file.
14124
14125         New module 'unicase/u32-ct-tolower'.
14126         * lib/unicase/u32-ct-tolower.c: New file.
14127         * modules/unicase/u32-ct-tolower: New file.
14128
14129         New module 'unicase/u16-ct-tolower'.
14130         * lib/unicase/u16-ct-tolower.c: New file.
14131         * modules/unicase/u16-ct-tolower: New file.
14132
14133         New module 'unicase/u8-ct-tolower'.
14134         * lib/unicase/u8-ct-tolower.c: New file.
14135         * modules/unicase/u8-ct-tolower: New file.
14136
14137         New module 'unicase/u32-ct-toupper'.
14138         * lib/unicase/u32-ct-toupper.c: New file.
14139         * modules/unicase/u32-ct-toupper: New file.
14140
14141         New module 'unicase/u16-ct-toupper'.
14142         * lib/unicase/u16-ct-toupper.c: New file.
14143         * modules/unicase/u16-ct-toupper: New file.
14144
14145         New module 'unicase/u8-ct-toupper'.
14146         * lib/unicase/u8-ct-toupper.c: New file.
14147         * modules/unicase/u8-ct-toupper: New file.
14148
14149         Add context arguments to u*_casemap functions.
14150         * lib/unicase/unicasemap.h: Include unicase.h.
14151         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14152         suffix_context arguments.
14153         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14154         functions.
14155         (FUNC): Add prefix_context and suffix_context arguments. Use
14156         uc_is_cased and uc_is_case_ignorable.
14157         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14158         * lib/unicase/u16-casemap.c: Likewise.
14159         * lib/unicase/u32-casemap.c: Likewise.
14160         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14161         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14162         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14163         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14164         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14165         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14166
14167         New module 'unicase/u32-suffix-context'.
14168         * lib/unicase/u32-suffix-context.c: New file.
14169         * modules/unicase/u32-suffix-context: New file.
14170
14171         New module 'unicase/u16-suffix-context'.
14172         * lib/unicase/u16-suffix-context.c: New file.
14173         * modules/unicase/u16-suffix-context: New file.
14174
14175         New module 'unicase/u8-suffix-context'.
14176         * lib/unicase/u8-suffix-context.c: New file.
14177         * lib/unicase/u-suffix-context.h: New file.
14178         * modules/unicase/u8-suffix-context: New file.
14179
14180         New module 'unicase/empty-suffix-context'.
14181         * lib/unicase/empty-suffix-context.c: New file.
14182         * modules/unicase/empty-suffix-context: New file.
14183
14184         New module 'unicase/u32-prefix-context'.
14185         * lib/unicase/u32-prefix-context.c: New file.
14186         * modules/unicase/u32-prefix-context: New file.
14187
14188         New module 'unicase/u16-prefix-context'.
14189         * lib/unicase/u16-prefix-context.c: New file.
14190         * modules/unicase/u16-prefix-context: New file.
14191
14192         New module 'unicase/u8-prefix-context'.
14193         * lib/unicase/u8-prefix-context.c: New file.
14194         * lib/unicase/u-prefix-context.h: New file.
14195         * lib/unicase/context.h: New file.
14196         * modules/unicase/u8-prefix-context: New file.
14197
14198         New module 'unicase/empty-prefix-context'.
14199         * lib/unicase/empty-prefix-context.c: New file.
14200         * modules/unicase/empty-prefix-context: New file.
14201
14202         New module 'unicase/ignorable'.
14203         * lib/unicase/ignorable.c: New file.
14204         * modules/unicase/ignorable: New file.
14205
14206         New module 'unicase/cased'.
14207         * lib/unicase/caseprop.h: New file.
14208         * lib/unicase/cased.c: New file.
14209         * modules/unicase/cased: New file.
14210
14211         New functions for case mapping of substrings.
14212         * lib/unicase.h (casing_prefix_context_t): New type.
14213         (unicase_empty_prefix_context): New variable.
14214         (u8_casing_prefix_context, u16_casing_prefix_context,
14215         u32_casing_prefix_context, u8_casing_prefixes_context,
14216         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14217         declarations.
14218         (casing_suffix_context_t): New type.
14219         (unicase_empty_suffix_context): New variable.
14220         (u8_casing_suffix_context, u16_casing_suffix_context,
14221         u32_casing_suffix_context, u8_casing_suffixes_context,
14222         u16_casing_suffixes_context, u32_casing_suffixes_context,
14223         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14224         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14225         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14226         declarations.
14227
14228 2009-06-28  Jim Meyering  <meyering@redhat.com>
14229
14230         boostrap: indent only with spaces
14231         * build-aux/bootstrap: Indent only with spaces, never TABs.
14232
14233         bootstrap: split long lines
14234         * build-aux/bootstrap: Keep line length < 80.
14235
14236         bootstrap: sync from coreutils
14237         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14238         just as autoreconf does.  Verify a list of prerequisite
14239         package-name,version-number pairs if defined in bootstrap.conf.
14240         Refer to README-prereq, if prerequisites are not satisfied.
14241
14242 2009-06-27  Eric Blake  <ebb9@byu.net>
14243
14244         tests: add test for bogus NULL definition
14245         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14246         * tests/test-stdlib.c: Likewise.
14247         * tests/test-string.c: Likewise.
14248         * tests/test-locale.c: Likewise.
14249         * tests/test-unistd.c: Likewise.
14250         * modules/stdio-tests (Depends-on): Add verify.
14251         * modules/stdlib-tests (Depends-on): Likewise.
14252         * modules/string-tests (Depends-on): Likewise.
14253         * modules/locale-tests (Depends-on): Likewise.
14254         * modules/unistd-tests (Depends-on): Likewise.
14255
14256 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14257
14258         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14259         self-explaining comment.
14260         * m4/selinux-selinux-h: Update serial.
14261         (gl_LIBSELINUX): New macro, adding a warning for missing development
14262         packages to code extracted from...
14263         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14264         Add warning for missing development packages here, too.
14265
14266 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14267
14268         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14269
14270 2009-06-25  Eric Blake  <ebb9@byu.net>
14271
14272         version-etc: fix regression
14273         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14274         gcc.
14275         (version_etc): Use it, to catch bugs with trailing NULL.
14276         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14277         (version_etc_va): Fix logic bug.
14278         * modules/version-etc-tests: Add test.
14279         * tests/test-version-etc.c: New file.
14280         * tests/test-version-etc.sh: Likewise.
14281
14282 2009-06-25  Sam Steingold  <sds@gnu.org>
14283
14284         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14285         mbtowc declaration.
14286
14287 2009-06-25  Eric Blake  <ebb9@byu.net>
14288
14289         fpurge: migrate into <stdio.h>
14290         * lib/fpurge.h: Delete...
14291         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14292         * lib/fpurge.c (fpurge): Change declaring header.
14293         * modules/fpurge (Files): Drop deleted file.
14294         (Depends-on): Add stdio.
14295         (configure.ac): Set witness.
14296         * modules/stdio (Makefile.am): Support fpurge macros.
14297         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14298         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14299         * lib/fflush.c: Update client.
14300         * tests/test-fpurge.c: Likewise.
14301         * NEWS: Mention the change.
14302
14303 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14304
14305         * lib/argp-version-etc.c (program_authors): Add const
14306         qualifier.
14307         * lib/version-etc.c: Fix typos in the comments.
14308         * modules/argp-version-etc: Depends on version-etc.
14309
14310 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14311
14312         argp-version-etc: new module.
14313
14314         * lib/argp-version-etc.c: New file.
14315         * lib/argp-version-etc.h: New file.
14316         * modules/argp-version-etc: New file.
14317         * modules/argp-version-etc-tests: New file.
14318         * tests/test-argp-version-etc.c: New test.
14319         * tests/test-argp-version-etc-1.sh: New test.
14320
14321 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14322
14323         Provide additional interfaces and documentation for version-etc
14324         module.
14325
14326         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14327         interfaces.
14328         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14329         prototypes.
14330
14331 2009-06-24  Bruno Haible  <bruno@clisp.org>
14332
14333         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14334         HAVE_LIB${NAME} macro.
14335         Reported by Sam Steingold <sds@gnu.org>.
14336
14337 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14338
14339         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14340         needed.
14341
14342 2009-06-21  Bruno Haible  <bruno@clisp.org>
14343
14344         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14345         work.
14346         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14347         together with LIB${NAME}, LTLIB${NAME}.
14348         Reported by Sam Steingold <sds@gnu.org>.
14349
14350 2009-06-20  Jim Meyering  <meyering@redhat.com>
14351
14352         tests: make sc_require_test_exit_idiom more generic
14353         * top/maint.mk (Exit_witness_file): New overridable variable.
14354         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14355         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14356
14357 2009-06-19  Jim Meyering  <meyering@redhat.com>
14358
14359         hash: reverse order of src/dst parameters in an internal interface
14360         * lib/hash.c (transfer_entries): Reverse order of parameters to
14361         put DST before SRC.  Adjust callers.
14362
14363         tests: test-hash: avoid wholesale duplication
14364         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14365         Instead, use a loop and add a single conditional.
14366
14367         tests: test-hash: allow seed selection via a command line argument
14368         * tests/test-hash.c (get_seed): New function.
14369         (main): Use it.
14370
14371 2009-06-19  Eric Blake  <ebb9@byu.net>
14372
14373         hash: avoid memory leak on allocation failure
14374         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14375         failure.  Factor repeated algorithm...
14376         (transfer_entries): ...into new helper routine.
14377         (hash_delete): React to hash_rehash return value.
14378
14379         hash: reduce memory pressure in hash_rehash no-op case
14380         * lib/hash.c (next_prime): Avoid overflow.
14381         (hash_initialize): Factor bucket size computation...
14382         (compute_bucket_size): ...into new helper function.
14383         (hash_rehash): Use new function and open coding to reduce memory
14384         pressure, and avoid a memory leak in USE_OBSTACK code.
14385         Reported by Jim Meyering.
14386
14387 2009-06-18  Eric Blake  <ebb9@byu.net>
14388
14389         hash: make rotation more obvious
14390         * modules/hash (Depends-on): Add bitrotate and stdint.
14391         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14392         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14393         (SIZE_MAX): Rely on headers for definition.
14394         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14395         (raw_hasher): Use rotr_sz.
14396         Suggested by Jim Meyering.
14397
14398         hash: fix memory leak in last patch
14399         * lib/hash.c (hash_rehash): Avoid memory leak.
14400
14401         hash: avoid no-op rehashing
14402         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14403
14404         hash: provide default callback functions
14405         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14406         (hash_initialize): Use them as defaults.
14407         * tests/test-hash.c (main): Test this.
14408
14409         hash: minor optimization
14410         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14411         when possible.
14412         (hash_initialize): Document this promise.
14413         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14414         * tests/test-hash.c (hash_compare_strings): Test this.
14415
14416 2009-06-18  Bruno Haible  <bruno@clisp.org>
14417
14418         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14419         going to be replaced anyway.
14420
14421 2009-06-18  Bruno Haible  <bruno@clisp.org>
14422
14423         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14424         in one place.
14425         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14426         be replaced anyway.
14427
14428 2009-06-18  Eric Blake  <ebb9@byu.net>
14429
14430         hash: check for resize before insertion
14431         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14432         threshold before insertion, so that a pathological hash_rehash
14433         that fills every bucket can still trigger another rehash.
14434
14435 2009-06-18  Jim Meyering  <meyering@redhat.com>
14436
14437         hash-tests: add a loop around the small tests
14438         * tests/test-hash.c (main): Repeat small tests with selected
14439         small initial table sizes.
14440
14441 2009-06-17  Eric Blake  <ebb9@byu.net>
14442
14443         hash: minor cleanups
14444         * lib/hash.h (hash_entry): Make opaque, by moving...
14445         * lib/hash.c (hash_entry): ...here.
14446         (hash_insert): Clarify restrictions on what can be inserted.
14447         (hash_get_next): Clarify when it is safe to remove an element
14448         during traversal.
14449         (check_tuning): Skip verification when tuning is known safe.
14450         (hash_initialize): Clarify restrictions on tuning.
14451
14452 2009-06-17  Jim Meyering  <jim@meyering.net>
14453         and Eric Blake  <ebb9@byu.net>
14454
14455         hash-tests: new module
14456         * modules/hash-tests: New file.
14457         * tests/test-hash.c: New file.
14458
14459 2009-06-17  Eric Blake  <ebb9@byu.net>
14460
14461         strstr-simple: document new module
14462         * MODULES.html.sh: Document new module.
14463
14464         strstr, strcasestr: replace on platforms with broken memchr
14465         * modules/strstr: Split into...
14466         * modules/strstr-simple: ...new module that does not care about
14467         performance, but does care about glibc bug.
14468         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14469         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14470         if platform memchr is broken, per Debian bug 521737.
14471         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14472         memchr.
14473         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14474         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14475         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14476         * modules/mountlist (Depends-on): Add strstr-simple.
14477         * modules/gen-uni-tables (Depends-on): Likewise.
14478         * modules/argz (Depends-on): Add strstr.
14479
14480 2009-06-17  Bruno Haible  <bruno@clisp.org>
14481
14482         * modules/posix_spawn-internal (Depends-on): Add errno.
14483
14484 2009-06-17  Bruno Haible  <bruno@clisp.org>
14485
14486         Define missing ESTALE on Interix 3.5.
14487         * lib/errno.in.h (ESTALE): Assign a value if missing.
14488         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14489         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14490         missing.
14491         * doc/posix-headers/errno.texi: Mention the Interix bug.
14492         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14493
14494 2009-06-15  Eric Blake  <ebb9@byu.net>
14495
14496         memchr, memchr2: add valgrind exception
14497         * lib/memchr.valgrind: New file.
14498         * lib/memchr2.valgrind: New file.
14499         * modules/memchr (Files): Distribute valgrind file.
14500         * modules/memchr2 (Files): Likewise.
14501
14502         docs: memchr is no longer obsolete
14503         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14504         * lib/string.in.h (memchr): Simplify logic.
14505
14506 2009-06-14  Jim Meyering  <meyering@redhat.com>
14507
14508         link-follow: fix the "checking..." message to not mention trailing slash
14509         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14510         never considered trailing slashes.
14511
14512 2009-06-14  Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/memchr.m4: Mention also the bug on IA-64.
14515         * doc/posix-functions/memchr.texi: Likewise.
14516
14517 2009-06-12  Eric Blake  <ebb9@byu.net>
14518
14519         memchr: detect broken x86_64 and alpha implementations
14520         * modules/memchr-tests (Depends-on): Move mmap detection...
14521         * modules/memchr (Depends-on): ...here.
14522         (configure.ac): Set indicator.
14523         * lib/string.in.h (memchr): Declare replacement.
14524         * modules/string (Makefile.am): Trigger replacement.
14525         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14526         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14527         bugs.
14528         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14529         * modules/getpagesize (License): Relax license.
14530
14531 2009-06-11  Bruno Haible  <bruno@clisp.org>
14532
14533         * lib/idpriv.h: Add more references.
14534
14535 2009-06-08  Bruno Haible  <bruno@clisp.org>
14536
14537         Tests for module 'idpriv-droptemp'.
14538         * modules/idpriv-droptemp-tests: New file.
14539         * tests/test-idpriv-droptemp.sh: New file.
14540         * tests/test-idpriv-droptemp.su.sh: New file.
14541         * tests/test-idpriv-droptemp.c: New file.
14542
14543         New module 'idpriv-droptemp'.
14544         * lib/idpriv-droptemp.c: New file.
14545         * modules/idpriv-droptemp: New file.
14546
14547 2009-06-08  Bruno Haible  <bruno@clisp.org>
14548
14549         Tests for module 'idpriv-drop'.
14550         * modules/idpriv-drop-tests: New file.
14551         * tests/test-idpriv-drop.sh: New file.
14552         * tests/test-idpriv-drop.su.sh: New file.
14553         * tests/test-idpriv-drop.c: New file.
14554
14555         New module 'idpriv-drop'.
14556         * lib/idpriv.h: New file.
14557         * lib-idpriv-drop.c: New file.
14558         * m4/idpriv.m4: New file.
14559         * modules/idpriv-drop: New file.
14560
14561 2009-06-08  Bruno Haible  <bruno@clisp.org>
14562
14563         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14564         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14565         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14566         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14567         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14568         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14569         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14570
14571 2009-06-08  Eric Blake  <ebb9@byu.net>
14572
14573         test-strstr: use memory fence, when possible
14574         * tests/test-strstr.c (main): Use memory fence, in order to be
14575         more likely to trigger Debian bug 521737.
14576         * modules/strstr-tests (Files): Pull in additional files.
14577
14578         memchr: no longer obsolete, for wider field testing
14579         * modules/memchr (Status, Notice): Delete, this module is no
14580         longer obsolete.
14581         * modules/vasnprintf (Depends-on): Add memchr.
14582
14583 2009-06-07  Jim Meyering  <meyering@redhat.com>
14584
14585         hash: declare some functions with the warn_unused_result attribute
14586         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14587
14588 2009-06-07  Bruno Haible  <bruno@clisp.org>
14589
14590         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14591         Reported by Eric Blake.
14592
14593 2009-06-06  Eric Blake  <ebb9@byu.net>
14594
14595         test-alignof: fix typo with long double
14596         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14597         compiler error.
14598
14599 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14600
14601         Escape non-texinfo { and }s.
14602         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14603         markup error.
14604
14605 2009-06-04  Jim Meyering  <meyering@redhat.com>
14606
14607         gitlog-to-changelog: don't infloop on an empty commit log
14608         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14609         Reported by Boris Petersen <transacid@centerim.org>.
14610
14611 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14612
14613         version-etc: extend for packagers
14614         Add three new configure options, intended for packagers:
14615           --with-packager="packager name"
14616           --with-packager-version="packager-specific version"
14617           --with-packager-bug-reports="packager bug reporting"
14618         An example with coreutils:
14619           $ ./configure \
14620             --with-packager=Gentoo \
14621             --with-packager-bug-report=http://bugs.gentoo.org/ \
14622             --with-packager-version="patchset 1.6"
14623           $ ./src/ls --version | head -n2
14624           ls (GNU coreutils) 7.1-dirty
14625           Packaged by Gentoo (patchset 1.6)
14626         Note that the bug reporting info via --help doesn't show up because
14627         coreutils uses its own custom emit_bug_reporting_address() implementation
14628         in src/system.h.  If it didn't, it'd look like:
14629           $ ./src/ls --help | tail -n4
14630           Report bugs to <bug-coreutils@gnu.org>.
14631           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14632           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14633           General help using GNU software: <http://www.gnu.org/gethelp/>.
14634         * lib/version-etc.c: Print new information, if provided.
14635         * m4/version-etc.m4: New file.
14636         * modules/version-etc (Files): Add m4/version-etc.m4.
14637         (configure.ac): Add gl_VERSION_ETC.
14638
14639 2009-05-31  Bruno Haible  <bruno@clisp.org>
14640
14641         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14642         and 'int64_t'.
14643         * modules/alignof-tests (Dependencies): Add stdint.
14644         Reported by Eric Blake.
14645
14646 2009-05-31  Bruno Haible  <bruno@clisp.org>
14647
14648         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14649         restriction due to compiler bugs.
14650         Reported by Eric Blake.
14651
14652 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14653             Bruno Haible  <bruno@clisp.org>
14654
14655         Fix test-alignof failure.
14656         * lib/alignof.h (alignof_slot): New macro.
14657         (alignof_type): New macro, with the same semantics as the previous
14658         'alignof'.
14659         (alignof): Alias to alignof_slot.
14660         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14661         check that the results are usable as constant expressions.
14662
14663 2009-05-31  Bruno Haible  <bruno@clisp.org>
14664
14665         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14666         * tests/test-memchr.c (main): Check that memchr does not read past the
14667         first occurrence of the byte.
14668         * tests/test-strstr.c (main): Update comment.
14669         Suggested by Eric Blake.
14670
14671 2009-05-30  Bruno Haible  <bruno@clisp.org>
14672
14673         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14674         detail how to use dumpbin.
14675         Reported by David Byron <dbyron@dbyron.com>.
14676
14677 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14678
14679         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14680
14681 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14682
14683         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14684
14685 2009-05-28  Bruno Haible  <bruno@clisp.org>
14686
14687         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14688         build-aux/ files.
14689
14690 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14691
14692         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14693
14694 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14695
14696         * gnulib-tool (sed_transform_main_lib_file)
14697         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14698         regexps.
14699
14700 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14701
14702         * tests/test-strstr.c: Add another self-test.
14703         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14704         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14705
14706 2009-05-23  Bruno Haible  <bruno@clisp.org>
14707
14708         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14709         change.
14710
14711 2009-05-21  Bruno Haible  <bruno@clisp.org>
14712
14713         Simplify use of mode_t varargs.
14714         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14715         uses 'mode_t' or 'int'.
14716         * lib/openat.c (openat): Likewise.
14717         * lib/open-safer.c (open_safer): Likewise.
14718         * m4/mode_t.m4: New file.
14719         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14720         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14721         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14722         * modules/open (Files): Add m4/mode_t.m4.
14723         * modules/openat (Files): Likewise.
14724         * modules/fcntl-safer (Files): Likewise.
14725         Suggested by Eric Blake.
14726
14727 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14728
14729         * doc/glibc-functions/fallocate.texi: New file.
14730         * doc/gnulib.texi: Include it.
14731
14732 2009-05-21  Eric Blake  <ebb9@byu.net>
14733             Bruno Haible  <bruno@clisp.org>
14734
14735         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14736         invocations.
14737         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14738
14739 2009-05-21  Eric Blake  <ebb9@byu.net>
14740             Bruno Haible  <bruno@clisp.org>
14741
14742         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14743         include_next. Fix of 2008-11-20 commit.
14744         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14745         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14746         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14747         NEXT_MATH_H.
14748         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14749         instead of NEXT_MATH_H.
14750
14751 2009-05-21  Bruno Haible  <bruno@clisp.org>
14752
14753         Avoid redefinition warnings for SIZE_MAX.
14754         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14755         Reported by Simon Josefsson.
14756
14757 2009-05-21  Bruno Haible  <bruno@clisp.org>
14758
14759         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14760         AC_CACHE_VAL.
14761
14762 2009-05-20  Bruno Haible  <bruno@clisp.org>
14763
14764         Make zeroptr.h work on mingw.
14765         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14766         mprotect.
14767         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14768         * modules/memchr2-tests (configure.ac): Likewise.
14769         * modules/memcmp-tests (configure.ac): Likewise.
14770         * modules/memmem-tests (configure.ac): Likewise.
14771         * modules/memrchr-tests (configure.ac): Likewise.
14772         Reported by Simon Josefsson.
14773
14774 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14775
14776         * tests/test-glob.c: Include string.h for strcmp prototype.
14777
14778 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14779
14780         * modules/getdelim (Depends-on): Add explicit stdint, although it
14781         was implicitly already pulled in via realloc-posix.
14782         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14783
14784 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14785
14786         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14787         G. Christensen" <tgc@jupiterrise.com>.
14788         * m4/sys_socket_h.m4: Check for sa_family_t.
14789         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14790         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14791         * tests/test-sys_socket.c: Check that sa_family_t works.
14792
14793 2009-05-18  Eric Blake  <ebb9@byu.net>
14794
14795         maint.mk: allow gnulib_dir in VPATH build
14796         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14797
14798 2009-05-15  Jim Meyering  <meyering@redhat.com>
14799
14800         maint.mk: Give gnulib_dir a default definition.
14801         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14802         Thus, most packages no longer need to specify this variable in cfg.mk
14803
14804 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14805
14806         rename.m4: fix typos that would make non-mingw cross-configure fail
14807         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14808
14809 2009-05-13  Eric Blake  <ebb9@byu.net>
14810
14811         mmap-anon: avoid out-of-order autoconf expansion
14812         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14813         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14814         * modules/memchr-tests (Depends-on): Add extensions.
14815         * modules/memchr2-tests (Depends-on): Add extensions.
14816         * modules/memcmp-tests (Depends-on): Add extensions.
14817         * modules/memmem-tests (Depends-on): Add extensions.
14818         * modules/memrchr-tests (Depends-on): Add extensions.
14819
14820 2009-05-13  Bruno Haible  <bruno@clisp.org>
14821
14822         Make some tests ISO C 99 compliant.
14823         * tests/zerosize-ptr.h: New file.
14824         * tests/test-memchr.c: Include zerosize-ptr.h.
14825         (main): Use a zero-size object pointer instead of NULL.
14826         * tests/test-memchr2.c: Include zerosize-ptr.h.
14827         (main): Use a zero-size object pointer instead of NULL.
14828         * tests/test-memcmp.c: Include zerosize-ptr.h.
14829         (main): Use a zero-size object pointer instead of NULL.
14830         * tests/test-memmem.c: Include zerosize-ptr.h.
14831         (main): Use a zero-size object pointer instead of NULL.
14832         * tests/test-memrchr.c: Include zerosize-ptr.h.
14833         (main): Use a zero-size object pointer instead of NULL.
14834         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14835         m4/mmap-anon.m4.
14836         (Depends-on): Add getpagesize.
14837         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14838         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14839         m4/mmap-anon.m4.
14840         (Depends-on): Add getpagesize.
14841         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14842         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14843         m4/mmap-anon.m4.
14844         (Depends-on): Add getpagesize.
14845         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14846         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14847         m4/mmap-anon.m4.
14848         (Depends-on): Add getpagesize.
14849         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14850         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14851         m4/mmap-anon.m4.
14852         (Depends-on): Add getpagesize.
14853         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14854
14855 2009-05-12  Bruno Haible  <bruno@clisp.org>
14856
14857         Tests for module 'alignof'.
14858         * modules/alignof-tests: New file.
14859         * tests/test-alignof.c: New file.
14860
14861 2009-05-12  Bruno Haible  <bruno@clisp.org>
14862
14863         Fix alignof macro.
14864         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14865         vendor compilers that are always correct.
14866
14867 2009-05-12  Bruno Haible  <bruno@clisp.org>
14868
14869         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14870         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14871         not whether its fully works.
14872
14873 2009-05-12  Bruno Haible  <bruno@clisp.org>
14874
14875         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14876
14877 2009-05-12  Jim Meyering  <meyering@redhat.com>
14878
14879         * top/maint.mk: Adjust backslash alignment.
14880
14881 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14882
14883         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14884
14885 2009-05-11  Eric Blake  <ebb9@byu.net>
14886
14887         argp: avoid undefined behavior
14888         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14889         macros.
14890
14891 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14892
14893         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14894         user.name to prevent git commit from complaining.
14895
14896 2009-05-10  Bruno Haible  <bruno@clisp.org>
14897
14898         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14899         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14900         it rewrites every file name only once.
14901         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14902
14903 2009-05-08  Bruno Haible  <bruno@clisp.org>
14904
14905         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14906         instead of 'max'.
14907
14908 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14909
14910         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14911         sockaddr_storage test.
14912
14913 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14914
14915         * modules/sys_socket (Makefile.am): Substitute
14916         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14917         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14918         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14919         * tests/test-sys_socket.c: Check sockaddr_storage.
14920
14921 2009-05-08  Bruno Haible  <bruno@clisp.org>
14922
14923         New module 'alignof'.
14924         * lib/alignof.h: New file.
14925         * modules/alignof: New file.
14926
14927 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14928             Bruno Haible  <bruno@clisp.org>
14929
14930         Fix test-file-has-acl on FreeBSD.
14931         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14932         mask is implicitly added.
14933         * tests/test-file-has-acl.c: Include <signal.h>.
14934         (main): Terminate the test after 5 seconds.
14935         * modules/acl-tests (configure.ac): Check for alarm function.
14936
14937 2009-05-04  Bruno Haible  <bruno@clisp.org>
14938
14939         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14940         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14941         * modules/errno (configure.ac): Drop AC_REQUIRE.
14942         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14943         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14944
14945 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14946
14947         * modules/glob-tests: New module.
14948         * tests/test-glob.c: Add.
14949
14950 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14951
14952         * modules/fnmatch-tests: New module.
14953         * tests/test-fnmatch.c: Add.
14954
14955 2009-05-04  Eric Blake  <ebb9@byu.net>
14956
14957         maint: make the new no-submodule-changes rule VPATH-safe
14958         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14959
14960 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14961             Bruno Haible  <bruno@clisp.org>
14962
14963         acl: Fix infinite loop on FreeBSD.
14964         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14965         of return value from acl_get_entry.
14966         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14967         Likewise.
14968
14969 2009-05-03  Bruno Haible  <bruno@clisp.org>
14970
14971         * lib/acl-internal.h (acl_entries): Clarify return value.
14972         * lib/acl_entries.c (acl_entries): Likewise.
14973
14974 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14975
14976         Bug fix in acl module.
14977         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14978
14979 2009-05-03  Bruno Haible  <bruno@clisp.org>
14980
14981         Create gperf-generated file in the source dir, not in the build dir.
14982         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14983         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14984         * modules/unicase/locale-language (unicase/locale-languages.h):
14985         Likewise.
14986         * modules/unicase/special-casing (unicase/special-casing-table.h):
14987         Likewise.
14988         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14989         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14990         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14991         Reported by Ralf Wildenhues.
14992
14993 2009-05-03  Bruno Haible  <bruno@clisp.org>
14994
14995         * modules/fnmatch (Description, configure.ac): Taken from
14996         fnmatch-posix.
14997         * modules/fnmatch-posix: Turn into a symbolic reference to the
14998         'fnmatch' module, and deprecate.
14999         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
15000
15001 2009-05-03  Bruno Haible  <bruno@clisp.org>
15002
15003         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
15004         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
15005         Reported by Ralf Wildenhues.
15006
15007 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15008
15009         * m4/fnmatch.m4: Fix fnmatch re-define.
15010
15011 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15012
15013         priv-set: new module and tests; adapt write-any-file
15014         * lib/priv-set.c: New file.
15015         * lib/priv-set.h: New file.
15016         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
15017         * lib/write-any-file.c: Simplify by using priv-set module.
15018         * m4/priv-set.m4: New file.
15019         * modules/priv-set: New file.
15020         * modules/unlinkdir: Add dependency on priv-set module.
15021         * modules/write-any-file: Likewise.
15022
15023         Tests for module 'priv-set'.
15024         * modules/priv-set-tests: New file.
15025         * tests/test-priv-set.c: New file.
15026
15027 2009-05-03  Jim Meyering  <meyering@redhat.com>
15028             Bruno Haible  <bruno@clisp.org>
15029
15030         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
15031         use the converted UTF-8 variant of the name instead.
15032
15033 2009-05-03  Jim Meyering  <meyering@redhat.com>
15034
15035         tests: tighten some getdate tests
15036         * tests/test-getdate.c (main): Tighten tests: require equality,
15037         not just greater than.  Set TZ envvar to UTC0.
15038
15039 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
15040
15041         getdate: correctly interpret "next monday" when run on a Monday
15042         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
15043         that e.g., "next tues" (when run on a tuesday) results in a date
15044         that is one week in the future, and not today's date.
15045         I.e., add a week when the wday is the same as the current one.
15046         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
15047         and earlier by Martin Bernreuther and Jan Minář.
15048         * tests/test-getdate.c (main): Check that "next DAY" is always in
15049         the future and that "last DAY" is always in the past.
15050
15051 2009-05-02  Jim Meyering  <meyering@redhat.com>
15052
15053         build: ensure that a release build fails when a submodule is unclean
15054         * top/maint.mk (no-submodule-changes): New rule.
15055         (alpha beta major): Depend on it.
15056
15057 2009-05-02  Bruno Haible  <bruno@clisp.org>
15058
15059         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15060         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15061         shell variable gl_fnmatch_required to detect which variant is
15062         requested.
15063         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15064         gl_FUNC_FNMATCH_POSIX.
15065         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15066         exclude fnmatch-posix.
15067
15068 2009-05-02  Bruno Haible  <bruno@clisp.org>
15069
15070         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15071         * modules/mbsrtowcs (License): Change to LGPLv2+.
15072         * modules/strnlen1 (License): Likewise.
15073         Reported by Simon Josefsson.
15074
15075 2009-05-02  Bruno Haible  <bruno@clisp.org>
15076
15077         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15078         "cross".
15079         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15080         gnulib-tool was called with option --source-base=lib.
15081
15082 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15083
15084         Use automake *-local hooks without commands, for extensibility.
15085         * modules/localcharset (Makefile.am): Rename install-exec-local
15086         rule to install-exec-localcharset, and make it a prerequisite of
15087         install-exec-local.  Likewise, rename the uninstall-local rule to
15088         uninstall-localcharset, and make it a prerequisite of the former.
15089
15090 2009-05-01  Bruno Haible  <bruno@clisp.org>
15091
15092         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15093         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15094         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15095         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15096         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15097         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15098         m4/locale-zh.m4, m4/codeset.m4.
15099
15100         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15101         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15102         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15103         m4/locale-zh.m4.
15104
15105         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15106         REPLACE_WCRTOMB if mbstate_t must be replaced.
15107         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15108         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15109
15110 2009-05-01  Bruno Haible  <bruno@clisp.org>
15111
15112         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15113         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15114         dngettext, dcngettext, textdomain, bindtextdomain,
15115         bind_textdomain_codeset): Undefine before redefining.
15116
15117 2009-04-30  Bruno Haible  <bruno@clisp.org>
15118
15119         Fix bug introduced on 2009-04-25.
15120         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15121         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15122         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15123         is defined.
15124         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15125         is defined.
15126         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15127         is defined.
15128         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15129
15130 2009-04-28  Bruno Haible  <bruno@clisp.org>
15131
15132         Comment tweaks.
15133         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15134         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15135         * lib/unicase.h (u*_casexfrm): Likewise.
15136         Reported by Paolo Bonzini.
15137
15138 2009-04-28  Bruno Haible  <bruno@clisp.org>
15139
15140         Fix a compilation error.
15141         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15142         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15143         Reported by Jim Meyering.
15144
15145 2009-04-27  Bruno Haible  <bruno@clisp.org>
15146
15147         New module 'libunistring'.
15148         * modules/libunistring: New file.
15149         * m4/libunistring.m4: New file.
15150         * MODULES.html.sh (Unicode string functions): Add it.
15151
15152 2009-04-27  Eric Blake  <ebb9@byu.net>
15153
15154         maint.mk: allow package-specific header to provide <config.h>
15155         * top/maint.mk (sc_require_config_h): New variable.
15156         (sc_require_config_h, sc_require_config_h_first): Use it.
15157
15158 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15159
15160         * top/maint.mk (sc_avoid_if_before_free): Except
15161         useless-if-before-free script.
15162
15163 2009-04-27  Eric Blake  <ebb9@byu.net>
15164
15165         maintainer-makefile: depend on all required helper scripts
15166         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15167         useless-if-before-free.
15168         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15169         version, rather than assuming gnulib checkout is available.
15170         Reported by Simen Josefsson.
15171
15172 2009-04-26  Bruno Haible  <bruno@clisp.org>
15173
15174         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15175         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15176         "../" or "..".
15177
15178 2009-04-26  Bruno Haible  <bruno@clisp.org>
15179
15180         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15181         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15182         AC_LIB_HAVE_LINKFLAGS.
15183
15184 2009-04-26  Bruno Haible  <bruno@clisp.org>
15185
15186         Simplify calling convention of u*_conv_from_encoding.
15187         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15188         u32_conv_from_encoding): Expect a resultbuf argument and return the
15189         result directly as a pointer.
15190         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15191         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15192         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15193         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15194         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15195         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15196         Update.
15197         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15198         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15199         * lib/vasnprintf.c (VASNPRINTF): Update.
15200         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15201         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15202         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15203         * NEWS: Mention the change.
15204
15205 2009-04-26  Bruno Haible  <bruno@clisp.org>
15206
15207         Simplify calling convention of u*_conv_to_encoding.
15208         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15209         u32_conv_to_encoding): Expect a resultbuf argument and return the
15210         result directly as a pointer.
15211         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15212         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15213         freeing scaled_offsets if mem_iconveha failed.
15214         * lib/unicase/u-casexfrm.h (FUNC): Update.
15215         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15216         * lib/vasnprintf.c (VASNPRINTF): Update.
15217         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15218         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15219         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15220         * NEWS: Mention the change.
15221
15222 2009-04-26  Bruno Haible  <bruno@clisp.org>
15223
15224         Avoid test failures on AIX and OSF/1.
15225         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15226         malloc(0).
15227         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15228         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15229         Likewise.
15230         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15231         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15232         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15233         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15234         * doc/posix-functions/malloc.texi: Document the portability problem
15235         related to malloc(0).
15236
15237 2009-04-26  Bruno Haible  <bruno@clisp.org>
15238
15239         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15240         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15241         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15242
15243 2009-04-25  Bruno Haible  <bruno@clisp.org>
15244
15245         Avoid link error when creating a namespace clean library.
15246         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15247         as macro with arguments if already defined as an alias.
15248         * lib/signbitf.c (gl_signbitf): Don't undefine.
15249         * lib/signbitd.c (gl_signbitd): Don't undefine.
15250         * lib/signbitl.c (gl_signbitl): Don't undefine.
15251
15252 2009-04-25  Jim Meyering  <meyering@redhat.com>
15253
15254         vc-list-files: fix another quoting bug
15255         * build-aux/vc-list-files: Avoid sed backslash expansion
15256         of pathological directory names.
15257
15258 2009-04-25  Eric Blake  <ebb9@byu.net>
15259
15260         vc-list-files: fix shell quoting error
15261         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15262         timestamp.
15263
15264 2009-04-25  Jim Meyering  <meyering@redhat.com>
15265
15266         vc-list-files: restore lost functionality with subdir argument
15267         * build-aux/vc-list-files: When given a non-"." sub-directory
15268         argument, substitute the $dir/ prefix back onto each resulting name.
15269         Otherwise, coreutils' root_tests check would fail.
15270
15271 2009-04-24  Eric Blake  <ebb9@byu.net>
15272
15273         vc-list-files: ignore git symlinks
15274         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15275         than ls-files, to ignore git symlinks.
15276
15277         maint.mk: import improvements from m4
15278         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15279         (move_if_change): Delete unused macro.
15280         (news-date-check, vc-diff-check): Support VPATH builds.
15281         (announcement): Likewise.  Split --bootstrap-tools list...
15282         (boostrap-tools): ...into separate list, which can be overridden
15283         in cfg.mk.
15284         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15285         requiring dependency on useless-if-before-free module.
15286         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15287         Support VPATH builds.
15288
15289 2009-04-24  Jim Meyering  <meyering@redhat.com>
15290
15291         maint.mk: remove coreutils-specific rules and variables
15292         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15293         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15294         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15295
15296         maint.mk: remove obsolete rule
15297         * top/maint.mk (rel-check): Remove rule.
15298         (WGET, WGETFLAGS): Remove now-unused variables.
15299
15300 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15301
15302         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15303         consistency.
15304
15305         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15306         '$(PATH_SEPARATOR)' instead of ':'.
15307
15308 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15309
15310         * lib/getopt1.c (main): Use 'const' for static array.
15311
15312 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15313
15314         * top/maint.mk: Sync with coreutils.
15315         * NEWS: Explain incompatibilities.
15316
15317 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15318             Bruno Haible  <bruno@clisp.org>
15319
15320         Fix cross-compilation results.
15321         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15322         statement, as third argument of AC_TRY_RUN.
15323         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15324         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15325         Likewise.
15326         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15327         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15328         Likewise.
15329         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15330         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15331         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15332
15333 2009-04-20  Bruno Haible  <bruno@clisp.org>
15334
15335         Avoid test failure on mingw.
15336         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15337
15338 2009-04-20  Bruno Haible  <bruno@clisp.org>
15339
15340         Avoid compilation error on mingw.
15341         * modules/localename-tests (Depends-on): Add locale.
15342
15343 2009-04-19  Bruno Haible  <bruno@clisp.org>
15344
15345         Support for building a shared library on Windows platforms.
15346         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15347         (main): Test the presence of UNINORM_NFC here.
15348         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15349         (main): Test the presence of UNINORM_NFD here.
15350         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15351         (main): Test the presence of UNINORM_NFKC here.
15352         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15353         (main): Test the presence of UNINORM_NFKD here.
15354
15355 2009-04-19  Bruno Haible  <bruno@clisp.org>
15356
15357         Avoid a compiler warning.
15358         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15359         Change type of variable 'sequence'.
15360
15361 2009-04-19  Bruno Haible  <bruno@clisp.org>
15362
15363         * modules/configmake (Makefile.am): When the contents of configmake.h
15364         does not change, arrange to preserve its modification time.
15365
15366 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15367
15368         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15369         gettext domain.
15370
15371 2009-04-16  Jim Meyering  <meyering@redhat.com>
15372
15373         useless-if-before-free: improve conversion code
15374         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15375         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15376
15377 2009-04-14  Bruno Haible  <bruno@clisp.org>
15378
15379         * modules/fcntl (Depends-on): Add extensions.
15380         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15381
15382 2009-04-12  Ben Pfaff  <blp@gnu.org>
15383
15384         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15385         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15386
15387 2009-03-20  Ben Pfaff  <blp@gnu.org>
15388
15389         Make rename replace existing destinations on Windows.
15390         * m4/rename.m4: Add test for Mingw.
15391         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15392         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15393         * doc/posix-functions/rename.texi: Document.
15394
15395 2009-04-10  Bruno Haible  <bruno@clisp.org>
15396
15397         New include file "iconveh.h".
15398         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15399         * lib/striconveh.h: Include it.
15400         (enum iconv_ilseq_handler): Remove definition.
15401         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15402         striconveh.h.
15403         * lib/striconveha.c: Include striconveh.h.
15404         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15405         * modules/striconveh (Files): Add lib/iconveh.h.
15406         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15407         lib/striconveh.h.
15408
15409 2009-04-10  Bruno Haible  <bruno@clisp.org>
15410
15411         * lib/uniconv.h: Update comment.
15412
15413 2009-04-10  Bruno Haible  <bruno@clisp.org>
15414
15415         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15416         always.
15417         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15418         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15419         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15420         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15421         "unistring-notinline.h", so that the function gets defined always.
15422         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15423         * lib/unistr/u8-uctomb.c: Likewise.
15424         * lib/unistr/u16-mbtouc.c: Likewise.
15425         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15426         * lib/unistr/u16-uctomb.c: Likewise.
15427         * lib/unistr/u32-mbtouc.c: Likewise.
15428         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15429         * lib/unistr/u32-uctomb.c: Likewise.
15430
15431 2009-04-10  Bruno Haible  <bruno@clisp.org>
15432
15433         Mark 'utime' obsolete.
15434         * modules/utime (Status, Notice): New sections.
15435         Suggested by Jim Meyering.
15436
15437         Fix cross-compile guess for utime test.
15438         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15439         autoconf.
15440         * doc/posix-functions/utime.texi: Give more precisions.
15441         Reported by Jan <ipif@ymail.com>.
15442
15443 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15444
15445         filevercmp: correct today's change
15446         * lib/filevercmp.c: Also handle coreutils' test inputs.
15447         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15448
15449         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15450         for reporting it.
15451         * lib/filevercmp.c: Special handle for "", "." and "..".
15452         * tests/test-filevercmp.c: Enlarge the set suite.
15453
15454 2009-04-07  Jim Meyering  <meyering@redhat.com>
15455
15456         useless-if-before-free: show how to remove braced useless free, too
15457         * build-aux/useless-if-before-free: still only in a comment, though.
15458
15459 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15460
15461         maint.mk: import changes to syntax-check macros from coreutils
15462         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15463         Use them in the relevant macros.
15464
15465 2009-04-06  Bruno Haible  <bruno@clisp.org>
15466
15467         Fix unportable use of bit-fields.
15468         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15469         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15470         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15471
15472 2009-04-06  Bruno Haible  <bruno@clisp.org>
15473
15474         Avoid test failures on AIX and OSF/1.
15475         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15476         that malloc(0) = NULL.
15477         * tests/unicase/test-u8-tolower.c (check): Likewise.
15478         * tests/unicase/test-u8-totitle.c (check): Likewise.
15479         * tests/unicase/test-u8-toupper.c (check): Likewise.
15480         * tests/unicase/test-u16-casefold.c (check): Likewise.
15481         * tests/unicase/test-u16-tolower.c (check): Likewise.
15482         * tests/unicase/test-u16-totitle.c (check): Likewise.
15483         * tests/unicase/test-u16-toupper.c (check): Likewise.
15484         * tests/unicase/test-u32-casefold.c (check): Likewise.
15485         * tests/unicase/test-u32-tolower.c (check): Likewise.
15486         * tests/unicase/test-u32-totitle.c (check): Likewise.
15487         * tests/unicase/test-u32-toupper.c (check): Likewise.
15488         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15489         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15490         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15491         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15492         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15493         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15494         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15495         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15496         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15497         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15498         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15499         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15500
15501 2009-04-05  Bruno Haible  <bruno@clisp.org>
15502
15503         Work around an autoconf limitation.
15504         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15505         comment line if it would be longer than 3 KB.
15506
15507 2009-04-05  Bruno Haible  <bruno@clisp.org>
15508
15509         Avoid test failure with libiconv-1.13.
15510         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15511         of the expected test results.
15512
15513 2009-04-05  Bruno Haible  <bruno@clisp.org>
15514
15515         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15516         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15517         that it should be installed.
15518
15519 2009-04-05  Bruno Haible  <bruno@clisp.org>
15520
15521         * gnulib-tool: New option --copy-file.
15522         (func_usage): Document it.
15523         (func_dest_tmpfilename): Moved out of func_import.
15524         (func_add_file, func_update_file): New functions, extracted from
15525         func_import.
15526         (func_import): Update.
15527
15528 2009-04-05  Karl Berry  <karl@gnu.org>
15529
15530         * README: prominently mention gnulib-tool.
15531         Rearrange sections so getting the code is near the top.
15532
15533 2009-04-05  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/unicase.h: Mention u*_cmp2.
15536         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15537         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15538         * lib/unicase/ulc-casecmp.c: Likewise.
15539         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15540         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15541         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15542         unistr/u8-cmp.
15543         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15544         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15545         unistr/u16-cmp.
15546         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15547         unistr/u32-cmp.
15548
15549         * lib/uninorm.h: Mention u*_cmp2.
15550         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15551         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15552         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15553         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15554         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15555         unistr/u8-cmp.
15556         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15557         unistr/u16-cmp.
15558         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15559         unistr/u32-cmp.
15560
15561         New module 'unistr/u32-cmp2'.
15562         * lib/unistr/u32-cmp2.c: New file.
15563         * modules/unistr/u32-cmp2: New file.
15564
15565         New module 'unistr/u16-cmp2'.
15566         * lib/unistr/u16-cmp2.c: New file.
15567         * modules/unistr/u16-cmp2: New file.
15568
15569         New module 'unistr/u8-cmp2'.
15570         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15571         * lib/unistr/u8-cmp2.c: New file.
15572         * lib/unistr/u-cmp2.h: New file.
15573         * modules/unistr/u8-cmp2: New file.
15574
15575 2009-04-05  Bruno Haible  <bruno@clisp.org>
15576
15577         * lib/unictype.h (uc_property_is_valid): New macro.
15578         * tests/unictype/test-pr_byname.c (main): Use it.
15579
15580         * lib/unistr.h: Doc fixes.
15581         * lib/uniconv.h: Doc fixes.
15582         * lib/unictype.h: Doc fixes.
15583
15584 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15585
15586         Port coreutils 7.2 to Solaris 8.
15587
15588         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15589         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15590         for Solaris 8.  This is a bit of a hack, as it means it's the
15591         caller's responsibility to add -lnsl if needed, but most likely it
15592         won't be needed since only getaddrinfo uses this and getaddrinfo
15593         isn't needed on Solaris 8.
15594
15595         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15596         problem to Solaris 8 encountered with coreutils 7.2, which
15597         resulted in a message "fnmatch.c:292: warning: passing argument 4
15598         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15599         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15600
15601 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15602
15603         * m4/ld-version-script.m4: Add FIXME comment.
15604
15605 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15606
15607         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15608         SOVERSION variable.
15609
15610 2009-04-02  Bruno Haible  <bruno@clisp.org>
15611
15612         * Makefile (info, html, dvi, pdf): Combine the rules.
15613         Suggested by Jim Meyering.
15614
15615 2009-04-01  Bruno Haible  <bruno@clisp.org>
15616
15617         * Makefile (info, html, dvi, pdf): New targets.
15618         Reported by Reuben Thomas <rrt@sc3d.org>.
15619
15620 2009-04-01  Bruno Haible  <bruno@clisp.org>
15621
15622         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15623         can be put into PATH.
15624         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15625
15626 2009-04-01  Bruno Haible  <bruno@clisp.org>
15627
15628         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15629
15630 2009-04-01  Bruno Haible  <bruno@clisp.org>
15631
15632         Rename module 'visibility'.
15633         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15634         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15635         * doc/gnulib.texi: Update.
15636         * MODULES.html.sh (Misc): Update.
15637         * NEWS: Mention the change.
15638
15639 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15640
15641         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15642         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15643         Eric Blake <ebb9@byu.net> for review.
15644         * MODULES.html.sh: Add lib-msvc-compat.
15645         * doc/gnulib.texi: Link to new section.
15646         * m4/ld-output-def.m4: New file.
15647         * doc/ld-output-def.texi: New file.
15648
15649 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15650
15651         Rename ld-version-script to lib-symbol-versions.  Suggested by
15652         Bruno Haible <bruno@clisp.org>.
15653         * modules/ld-version-script: Renamed to lib-symbol-versions.
15654         * doc/ld-version-script.texi: Fix module name.
15655         * MODULES.html.sh: Add lib-symbol-versions.
15656
15657 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15658
15659         * modules/u64-tests: New file.
15660         * tests/test-u64.c: New file.
15661
15662 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15663
15664         * MODULES.html.sh: Mention u64.
15665         * modules/u64: New module.
15666         * modules/crypto/sha512: Depend on u64 module instead of providing
15667         u64.h.
15668
15669 2009-03-27  Eric Blake  <ebb9@byu.net>
15670
15671         test-strerror: make debugging EAI_SYSTEM easier
15672         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15673         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15674         failure was EAI_SYSTEM.
15675
15676 2009-03-25  Bruno Haible  <bruno@clisp.org>
15677
15678         Fix a problem with --enable-relocatable on Solaris 7.
15679         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15680         since 2008-02-24.
15681
15682 2009-03-25  Eric Blake  <ebb9@byu.net>
15683
15684         test-sockets: avoid gcc warning
15685         * tests/test-sockets.c (main): Silence compiler warning.
15686
15687 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         New modules nproc, pthread, contributed by Glen Lenker.
15690
15691         * MODULES.html.sh: Add pthread, nproc.
15692         * lib/nproc.c: New file.
15693         * lib/nproc.h: New file.
15694         * lib/pthread.in.h: New file.
15695         * m4/pthread.m4: New file.
15696         * modules/nproc: New file.
15697         * modules/pthread: New file.
15698
15699 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15700
15701         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15702         New variable.
15703
15704 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15705
15706         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15707         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15708         * tests/test-filevercmp.c: Add tests for backup suffixes.
15709
15710 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15711
15712         * modules/stdlib (Depends-on): Add stdint, needed when defining
15713         struct random_data on, for example, HP-UX 10.20.  Reported by
15714         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15715
15716 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15717
15718         * lib/readline.c (readline): Call fflush on stdout after printing
15719         prompt.
15720
15721 2009-03-20  Bruno Haible  <bruno@clisp.org>
15722
15723         Remove dependency from 'close' module to -lws2_32 on native Windows.
15724         * lib/close-hook.h: New file.
15725         * lib/close-hook.c: New file.
15726         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15727         w32sock.h.
15728         (_gl_close_fd_maybe_socket): Remove function.
15729         (rpl_close): Invoke execute_all_close_hooks instead of
15730         _gl_close_fd_maybe_socket.
15731         * lib/sockets.c: Include close-hook.h, w32sock.h.
15732         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15733         (close_sockets_hook): New variable.
15734         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15735         (gl_sockets_cleanup): Unregister it.
15736         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15737         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15738         * modules/close-hook: New file.
15739         * modules/close (Files): Remove lib/w32sock.h.
15740         (Depends-on): Add close-hook.
15741         (Link): Remove section.
15742         * modules/sockets (Files): Add lib/w32sock.h.
15743         (Depends-on): Add close-hook.
15744         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15745         invocation.
15746         * NEWS: Mention that LIB_CLOSE is gone.
15747
15748 2009-03-23  Eric Blake  <ebb9@byu.net>
15749
15750         signal-tests: test previous patch
15751         * tests/test-signal.c: New file.
15752         * modules/signal-tests: Likewise.
15753
15754         signal.h: always support 'volatile sig_atomic_t'
15755         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15756         (gl_SIGNAL_H_DEFAULTS): Add a default.
15757         * modules/signal (Makefile.am): Substitute if needed.
15758         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15759         users can blindly add volatile.
15760         * doc/posix-headers/signal.texi (signal.h): Document it.
15761         Reported by Matthew Woehlke.
15762
15763 2009-03-23  Jim Meyering  <meyering@redhat.com>
15764
15765         pathmax: PATH_MAX: use pathconf only when available
15766         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15767         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15768         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15769         This avoids a link failure in a PSP cross-compilation environment
15770         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15771
15772         * lib/vasnprintf.c (divide): Fix typo in comment.
15773
15774 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15775
15776         * gnulib-tool (func_filter_filelist): Fix comment.
15777
15778 2009-03-20  Bruno Haible  <bruno@clisp.org>
15779
15780         Make sockets.h self-contained.
15781         * lib/sockets.c: Include sockets.h first.
15782         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15783
15784 2009-03-19  Eric Blake  <ebb9@byu.net>
15785
15786         doc: mention more functions added in cygwin 1.7.0
15787         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15788         addition.
15789         * doc/posix-functions/log2f.texi: Likewise.
15790
15791 2009-03-19  Jim Meyering  <meyering@redhat.com>
15792
15793         fsusage: avoid syntax error due to statement-before-declaration
15794         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15795         after all declarations.  Reported by Matthew Woehlke in
15796         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15797
15798 2009-03-18  Eric Blake  <ebb9@byu.net>
15799
15800         build-aux/compile: sync from automake
15801         * build-aux/compile: New file, from automake.
15802         * config/srclist.txt: Mention build-aux/compile.
15803
15804 2009-03-17  Bruno Haible  <bruno@clisp.org>
15805
15806         * lib/git-merge-changelog.c: Fix typo in comment.
15807         Reported by Reuben Thomas <rrt@sc3d.org>.
15808
15809 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15810
15811         * m4/regex.m4: update and improve help for
15812         --without-included-regex.
15813
15814 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15815
15816         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15817         failure on missing include files.
15818
15819 2009-03-17  Eric Blake  <ebb9@byu.net>
15820
15821         doc: mention more functions added in cygwin 1.7.0
15822         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15823         addition.
15824         * doc/posix-functions/fwscanf.texi: Likewise.
15825         * doc/posix-functions/swprintf.texi: Likewise.
15826         * doc/posix-functions/swscanf.texi: Likewise.
15827         * doc/posix-functions/vfwprintf.texi: Likewise.
15828         * doc/posix-functions/vfwscanf.texi: Likewise.
15829         * doc/posix-functions/vswprintf.texi: Likewise.
15830         * doc/posix-functions/vswscanf.texi: Likewise.
15831         * doc/posix-functions/vwprintf.texi: Likewise.
15832         * doc/posix-functions/vwscanf.texi: Likewise.
15833         * doc/posix-functions/wcscasecmp.texi: Likewise.
15834         * doc/posix-functions/wcsdup.texi: Likewise.
15835         * doc/posix-functions/wcsftime.texi: Likewise.
15836         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15837         * doc/posix-functions/wprintf.texi: Likewise.
15838         * doc/posix-functions/wscanf.texi: Likewise.
15839         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15840
15841 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15842
15843         maint.mk: really add $(AM_MAKEFLAGS)
15844         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15845         was inadvertently omitted in the last commit.
15846         Spotted by Bruno Haible.
15847
15848         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15849         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15850         $(AM_MAKEFLAGS)' rather than plain `make'.
15851
15852         gnulib-tool: execute $MAKE not make
15853         * gnulib-tool: Default $MAKE to 'make'.
15854         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15855         than make.  Initialize $MAKE in the do-autobuild script.
15856
15857         gnulib-tool: use $MAKE not make in generated files
15858         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15859         make, in generated files.  Initialize $MAKE in the do-autobuild
15860         script.
15861
15862         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15863
15864         GNUmakefile: disable parallelism only for multiple, recursive targets
15865         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15866         additions in the Makefile.
15867         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15868         by Automake.
15869         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15870         are listed on the command line and at least one of them is
15871         listed in $(ALL_RECURSIVE_TARGETS).
15872
15873 2009-03-14  Bruno Haible  <bruno@clisp.org>
15874
15875         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15876         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15877         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15878         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15879         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15880         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15881         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15882         unistr/u8-uctomb.
15883         * modules/unistr/u8-strchr (Depends-on): Likewise.
15884         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15885         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15886         unistr/u16-uctomb.
15887         * modules/unistr/u16-strchr (Depends-on): Likewise.
15888         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15889
15890 2009-03-12  Bruno Haible  <bruno@clisp.org>
15891
15892         Work around select() bug on Interix 3.5.
15893         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15894         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15895         * m4/select.m4: New file.
15896         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15897         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15898         * modules/select (Files): Add m4/select.m4.
15899         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15900         * modules/nanosleep (Depends-on): Add select.
15901         * modules/poll (Depends-on): Likewise.
15902         * doc/posix-functions/select.texi: Mention the Interix bug.
15903         Reported by Markus Duft <mduft@gentoo.org>.
15904
15905         * lib/select.c: Renamed from lib/winsock-select.c.
15906         * modules/select (Files): Add lib/select.c, remove
15907         lib/winsock-select.c.
15908         (configure.ac): Update.
15909
15910 2009-03-12  Jim Meyering  <meyering@redhat.com>
15911
15912         avoid gcc warnings about unused macro definitions
15913         * lib/readtokens.c (STREQ): Remove unused definition.
15914         * lib/xmalloc.c (SIZE_MAX): Likewise.
15915         * lib/openat-die.c (N_): Likewise.
15916         * lib/mountlist.c (SIZE_MAX): Remove definition.
15917         Instead, include <stdint.h>.
15918         * lib/readutmp.c: Likewise.
15919         * modules/readutmp (Depends-on): Add stdint.
15920         * modules/mountlist (Depends-on): Add stdint.
15921         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15922
15923 2009-03-10  Bruno Haible  <bruno@clisp.org>
15924
15925         Tests for module 'mbmemcasecoll'.
15926         * modules/mbmemcasecoll-tests: New file.
15927         * tests/test-mbmemcasecoll1.sh: New file.
15928         * tests/test-mbmemcasecoll2.sh: New file.
15929         * tests/test-mbmemcasecoll3.sh: New file.
15930         * tests/test-mbmemcasecoll.c: New file.
15931
15932         New module 'mbmemcasecoll'.
15933         * lib/mbmemcasecoll.h: New file.
15934         * lib/mbmemcasecoll.c: New file.
15935         * modules/mbmemcasecoll: New file.
15936
15937         * tests/test-mbmemcasecmp.h: New file, extracted from
15938         tests/test-mbmemcasecmp.c.
15939         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15940         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15941         (main): Update.
15942         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15943
15944 2009-03-09  Bruno Haible  <bruno@clisp.org>
15945
15946         Tests for module 'mbmemcasecmp'.
15947         * modules/mbmemcasecmp-tests: New file.
15948         * tests/test-mbmemcasecmp1.sh: New file.
15949         * tests/test-mbmemcasecmp2.sh: New file.
15950         * tests/test-mbmemcasecmp3.sh: New file.
15951         * tests/test-mbmemcasecmp.c: New file.
15952
15953         New module 'mbmemcasecmp'.
15954         * lib/mbmemcasecmp.h: New file.
15955         * lib/mbmemcasecmp.c: New file.
15956         * modules/mbmemcasecmp: New file.
15957
15958 2009-03-09  Bruno Haible  <bruno@clisp.org>
15959
15960         Tests for module 'unicase/ulc-casecoll'.
15961         * modules/unicase/ulc-casecoll-tests: New file.
15962         * tests/unicase/test-ulc-casecoll1.sh: New file.
15963         * tests/unicase/test-ulc-casecoll2.sh: New file.
15964         * tests/unicase/test-ulc-casecoll.c: New file.
15965
15966         New module 'unicase/ulc-casecoll'.
15967         * lib/unicase.h (ulc_casecoll): New declaration.
15968         * lib/unicase/ulc-casecoll.c: New file.
15969         * modules/unicase/ulc-casecoll: New file.
15970
15971         New module 'unicase/ulc-casexfrm'.
15972         * lib/unicase.h (ulc_casexfrm): New declaration.
15973         * lib/unicase/ulc-casexfrm.c: New file.
15974         * modules/unicase/ulc-casexfrm: New file.
15975
15976 2009-03-09  Bruno Haible  <bruno@clisp.org>
15977
15978         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15979         invocations.
15980
15981         * m4/mbscasecmp.m4: Remove file.
15982         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15983         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15984
15985         * m4/mbscasestr.m4: Remove file.
15986         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15987         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15988
15989         * m4/mbschr.m4: Remove file.
15990         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15991         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15992
15993         * m4/mbscspn.m4: Remove file.
15994         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15995         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15996
15997         * m4/mbslen.m4: Remove file.
15998         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15999         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
16000
16001         * m4/mbsncasecmp.m4: Remove file.
16002         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
16003         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
16004
16005         * m4/mbsnlen.m4: Remove file.
16006         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
16007         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
16008
16009         * m4/mbspbrk.m4: Remove file.
16010         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
16011         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
16012
16013         * m4/mbspcasecmp.m4: Remove file.
16014         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
16015         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
16016
16017         * m4/mbsrchr.m4: Remove file.
16018         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
16019         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
16020
16021         * m4/mbssep.m4: Remove file.
16022         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
16023         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
16024
16025         * m4/mbsspn.m4: Remove file.
16026         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
16027         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
16028
16029         * m4/mbsstr.m4: Remove file.
16030         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
16031         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
16032
16033         * m4/mbstok_r.m4: Remove file.
16034         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
16035         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
16036
16037         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
16038
16039         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
16040         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
16041
16042         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
16043
16044 2009-03-08  Bruno Haible  <bruno@clisp.org>
16045
16046         Tests for module 'unicase/ulc-casecmp'.
16047         * modules/unicase/ulc-casecmp-tests: New file.
16048         * tests/unicase/test-ulc-casecmp1.sh: New file.
16049         * tests/unicase/test-ulc-casecmp2.sh: New file.
16050         * tests/unicase/test-ulc-casecmp.c: New file.
16051
16052         New module 'unicase/ulc-casecmp'.
16053         * lib/unicase.h (ulc_casecmp): New declaration.
16054         * lib/unicase/ulc-casecmp.c: New file.
16055         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16056         'const SRC_UNIT *'.
16057         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16058         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16059         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16060         * modules/unicase/ulc-casecmp: New file.
16061
16062         Tests for module 'unicase/u32-is-cased'.
16063         * modules/unicase/u32-is-cased-tests: New file.
16064         * tests/unicase/test-u32-is-cased.c: New file.
16065
16066         Tests for module 'unicase/u16-is-cased'.
16067         * modules/unicase/u16-is-cased-tests: New file.
16068         * tests/unicase/test-u16-is-cased.c: New file.
16069
16070         Tests for module 'unicase/u8-is-cased'.
16071         * modules/unicase/u8-is-cased-tests: New file.
16072         * tests/unicase/test-u8-is-cased.c: New file.
16073         * tests/unicase/test-is-cased.h: New file.
16074
16075         New module 'unicase/u32-is-cased'.
16076         * lib/unicase/u32-is-cased.c: New file.
16077         * modules/unicase/u32-is-cased: New file.
16078
16079         New module 'unicase/u16-is-cased'.
16080         * lib/unicase/u16-is-cased.c: New file.
16081         * modules/unicase/u16-is-cased: New file.
16082
16083         New module 'unicase/u8-is-cased'.
16084         * lib/unicase/u8-is-cased.c: New file.
16085         * lib/unicase/u-is-cased.h: New file.
16086         * modules/unicase/u8-is-cased: New file.
16087
16088         Tests for module 'unicase/u32-is-casefolded'.
16089         * modules/unicase/u32-is-casefolded-tests: New file.
16090         * tests/unicase/test-u32-is-casefolded.c: New file.
16091
16092         Tests for module 'unicase/u16-is-casefolded'.
16093         * modules/unicase/u16-is-casefolded-tests: New file.
16094         * tests/unicase/test-u16-is-casefolded.c: New file.
16095
16096         Tests for module 'unicase/u8-is-casefolded'.
16097         * modules/unicase/u8-is-casefolded-tests: New file.
16098         * tests/unicase/test-u8-is-casefolded.c: New file.
16099         * tests/unicase/test-is-casefolded.h: New file.
16100
16101         New module 'unicase/u32-is-casefolded'.
16102         * lib/unicase/u32-is-casefolded.c: New file.
16103         * modules/unicase/u32-is-casefolded: New file.
16104
16105         New module 'unicase/u16-is-casefolded'.
16106         * lib/unicase/u16-is-casefolded.c: New file.
16107         * modules/unicase/u16-is-casefolded: New file.
16108
16109         New module 'unicase/u8-is-casefolded'.
16110         * lib/unicase/u8-is-casefolded.c: New file.
16111         * modules/unicase/u8-is-casefolded: New file.
16112
16113         Tests for module 'unicase/u32-is-titlecase'.
16114         * modules/unicase/u32-is-titlecase-tests: New file.
16115         * tests/unicase/test-u32-is-titlecase.c: New file.
16116
16117         Tests for module 'unicase/u16-is-titlecase'.
16118         * modules/unicase/u16-is-titlecase-tests: New file.
16119         * tests/unicase/test-u16-is-titlecase.c: New file.
16120
16121         Tests for module 'unicase/u8-is-titlecase'.
16122         * modules/unicase/u8-is-titlecase-tests: New file.
16123         * tests/unicase/test-u8-is-titlecase.c: New file.
16124         * tests/unicase/test-is-titlecase.h: New file.
16125
16126         New module 'unicase/u32-is-titlecase'.
16127         * lib/unicase/u32-is-titlecase.c: New file.
16128         * modules/unicase/u32-is-titlecase: New file.
16129
16130         New module 'unicase/u16-is-titlecase'.
16131         * lib/unicase/u16-is-titlecase.c: New file.
16132         * modules/unicase/u16-is-titlecase: New file.
16133
16134         New module 'unicase/u8-is-titlecase'.
16135         * lib/unicase/u8-is-titlecase.c: New file.
16136         * modules/unicase/u8-is-titlecase: New file.
16137
16138         Tests for module 'unicase/u32-is-lowercase'.
16139         * modules/unicase/u32-is-lowercase-tests: New file.
16140         * tests/unicase/test-u32-is-lowercase.c: New file.
16141
16142         Tests for module 'unicase/u16-is-lowercase'.
16143         * modules/unicase/u16-is-lowercase-tests: New file.
16144         * tests/unicase/test-u16-is-lowercase.c: New file.
16145
16146         Tests for module 'unicase/u8-is-lowercase'.
16147         * modules/unicase/u8-is-lowercase-tests: New file.
16148         * tests/unicase/test-u8-is-lowercase.c: New file.
16149         * tests/unicase/test-is-lowercase.h: New file.
16150
16151         New module 'unicase/u32-is-lowercase'.
16152         * lib/unicase/u32-is-lowercase.c: New file.
16153         * modules/unicase/u32-is-lowercase: New file.
16154
16155         New module 'unicase/u16-is-lowercase'.
16156         * lib/unicase/u16-is-lowercase.c: New file.
16157         * modules/unicase/u16-is-lowercase: New file.
16158
16159         New module 'unicase/u8-is-lowercase'.
16160         * lib/unicase/u8-is-lowercase.c: New file.
16161         * modules/unicase/u8-is-lowercase: New file.
16162
16163         Tests for module 'unicase/u32-is-uppercase'.
16164         * modules/unicase/u32-is-uppercase-tests: New file.
16165         * tests/unicase/test-u32-is-uppercase.c: New file.
16166
16167         Tests for module 'unicase/u16-is-uppercase'.
16168         * modules/unicase/u16-is-uppercase-tests: New file.
16169         * tests/unicase/test-u16-is-uppercase.c: New file.
16170
16171         Tests for module 'unicase/u8-is-uppercase'.
16172         * modules/unicase/u8-is-uppercase-tests: New file.
16173         * tests/unicase/test-u8-is-uppercase.c: New file.
16174         * tests/unicase/test-is-uppercase.h: New file.
16175
16176         New module 'unicase/u32-is-uppercase'.
16177         * lib/unicase/u32-is-uppercase.c: New file.
16178         * modules/unicase/u32-is-uppercase: New file.
16179
16180         New module 'unicase/u16-is-uppercase'.
16181         * lib/unicase/u16-is-uppercase.c: New file.
16182         * modules/unicase/u16-is-uppercase: New file.
16183
16184         New module 'unicase/u8-is-uppercase'.
16185         * lib/unicase/u8-is-uppercase.c: New file.
16186         * modules/unicase/u8-is-uppercase: New file.
16187
16188         New module 'unicase/u32-is-invariant'.
16189         * lib/unicase/u32-is-invariant.c: New file.
16190         * modules/unicase/u32-is-invariant: New file.
16191
16192         New module 'unicase/u16-is-invariant'.
16193         * lib/unicase/u16-is-invariant.c: New file.
16194         * modules/unicase/u16-is-invariant: New file.
16195
16196         New module 'unicase/u8-is-invariant'.
16197         * lib/unicase/u8-is-invariant.c: New file.
16198         * lib/unicase/invariant.h: New file.
16199         * lib/unicase/u-is-invariant.h: New file.
16200         * modules/unicase/u8-is-invariant: New file.
16201
16202         Tests for module 'unicase/u32-casecoll'.
16203         * modules/unicase/u32-casecoll-tests: New file.
16204         * tests/unicase/test-u32-casecoll.c: New file.
16205
16206         Tests for module 'unicase/u16-casecoll'.
16207         * modules/unicase/u16-casecoll-tests: New file.
16208         * tests/unicase/test-u16-casecoll.c: New file.
16209
16210         Tests for module 'unicase/u8-casecoll'.
16211         * modules/unicase/u8-casecoll-tests: New file.
16212         * tests/unicase/test-u8-casecoll.c: New file.
16213
16214         New module 'unicase/u32-casecoll'.
16215         * lib/unicase/u32-casecoll.c: New file.
16216         * modules/unicase/u32-casecoll: New file.
16217
16218         New module 'unicase/u16-casecoll'.
16219         * lib/unicase/u16-casecoll.c: New file.
16220         * modules/unicase/u16-casecoll: New file.
16221
16222         New module 'unicase/u8-casecoll'.
16223         * lib/unicase/u8-casecoll.c: New file.
16224         * lib/unicase/u-casecoll.h: New file.
16225         * modules/unicase/u8-casecoll: New file.
16226
16227         New module 'unicase/u32-casexfrm'.
16228         * lib/unicase/u32-casexfrm.c: New file.
16229         * modules/unicase/u32-casexfrm: New file.
16230
16231         New module 'unicase/u16-casexfrm'.
16232         * lib/unicase/u16-casexfrm.c: New file.
16233         * modules/unicase/u16-casexfrm: New file.
16234
16235         New module 'unicase/u8-casexfrm'.
16236         * lib/unicase/u8-casexfrm.c: New file.
16237         * lib/unicase/u-casexfrm.h: New file.
16238         * modules/unicase/u8-casexfrm: New file.
16239
16240         Tests for module 'unicase/u32-casecmp'.
16241         * modules/unicase/u32-casecmp-tests: New file.
16242         * tests/unicase/test-u32-casecmp.c: New file.
16243
16244         Tests for module 'unicase/u16-casecmp'.
16245         * modules/unicase/u16-casecmp-tests: New file.
16246         * tests/unicase/test-u16-casecmp.c: New file.
16247
16248         Tests for module 'unicase/u8-casecmp'.
16249         * modules/unicase/u8-casecmp-tests: New file.
16250         * tests/unicase/test-u8-casecmp.c: New file.
16251         * tests/unicase/test-casecmp.h: New file.
16252
16253         New module 'unicase/u32-casecmp'.
16254         * lib/unicase/u32-casecmp.c: New file.
16255         * modules/unicase/u32-casecmp: New file.
16256
16257         New module 'unicase/u16-casecmp'.
16258         * lib/unicase/u16-casecmp.c: New file.
16259         * modules/unicase/u16-casecmp: New file.
16260
16261         New module 'unicase/u8-casecmp'.
16262         * lib/unicase/u8-casecmp.c: New file.
16263         * lib/unicase/u-casecmp.h: New file.
16264         * modules/unicase/u8-casecmp: New file.
16265
16266         Tests for module 'unicase/u32-casefold'.
16267         * modules/unicase/u32-casefold-tests: New file.
16268         * tests/unicase/test-u32-casefold.c: New file.
16269
16270         Tests for module 'unicase/u16-casefold'.
16271         * modules/unicase/u16-casefold-tests: New file.
16272         * tests/unicase/test-u16-casefold.c: New file.
16273
16274         Tests for module 'unicase/u8-casefold'.
16275         * modules/unicase/u8-casefold-tests: New file.
16276         * tests/unicase/test-u8-casefold.c: New file.
16277
16278         New module 'unicase/u32-casefold'.
16279         * lib/unicase/u32-casefold.c: New file.
16280         * modules/unicase/u32-casefold: New file.
16281
16282         New module 'unicase/u16-casefold'.
16283         * lib/unicase/u16-casefold.c: New file.
16284         * modules/unicase/u16-casefold: New file.
16285
16286         New module 'unicase/u8-casefold'.
16287         * lib/unicase/u8-casefold.c: New file.
16288         * lib/unicase/u-casefold.h: New file.
16289         * modules/unicase/u8-casefold: New file.
16290
16291         New module 'unicase/tocasefold'.
16292         * lib/unicase/casefold.h: New file.
16293         * lib/unicase/tocasefold.c: New file.
16294         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16295         * modules/unicase/tocasefold: New file.
16296
16297         Tests for module 'unicase/u32-totitle'.
16298         * modules/unicase/u32-totitle-tests: New file.
16299         * tests/unicase/test-u32-totitle.c: New file.
16300
16301         Tests for module 'unicase/u16-totitle'.
16302         * modules/unicase/u16-totitle-tests: New file.
16303         * tests/unicase/test-u16-totitle.c: New file.
16304
16305         Tests for module 'unicase/u8-totitle'.
16306         * modules/unicase/u8-totitle-tests: New file.
16307         * tests/unicase/test-u8-totitle.c: New file.
16308
16309         New module 'unicase/u32-totitle'.
16310         * lib/unicase/u32-totitle.c: New file.
16311         * modules/unicase/u32-totitle: New file.
16312
16313         New module 'unicase/u16-totitle'.
16314         * lib/unicase/u16-totitle.c: New file.
16315         * modules/unicase/u16-totitle: New file.
16316
16317         New module 'unicase/u8-totitle'.
16318         * lib/unicase/u8-totitle.c: New file.
16319         * lib/unicase/u-totitle.h: New file.
16320         * modules/unicase/u8-totitle: New file.
16321
16322         Tests for module 'unicase/u32-tolower'.
16323         * modules/unicase/u32-tolower-tests: New file.
16324         * tests/unicase/test-u32-tolower.c: New file.
16325
16326         Tests for module 'unicase/u16-tolower'.
16327         * modules/unicase/u16-tolower-tests: New file.
16328         * tests/unicase/test-u16-tolower.c: New file.
16329
16330         Tests for module 'unicase/u8-tolower'.
16331         * modules/unicase/u8-tolower-tests: New file.
16332         * tests/unicase/test-u8-tolower.c: New file.
16333
16334         New module 'unicase/u32-tolower'.
16335         * lib/unicase/u32-tolower.c: New file.
16336         * modules/unicase/u32-tolower: New file.
16337
16338         New module 'unicase/u16-tolower'.
16339         * lib/unicase/u16-tolower.c: New file.
16340         * modules/unicase/u16-tolower: New file.
16341
16342         New module 'unicase/u8-tolower'.
16343         * lib/unicase/u8-tolower.c: New file.
16344         * modules/unicase/u8-tolower: New file.
16345
16346         Tests for module 'unicase/u32-toupper'.
16347         * modules/unicase/u32-toupper-tests: New file.
16348         * tests/unicase/test-u32-toupper.c: New file.
16349
16350         Tests for module 'unicase/u16-toupper'.
16351         * modules/unicase/u16-toupper-tests: New file.
16352         * tests/unicase/test-u16-toupper.c: New file.
16353
16354         Tests for module 'unicase/u8-toupper'.
16355         * modules/unicase/u8-toupper-tests: New file.
16356         * tests/unicase/test-u8-toupper.c: New file.
16357
16358         New module 'unicase/u32-toupper'.
16359         * lib/unicase/u32-toupper.c: New file.
16360         * modules/unicase/u32-toupper: New file.
16361
16362         New module 'unicase/u16-toupper'.
16363         * lib/unicase/u16-toupper.c: New file.
16364         * modules/unicase/u16-toupper: New file.
16365
16366         New module 'unicase/u8-toupper'.
16367         * lib/unicase/u8-toupper.c: New file.
16368         * modules/unicase/u8-toupper: New file.
16369
16370         New module 'unicase/u32-casemap'.
16371         * lib/unicase/u32-casemap.c: New file.
16372         * modules/unicase/u32-casemap: New file.
16373
16374         New module 'unicase/u16-casemap'.
16375         * lib/unicase/u16-casemap.c: New file.
16376         * modules/unicase/u16-casemap: New file.
16377
16378         New module 'unicase/u8-casemap'.
16379         * lib/unicase/unicasemap.h: New file.
16380         * lib/unicase/u8-casemap.c: New file.
16381         * lib/unicase/u-casemap.h: New file.
16382         * modules/unicase/u8-casemap: New file.
16383
16384         New module 'unicase/special-casing'.
16385         * lib/unicase/special-casing.h: New file.
16386         * lib/unicase/special-casing.c: New file.
16387         * lib/unicase/special-casing-table.gperf: New file, generated by
16388         gen-uni-tables.c.
16389         * modules/unicase/special-casing: New file.
16390
16391         Tests for module 'unicase/locale-language'.
16392         * modules/unicase/locale-language-tests: New file.
16393         * tests/unicase/test-locale-language.sh: New file.
16394         * tests/unicase/test-locale-language.c: New file.
16395
16396         New module 'unicase/locale-language'.
16397         * lib/unicase/locale-language.c: New file.
16398         * lib/unicase/locale-languages.gperf: New file.
16399         * modules/unicase/locale-language: New file.
16400
16401         Generate more tables for case conversion and case folding.
16402         * lib/gen-uni-tables.c (SCC_*): New enum items.
16403         (struct special_casing_rule): New type.
16404         (casing_rules, num_casing_rules, allocated_casing_rules): New
16405         variables.
16406         (add_casing_rule, fill_casing_rules): New functions.
16407         (struct casefold_rule): New type.
16408         (casefolding_rules, num_casefolding_rules,
16409         allocated_casefolding_rules): New variables.
16410         (fill_casefolding_rules): New function.
16411         (unicode_casefold): New variable.
16412         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16413         sort_casing_rules, output_casing_rules): New functions.
16414         (main): Accept to more arguments: SpecialCasing.txt and
16415         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16416         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16417         Output mapping for casefolding.
16418
16419         * lib/unicase.h: Include stdbool.h, uninorm.h.
16420         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16421         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16422         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16423         arguments.
16424         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16425         resultp arguments.
16426         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16427         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16428         resultp arguments.
16429         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16430         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16431         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16432         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16433         declarations.
16434         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16435
16436 2009-03-08  Bruno Haible  <bruno@clisp.org>
16437
16438         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16439         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16440         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16441         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16442
16443 2009-03-07  Bruno Haible  <bruno@clisp.org>
16444
16445         Adjust u*_normcmp, u*_normcoll API.
16446         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16447         u16_normcoll, u32_normcoll): Change failure conventions.
16448         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16449         errno and return -1.
16450         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16451
16452 2009-03-07  Bruno Haible  <bruno@clisp.org>
16453
16454         Tests for module 'uninorm/u32-normcoll'.
16455         * modules/uninorm/u32-normcoll-tests: New file.
16456         * tests/uninorm/test-u32-normcoll.c: New file.
16457
16458         Tests for module 'uninorm/u16-normcoll'.
16459         * modules/uninorm/u16-normcoll-tests: New file.
16460         * tests/uninorm/test-u16-normcoll.c: New file.
16461
16462         Tests for module 'uninorm/u8-normcoll'.
16463         * modules/uninorm/u8-normcoll-tests: New file.
16464         * tests/uninorm/test-u8-normcoll.c: New file.
16465
16466 2009-03-07  Bruno Haible  <bruno@clisp.org>
16467
16468         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16469         tests/uninorm/test-u32-normcmp.c.
16470         * tests/uninorm/test-u32-normcmp.c: Include it.
16471         (test_nonascii): New function, extracted from main. Add some more
16472         tests.
16473         (main): Invoke test_ascii and test_nonascii.
16474         * modules/uninorm/u32-normcmp-tests (Files): Add
16475         tests/uninorm/test-u32-normcmp.h.
16476         (Depends-on): Remove uninorm/u32-normcmp.
16477
16478         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16479         tests/uninorm/test-u16-normcmp.c.
16480         * tests/uninorm/test-u16-normcmp.c: Include it.
16481         (test_nonascii): New function, extracted from main. Add some more
16482         tests.
16483         (main): Invoke test_ascii and test_nonascii.
16484         * modules/uninorm/u16-normcmp-tests (Files): Add
16485         tests/uninorm/test-u16-normcmp.h.
16486         (Depends-on): Remove uninorm/u16-normcmp.
16487
16488         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16489         tests/uninorm/test-u8-normcmp.c.
16490         * tests/uninorm/test-u8-normcmp.c: Include it.
16491         (test_nonascii): New function, extracted from main. Add some more
16492         tests.
16493         (main): Invoke test_ascii and test_nonascii.
16494         * modules/uninorm/u8-normcmp-tests (Files): Add
16495         tests/uninorm/test-u8-normcmp.h.
16496         (Depends-on): Remove uninorm/u8-normcmp.
16497
16498 2009-03-07  Bruno Haible  <bruno@clisp.org>
16499
16500         New module 'uninorm/u32-normcoll'.
16501         * lib/uninorm/u32-normcoll.c: New file.
16502         * modules/uninorm/u32-normcoll: New file.
16503
16504         New module 'uninorm/u16-normcoll'.
16505         * lib/uninorm/u16-normcoll.c: New file.
16506         * modules/uninorm/u16-normcoll: New file.
16507
16508         New module 'uninorm/u8-normcoll'.
16509         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16510         declarations.
16511         * lib/uninorm/u8-normcoll.c: New file.
16512         * lib/uninorm/u-normcoll.h: New file.
16513         * modules/uninorm/u8-normcoll: New file.
16514
16515         New module 'uninorm/u32-normxfrm'.
16516         * lib/uninorm/u32-normxfrm.c: New file.
16517         * modules/uninorm/u32-normxfrm: New file.
16518
16519         New module 'uninorm/u16-normxfrm'.
16520         * lib/uninorm/u16-normxfrm.c: New file.
16521         * modules/uninorm/u16-normxfrm: New file.
16522
16523         New module 'uninorm/u8-normxfrm'.
16524         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16525         declarations.
16526         * lib/uninorm/u8-normxfrm.c: New file.
16527         * lib/uninorm/u-normxfrm.h: New file.
16528         * modules/uninorm/u8-normxfrm: New file.
16529
16530 2009-03-07  Bruno Haible  <bruno@clisp.org>
16531
16532         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16533         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16534         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16535
16536 2009-03-07  Bruno Haible  <bruno@clisp.org>
16537
16538         New module 'memxfrm'.
16539         * lib/memxfrm.h: New file.
16540         * lib/memxfrm.c: New file.
16541         * modules/memxfrm: New file.
16542
16543 2009-03-07  Bruno Haible  <bruno@clisp.org>
16544
16545         New module 'memcmp2'.
16546         * lib/memcmp2.h: New file.
16547         * lib/memcmp2.c: New file.
16548         * modules/memcmp2: New file.
16549
16550 2009-03-07  Bruno Haible  <bruno@clisp.org>
16551
16552         Tests for module 'uninorm/decomposing-form'.
16553         * modules/uninorm/decomposing-form-tests: New file.
16554         * tests/uninorm/test-decomposing-form.c: New file.
16555
16556         New module 'uninorm/decomposing-form'.
16557         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16558         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16559         Add 'decomposing_variant' field.
16560         * lib/uninorm/decomposing-form.c: New file.
16561         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16562         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16563         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16564         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16565         * modules/uninorm/decomposing-form: New file.
16566         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16567         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16568
16569 2009-03-07  Bruno Haible  <bruno@clisp.org>
16570
16571         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16572         strings.
16573
16574 2009-03-06  Bruno Haible  <bruno@clisp.org>
16575
16576         Tests for module 'uninorm/u32-normcmp'.
16577         * tests/uninorm/test-u32-normcmp.c: New file.
16578         * modules/uninorm/u32-normcmp-tests: New file.
16579
16580         Tests for module 'uninorm/u16-normcmp'.
16581         * tests/uninorm/test-u16-normcmp.c: New file.
16582         * modules/uninorm/u16-normcmp-tests: New file.
16583
16584         Tests for module 'uninorm/u8-normcmp'.
16585         * tests/uninorm/test-u8-normcmp.c: New file.
16586         * modules/uninorm/u8-normcmp-tests: New file.
16587
16588         New module 'uninorm/u32-normcmp'.
16589         * lib/uninorm/u32-normcmp.c: New file.
16590         * modules/uninorm/u32-normcmp: New file.
16591
16592         New module 'uninorm/u16-normcmp'.
16593         * lib/uninorm/u16-normcmp.c: New file.
16594         * modules/uninorm/u16-normcmp: New file.
16595
16596         New module 'uninorm/u8-normcmp'.
16597         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16598         declarations.
16599         * lib/uninorm/u8-normcmp.c: New file.
16600         * lib/uninorm/u-normcmp.h: New file.
16601         * modules/uninorm/u8-normcmp: New file.
16602
16603 2009-03-06  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16606         Reported by Eric Blake.
16607
16608 2009-03-06  Eric Blake  <ebb9@byu.net>
16609             Bruno Haible  <bruno@clisp.org>
16610
16611         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16612         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16613         condition.
16614         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16615         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16616         condition.
16617         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16618
16619 2009-03-06  Eric Blake  <ebb9@byu.net>
16620
16621         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16622         to avoid compiler warnings.
16623         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16624
16625 2009-03-05  Bruno Haible  <bruno@clisp.org>
16626
16627         * tests/test-ftell.c (main): Disable test beyond end of file on
16628         FreeMiNT.
16629         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16630
16631 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16632
16633         * lib/filevercmp.c: Move hidden files up in ordering.
16634         * tests/test-filevercmp.c: Add tests for hidden files.
16635
16636 2009-03-04  Bruno Haible  <bruno@clisp.org>
16637
16638         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16639         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16640         AM_CFLAGS.
16641         Reported by Simon Josefsson.
16642
16643 2009-03-03  Bruno Haible  <bruno@clisp.org>
16644
16645         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16646         Reported by Simon Josefsson.
16647
16648         * doc/ld-version-script.texi: Update node reference.
16649
16650 2009-03-03  Bruno Haible  <bruno@clisp.org>
16651
16652         * modules/visibility (License): Change to 'unlimited'.
16653         Suggested by Simon Josefsson.
16654
16655 2009-03-03  Jim Meyering  <meyering@redhat.com>
16656
16657         unlinkdir: cannot_unlink_dir may modify process state
16658         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16659         it's neither thread-safe nor appropriate for use in a library.
16660
16661 2009-03-03  Eric Blake  <ebb9@byu.net>
16662
16663         test-closein: silence test under Darwin
16664         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16665         care if it dies from EPIPE or EBADF.
16666
16667 2009-03-03  Bruno Haible  <bruno@clisp.org>
16668
16669         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16670         earlier.
16671         * doc/visibility.texi: Fix @node and @section.
16672
16673 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16674
16675         * doc/gnulib.texi: Link to sections for ld version script and
16676         visibility.
16677         * doc/visibility.texi: Add @node and @section.
16678         * modules/ld-version-script: New module.
16679         * m4/ld-version-script.m4: New file.
16680         * doc/ld-version-script.texi: New file.
16681
16682 2009-03-02  David Lutterkort  <lutter@redhat.com>
16683
16684         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16685         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16686
16687 2009-03-02  Bruno Haible  <bruno@clisp.org>
16688
16689         * doc/visibility.texi: Mention libtool's -export-symbols option.
16690
16691 2009-03-02  Jim Meyering  <meyering@redhat.com>
16692
16693         announce-gen: new option: --no-print-checksums
16694         * build-aux/announce-gen (usage): Describe it.
16695         (print_checksums): Print a newline here, not in the [*] footnote.
16696         (main): Honor it.
16697
16698 2009-03-01  Bruno Haible  <bruno@clisp.org>
16699
16700         Use socklen_t in the native Windows replacements prototypes.
16701         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16702         instead of 'int'.
16703         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16704         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16705         * modules/getsockopt (Depends-on): Add socklen.
16706         * modules/setsockopt (Depends-on): Add socklen.
16707
16708 2009-03-01  Bruno Haible  <bruno@clisp.org>
16709
16710         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16711         least 4.2.
16712
16713 2009-03-01  Eric Blake  <ebb9@byu.net>
16714             Bruno Haible  <bruno@clisp.org>
16715
16716         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16717         error messages.
16718         * lib/wait-process.c (wait_subprocess): Omit error message about
16719         deadly signal sent to the child of termsigp != NULL.
16720
16721 2009-03-01  Eric Blake  <ebb9@byu.net>
16722
16723         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16724
16725 2009-03-01  Bruno Haible  <bruno@clisp.org>
16726
16727         Avoid a gcc warning.
16728         * tests/test-sched.c (b): Make global.
16729         Reported by Eric Blake.
16730
16731 2009-01-19  Martin Lambers  <marlam@marlam.de>
16732
16733         Provide POSIX semantics for socket timeout options on W32.
16734         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16735         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16736         * modules/setsockopt: Depend on sys_time module for struct timeval.
16737         * modules/getsockopt: Depend on sys_time module for struct timeval.
16738
16739 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16740
16741         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16742         __USE_GNU, for consistency with netdb.in.h.
16743         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16744
16745 2009-03-01  Bruno Haible  <bruno@clisp.org>
16746
16747         More support for FreeMiNT.
16748         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16749         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16750
16751 2009-03-01  Bruno Haible  <bruno@clisp.org>
16752
16753         More support for FreeMiNT.
16754         * lib/fpurge.c (fpurge): Correct last commit.
16755         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16756
16757 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16758
16759         Fix unportable awk script in vc-list-files.
16760         * build-aux/vc-list-files: In the replacement awk script, use
16761         substr with a second argument of 1, not zero.
16762         Report by Simon Josefsson.
16763
16764 2009-02-28  Bruno Haible  <bruno@clisp.org>
16765
16766         More support for FreeMiNT.
16767         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16768         to FreeMiNT today.
16769         * lib/fwriting.c (fwriting): Likewise.
16770         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16771
16772 2009-02-28  Bruno Haible  <bruno@clisp.org>
16773
16774         * tests/test-freadseek.c (main): Disable test beyond end of file on
16775         FreeMiNT.
16776         * tests/test-ftello.c (main): Likewise.
16777         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16778
16779 2009-02-28  Bruno Haible  <bruno@clisp.org>
16780
16781         Add tentative support for FreeMiNT.
16782         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16783         * lib/fpurge.c (fpurge): Likewise.
16784         * lib/freadable.c (freadable): Likewise.
16785         * lib/freading.c (freading): Likewise.
16786         * lib/freadptr.c (freadptr): Likewise.
16787         * lib/freadseek.c (freadptrinc): Likewise.
16788         * lib/fseeko.c (rpl_fseeko): Likewise.
16789         * lib/fseterr.c (fseterr): Likewise.
16790         * lib/fwritable.c (fwritable): Likewise.
16791         * lib/fwriting.c (fwriting): Likewise.
16792         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16793         Hourihane.
16794         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16795
16796 2009-02-28  Bruno Haible  <bruno@clisp.org>
16797
16798         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16799         SIGCHLD.
16800         Reported by Jim Meyering.
16801
16802 2009-02-28  Bruno Haible  <bruno@clisp.org>
16803
16804         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16805         Mention the results of these tests on various platforms.
16806         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16807         order.
16808         * doc/posix-functions/printf.texi: Likewise.
16809         * doc/posix-functions/snprintf.texi: Likewise.
16810         * doc/posix-functions/sprintf.texi: Likewise.
16811         * doc/posix-functions/vfprintf.texi: Likewise.
16812         * doc/posix-functions/vprintf.texi: Likewise.
16813         * doc/posix-functions/vsnprintf.texi: Likewise.
16814         * doc/posix-functions/vsprintf.texi: Likewise.
16815         * doc/glibc-functions/obstack_printf.texi: Likewise.
16816         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16817
16818 2009-02-28  Bruno Haible  <bruno@clisp.org>
16819
16820         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16821         Reported by Loïc Minier <lool@dooz.org>.
16822
16823 2009-02-27  Bruno Haible  <bruno@clisp.org>
16824
16825         * gnulib-tool (func_import): Make the sed expression used to create the
16826         sed script for updating the .gitignore file POSIX compliant.
16827         Reported by Eric Blake.
16828
16829 2009-02-27  Bruno Haible  <bruno@clisp.org>
16830
16831         * gnulib-tool (sed): Don't alias as "sed --posix".
16832         Reported by Eric Blake.
16833
16834 2009-02-27  Bruno Haible  <bruno@clisp.org>
16835
16836         Avoid test link errors.
16837         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16838         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16839         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16840         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16841         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16842
16843 2009-02-27  Bruno Haible  <bruno@clisp.org>
16844
16845         Avoid spurious "(cached)" in configure output.
16846         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16847         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16848         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16849         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16850         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16851         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16852         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16853         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16854         Reported by Eric Blake.
16855
16856 2009-02-27  Eric Blake  <ebb9@byu.net>
16857
16858         printf: fix regression in previous patch
16859         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16860
16861 2009-02-27  Bruno Haible  <bruno@clisp.org>
16862
16863         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16864         value.
16865         * lib/stdint.in.h: Likewise.
16866         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16867
16868 2009-02-27  Eric Blake  <ebb9@byu.net>
16869
16870         doc: mention more functions added in cygwin 1.7.0
16871         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16872         addition.
16873         * doc/posix-functions/open_wmemstream.texi: Likewise.
16874         * doc/posix-functions/wcsnlen.texi: Likewise.
16875         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16876         * doc/posix-functions/wcstod.texi: Likewise.
16877         * doc/posix-functions/wcstof.texi: Likewise.
16878         * doc/posix-functions/wcstoimax.texi: Likewise.
16879         * doc/posix-functions/wcstok.texi: Likewise.
16880         * doc/posix-functions/wcstoumax.texi: Likewise.
16881
16882         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16883         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16884         * doc/posix-functions/fprintf.texi: Update.
16885         * doc/posix-functions/printf.texi: Update.
16886         * doc/posix-functions/snprintf.texi: Update.
16887         * doc/posix-functions/sprintf.texi: Update.
16888         * doc/posix-functions/vfprintf.texi: Update.
16889         * doc/posix-functions/vprintf.texi: Update.
16890         * doc/posix-functions/vsnprintf.texi: Update.
16891         * doc/posix-functions/vsprintf.texi: Update.
16892         * doc/glibc-functions/obstack_printf.texi: Update.
16893         * doc/glibc-functions/obstack_vprintf.texi: Update.
16894
16895 2009-02-26  Eric Blake  <ebb9@byu.net>
16896
16897         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16898         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16899         compilation bug by using runtime conversion.
16900         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16901         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16902         * modules/ceill-tests (Files): Use nan.h.
16903         * modules/floorl-tests (Files): Likewise.
16904         * modules/frexpl-tests (Files): Likewise.
16905         * modules/isnanl-tests (Files): Likewise.
16906         * modules/ldexpl-tests (Files): Likewise.
16907         * modules/roundl-tests (Files): Likewise.
16908         * modules/truncl-tests (Files): Likewise.
16909         * tests/test-ceill.c (main): Use a working NaN.
16910         * tests/test-floorl.c (main): Likewise.
16911         * tests/test-frexpl.c (main): Likewise.
16912         * tests/test-isnan.c (test_long_double): Likewise.
16913         * tests/test-isnanl.h (main): Likewise.
16914         * tests/test-ldexpl.h (main): Likewise.
16915         * tests/test-roundl.h (main): Likewise.
16916         * tests/test-truncl.h (main): Likewise.
16917         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16918
16919 2009-02-26  Eric Blake  <ebb9@byu.net>
16920             Bruno Haible  <bruno@clisp.org>
16921
16922         Work around a *printf bug with %ls on Solaris.
16923         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16924         precision is specified, sprintf stops converting the wide string
16925         argument when the number of bytes that have been produced by this
16926         conversion equals or exceeds the precision.
16927         * doc/posix-functions/fprintf.texi: Update.
16928         * doc/posix-functions/printf.texi: Update.
16929         * doc/posix-functions/snprintf.texi: Update.
16930         * doc/posix-functions/sprintf.texi: Update.
16931         * doc/posix-functions/vfprintf.texi: Update.
16932         * doc/posix-functions/vprintf.texi: Update.
16933         * doc/posix-functions/vsnprintf.texi: Update.
16934         * doc/posix-functions/vsprintf.texi: Update.
16935         * doc/glibc-functions/obstack_printf.texi: Update.
16936         * doc/glibc-functions/obstack_vprintf.texi: Update.
16937
16938 2009-02-26  Eric Blake  <ebb9@byu.net>
16939
16940         stdlib: favor compiler check of random.h
16941         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16942         to avoid an ObjC random.h installed by Swarm.
16943
16944 2009-02-26  Bruno Haible  <bruno@clisp.org>
16945
16946         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16947         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16948         Reported by Gary V. Vaughan <gary@gnu.org>.
16949
16950 2009-02-26  Bruno Haible  <bruno@clisp.org>
16951
16952         Fix *printf behaviour regarding the %ls directive.
16953         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16954         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16955         NEED_PRINTF_DIRECTIVE_LS.
16956         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16957         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16958         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16959         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16960         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16961         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16962         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16963         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16964         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16965         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16966         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16967         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16968         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16969         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16970         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16971         * doc/posix-functions/fprintf.texi: Update.
16972         * doc/posix-functions/printf.texi: Update.
16973         * doc/posix-functions/snprintf.texi: Update.
16974         * doc/posix-functions/sprintf.texi: Update.
16975         * doc/posix-functions/vfprintf.texi: Update.
16976         * doc/posix-functions/vprintf.texi: Update.
16977         * doc/posix-functions/vsnprintf.texi: Update.
16978         * doc/posix-functions/vsprintf.texi: Update.
16979         * doc/glibc-functions/obstack_printf.texi: Update.
16980         * doc/glibc-functions/obstack_vprintf.texi: Update.
16981         Reported by Eric Blake.
16982
16983 2009-02-25  Bruno Haible  <bruno@clisp.org>
16984
16985         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16986         with known value.
16987         Reported by Gary V. Vaughan <gary@gnu.org>.
16988
16989 2009-02-25  Bruno Haible  <bruno@clisp.org>
16990
16991         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16992         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16993         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16994         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16995         Reported by Gary V. Vaughan <gary@gnu.org>.
16996
16997 2009-02-25  Bruno Haible  <bruno@clisp.org>
16998
16999         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
17000         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
17001         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
17002         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
17003         Reported by Gary V. Vaughan <gary@gnu.org>.
17004
17005 2009-02-25  Eric Blake  <ebb9@byu.net>
17006
17007         tests: skip fseek/ftell tests if ungetc is broken
17008         * m4/ungetc.m4: New file.
17009         * modules/fseek-tests: Split test, so ungetc dependency is
17010         separate from rest of test.
17011         * modules/fseeko-tests: Likewise.
17012         * modules/ftell-tests: Likewise.
17013         * modules/ftello-tests: Likewise.
17014         * tests/test-fseek.c (main): Isolate ungetc dependency.
17015         * tests/test-fseeko.c (main): Likewise.
17016         * tests/test-ftell.c (main): Likewise.
17017         * tests/test-ftello.c (main): Likewise.
17018         * tests/test-fseek2.sh: New file.
17019         * tests/test-fseeko2.sh: Likewise.
17020         * tests/test-ftell2.sh: Likewise.
17021         * tests/test-ftello2.sh: Likewise.
17022
17023 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
17024
17025         test-getaddrinfo: fix usage of skip return code 77
17026         * tests/test-gettaddrinfo.c: Return skip code 77 only
17027         for first occurance of skip (4x77 is not 77)
17028
17029 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
17030
17031         strtod: avoid C99 decl-after-statement
17032         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
17033
17034 2009-02-24  Eric Blake  <ebb9@byu.net>
17035
17036         strtod: detect HP-UX 11.31 bug
17037         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
17038         Reported by Gary V. Vaughan.
17039
17040 2009-02-23  Bruno Haible  <bruno@clisp.org>
17041
17042         Fix invalid read past end of memory block.
17043         * lib/vasnprintf.c (DCHAR_SET): Define.
17044         (local_wcslen): Define only when needed.
17045         (local_strnlen, local_wcsnlen): New functions.
17046         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
17047         directives that involve a conversion ourselves.
17048         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
17049         wcsnlen, mbrtowc, wcrtomb.
17050         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17051         * tests/test-vasprintf-posix.c (test_function): Likewise.
17052         * tests/test-snprintf-posix.h (test_function): Likewise.
17053         * tests/test-sprintf-posix.h (test_function): Likewise.
17054         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17055
17056 2009-02-22  Bruno Haible  <bruno@clisp.org>
17057
17058         Implement new clarified decomposition of Hangul syllables.
17059         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17060         of type LTV, return only a pairwise decomposition.
17061         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17062         Likewise.
17063         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17064         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17065         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17066
17067 2009-02-22  Bruno Haible  <bruno@clisp.org>
17068
17069         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17070         zero-length results and shrink excess allocated memory.
17071         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17072         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17073         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17074         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17075         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17076         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17077         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17078         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17079         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17080         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17081         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17082         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17083
17084 2009-02-21  Bruno Haible  <bruno@clisp.org>
17085
17086         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17087         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17088         spaces after a period. Put a space between a macro name and its
17089         argument list. Trivial rewordings.
17090         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17091         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17092         (main): Return 0 explicitly.
17093
17094 2009-02-21  Bruno Haible  <bruno@clisp.org>
17095
17096         Tests for module 'uninorm/filter'.
17097         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17098         * modules/uninorm/filter-tests: New file.
17099
17100         New module 'uninorm/filter'.
17101         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17102         uninorm_filter_flush, uninorm_filter_free): New declarations.
17103         * lib/uninorm/uninorm-filter.c: New file.
17104         * modules/uninorm/filter: New file.
17105
17106 2009-02-21  Bruno Haible  <bruno@clisp.org>
17107
17108         Tests for module 'uninorm/nfkc'.
17109         * tests/uninorm/test-nfkc.c: New file.
17110         * tests/uninorm/test-u8-nfkc.c: New file.
17111         * tests/uninorm/test-u16-nfkc.c: New file.
17112         * tests/uninorm/test-u32-nfkc.c: New file.
17113         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17114         * tests/uninorm/test-u32-nfkc-big.c: New file.
17115         * modules/uninorm/nfkc-tests: New file.
17116
17117         New module 'uninorm/nfkc'.
17118         * lib/uninorm/nfkc.c: New file.
17119         * modules/uninorm/nfkc: New file.
17120
17121         Tests for module 'uninorm/nfkd'.
17122         * tests/uninorm/test-nfkd.c: New file.
17123         * tests/uninorm/test-u8-nfkd.c: New file.
17124         * tests/uninorm/test-u16-nfkd.c: New file.
17125         * tests/uninorm/test-u32-nfkd.c: New file.
17126         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17127         * tests/uninorm/test-u32-nfkd-big.c: New file.
17128         * modules/uninorm/nfkd-tests: New file.
17129
17130         New module 'uninorm/nfkd'.
17131         * lib/uninorm/nfkd.c: New file.
17132         * modules/uninorm/nfkd: New file.
17133
17134         Tests for module 'uninorm/nfc'.
17135         * tests/uninorm/test-nfc.c: New file.
17136         * tests/uninorm/test-u8-nfc.c: New file.
17137         * tests/uninorm/test-u16-nfc.c: New file.
17138         * tests/uninorm/test-u32-nfc.c: New file.
17139         * tests/uninorm/test-u32-nfc-big.sh: New file.
17140         * tests/uninorm/test-u32-nfc-big.c: New file.
17141         * modules/uninorm/nfc-tests: New file.
17142
17143         New module 'uninorm/nfc'.
17144         * lib/uninorm/nfc.c: New file.
17145         * modules/uninorm/nfc: New file.
17146
17147         Tests for module 'uninorm/nfd'.
17148         * tests/uninorm/test-nfd.c: New file.
17149         * tests/uninorm/test-u8-nfd.c: New file.
17150         * tests/uninorm/test-u16-nfd.c: New file.
17151         * tests/uninorm/test-u32-nfd.c: New file.
17152         * tests/uninorm/test-u32-nfd-big.sh: New file.
17153         * tests/uninorm/test-u32-nfd-big.c: New file.
17154         * tests/uninorm/test-u32-normalize-big.h: New file.
17155         * tests/uninorm/test-u32-normalize-big.c: New file.
17156         * tests/uninorm/NormalizationTest.txt: New file, created from
17157         Unicode 5.1.0 NormalizationTest.txt.
17158         * modules/uninorm/nfd-tests: New file.
17159
17160         New module 'uninorm/nfd'.
17161         * lib/uninorm/nfd.c: New file.
17162         * modules/uninorm/nfd: New file.
17163
17164         New module 'uninorm/u32-normalize'.
17165         * lib/uninorm/u32-normalize.c: New file.
17166         * modules/uninorm/u32-normalize: New file.
17167
17168         New module 'uninorm/u16-normalize'.
17169         * lib/uninorm/u16-normalize.c: New file.
17170         * modules/uninorm/u16-normalize: New file.
17171
17172         New module 'uninorm/u8-normalize'.
17173         * lib/uninorm/u8-normalize.c: New file.
17174         * lib/uninorm/normalize-internal.h: New file.
17175         * lib/uninorm/u-normalize-internal.h: New file.
17176         * modules/uninorm/u8-normalize: New file.
17177
17178         New module 'uninorm/decompose-internal'.
17179         * lib/uninorm/decompose-internal.c: New file.
17180         * modules/uninorm/decompose-internal: New file.
17181
17182         Tests for module 'uninorm/composition'.
17183         * tests/uninorm/test-composition.c: New file.
17184         * modules/uninorm/composition-tests: New file.
17185
17186         New module 'uninorm/composition'.
17187         * lib/uninorm/composition.c: New file.
17188         * lib/uninorm/composition-table.gperf: New file, generated by
17189         gen-uni-tables.
17190         * modules/uninorm/composition: New file.
17191
17192         Tests for module 'uninorm/compat-decomposition'.
17193         * tests/uninorm/test-compat-decomposition.c: New file.
17194         * modules/uninorm/compat-decomposition-tests: New file.
17195
17196         New module 'uninorm/compat-decomposition'.
17197         * lib/uninorm/decompose-internal.h: New file.
17198         * lib/uninorm/compat-decomposition.c: New file.
17199         * modules/uninorm/compat-decomposition: New file.
17200
17201         Tests for module 'uninorm/canonical-decomposition'.
17202         * tests/uninorm/test-canonical-decomposition.c: New file.
17203         * modules/uninorm/canonical-decomposition-tests: New file.
17204
17205         New module 'uninorm/canonical-decomposition'.
17206         * lib/uninorm/canonical-decomposition.c: New file.
17207         * modules/uninorm/canonical-decomposition: New file.
17208
17209         Tests for module 'uninorm/decomposition'.
17210         * tests/uninorm/test-decomposition.c: New file.
17211         * modules/uninorm/decomposition-tests: New file.
17212
17213         New module 'uninorm/decomposition'.
17214         * lib/uninorm/decomposition.c: New file.
17215         * modules/uninorm/decomposition: New file.
17216
17217         New module 'uninorm/decomposition-table'.
17218         * lib/uninorm/decomposition-table.h: New file.
17219         * lib/uninorm/decomposition-table.c: New file.
17220         * lib/uninorm/decomposition-table1.h: New file, generated by
17221         gen-uni-tables.
17222         * lib/uninorm/decomposition-table2.h: New file, generated by
17223         gen-uni-tables.
17224         * modules/uninorm/decomposition-table: New file.
17225
17226         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17227         (UC_DECOMP_*): New enumeration items.
17228         (get_decomposition): New function.
17229         (struct decomp_table): New type.
17230         (output_decomposition, output_decomposition_tables): New functions.
17231         (unicode_composition_exclusions): New variable.
17232         (fill_composition_exclusions, debug_output_composition_tables): New
17233         functions.
17234         (main): Accept one more argument. Invoke fill_composition_exclusions.
17235         Output decomposition and composition tables.
17236
17237         New module 'uninorm/base'.
17238         * lib/uninorm.h: New file.
17239         * lib/unictype.h: Update comment.
17240         * modules/uninorm/base: New file.
17241
17242 2009-02-21  David Lutterkort  <lutter@redhat.com>
17243
17244         Tests for module 'safe-alloc'.
17245         * tests/test-safe-alloc.c: New file.
17246         * modules/safe-alloc-tests: New file.
17247
17248         New module 'safe-alloc'.
17249         * lib/safe-alloc.h: New file.
17250         * lib/safe-alloc.c: New file.
17251         * m4/safe-alloc.m4: New file.
17252         * modules/safe-alloc: New file.
17253         * doc/safe-alloc.texi: New file.
17254         * doc/gnulib.texi: Include it.
17255         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17256         safe-alloc.
17257
17258 2009-02-18  Bruno Haible  <bruno@clisp.org>
17259
17260         Fix link error on non-glibc systems.
17261         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17262         variable.
17263         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17264
17265 2009-02-18  Jim Meyering  <meyering@redhat.com>
17266
17267         fts: avoid used-uninitialized error due to recent change
17268         * lib/fts.c (fts_read): Guard uses of the new member,
17269         parent->fts_n_dirs_remaining, since it's not relevant for
17270         the parent of a directory specified on the command-line.
17271
17272 2009-02-17  James Youngman  <jay@gnu.org>
17273             Bruno Haible  <bruno@clisp.org>
17274
17275         * m4/include_next.m4: Reformulate comment.
17276
17277 2009-02-16  Jim Meyering  <meyering@redhat.com>
17278
17279         fts: add #if guards so that the fts_lgpl module still builds
17280         * lib/fts.c: Guard just-added hash-table-using parts with
17281         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17282         Reported by Simon Josefsson.
17283
17284 2009-02-15  Bruno Haible  <bruno@clisp.org>
17285
17286         * modules/array-mergesort-tests: New file.
17287         * tests/test-array-mergesort.c: New file.
17288
17289         New module 'array-mergesort'.
17290         * modules/array-mergesort: New file.
17291         * lib/array-mergesort.h: New file.
17292
17293 2009-02-15  Bruno Haible  <bruno@clisp.org>
17294
17295         Fix 2009-02-07 commit.
17296         * lib/gen-uni-tables.c (output_predicate, output_category,
17297         output_combclass, output_bidi_category, output_decimal_digit,
17298         output_digit, output_numeric, output_mirror, output_scripts,
17299         output_ident_category, output_simple_mapping): Fix format directives.
17300         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17301
17302 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17303
17304         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17305         fixes are available from IBM.
17306
17307 2009-02-13  Jim Meyering  <meyering@redhat.com>
17308
17309         fts: arrange not to stat non-directories in more cases
17310         This makes GNU find (when it doesn't need to stat each file)
17311         *much* more efficient at traversing reiserfs file systems.
17312         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17313         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17314         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17315         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17316         (leaf_optimization_applies): New function.
17317         (LCO_hash, LCO_compare): New helper functions.
17318         (link_count_optimize_ok): New function.
17319         (fts_stat): Initialize new member (if dir).
17320         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17321         we've just stat'ed a directory.  Skip the stat call when possible.
17322         ---
17323         Note this AFS-related exchange:
17324         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17325         and note find's pioctl call in find/fstype.c.
17326         But that is necessary only if you want to enable the
17327         optimization for AFS, and for now, I don't.
17328
17329         fts: move a function definition "up" (no semantic change)
17330         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17331         "up" to precede upcoming use of a related function.
17332
17333 2009-02-11  Jim Meyering  <meyering@redhat.com>
17334
17335         fts: correct internal computation of nlinks (optimization-related)
17336         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17337         whether the current entry is a directory, so don't test it.
17338
17339 2009-02-10  Bruno Haible  <bruno@clisp.org>
17340
17341         Tests for module 'uniwbrk/ulc-wordbreaks'.
17342         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17343         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17344         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17345
17346         Tests for module 'uniwbrk/u32-wordbreaks'.
17347         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17348         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17349
17350         Tests for module 'uniwbrk/u16-wordbreaks'.
17351         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17352         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17353
17354         Tests for module 'uniwbrk/u8-wordbreaks'.
17355         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17356         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17357
17358 2009-02-10  Bruno Haible  <bruno@clisp.org>
17359
17360         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17361         property.
17362         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17363         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17364         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17365
17366 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17367
17368         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17369         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17370
17371 2009-02-10  Bruno Haible  <bruno@clisp.org>
17372
17373         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17374         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17375         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17376         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17377         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17378         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17379
17380 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17381
17382         * lib/sockets.h (gl_fd_to_handle): New function.
17383
17384         * tests/test-sockets.c: Call gl_fd_to_handle.
17385
17386 2009-02-09  Bruno Haible  <bruno@clisp.org>
17387
17388         * doc/havelib.texi: Document the conventions on bi-arch systems.
17389
17390 2009-02-08  Bruno Haible  <bruno@clisp.org>
17391
17392         Document the AC_LIB_LINKFLAGS macro.
17393         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17394         * doc/gnulib.texi: Include it.
17395
17396 2009-02-08  Bruno Haible  <bruno@clisp.org>
17397
17398         Fix wrong order of sections, compared to TOC.
17399         * doc/gnulib.texi: Include relocatable-maint.texi after the
17400         "Regular expressions" node, not before.
17401
17402 2009-02-08  Bruno Haible  <bruno@clisp.org>
17403
17404         Tests for module 'unicase/totitle'.
17405         * modules/unicase/totitle-tests: New file.
17406
17407         Tests for module 'unicase/tolower'.
17408         * modules/unicase/tolower-tests: New file.
17409
17410         Tests for module 'unicase/toupper'.
17411         * modules/unicase/toupper-tests: New file.
17412         * tests/unicase/test-mapping-part1.h: New file.
17413         * tests/unicase/test-mapping-part2.h: New file.
17414
17415         New module 'unicase/totitle'.
17416         * modules/unicase/totitle: New file.
17417         * lib/unicase/totitle.c: New file.
17418
17419         New module 'unicase/tolower'.
17420         * modules/unicase/tolower: New file.
17421         * lib/unicase/tolower.c: New file.
17422
17423         New module 'unicase/toupper'.
17424         * modules/unicase/toupper: New file.
17425         * lib/unicase/toupper.c: New file.
17426         * lib/unicase/simple-mapping.h: New file.
17427
17428         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17429         (mapping_table): New structure.
17430         (output_simple_mapping): New function.
17431         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17432         * modules/gen-uni-tables (Description): Update.
17433         * lib/unicase/toupper.h: New file, automatically generated by
17434         gen-uni-tables.
17435         * lib/unicase/tolower.h: New file, automatically generated by
17436         gen-uni-tables.
17437         * lib/unicase/totitle.h: New file, automatically generated by
17438         gen-uni-tables.
17439         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17440         gen-uni-tables.
17441         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17442         gen-uni-tables.
17443         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17444         gen-uni-tables.
17445
17446         New module 'unicase/base'.
17447         * modules/unicase/base: New file.
17448         * lib/unicase.h: New file.
17449
17450 2009-02-08  Bruno Haible  <bruno@clisp.org>
17451
17452         New module 'uniwbrk/ulc-wordbreaks'.
17453         * modules/uniwbrk/ulc-wordbreaks: New file.
17454         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17455
17456         New module 'uniwbrk/u32-wordbreaks'.
17457         * modules/uniwbrk/u32-wordbreaks: New file.
17458         * lib/uniwbrk/u32-wordbreaks.c: New file.
17459
17460         New module 'uniwbrk/u16-wordbreaks'.
17461         * modules/uniwbrk/u16-wordbreaks: New file.
17462         * lib/uniwbrk/u16-wordbreaks.c: New file.
17463
17464         New module 'uniwbrk/u8-wordbreaks'.
17465         * modules/uniwbrk/u8-wordbreaks: New file.
17466         * lib/uniwbrk/u8-wordbreaks.c: New file.
17467         * lib/uniwbrk/u-wordbreaks.h: New file.
17468
17469         New module 'uniwbrk/table'.
17470         * modules/uniwbrk/table: New file.
17471         * lib/uniwbrk/wbrktable.h: New file.
17472         * lib/uniwbrk/wbrktable.c: New file.
17473
17474         New module 'uniwbrk/wordbreak-property'.
17475         * modules/uniwbrk/wordbreak-property: New file.
17476         * lib/uniwbrk/wordbreak-property.c: New file.
17477
17478         * lib/gen-uni-tables.c (WBP_*): New enum items.
17479         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17480         (unicode_org_wbp): New variable.
17481         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17482         New functions.
17483         (wbp_table): New structure.
17484         (output_wbp, output_wbrk_tables): New functions.
17485         (main): Accept additional argument. Invoke fill_org_wbp,
17486         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17487         output_wbrk_tables.
17488         * modules/gen-uni-tables (Description): Update.
17489         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17490         gen-uni-tables.
17491
17492         New module 'uniwbrk/base'.
17493         * modules/uniwbrk/base: New file.
17494         * lib/uniwbrk.h: New file.
17495
17496 2009-02-08  Bruno Haible  <bruno@clisp.org>
17497
17498         Update to Unicode 5.1.0.
17499         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17500         U+2185..U+2188.
17501         (is_property_default_ignorable_code_point): Don't include characters
17502         of category Cc or Cs and not-a-characters.
17503         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17504         U+0D79, U+109E, U+109F, U+A60C.
17505         * lib/unictype/bidi_of.h: Regenerated.
17506         * lib/unictype/blocks.h: Regenerated.
17507         * lib/unictype/categ_C.h: Regenerated.
17508         * lib/unictype/categ_Cf.h: Regenerated.
17509         * lib/unictype/categ_Cn.h: Regenerated.
17510         * lib/unictype/categ_L.h: Regenerated.
17511         * lib/unictype/categ_Ll.h: Regenerated.
17512         * lib/unictype/categ_Lm.h: Regenerated.
17513         * lib/unictype/categ_Lo.h: Regenerated.
17514         * lib/unictype/categ_Lu.h: Regenerated.
17515         * lib/unictype/categ_M.h: Regenerated.
17516         * lib/unictype/categ_Mc.h: Regenerated.
17517         * lib/unictype/categ_Me.h: Regenerated.
17518         * lib/unictype/categ_Mn.h: Regenerated.
17519         * lib/unictype/categ_N.h: Regenerated.
17520         * lib/unictype/categ_Nd.h: Regenerated.
17521         * lib/unictype/categ_Nl.h: Regenerated.
17522         * lib/unictype/categ_No.h: Regenerated.
17523         * lib/unictype/categ_P.h: Regenerated.
17524         * lib/unictype/categ_Pd.h: Regenerated.
17525         * lib/unictype/categ_Pe.h: Regenerated.
17526         * lib/unictype/categ_Pf.h: Regenerated.
17527         * lib/unictype/categ_Pi.h: Regenerated.
17528         * lib/unictype/categ_Po.h: Regenerated.
17529         * lib/unictype/categ_Ps.h: Regenerated.
17530         * lib/unictype/categ_S.h: Regenerated.
17531         * lib/unictype/categ_Sk.h: Regenerated.
17532         * lib/unictype/categ_Sm.h: Regenerated.
17533         * lib/unictype/categ_So.h: Regenerated.
17534         * lib/unictype/categ_of.h: Regenerated.
17535         * lib/unictype/combining.h: Regenerated.
17536         * lib/unictype/ctype_alnum.h: Regenerated.
17537         * lib/unictype/ctype_alpha.h: Regenerated.
17538         * lib/unictype/ctype_graph.h: Regenerated.
17539         * lib/unictype/ctype_lower.h: Regenerated.
17540         * lib/unictype/ctype_print.h: Regenerated.
17541         * lib/unictype/ctype_punct.h: Regenerated.
17542         * lib/unictype/ctype_upper.h: Regenerated.
17543         * lib/unictype/decdigit.h: Regenerated.
17544         * lib/unictype/digit.h: Regenerated.
17545         * lib/unictype/mirror.h: Regenerated.
17546         * lib/unictype/numeric.h: Regenerated.
17547         * lib/unictype/pr_alphabetic.h: Regenerated.
17548         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17549         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17550         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17551         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17552         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17553         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17554         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17555         * lib/unictype/pr_combining.h: Regenerated.
17556         * lib/unictype/pr_dash.h: Regenerated.
17557         * lib/unictype/pr_decimal_digit.h: Regenerated.
17558         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17559         * lib/unictype/pr_deprecated.h: Regenerated.
17560         * lib/unictype/pr_diacritic.h: Regenerated.
17561         * lib/unictype/pr_extender.h: Regenerated.
17562         * lib/unictype/pr_format_control.h: Regenerated.
17563         * lib/unictype/pr_grapheme_base.h: Regenerated.
17564         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17565         * lib/unictype/pr_grapheme_link.h: Regenerated.
17566         * lib/unictype/pr_id_continue.h: Regenerated.
17567         * lib/unictype/pr_id_start.h: Regenerated.
17568         * lib/unictype/pr_ideographic.h: Regenerated.
17569         * lib/unictype/pr_ignorable_control.h: Regenerated.
17570         * lib/unictype/pr_lowercase.h: Regenerated.
17571         * lib/unictype/pr_math.h: Regenerated.
17572         * lib/unictype/pr_numeric.h: Regenerated.
17573         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17574         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17575         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17576         * lib/unictype/pr_other_id_continue.h: Regenerated.
17577         * lib/unictype/pr_other_lowercase.h: Regenerated.
17578         * lib/unictype/pr_other_math.h: Regenerated.
17579         * lib/unictype/pr_punctuation.h: Regenerated.
17580         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17581         * lib/unictype/pr_soft_dotted.h: Regenerated.
17582         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17583         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17584         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17585         * lib/unictype/pr_uppercase.h: Regenerated.
17586         * lib/unictype/pr_xid_continue.h: Regenerated.
17587         * lib/unictype/pr_xid_start.h: Regenerated.
17588         * lib/unictype/pr_zero_width.h: Regenerated.
17589         * lib/unictype/scripts.h: Regenerated.
17590         * lib/unictype/scripts_byname.gperf: Regenerated.
17591         * lib/unictype/sy_java_ident.h: Regenerated.
17592         * lib/unilbrk/lbrkprop1.h: Regenerated.
17593         * lib/unilbrk/lbrkprop2.h: Regenerated.
17594         * tests/unictype/test-categ_C.c: Regenerated.
17595         * tests/unictype/test-categ_Cf.c: Regenerated.
17596         * tests/unictype/test-categ_Cn.c: Regenerated.
17597         * tests/unictype/test-categ_L.c: Regenerated.
17598         * tests/unictype/test-categ_Ll.c: Regenerated.
17599         * tests/unictype/test-categ_Lm.c: Regenerated.
17600         * tests/unictype/test-categ_Lo.c: Regenerated.
17601         * tests/unictype/test-categ_Lu.c: Regenerated.
17602         * tests/unictype/test-categ_M.c: Regenerated.
17603         * tests/unictype/test-categ_Mc.c: Regenerated.
17604         * tests/unictype/test-categ_Me.c: Regenerated.
17605         * tests/unictype/test-categ_Mn.c: Regenerated.
17606         * tests/unictype/test-categ_N.c: Regenerated.
17607         * tests/unictype/test-categ_Nd.c: Regenerated.
17608         * tests/unictype/test-categ_Nl.c: Regenerated.
17609         * tests/unictype/test-categ_No.c: Regenerated.
17610         * tests/unictype/test-categ_P.c: Regenerated.
17611         * tests/unictype/test-categ_Pd.c: Regenerated.
17612         * tests/unictype/test-categ_Pe.c: Regenerated.
17613         * tests/unictype/test-categ_Pf.c: Regenerated.
17614         * tests/unictype/test-categ_Pi.c: Regenerated.
17615         * tests/unictype/test-categ_Po.c: Regenerated.
17616         * tests/unictype/test-categ_Ps.c: Regenerated.
17617         * tests/unictype/test-categ_S.c: Regenerated.
17618         * tests/unictype/test-categ_Sk.c: Regenerated.
17619         * tests/unictype/test-categ_Sm.c: Regenerated.
17620         * tests/unictype/test-categ_So.c: Regenerated.
17621         * tests/unictype/test-ctype_alnum.c: Regenerated.
17622         * tests/unictype/test-ctype_alpha.c: Regenerated.
17623         * tests/unictype/test-ctype_graph.c: Regenerated.
17624         * tests/unictype/test-ctype_lower.c: Regenerated.
17625         * tests/unictype/test-ctype_print.c: Regenerated.
17626         * tests/unictype/test-ctype_punct.c: Regenerated.
17627         * tests/unictype/test-ctype_upper.c: Regenerated.
17628         * tests/unictype/test-decdigit.h: Regenerated.
17629         * tests/unictype/test-digit.h: Regenerated.
17630         * tests/unictype/test-numeric.h: Regenerated.
17631         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17632         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17633         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17634         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17635         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17636         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17637         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17638         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17639         * tests/unictype/test-pr_combining.c: Regenerated.
17640         * tests/unictype/test-pr_dash.c: Regenerated.
17641         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17642         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17643         * tests/unictype/test-pr_deprecated.c: Regenerated.
17644         * tests/unictype/test-pr_diacritic.c: Regenerated.
17645         * tests/unictype/test-pr_extender.c: Regenerated.
17646         * tests/unictype/test-pr_format_control.c: Regenerated.
17647         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17648         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17649         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17650         * tests/unictype/test-pr_id_continue.c: Regenerated.
17651         * tests/unictype/test-pr_id_start.c: Regenerated.
17652         * tests/unictype/test-pr_ideographic.c: Regenerated.
17653         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17654         * tests/unictype/test-pr_lowercase.c: Regenerated.
17655         * tests/unictype/test-pr_math.c: Regenerated.
17656         * tests/unictype/test-pr_numeric.c: Regenerated.
17657         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17658         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17659         Regenerated.
17660         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17661         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17662         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17663         * tests/unictype/test-pr_other_math.c: Regenerated.
17664         * tests/unictype/test-pr_punctuation.c: Regenerated.
17665         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17666         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17667         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17668         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17669         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17670         * tests/unictype/test-pr_uppercase.c: Regenerated.
17671         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17672         * tests/unictype/test-pr_xid_start.c: Regenerated.
17673         * tests/unictype/test-pr_zero_width.c: Regenerated.
17674
17675         Update to Unicode 5.1.0.
17676         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17677         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17678         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17679         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17680         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17681         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17682         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17683         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17684         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17685         (nonspacing_table_ind): Update.
17686         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17687
17688         Update to Unicode 5.1.0.
17689         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17690         code transform.
17691         * lib/uniname/uniname.c (unicode_character_name,
17692         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17693         * lib/uniname/uninames.h: Regenerated.
17694         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17695
17696 2009-02-07  Bruno Haible  <bruno@clisp.org>
17697
17698         Merge gen-ctype and gen-lbrk into a single program.
17699         * lib/gen-uni-tables.c: New file, incorporating
17700         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17701         Add directory prefixes to the names of the generated files.
17702         * lib/unictype/gen-ctype.c: Remove file.
17703         * lib/unilbrk/gen-lbrk.c: Remove file.
17704         * modules/gen-uni-tables: New file.
17705         * modules/unictype/gen-ctype: Remove file.
17706         * modules/unilbrk/gen-lbrk: Remove file.
17707
17708 2009-02-07  Bruno Haible  <bruno@clisp.org>
17709
17710         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17711
17712         New module 'unistr/u32-strcoll'.
17713         * modules/unistr/u32-strcoll: New file.
17714         * lib/unistr/u32-strcoll.c: New file.
17715
17716         New module 'unistr/u16-strcoll'.
17717         * modules/unistr/u16-strcoll: New file.
17718         * lib/unistr/u16-strcoll.c: New file.
17719
17720         New module 'unistr/u8-strcoll'.
17721         * modules/unistr/u8-strcoll: New file.
17722         * lib/unistr/u8-strcoll.c: New file.
17723         * lib/unistr/u-strcoll.h: New file.
17724
17725 2009-02-07  Bruno Haible  <bruno@clisp.org>
17726
17727         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17728         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17729         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17730         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17731         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17732         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17733
17734 2009-02-07  Bruno Haible  <bruno@clisp.org>
17735
17736         Make 64-bit clean.
17737         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17738         output_combclass, output_bidi_category, output_decimal_digit,
17739         output_digit, output_numeric, output_mirror, output_scripts,
17740         output_ident_category): Use proper width specifier in format strings.
17741
17742 2009-02-07  Bruno Haible  <bruno@clisp.org>
17743
17744         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17745         failure behaviour.
17746
17747 2009-02-07  Jim Meyering  <meyering@redhat.com>
17748
17749         regex: avoid compilation failure with upcoming gcc-4.4
17750         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17751         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17752         "... error: integer overflow in preprocessor expression".
17753
17754 2009-02-05  Ben Pfaff  <blp@gnu.org>
17755
17756         Fix link errors on Windows when close module is used.
17757         * modules/close: Add $(LIB_CLOSE) to Link section.
17758         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17759         $(LIB_CLOSE) on Windows.
17760
17761 2009-02-05  Jim Meyering  <meyering@redhat.com>
17762
17763         still avoid unused-parameter warnings, but do it cleanly
17764         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17765         (get_fs_usage): Cast to void instead.
17766         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17767         (dev_from_mount_options, read_file_system_list): Cast to void.
17768         Prompted by Bruno Haible.
17769
17770 2009-02-04  Jim Meyering  <meyering@redhat.com>
17771
17772         fsusage.c: correct copyright year
17773         * lib/fsusage.c: Reflect year in which the change is pushed into
17774
17775         avoid misc. warnings
17776         * lib/fsusage.c (UNUSED_PARAM): Define.
17777         (get_fs_usage): Mark parameter "disk" as unused.
17778         * lib/getugroups.c (getgrent): Use "void" in prototype.
17779         * lib/mountlist.c: Mark unused parameters.
17780         (read_file_system_list): Declare a local with "const".
17781         * lib/nanosleep.c (getnow): Declare static.
17782         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17783
17784         dirfd: set errno upon failure
17785         * lib/dirfd.c: Include <errno.h>.
17786         Set errno to ENOTSUP when returning -1.
17787         * modules/dirfd (Depends-on): Add errno.
17788         Suggested by John Kodis <kodis@comcast.net>.
17789
17790 2009-02-01  Bruno Haible  <bruno@clisp.org>
17791
17792         Don't assume sizeof (long) >= sizeof (void *).
17793         * lib/memcmp.c: Include stdint.h.
17794         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17795         srcp2 to 'const byte *'.
17796         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17797         types to uintptr_t.
17798         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17799         * modules/memcmp (Depends-on): Add stdint.
17800         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17801
17802 2009-01-30  Eric Blake  <ebb9@byu.net>
17803
17804         fix more require-before-expand issues
17805         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17806         expand, AC_PROG_AWK.
17807         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17808
17809 2009-01-28  Eric Blake  <ebb9@byu.net>
17810
17811         version-etc: use consistent URL formatting
17812         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17813         Improve formatting.  Use fputs for string without %.
17814
17815 2009-01-28  Jim Meyering  <meyering@redhat.com>
17816
17817         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17818         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17819         "underquoted definition of NAME" from autoconf-2.59.
17820
17821 2009-01-28  Bruno Haible  <bruno@clisp.org>
17822
17823         * doc/gnulib.texi: Add "Obsolete modules" to index.
17824
17825 2009-01-28  Jim Meyering  <meyering@redhat.com>
17826
17827         useless-if-before-free: recognize more variants
17828         * build-aux/useless-if-before-free: Also recognize e.g.,
17829         if (NULL != p) free (p);
17830
17831 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17832
17833         test-getaddrinfo: skip (don't fail) this test when there's no network
17834         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17835         on the presumption that it means you lack network access.
17836
17837 2009-01-26  Jim Meyering  <meyering@redhat.com>
17838
17839         fflush: avoid warnings on modern systems
17840         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17841         pos and result, into scopes where they're used.
17842
17843 2009-01-26  Eric Blake  <ebb9@byu.net>
17844
17845         Silence warning reintroduced by recent extensions patch.
17846         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17847         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17848         autoconf.
17849
17850         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17851         * m4/00gnulib.m4: New file.
17852         * gnulib-tool (func_get_filelist): Always use it.
17853         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17854         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17855
17856 2009-01-25  Bruno Haible  <bruno@clisp.org>
17857
17858         Make test-quotearg work on MacOS X and AIX.
17859         * tests/test-quotearg.sh: New file.
17860         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17861         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17862         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17863         include <libintl.h>.
17864         (fake_locale): Remove variable.
17865         (gettext, dgettext, dcgettext): Remove functions.
17866         (main): Instead of setting a fake locale, set a real locale. Call
17867         textdomain and bindtextdomain.
17868         * modules/quotearg-tests (Files): Add the new files.
17869         (Depends-on): Add gettext, setenv, unsetenv.
17870         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17871         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17872         Augment TESTS_ENVIRONMENT.
17873
17874 2009-01-25  Bruno Haible  <bruno@clisp.org>
17875
17876         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17877         fr_FR.ISO8859-1 locale on MacOS X.
17878         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17879         ja_JP.eucJP locale on MacOS X.
17880         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17881         zh_CN.GB18030 locale on MacOS X.
17882
17883 2009-01-25  Bruno Haible  <bruno@clisp.org>
17884
17885         Avoid link errors on MacOS X 10.3.
17886         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17887         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17888
17889 2009-01-25  Bruno Haible  <bruno@clisp.org>
17890
17891         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17892         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17893         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17894         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17895         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17896         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17897         posix_spawnattr_init, posix_spawnattr_setsigmask,
17898         posix_spawnattr_setflags, posix_spawnattr_destroy.
17899
17900         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17901         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17902         * modules/execute (Files): Remove m4/posix_spawn.m4.
17903         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17904         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17905         posix_spawnattr_init, posix_spawnattr_setsigmask,
17906         posix_spawnattr_setflags, posix_spawnattr_destroy.
17907
17908 2009-01-25  Bruno Haible  <bruno@clisp.org>
17909
17910         * lib/glthread/threadlib.c: Include <stdlib.h>.
17911
17912 2009-01-25  Bruno Haible  <bruno@clisp.org>
17913
17914         * lib/glthread/threadlib.c (dummy): New declaration.
17915
17916 2009-01-25  Bruno Haible  <bruno@clisp.org>
17917
17918         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17919         multibyte characters also for the GB18030 encoding. Don't crash when
17920         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17921
17922 2009-01-25  Bruno Haible  <bruno@clisp.org>
17923
17924         Avoid redefining 'struct random_data' on OSF/1 5.1.
17925         * lib/stdlib.in.h: Include <random.h> if it exists.
17926         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17927         HAVE_RANDOM_H. Include <random.h> when testing whether
17928         'struct random_data' exists.
17929         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17930
17931 2009-01-25  Bruno Haible  <bruno@clisp.org>
17932
17933         Don't install charset.alias on MacOS X >= 10.3.
17934         * lib/localcharset.c (DARWIN7): New macro.
17935         (get_charset_aliases): Hardcode the result for Darwin7.
17936         * modules/localcharset (install-exec-local): Don't install
17937         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17938
17939 2009-01-25  Bruno Haible  <bruno@clisp.org>
17940
17941         Don't install charset.alias on mingw and Cygwin.
17942         * modules/localcharset (install-exec-local): Don't install
17943         charset.alias on mingw and Cygwin, if the file does not yet exist.
17944         The result for these platforms is hardcoded in localcharset.c.
17945
17946 2009-01-25  Bruno Haible  <bruno@clisp.org>
17947
17948         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17949         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17950         before requiring AC_USE_SYSTEM_EXTENSIONS.
17951
17952 2009-01-25  Jim Meyering  <meyering@redhat.com>
17953
17954         c-strtod: avoid warnings
17955         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17956         "assignment discards qualifiers from pointer target type" warnings.
17957
17958 2009-01-24  Bruno Haible  <bruno@clisp.org>
17959
17960         Add support for non-UTF-8 locales on MacOS X.
17961         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17962         canonical encodings. For Darwin 7 and newer, don't map traditional
17963         encodings to UTF-8.
17964         Reported by Vincent Lefevre <vincent@vinc17.org>
17965         at <http://savannah.gnu.org/bugs/?25235>.
17966
17967 2009-01-24  Bruno Haible  <bruno@clisp.org>
17968
17969         * doc/gnulib.texi (Obsolete modules): New section.
17970         Reported by Mike Frysinger <vapier@gentoo.org>.
17971
17972 2009-01-24  Bruno Haible  <bruno@clisp.org>
17973
17974         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17975         (%.dvi): New rule.
17976
17977 2009-01-24  Bruno Haible  <bruno@clisp.org>
17978
17979         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17980         Reported by Eric Blake.
17981
17982 2009-01-24  Bruno Haible  <bruno@clisp.org>
17983
17984         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17985         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17986         Reported by Gary V. Vaughan <gary@gnu.org>.
17987
17988 2009-01-24  Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17991
17992 2009-01-23  Bruno Haible  <bruno@clisp.org>
17993
17994         Make c-strtod, c-strtold usable in libraries.
17995         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17996         (C_STRTOD): Call strdup instead of xstrdup.
17997         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17998         * modules/c-strtold (Depends-on): Likewise.
17999         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
18000         * NEWS: Mention the change.
18001         Reported by Michael Gold <mgold@ncf.ca>.
18002
18003 2009-01-23  Jim Meyering  <meyering@redhat.com>
18004
18005         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
18006         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
18007         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
18008
18009 2009-01-23  Simon Josefsson  <simon@josefsson.org>
18010
18011         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
18012         GNU CoreUtils.
18013         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
18014         * modules/version-etc (Description): Update.
18015
18016 2009-01-22  Bruno Haible  <bruno@clisp.org>
18017
18018         Cache the C locale object.
18019         * lib/c-strtod.c (c_locale_cache): New variable.
18020         (c_locale): New function.
18021         (C_STRTOD): Use it, and don't call freelocale.
18022         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
18023         Suggested by Paolo Bonzini.
18024
18025 2009-01-21  Bruno Haible  <bruno@clisp.org>
18026
18027         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
18028         conditions other than overflow.
18029
18030 2009-01-21  Bruno Haible  <bruno@clisp.org>
18031
18032         * lib/c-strtod.c: Include errno.h.
18033         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
18034         value from STRTOD_L and STRTOD.
18035
18036 2009-01-21  Bruno Haible  <bruno@clisp.org>
18037         and Jim Meyering  <meyering@redhat.com>
18038
18039         nanosleep: skip configure test (fail it) for apple universal builds
18040         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
18041         universal builds, assume that nanosleep does not work.
18042         * modules/nanosleep (Depends-on): Add multiarch.
18043
18044         mktime: skip configure test (fail it) for apple universal builds
18045         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
18046         universal builds, assume that mktime does not work.
18047         * modules/mktime (Depends-on): Add multiarch.
18048
18049 2009-01-21  Eric Blake  <ebb9@byu.net>
18050
18051         multiarch: avoid expand-before-require warning
18052         * modules/multiarch (configure.ac): Require, rather than expand,
18053         gl_MULTIARCH.
18054         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18055         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18056         enforce that all clients require it.  Partial reversion of
18057         2008-12-29 patch.
18058
18059         error: avoid expand-before-require warning
18060         * modules/errno (configure.ac): Require, rather than expand,
18061         gl_HEADER_ERRNO_H.
18062         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18063         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18064         enforce that all clients require it.
18065
18066         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18067         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18068         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18069         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18070
18071 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18072
18073         Revert:
18074         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18075
18076         regex: do not depend on obsolete modules.
18077         * modules/regex: Remove memcmp and memmove.
18078
18079 2009-01-20  Bruno Haible  <bruno@clisp.org>
18080
18081         Make the 'link' module link on Windows NT 4.
18082         * lib/link.c (_WIN32_WINNT): Don't define.
18083         (CreateHardLinkFuncType): New type.
18084         (CreateHardLinkFunc, initialized): New variables.
18085         (initialize): New function.
18086         (link): Invoke CreateHardLink indirectly through the function pointer.
18087
18088 2009-01-20  Bruno Haible  <bruno@clisp.org>
18089
18090         Fix compilation failure on mingw.
18091         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18092
18093 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18094
18095         * doc/c-strtod.texi: Mention a couple of restrictions.
18096
18097 2009-01-20  Jim Meyering  <meyering@redhat.com>
18098
18099         gettimeofday: move more declarations out of functions
18100         * lib/gettimeofday.c: Move extern declarations of tzset and
18101         gmtime out of containing functions.  Prompted by Bruno Haible.
18102
18103 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18104
18105         regex: do not depend on obsolete modules.
18106         * modules/regex: Remove memcmp and memmove.
18107
18108 2009-01-19  Bruno Haible  <bruno@clisp.org>
18109
18110         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18111         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18112         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18113         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18114         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18115
18116 2009-01-19  Bruno Haible  <bruno@clisp.org>
18117
18118         * tests/test-link.c: Include <errno.h>.
18119         (main): Exit with code 77 when a hard link cannot be created due to
18120         the file system.
18121         * tests/test-link.sh: Skip test when a hard link cannot be created due
18122         to the file system.
18123         Suggested by Eric Blake.
18124
18125 2009-01-19  Martin Lambers  <marlam@marlam.de>
18126
18127         * modules/link-tests: New file.
18128         * tests/test-link.sh: New file.
18129         * tests/test-link.c: New file.
18130
18131 2009-01-19  Eric Blake  <ebb9@byu.net>
18132
18133         doc: mention another function added in cygwin 1.7.0
18134         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18135         Another new function in cygwin 1.7.
18136
18137 2009-01-19  Bruno Haible  <bruno@clisp.org>
18138
18139         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18140         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18141         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18142         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18143         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18144         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18145         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18146         * m4/md4.m4 (gl_MD4): Likewise.
18147         * m4/md5.m4 (gl_MD5): Likewise.
18148         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18149         * m4/sha1.m4 (gl_SHA1): Likewise.
18150         * m4/sha256.m4 (gl_SHA256): Likewise.
18151         * m4/sha512.m4 (gl_SHA512): Likewise.
18152
18153 2009-01-19  Bruno Haible  <bruno@clisp.org>
18154
18155         * modules/uniname/uniname-tests (Depends-on): Add progname.
18156         * tests/uniname/test-uninames.c: Include progname.h.
18157         (main): Call set_program_name.
18158
18159         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18160         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18161         (main): Call set_program_name.
18162
18163         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18164         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18165         (main): Call set_program_name.
18166
18167         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18168         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18169         (main): Call set_program_name.
18170
18171         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18172         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18173         (main): Call set_program_name.
18174
18175         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18176         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18177         (main): Call set_program_name.
18178
18179         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18180         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18181         (main): Call set_program_name.
18182
18183         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18184         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18185         (main): Call set_program_name.
18186
18187         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18188         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18189         (main): Call set_program_name.
18190
18191 2009-01-19  Eric Blake  <ebb9@byu.net>
18192
18193         test-unistd: test previous patch
18194         * tests/test-unistd.c: Test *_FILENO macros.
18195
18196         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18197         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18198         Guarantee a definition.
18199         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18200         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18201         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18202         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18203         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18204         Likewise.
18205         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18206         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18207         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18208         Likewise.
18209         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18210         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18211         (STDERR_FILENO): Likewise.
18212         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18213         (STDERR_FILENO): Likewise.
18214         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18215         (STDERR_FILENO): Likewise.
18216         Reported by Elbert Pol.
18217
18218 2009-01-19  Eric Blake  <ebb9@byu.net>
18219
18220         doc: mention more functions added in cygwin 1.7.0
18221         * doc/posix-functions/abort.texi (abort): Update wording related
18222         to cygwin.
18223         * doc/posix-functions/daylight.texi (daylight): Likewise.
18224         * doc/posix-functions/optarg.texi (optarg): Likewise.
18225         * doc/posix-functions/optarg.texi (opterr): Likewise.
18226         * doc/posix-functions/optarg.texi (optind): Likewise.
18227         * doc/posix-functions/optarg.texi (optopt): Likewise.
18228         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18229         worked in 1.5.x, and was withdrawn in 1.7.
18230         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18231         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18232         cygwin versions.
18233         * doc/posix-functions/perror.texi (perror): Likewise.
18234         * doc/posix-functions/printf.texi (printf): Likewise.
18235         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18236         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18237         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18238         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18239         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18240         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18241         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18242         Likewise.
18243         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18244         Likewise.
18245         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18246         this function.
18247         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18248         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18249         Likewise.
18250         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18251         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18252         * doc/posix-functions/confstr.texi (confstr): Likewise.
18253         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18254         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18255         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18256         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18257         * doc/posix-functions/fputws.texi (fputws): Likewise.
18258         * doc/posix-functions/fwide.texi (fwide): Likewise.
18259         * doc/posix-functions/getwc.texi (getwc): Likewise.
18260         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18261         * doc/posix-functions/putwc.texi (putwc): Likewise.
18262         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18263         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18264         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18265         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18266         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18267         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18268         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18269         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18270         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18271         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18272         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18273
18274 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18275
18276         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18277         * lib/ioctl.c: Include <sys/ioctl.h>.
18278
18279 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18280
18281         * modules/getdate-tests (Depends-on): Add progname.
18282         * tests/test-getdate.c: Use progname module, to avoid link errors
18283         on non-glibc systems.
18284
18285 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18286
18287         * modules/filenamecat-tests (Depends-on): Add progname.
18288         * modules/fstrcmp-tests (Depends-on): Likewise.
18289
18290         * tests/test-filenamecat.c: Use progname module, to avoid link
18291         errors on non-glibc systems.
18292         * tests/test-fstrcmp.c: Likewise.
18293
18294 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18295
18296         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18297         * lib/gettimeofday.c: Move extern declaration out of function.
18298
18299 2009-01-18  Bruno Haible  <bruno@clisp.org>
18300
18301         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18302         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18303         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18304
18305 2009-01-18  Bruno Haible  <bruno@clisp.org>
18306
18307         * lib/strftime.c (MEMPCPY): Remove unused macro.
18308         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18309
18310 2009-01-18  Martin Lambers  <marlam@marlam.de>
18311
18312         New module 'link'.
18313         * lib/unistd.in.h (link): New declaration.
18314         * lib/link.c: New file.
18315         * m4/link.m4: New file.
18316         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18317         HAVE_LINK.
18318         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18319         * modules/link: New file.
18320         * doc/posix-functions/link.texi: Mention the new module.
18321
18322 2009-01-18  Bruno Haible  <bruno@clisp.org>
18323
18324         * tests/test-avltree_list.c (main): Call set_program_name.
18325         * tests/test-avltree_oset.c (main): Likewise.
18326         * tests/test-obstack-printf.c: Include progname.h.
18327         (main): Call set_program_name.
18328         * tests/test-quotearg.c: Include progname.h.
18329         (main): Call set_program_name.
18330         * tests/test-xmemdup0.c: Include progname.h.
18331         (main): Call set_program_name.
18332
18333 2009-01-18  Bruno Haible  <bruno@clisp.org>
18334
18335         New module 'alphasort'.
18336         * lib/dirent.in.h (alphasort): New declaration.
18337         * lib/alphasort.c: New file, from glibc with modifications.
18338         * m4/alphasort.m4: New file.
18339         * modules/alphasort: New file.
18340         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18341         HAVE_ALPHASORT.
18342         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18343         HAVE_ALPHASORT.
18344         * doc/posix-functions/alphasort.texi: Mention the new module and the
18345         portability problems.
18346
18347 2009-01-18  Bruno Haible  <bruno@clisp.org>
18348
18349         New module 'scandir'.
18350         * lib/dirent.in.h (scandir): New declaration.
18351         * lib/scandir.c: New file, from glibc with modifications.
18352         * m4/scandir.m4: New file.
18353         * modules/scandir: New file.
18354         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18355         HAVE_SCANDIR.
18356         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18357         HAVE_SCANDIR.
18358         * doc/posix-functions/scandir.texi: Mention the new module and the
18359         portability problems.
18360
18361 2009-01-17  Bruno Haible  <bruno@clisp.org>
18362
18363         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18364         Update documentation.
18365         (func_remove_suffix): Escape all dots in the suffix. Update
18366         documentation.
18367         (func_filter_filelist): Update documentation.
18368         Reported by Ralf Wildenhues.
18369
18370 2009-01-17  Bruno Haible  <bruno@clisp.org>
18371
18372         * modules/dprintf-posix-tests: New file.
18373         * tests/test-dprintf-posix.sh: New file.
18374         * tests/test-dprintf-posix.c: New file.
18375
18376         New modules 'dprintf', 'dprintf-posix'.
18377         * lib/stdio.in.h (dprintf): New declaration.
18378         * lib/dprintf.c: New file.
18379         * m4/dprintf.m4: New file.
18380         * m4/dprintf-posix.m4: New file.
18381         * modules/dprintf: New file.
18382         * modules/dprintf-posix: New file.
18383         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18384         HAVE_DPRINTF, REPLACE_DPRINTF.
18385         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18386         HAVE_DPRINTF, REPLACE_DPRINTF.
18387         * doc/posix-functions/dprintf.texi: Mention the new modules.
18388
18389 2009-01-17  Bruno Haible  <bruno@clisp.org>
18390
18391         * modules/vdprintf-posix-tests: New file.
18392         * tests/test-vdprintf-posix.sh: New file.
18393         * tests/test-vdprintf-posix.c: New file.
18394
18395         New modules 'vdprintf', 'vdprintf-posix'.
18396         * lib/stdio.in.h (vdprintf): New declaration.
18397         * lib/vdprintf.c: New file.
18398         * m4/vdprintf.m4: New file.
18399         * m4/vdprintf-posix.m4: New file.
18400         * modules/vdprintf: New file.
18401         * modules/vdprintf-posix: New file.
18402         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18403         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18404         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18405         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18406         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18407
18408 2009-01-17  Bruno Haible  <bruno@clisp.org>
18409
18410         Fix replacement of fopen on mingw.
18411         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18412         mingw.
18413
18414 2009-01-17  Bruno Haible  <bruno@clisp.org>
18415
18416         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18417         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18418
18419 2009-01-17  Bruno Haible  <bruno@clisp.org>
18420
18421         Avoid test-fflush2.sh failure on mingw.
18422         * tests/test-fflush2.c: Include binary-io.h.
18423         (main): Put standard input into binary mode.
18424         * modules/fflush-tests (Depends-on): Add binary-io.
18425
18426 2009-01-17  Bruno Haible  <bruno@clisp.org>
18427
18428         * lib/wchar.in.h: In another particular situation, include only the
18429         system's <wchar.h> file.
18430         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18431         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18432         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18433
18434 2009-01-17  Bruno Haible  <bruno@clisp.org>
18435
18436         Support for stripping executables in --enable-relocatable.
18437         * build-aux/install-reloc: Expect one more argument, or an environment
18438         variable RELOC_STRIP_PROG. If set, strip the destination program and
18439         its wrapper.
18440         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18441         RELOC_STRIP_PROG.
18442         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18443         to set RELOCATABLE_STRIP.
18444         * NEWS: Mention the new Makefile requirement.
18445
18446 2009-01-17  Bruno Haible  <bruno@clisp.org>
18447
18448         * build-aux/install-reloc: Remove debugging information left over by
18449         C compiler on MacOS X.
18450
18451 2009-01-17  Bruno Haible  <bruno@clisp.org>
18452
18453         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18454         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18455         _NSGetExecutablePath.
18456
18457 2009-01-16  Jim Meyering  <meyering@redhat.com>
18458
18459         strerror: avoid warnings about discarding "const"
18460         * lib/strerror.c (rpl_strerror): Instead of returning a const
18461         string from each and every "case", use a variable, and add a single
18462         cast after the switch.
18463
18464 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18465
18466         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18467
18468 2009-01-16  Bruno Haible  <bruno@clisp.org>
18469
18470         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18471         array initializer syntax that also works in C++ mode.
18472         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18473
18474 2009-01-16  Jim Meyering  <meyering@redhat.com>
18475
18476         poll: suppress a warning
18477         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18478         to ignore "...unsigned expression < 0 is always false" warnings.
18479
18480 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18481
18482         poll: remove declarations of unused variables
18483         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18484         sockbuf and optlen.
18485
18486 2009-01-15  Bruno Haible  <bruno@clisp.org>
18487
18488         Make fflush-after-ungetc POSIX compliant on BSD systems.
18489         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18490         (clear_ungetc_buffer): Implement also for other systems.
18491         (rpl_fflush): On glibc systems, invoke
18492         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18493         clear_ungetc_buffer after fetching the stream's position, not before.
18494
18495 2009-01-15  Bruno Haible  <bruno@clisp.org>
18496
18497         Make fflush-after-ungetc POSIX compliant on glibc systems.
18498         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18499         after ungetc.
18500         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18501         (rpl_fflush): On glibc systems, simply call the system's fflush
18502         function after clearing the ungetc buffer.
18503         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18504         Instead, lseek only to the end of file, then use the system's fseeko
18505         for the rest. On glibc systems, reset the EOF indicator bit.
18506
18507 2009-01-15  Jim Meyering  <meyering@redhat.com>
18508
18509         openmp.m4: revert quote-adding change, for portability to older autoconf
18510         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18511         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18512         Simon Josefsson noticed the problem when using autoconf-2.61.
18513
18514 2009-01-15  Bruno Haible  <bruno@clisp.org>
18515
18516         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18517         * tests/test-fflush2.c (ASSERT): Always fail.
18518         (main): Add two tests for fflush() after ungetc(), taking into account
18519         the Austin Group's clarification.
18520         Suggested by Eric Blake.
18521
18522 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18523
18524         mktime.m4: remove K&R-style function prototypes
18525         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18526         for the Sun C++ compiler.
18527
18528 2009-01-14  Bruno Haible  <bruno@clisp.org>
18529
18530         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18531         while including <wchar.h>.
18532         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18533         the system's <wchar.h> file.
18534         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18535
18536 2009-01-14  Bruno Haible  <bruno@clisp.org>
18537
18538         * m4/csharp.m4: Don't mention gettext on the serial number line.
18539         * m4/csharpexec.m4: Likewise.
18540         * m4/eaccess.m4: Likewise.
18541         * m4/javaexec.m4: Likewise.
18542         * m4/sig_atomic_t.m4: Likewise.
18543         * m4/tmpdir.m4: Likewise.
18544         * m4/intldir.m4: Bump gettext version.
18545         * m4/lib-ld.m4: Likewise.
18546
18547 2009-01-14  Bruno Haible  <bruno@clisp.org>
18548
18549         * lib/progname.c (set_program_name): Add more comments.
18550         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18551
18552 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18553
18554         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18555         were sys/stat.h does not define it.
18556
18557 2009-01-14  Jim Meyering  <meyering@redhat.com>
18558
18559         many *.m4 files: improve m4 quoting
18560         99% of this change was performed by running the following commands:
18561         git ls-files | grep '\.m4$' | xargs perl -pi \
18562           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18563           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18564           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18565           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18566         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18567         The remainder were to add Copyright dates, increment serial numbers,
18568         undo some changes in comments, exclude m4/intl.m4, and add quotes
18569         around the "1" in ",1" where the unusual spacing prohibited the
18570         above regexps from doing the job.  For more details, see
18571         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18572         * m4/acl.m4: Modified.
18573         * m4/afs.m4: Likewise.
18574         * m4/alloca.m4: Likewise.
18575         * m4/argp.m4: Likewise.
18576         * m4/argz.m4: Likewise.
18577         * m4/atexit.m4: Likewise.
18578         * m4/bison-i18n.m4: Likewise.
18579         * m4/bison.m4: Likewise.
18580         * m4/byteswap.m4: Likewise.
18581         * m4/c-stack.m4: Likewise.
18582         * m4/c-strtod.m4: Likewise.
18583         * m4/calloc.m4: Likewise.
18584         * m4/canonicalize-lgpl.m4: Likewise.
18585         * m4/chown.m4: Likewise.
18586         * m4/clock_time.m4: Likewise.
18587         * m4/codeset.m4: Likewise.
18588         * m4/copy-file.m4: Likewise.
18589         * m4/csharp.m4: Likewise.
18590         * m4/csharpcomp.m4: Likewise.
18591         * m4/csharpexec.m4: Likewise.
18592         * m4/d-ino.m4: Likewise.
18593         * m4/d-type.m4: Likewise.
18594         * m4/dirfd.m4: Likewise.
18595         * m4/double-slash-root.m4: Likewise.
18596         * m4/eaccess.m4: Likewise.
18597         * m4/eealloc.m4: Likewise.
18598         * m4/environ.m4: Likewise.
18599         * m4/errno_h.m4: Likewise.
18600         * m4/euidaccess.m4: Likewise.
18601         * m4/execute.m4: Likewise.
18602         * m4/fatal-signal.m4: Likewise.
18603         * m4/fchdir.m4: Likewise.
18604         * m4/fcntl_h.m4: Likewise.
18605         * m4/fileblocks.m4: Likewise.
18606         * m4/filenamecat.m4: Likewise.
18607         * m4/findprog.m4: Likewise.
18608         * m4/flexmember.m4: Likewise.
18609         * m4/fnmatch.m4: Likewise.
18610         * m4/fopen.m4: Likewise.
18611         * m4/fpending.m4: Likewise.
18612         * m4/fprintf-posix.m4: Likewise.
18613         * m4/free.m4: Likewise.
18614         * m4/frexp.m4: Likewise.
18615         * m4/frexpl.m4: Likewise.
18616         * m4/fsusage.m4: Likewise.
18617         * m4/ftruncate.m4: Likewise.
18618         * m4/gc-camellia.m4: Likewise.
18619         * m4/gc-random.m4: Likewise.
18620         * m4/gc.m4: Likewise.
18621         * m4/getaddrinfo.m4: Likewise.
18622         * m4/getcwd-abort-bug.m4: Likewise.
18623         * m4/getcwd-path-max.m4: Likewise.
18624         * m4/getdate.m4: Likewise.
18625         * m4/getdomainname.m4: Likewise.
18626         * m4/getgroups.m4: Likewise.
18627         * m4/gethostname.m4: Likewise.
18628         * m4/gethrxtime.m4: Likewise.
18629         * m4/getline.m4: Likewise.
18630         * m4/getloadavg.m4: Likewise.
18631         * m4/getndelim2.m4: Likewise.
18632         * m4/getpass.m4: Likewise.
18633         * m4/gettext.m4: Likewise.
18634         * m4/gettime.m4: Likewise.
18635         * m4/gettimeofday.m4: Likewise.
18636         * m4/gnulib-common.m4: Likewise.
18637         * m4/group-member.m4: Likewise.
18638         * m4/host-os.m4: Likewise.
18639         * m4/iconv.m4: Likewise.
18640         * m4/iconv_open.m4: Likewise.
18641         * m4/inet_ntop.m4: Likewise.
18642         * m4/inet_pton.m4: Likewise.
18643         * m4/inline.m4: Likewise.
18644         * m4/intldir.m4: Likewise.
18645         * m4/intlmacosx.m4: Likewise.
18646         * m4/intmax.m4: Likewise.
18647         * m4/intmax_t.m4: Likewise.
18648         * m4/inttypes.m4: Likewise.
18649         * m4/inttypes_h.m4: Likewise.
18650         * m4/inttypes-pri.m4: Likewise.
18651         * m4/isapipe.m4: Likewise.
18652         * m4/isnand.m4: Likewise.
18653         * m4/isnanf.m4: Likewise.
18654         * m4/isnanl.m4: Likewise.
18655         * m4/javacomp.m4: Likewise.
18656         * m4/javaexec.m4: Likewise.
18657         * m4/jm-winsz1.m4: Likewise.
18658         * m4/jm-winsz2.m4: Likewise.
18659         * m4/lchown.m4: Likewise.
18660         * m4/lcmessage.m4: Likewise.
18661         * m4/ldexpl.m4: Likewise.
18662         * m4/lib-ld.m4: Likewise.
18663         * m4/lib-link.m4: Likewise.
18664         * m4/libsigsegv.m4: Likewise.
18665         * m4/link-follow.m4: Likewise.
18666         * m4/localcharset.m4: Likewise.
18667         * m4/locale-fr.m4: Likewise.
18668         * m4/locale-ja.m4: Likewise.
18669         * m4/locale-tr.m4: Likewise.
18670         * m4/locale-zh.m4: Likewise.
18671         * m4/lock.m4: Likewise.
18672         * m4/longlong.m4: Likewise.
18673         * m4/ls-mntd-fs.m4: Likewise.
18674         * m4/lstat.m4: Likewise.
18675         * m4/malloc.m4: Likewise.
18676         * m4/mathl.m4: Likewise.
18677         * m4/mbrtowc.m4: Likewise.
18678         * m4/mbstate_t.m4: Likewise.
18679         * m4/mbswidth.m4: Likewise.
18680         * m4/memchr.m4: Likewise.
18681         * m4/memcmp.m4: Likewise.
18682         * m4/memcpy.m4: Likewise.
18683         * m4/memmem.m4: Likewise.
18684         * m4/memmove.m4: Likewise.
18685         * m4/mempcpy.m4: Likewise.
18686         * m4/memrchr.m4: Likewise.
18687         * m4/memset.m4: Likewise.
18688         * m4/minmax.m4: Likewise.
18689         * m4/mkdir-slash.m4: Likewise.
18690         * m4/mkdtemp.m4: Likewise.
18691         * m4/mktime.m4: Likewise.
18692         * m4/mmap-anon.m4: Likewise.
18693         * m4/mountlist.m4: Likewise.
18694         * m4/nanosleep.m4: Likewise.
18695         * m4/nls.m4: Likewise.
18696         * m4/nocrash.m4: Likewise.
18697         * m4/open.m4: Likewise.
18698         * m4/openat.m4: Likewise.
18699         * m4/openmp.m4: Likewise.
18700         * m4/pathmax.m4: Likewise.
18701         * m4/perl.m4: Likewise.
18702         * m4/physmem.m4: Likewise.
18703         * m4/pipe.m4: Likewise.
18704         * m4/po.m4: Likewise.
18705         * m4/poll.m4: Likewise.
18706         * m4/posixtm.m4: Likewise.
18707         * m4/posixver.m4: Likewise.
18708         * m4/printf-frexp.m4: Likewise.
18709         * m4/printf-frexpl.m4: Likewise.
18710         * m4/printf-posix.m4: Likewise.
18711         * m4/printf-posix-rpl.m4: Likewise.
18712         * m4/printf.m4: Likewise.
18713         * m4/progtest.m4: Likewise.
18714         * m4/putenv.m4: Likewise.
18715         * m4/readline.m4: Likewise.
18716         * m4/readlink.m4: Likewise.
18717         * m4/readutmp.m4: Likewise.
18718         * m4/realloc.m4: Likewise.
18719         * m4/regex.m4: Likewise.
18720         * m4/relocatable.m4: Likewise.
18721         * m4/relocatable-lib.m4: Likewise.
18722         * m4/rename-dest-slash.m4: Likewise.
18723         * m4/rename.m4: Likewise.
18724         * m4/rmdir-errno.m4: Likewise.
18725         * m4/rmdir.m4: Likewise.
18726         * m4/roundf.m4: Likewise.
18727         * m4/roundl.m4: Likewise.
18728         * m4/rpmatch.m4: Likewise.
18729         * m4/save-cwd.m4: Likewise.
18730         * m4/selinux-selinux-h.m4: Likewise.
18731         * m4/setenv.m4: Likewise.
18732         * m4/settime.m4: Likewise.
18733         * m4/sig2str.m4: Likewise.
18734         * m4/sig_atomic_t.m4: Likewise.
18735         * m4/signalblocking.m4: Likewise.
18736         * m4/signbit.m4: Likewise.
18737         * m4/sigpipe.m4: Likewise.
18738         * m4/sockets.m4: Likewise.
18739         * m4/sockpfaf.m4: Likewise.
18740         * m4/st_dm_mode.m4: Likewise.
18741         * m4/stat-time.m4: Likewise.
18742         * m4/stdbool.m4: Likewise.
18743         * m4/stdint.m4: Likewise.
18744         * m4/stdint_h.m4: Likewise.
18745         * m4/stpcpy.m4: Likewise.
18746         * m4/stpncpy.m4: Likewise.
18747         * m4/strcase.m4: Likewise.
18748         * m4/strchrnul.m4: Likewise.
18749         * m4/strcspn.m4: Likewise.
18750         * m4/strdup.m4: Likewise.
18751         * m4/strftime.m4: Likewise.
18752         * m4/strndup.m4: Likewise.
18753         * m4/strnlen.m4: Likewise.
18754         * m4/strpbrk.m4: Likewise.
18755         * m4/strptime.m4: Likewise.
18756         * m4/strsep.m4: Likewise.
18757         * m4/strtod.m4: Likewise.
18758         * m4/strtoimax.m4: Likewise.
18759         * m4/strtok_r.m4: Likewise.
18760         * m4/strtol.m4: Likewise.
18761         * m4/strtoll.m4: Likewise.
18762         * m4/strtoul.m4: Likewise.
18763         * m4/strtoull.m4: Likewise.
18764         * m4/strtoumax.m4: Likewise.
18765         * m4/strverscmp.m4: Likewise.
18766         * m4/threadlib.m4: Likewise.
18767         * m4/timegm.m4: Likewise.
18768         * m4/tm_gmtoff.m4: Likewise.
18769         * m4/tmpdir.m4: Likewise.
18770         * m4/tmpfile.m4: Likewise.
18771         * m4/tzset.m4: Likewise.
18772         * m4/uintmax_t.m4: Likewise.
18773         * m4/unlinkdir.m4: Likewise.
18774         * m4/unlocked-io.m4: Likewise.
18775         * m4/uptime.m4: Likewise.
18776         * m4/userspec.m4: Likewise.
18777         * m4/utimbuf.m4: Likewise.
18778         * m4/utime.m4: Likewise.
18779         * m4/utimes-null.m4: Likewise.
18780         * m4/utimes.m4: Likewise.
18781         * m4/vararrays.m4: Likewise.
18782         * m4/vasnprintf.m4: Likewise.
18783         * m4/vfprintf-posix.m4: Likewise.
18784         * m4/vprintf-posix.m4: Likewise.
18785         * m4/wait-process.m4: Likewise.
18786         * m4/wchar_t.m4: Likewise.
18787         * m4/wint_t.m4: Likewise.
18788         * m4/write-any-file.m4: Likewise.
18789         * m4/yield.m4: Likewise.
18790
18791 2009-01-13  Bruno Haible  <bruno@clisp.org>
18792
18793         Avoid test-copy-file.sh failures when ACL support insufficient.
18794         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18795         TESTS_ENVIRONMENT.
18796         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18797         Reported by Jim Meyering.
18798
18799 2009-01-13  Bruno Haible  <bruno@clisp.org>
18800
18801         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18802         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18803         * modules/unistdio/u8-printf-parse (Files): Likewise.
18804         * modules/unistdio/u32-printf-parse (Files): Likewise.
18805         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18806
18807 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18808
18809         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18810         and m4/inttypes_h.m4 too.
18811
18812 2009-01-12  Eric Blake  <ebb9@byu.net>
18813
18814         tests: IRIX 6.2 cc can't compile -0.0 into .data
18815         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18816         rather than at compile-time.
18817         * tests/test-floorl.c (minus_zero): Likewise.
18818         * tests/test-frexpl.c (minus_zero): Likewise.
18819         * tests/test-isnan.c (minus_zerol): Likewise.
18820         * tests/test-isnanl.h (minus_zero): Likewise.
18821         * tests/test-ldexpl.c (minus_zero): Likewise.
18822         * tests/test-roundl.c (minus_zero): Likewise.
18823         * tests/test-signbit.c (minus_zerol): Likewise.
18824         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18825         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18826         * tests/test-truncl.c (minus_zero): Likewise.
18827         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18828         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18829         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18830
18831 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18832
18833         regex: fix glibc bug 9697
18834         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18835         handling.
18836
18837 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18838
18839         regex: fix glibc bug 697
18840         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18841         being NULL also if there are no backreferences.
18842
18843 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18844
18845         regex: merge glibc changes
18846         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18847         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18848         re_string_skip_chars, re_string_reconstruct): Likewise.
18849         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18850
18851 2009-01-07  Jim Meyering  <meyering@redhat.com>
18852
18853         poll: filter through cppi
18854         * lib/poll.c: Indent cpp directives to reflect nesting.
18855
18856 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18857
18858         poll: don't return uninitialized
18859         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18860
18861 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18862
18863         avoid compile failure on AIX 6.1
18864         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18865         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18866
18867 2009-01-04  Jim Meyering  <meyering@redhat.com>
18868
18869         remove duplicate inclusion of <stdio.h>
18870         * tests/test-fprintf-posix.c: Likewise.
18871         * tests/test-printf-posix.c: Likewise.
18872         * tests/test-snprintf-posix.c: Likewise.
18873         * tests/test-sprintf-posix.c: Likewise.
18874         * tests/test-vasprintf-posix.c: Likewise.
18875         * tests/test-vfprintf-posix.c: Likewise.
18876         * tests/test-vprintf-posix.c: Likewise.
18877         * tests/test-vsnprintf-posix.c: Likewise.
18878         * tests/test-vsprintf-posix.c: Likewise.
18879
18880 2009-01-03  Jim Meyering  <meyering@redhat.com>
18881
18882         gnulib-tool: fix sed-based filtering
18883         * gnulib-tool (func_filter_filelist): Remove extra backslash
18884         in sed_fff_filter definition.
18885
18886 2009-01-02  Jim Meyering  <meyering@redhat.com>
18887
18888         strftime: avoid compilation failure on Solaris 2.6
18889         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18890         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18891         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18892         be available.  Reported by Tom G. Christensen.  Details in
18893         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18894
18895 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18896             Bruno Haible  <bruno@clisp.org>
18897
18898         Speed up gnulib-tool by doing more string processing through shell
18899         built-ins.
18900         * gnulib-tool (fast_func_append): New variable.
18901         (func_remove_prefix, func_remove_suffix): New functions.
18902         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18903         (func_filter_filelist): New function.
18904         (func_get_dependencies): Use func_remove_suffix instead of sed.
18905         (func_get_automake_snippet): Use func_filter_filelist instead of a
18906         subshell and sed invocation.
18907
18908 2009-01-01  Bruno Haible  <bruno@clisp.org>
18909
18910         Fix a security bug.
18911         * gnulib-tool (func_import, import, update): Don't allow the characters
18912         '"', '$', '`', '\' in macro arguments that become part of commands that
18913         are evaluated.
18914
18915 2009-01-01  Bruno Haible  <bruno@clisp.org>
18916
18917         * gnulib-tool (func_reset_sigpipe): Add more comments.
18918
18919 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18920
18921         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18922         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18923         already know the answer.
18924
18925 2009-01-01  Jim Meyering  <meyering@redhat.com>
18926
18927         * lib/version-etc.c (version_etc_va): Update copyright year.
18928
18929 2008-12-30  Bruno Haible  <bruno@clisp.org>
18930
18931         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18932         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18933         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18934
18935 2008-12-29  Eric Blake  <ebb9@byu.net>
18936
18937         multiarch: avoid autoconf AC_REQUIRE bug
18938         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18939         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18940         2.63 and older.
18941         Reported by Bruno Haible, and analyzed in
18942         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18943
18944 2008-12-29  Bruno Haible  <bruno@clisp.org>
18945
18946         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18947         files in subdirectories correctly.
18948         Reported by Ralf Wildenhues.
18949
18950 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18951
18952         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18953         rather than 'join FILE -', for Solaris join.
18954
18955 2008-12-29  Bruno Haible  <bruno@clisp.org>
18956
18957         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18958         quoting.
18959         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18960         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18961         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18962         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18963         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18964         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18965         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18966         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18967         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18968         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18969         * m4/nls.m4 (AM_NLS): Likewise.
18970         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18971         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18972         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18973         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18974         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18975         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18976         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18977         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18978         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18979         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18980         * m4/xsize.m4 (gl_XSIZE): Likewise.
18981         Suggested by Jim Meyering.
18982
18983 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18984
18985         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18986         * lib/parse-duration.c: use a switch instead of cascading if's.
18987
18988 2008-12-29  Eric Blake  <ebb9@byu.net>
18989
18990         wchar.h: supply WEOF on Irix 5.3
18991         * lib/wchar.in.h (wint_t): Also supply WEOF.
18992         * lib/wctype.in.h (wint_t): Likewise.
18993         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18994         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18995         Reported by Tom G. Christensen.
18996
18997 2008-12-26  Bruno Haible  <bruno@clisp.org>
18998
18999         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
19000         i486, i586, i686.
19001
19002 2008-12-26  Bruno Haible  <bruno@clisp.org>
19003
19004         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
19005
19006 2008-12-26  Bruno Haible  <bruno@clisp.org>
19007
19008         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
19009         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
19010         not __STDC_CONSTANT_MACROS.
19011         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19012
19013 2008-12-25  Bruno Haible  <bruno@clisp.org>
19014
19015         Add support for universal builds to vasnprintf.
19016         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
19017         universal builds, guess no.
19018         * modules/vasnprintf-posix (Depends-on): Add multiarch.
19019         * modules/vasprintf-posix (Depends-on): Likewise.
19020         * modules/fprintf-posix (Depends-on): Likewise.
19021         * modules/vfprintf-posix (Depends-on): Likewise.
19022         * modules/snprintf-posix (Depends-on): Likewise.
19023         * modules/vsnprintf-posix (Depends-on): Likewise.
19024         * modules/sprintf-posix (Depends-on): Likewise.
19025         * modules/vsprintf-posix (Depends-on): Likewise.
19026         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19027         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19028         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19029         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19030         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19031         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19032         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19033
19034         Add support for universal builds to <inttypes.h>.
19035         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
19036         _SCNu64_PREFIX): In Apple
19037         universal builds, define directly, using _LP64.
19038         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
19039         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
19040         * modules/inttypes (Depends-on): Add multiarch.
19041         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19042
19043         Add support for universal builds to <stdint.h>.
19044         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
19045         universal builds, define directly, using _LP64.
19046         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
19047         Apple universal builds, don't test for the size and suffix of ptrdiff_t
19048         and size_t.
19049         * modules/stdint (Depends-on): Add multiarch.
19050         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19051
19052         New module 'multiarch'.
19053         * modules/multiarch: New file.
19054         * m4/multiarch.m4: New file.
19055
19056 2008-12-25  Bruno Haible  <bruno@clisp.org>
19057
19058         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19059
19060 2008-12-25  Bruno Haible  <bruno@clisp.org>
19061
19062         * modules/btowc (License): Relicense under LGPLv2+.
19063         * modules/mbsinit (License): Likewise.
19064         * modules/mbrtowc (License): Likewise.
19065         * modules/wcrtomb (License): Likewise.
19066         * modules/streq (License): Likewise.
19067         Reported by David Lutterkort <lutter@redhat.com>.
19068
19069 2008-12-23  Bruno Haible  <bruno@clisp.org>
19070
19071         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19072
19073 2008-12-23  Bruno Haible  <bruno@clisp.org>
19074
19075         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19076         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19077         GETADDRINFO_LIB, not in LIBS.
19078         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19079         * modules/canon-host (Link): Likewise.
19080         * NEWS: Mention the change.
19081         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19082         GETADDRINFO_LIB.
19083
19084 2008-12-22  Bruno Haible  <bruno@clisp.org>
19085
19086         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19087         * doc/posix-functions/iswalpha_l.texi: Likewise.
19088         * doc/posix-functions/iswblank_l.texi: Likewise.
19089         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19090         * doc/posix-functions/iswctype_l.texi: Likewise.
19091         * doc/posix-functions/iswdigit_l.texi: Likewise.
19092         * doc/posix-functions/iswgraph_l.texi: Likewise.
19093         * doc/posix-functions/iswlower_l.texi: Likewise.
19094         * doc/posix-functions/iswprint_l.texi: Likewise.
19095         * doc/posix-functions/iswpunct_l.texi: Likewise.
19096         * doc/posix-functions/iswspace_l.texi: Likewise.
19097         * doc/posix-functions/iswupper_l.texi: Likewise.
19098         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19099         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19100         * doc/posix-functions/open_wmemstream.texi: Likewise.
19101         * doc/posix-functions/swscanf.texi: Likewise.
19102         * doc/posix-functions/towctrans_l.texi: Likewise.
19103         * doc/posix-functions/towlower.texi: Likewise.
19104         * doc/posix-functions/towlower_l.texi: Likewise.
19105         * doc/posix-functions/towupper.texi: Likewise.
19106         * doc/posix-functions/towupper_l.texi: Likewise.
19107         * doc/posix-functions/vfwprintf.texi: Likewise.
19108         * doc/posix-functions/vfwscanf.texi: Likewise.
19109         * doc/posix-functions/vswscanf.texi: Likewise.
19110         * doc/posix-functions/vwprintf.texi: Likewise.
19111         * doc/posix-functions/vwscanf.texi: Likewise.
19112         * doc/posix-functions/wcpcpy.texi: Likewise.
19113         * doc/posix-functions/wcpncpy.texi: Likewise.
19114         * doc/posix-functions/wcscasecmp.texi: Likewise.
19115         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19116         * doc/posix-functions/wcscoll_l.texi: Likewise.
19117         * doc/posix-functions/wcsdup.texi: Likewise.
19118         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19119         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19120         * doc/posix-functions/wcsnlen.texi: Likewise.
19121         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19122         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19123         * doc/posix-functions/wctrans_l.texi: Likewise.
19124         * doc/posix-functions/wctype_l.texi: Likewise.
19125         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19126         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19127         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19128         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19129         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19130         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19131         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19132         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19133         * doc/glibc-functions/wcschrnul.texi: Likewise.
19134         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19135         * doc/glibc-functions/wcstod_l.texi: Likewise.
19136         * doc/glibc-functions/wcstof_l.texi: Likewise.
19137         * doc/glibc-functions/wcstol_l.texi: Likewise.
19138         * doc/glibc-functions/wcstold_l.texi: Likewise.
19139         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19140         * doc/glibc-functions/wcstoq.texi: Likewise.
19141         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19142         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19143         * doc/glibc-functions/wcstouq.texi: Likewise.
19144         * doc/glibc-functions/wmempcpy.texi: Likewise.
19145
19146 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19147             Eric Blake  <ebb9@byu.net>
19148             Paolo Bonzini  <bonzini@gnu.org>
19149             Bruno Haible  <bruno@clisp.org>
19150
19151         Make c-stack work on Haiku.
19152         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19153         (c_stack_action): Use SA_ONSTACK flag.
19154
19155 2008-12-22  Bruno Haible  <bruno@clisp.org>
19156
19157         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19158
19159 2008-12-22  Bruno Haible  <bruno@clisp.org>
19160
19161         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19162         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19163         being overridden.
19164         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19165         New macros.
19166         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19167         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19168         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19169         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19170
19171 2008-12-22  Bruno Haible  <bruno@clisp.org>
19172
19173         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19174         from test code.
19175
19176 2008-12-22  Eric Blake  <ebb9@byu.net>
19177
19178         Avoid gcc warnings on cygwin.
19179         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19180         Avoid unused variable.
19181         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19182         Likewise.
19183
19184 2008-12-22  Bruno Haible  <bruno@clisp.org>
19185
19186         Remove HAVE_MBRTOWC conditionals.
19187         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19188         (mbscasecmp): Assume mbrtowc function.
19189         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19190         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19191         * lib/mbschr.c: Include mbuiter.h unconditionally.
19192         (mbschr): Assume mbrtowc function.
19193         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19194         (mbscspn): Assume mbrtowc function.
19195         * lib/mbslen.c: Include mbuiter.h unconditionally.
19196         (mbslen): Assume mbrtowc function.
19197         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19198         (mbsncasecmp): Assume mbrtowc function.
19199         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19200         (mbsnlen): Assume mbrtowc function.
19201         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19202         (mbspbrk): Assume mbrtowc function.
19203         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19204         (mbspcasecmp): Assume mbrtowc function.
19205         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19206         (mbsrchr): Assume mbrtowc function.
19207         * lib/mbssep.c: Include mbuiter.h unconditionally.
19208         (mbssep): Assume mbrtowc function.
19209         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19210         (mbsspn): Assume mbrtowc function.
19211         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19212         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19213         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19214         (mbstok_r): Assume mbrtowc function.
19215         * lib/propername.c: Include mbuiter.h unconditionally.
19216         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19217         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19218         (trim2): Assume mbrtowc function.
19219         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19220         (mbsnwidth): Assume mbrtowc function.
19221         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19222         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19223         fallback definitions.
19224         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19225
19226 2008-12-22  Bruno Haible  <bruno@clisp.org>
19227
19228         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19229
19230 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19231
19232         * modules/regex: Request emulations for the mb*/wc* functions we need.
19233         * m4/regex.m4: Don't look for those functions here.
19234         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19235
19236 2008-12-22  Bruno Haible  <bruno@clisp.org>
19237
19238         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19239
19240 2008-12-21  Bruno Haible  <bruno@clisp.org>
19241
19242         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19243         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19244         (Include): Remove conditionalization.
19245         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19246         (Include): Remove conditionalization.
19247         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19248         (Include): Remove conditionalization.
19249         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19250         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19251         * NEWS: Mention the change.
19252         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19253         via Sergey Poznyakoff <gray@gnu.org.ua>.
19254
19255 2008-12-21  Bruno Haible  <bruno@clisp.org>
19256
19257         * MODULES.html.sh (Extended multibyte and wide character utilities
19258         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19259         wcrtomb, wcsrtombs.
19260         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19261         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19262         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19263         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19264
19265 2008-12-21  Bruno Haible  <bruno@clisp.org>
19266
19267         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19268
19269 2008-12-21  Bruno Haible  <bruno@clisp.org>
19270
19271         * modules/wcsnrtombs-tests: New file.
19272         * tests/test-wcsnrtombs1.sh: New file.
19273         * tests/test-wcsnrtombs2.sh: New file.
19274         * tests/test-wcsnrtombs3.sh: New file.
19275         * tests/test-wcsnrtombs4.sh: New file.
19276         * tests/test-wcsnrtombs.c: New file.
19277
19278         New module 'wcsnrtombs'.
19279         * lib/wchar.in.h (wcsnrtombs): New declaration.
19280         * lib/wcsnrtombs.c: New file.
19281         * lib/wcsrtombs-state.c: New file.
19282         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19283         (internal_state): Remove variable.
19284         * m4/wcsnrtombs.m4: New file.
19285         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19286         compilation units.
19287         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19288         HAVE_WCSNRTOMBS.
19289         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19290         HAVE_WCSNRTOMBS.
19291         * modules/wcsnrtombs: New file.
19292         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19293         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19294
19295 2008-12-21  Bruno Haible  <bruno@clisp.org>
19296
19297         * modules/wcsrtombs-tests: New file.
19298         * tests/test-wcsrtombs1.sh: New file.
19299         * tests/test-wcsrtombs2.sh: New file.
19300         * tests/test-wcsrtombs3.sh: New file.
19301         * tests/test-wcsrtombs4.sh: New file.
19302         * tests/test-wcsrtombs.c: New file.
19303
19304         New module 'wcsrtombs'.
19305         * lib/wchar.in.h (wcsrtombs): New declaration.
19306         * lib/wcsrtombs.c: New file.
19307         * m4/wcsrtombs.m4: New file.
19308         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19309         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19310         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19311         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19312         * modules/wcsrtombs: New file.
19313         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19314         bugs.
19315
19316 2008-12-21  Bruno Haible  <bruno@clisp.org>
19317
19318         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19319         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19320         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19321         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19322         if not correct.
19323         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19324         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19325         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19326         m4/locale-zh.m4, m4/codeset.m4.
19327         * doc/posix-functions/wcrtomb.texi: Document the bug.
19328
19329 2008-12-21  Bruno Haible  <bruno@clisp.org>
19330
19331         Work around a btowc() bug on IRIX 6.5.
19332         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19333         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19334         REPLACE_WTOBC if not.
19335         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19336         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19337         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19338
19339 2008-12-21  Bruno Haible  <bruno@clisp.org>
19340
19341         * modules/wcrtomb-tests: New file.
19342         * tests/test-wcrtomb.sh: New file.
19343         * tests/test-wcrtomb.c: New file.
19344
19345         New module 'wcrtomb'.
19346         * lib/wchar.in.h (wcrtomb): New declaration.
19347         * lib/wcrtomb.c: New file.
19348         * m4/wcrtomb.m4: New file.
19349         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19350         HAVE_WCRTOMB.
19351         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19352         HAVE_WCRTOMB.
19353         * modules/wcrtomb: New file.
19354         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19355
19356 2008-12-21  Bruno Haible  <bruno@clisp.org>
19357
19358         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19359         * modules/mbsrtowcs (Files): Likewise.
19360         * modules/wctob (Files): Likewise.
19361         * modules/c-strcase-tests (Files): Likewise.
19362         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19363         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19364         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19365         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19366         * modules/vasnprintf-posix-tests (Files): Likewise.
19367
19368 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19369
19370         gitlog-to-changelog: pass all command-line arguments to git-log
19371         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19372         it is sometimes convenient to filter the commits in various ways.
19373         gitlog-to-changelog only allows --since to specify a start date,
19374         but git-log itself supports many other filtering mechanisms.
19375         At the moment, I want to filter by branch name.  Rather than
19376         adding a --branch option to gitlog-to-changelog, it seems more
19377         flexible to simply pass all options directly to git-log and let
19378         git do the work.  Notice that this effectively makes --since a
19379         redundant option for gitlog-to-changelog, but removing it would
19380         require current usage to change since calls would then require
19381         an additional '--'.
19382
19383 2008-12-21  Bruno Haible  <bruno@clisp.org>
19384
19385         * modules/mbsnrtowcs-tests: New file.
19386         * tests/test-mbsnrtowcs1.sh: New file.
19387         * tests/test-mbsnrtowcs2.sh: New file.
19388         * tests/test-mbsnrtowcs3.sh: New file.
19389         * tests/test-mbsnrtowcs4.sh: New file.
19390         * tests/test-mbsnrtowcs.c: New file.
19391
19392         New module 'mbsnrtowcs'.
19393         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19394         * lib/mbsnrtowcs.c: New file.
19395         * lib/mbsrtowcs-state.c: New file.
19396         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19397         (internal_state): Remove variable.
19398         * m4/mbsnrtowcs.m4: New file.
19399         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19400         compilation units.
19401         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19402         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19403         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19404         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19405         * modules/mbsnrtowcs: New file.
19406         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19407         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19408         portability problem.
19409
19410 2008-12-21  Bruno Haible  <bruno@clisp.org>
19411
19412         Work around mbsrtowcs bug.
19413         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19414         (gl_FUNC_MBSRTOWCS): Invoke it.
19415         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19416         m4/locale-zh.m4.
19417         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19418
19419 2008-12-21  Bruno Haible  <bruno@clisp.org>
19420
19421         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19422
19423 2008-12-21  Bruno Haible  <bruno@clisp.org>
19424
19425         Update doc for AIX.
19426         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19427         16-bit wchar_t type.
19428         * doc/posix-functions/btowc.texi: Likewise.
19429         * doc/posix-functions/fgetwc.texi: Likewise.
19430         * doc/posix-functions/fgetws.texi: Likewise.
19431         * doc/posix-functions/fputwc.texi: Likewise.
19432         * doc/posix-functions/fputws.texi: Likewise.
19433         * doc/posix-functions/fwide.texi: Likewise.
19434         * doc/posix-functions/fwprintf.texi: Likewise.
19435         * doc/posix-functions/fwscanf.texi: Likewise.
19436         * doc/posix-functions/getwchar.texi: Likewise.
19437         * doc/posix-functions/getwc.texi: Likewise.
19438         * doc/posix-functions/iswalnum.texi: Likewise.
19439         * doc/posix-functions/iswalpha.texi: Likewise.
19440         * doc/posix-functions/iswblank.texi: Likewise.
19441         * doc/posix-functions/iswcntrl.texi: Likewise.
19442         * doc/posix-functions/iswctype.texi: Likewise.
19443         * doc/posix-functions/iswdigit.texi: Likewise.
19444         * doc/posix-functions/iswgraph.texi: Likewise.
19445         * doc/posix-functions/iswlower.texi: Likewise.
19446         * doc/posix-functions/iswprint.texi: Likewise.
19447         * doc/posix-functions/iswpunct.texi: Likewise.
19448         * doc/posix-functions/iswspace.texi: Likewise.
19449         * doc/posix-functions/iswupper.texi: Likewise.
19450         * doc/posix-functions/iswxdigit.texi: Likewise.
19451         * doc/posix-functions/mbrtowc.texi: Likewise.
19452         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19453         * doc/posix-functions/mbstowcs.texi: Likewise.
19454         * doc/posix-functions/mbtowc.texi: Likewise.
19455         * doc/posix-functions/putwchar.texi: Likewise.
19456         * doc/posix-functions/putwc.texi: Likewise.
19457         * doc/posix-functions/swprintf.texi: Likewise.
19458         * doc/posix-functions/tolower.texi: Likewise.
19459         * doc/posix-functions/toupper.texi: Likewise.
19460         * doc/posix-functions/towctrans.texi: Likewise.
19461         * doc/posix-functions/ungetwc.texi: Likewise.
19462         * doc/posix-functions/vswprintf.texi: Likewise.
19463         * doc/posix-functions/wcrtomb.texi: Likewise.
19464         * doc/posix-functions/wcscat.texi: Likewise.
19465         * doc/posix-functions/wcschr.texi: Likewise.
19466         * doc/posix-functions/wcscmp.texi: Likewise.
19467         * doc/posix-functions/wcscoll.texi: Likewise.
19468         * doc/posix-functions/wcscpy.texi: Likewise.
19469         * doc/posix-functions/wcscspn.texi: Likewise.
19470         * doc/posix-functions/wcsftime.texi: Likewise.
19471         * doc/posix-functions/wcslen.texi: Likewise.
19472         * doc/posix-functions/wcsncat.texi: Likewise.
19473         * doc/posix-functions/wcsncmp.texi: Likewise.
19474         * doc/posix-functions/wcsncpy.texi: Likewise.
19475         * doc/posix-functions/wcspbrk.texi: Likewise.
19476         * doc/posix-functions/wcsrchr.texi: Likewise.
19477         * doc/posix-functions/wcsrtombs.texi: Likewise.
19478         * doc/posix-functions/wcsspn.texi: Likewise.
19479         * doc/posix-functions/wcsstr.texi: Likewise.
19480         * doc/posix-functions/wcstod.texi: Likewise.
19481         * doc/posix-functions/wcstof.texi: Likewise.
19482         * doc/posix-functions/wcstoimax.texi: Likewise.
19483         * doc/posix-functions/wcstok.texi: Likewise.
19484         * doc/posix-functions/wcstold.texi: Likewise.
19485         * doc/posix-functions/wcstoll.texi: Likewise.
19486         * doc/posix-functions/wcstol.texi: Likewise.
19487         * doc/posix-functions/wcstombs.texi: Likewise.
19488         * doc/posix-functions/wcstoull.texi: Likewise.
19489         * doc/posix-functions/wcstoul.texi: Likewise.
19490         * doc/posix-functions/wcstoumax.texi: Likewise.
19491         * doc/posix-functions/wcswidth.texi: Likewise.
19492         * doc/posix-functions/wcsxfrm.texi: Likewise.
19493         * doc/posix-functions/wctob.texi: Likewise.
19494         * doc/posix-functions/wctomb.texi: Likewise.
19495         * doc/posix-functions/wctrans.texi: Likewise.
19496         * doc/posix-functions/wctype.texi: Likewise.
19497         * doc/posix-functions/wcwidth.texi: Likewise.
19498         * doc/posix-functions/wmemchr.texi: Likewise.
19499         * doc/posix-functions/wmemcmp.texi: Likewise.
19500         * doc/posix-functions/wmemcpy.texi: Likewise.
19501         * doc/posix-functions/wmemmove.texi: Likewise.
19502         * doc/posix-functions/wmemset.texi: Likewise.
19503         * doc/posix-functions/wprintf.texi: Likewise.
19504         * doc/posix-functions/wscanf.texi: Likewise.
19505
19506 2008-12-21  Bruno Haible  <bruno@clisp.org>
19507
19508         Update doc for HP-UX 11.11.
19509         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19510         in HP-UX version 11.00, not in all versions of HP-UX 11.
19511         * doc/posix-functions/fwide.texi: Likewise.
19512         * doc/posix-functions/fwprintf.texi: Likewise.
19513         * doc/posix-functions/fwscanf.texi: Likewise.
19514         * doc/posix-functions/inet_ntop.texi: Likewise.
19515         * doc/posix-functions/inet_pton.texi: Likewise.
19516         * doc/posix-functions/mbrlen.texi: Likewise.
19517         * doc/posix-functions/mbrtowc.texi: Likewise.
19518         * doc/posix-functions/mbsinit.texi: Likewise.
19519         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19520         * doc/posix-functions/swprintf.texi: Likewise.
19521         * doc/posix-functions/swscanf.texi: Likewise.
19522         * doc/posix-functions/towctrans.texi: Likewise.
19523         * doc/posix-functions/vfwprintf.texi: Likewise.
19524         * doc/posix-functions/vswprintf.texi: Likewise.
19525         * doc/posix-functions/vwprintf.texi: Likewise.
19526         * doc/posix-functions/wcrtomb.texi: Likewise.
19527         * doc/posix-functions/wcsrtombs.texi: Likewise.
19528         * doc/posix-functions/wcsstr.texi: Likewise.
19529         * doc/posix-functions/wctob.texi: Likewise.
19530         * doc/posix-functions/wctrans.texi: Likewise.
19531         * doc/posix-functions/wmemchr.texi: Likewise.
19532         * doc/posix-functions/wmemcmp.texi: Likewise.
19533         * doc/posix-functions/wmemcpy.texi: Likewise.
19534         * doc/posix-functions/wmemmove.texi: Likewise.
19535         * doc/posix-functions/wmemset.texi: Likewise.
19536         * doc/posix-functions/wprintf.texi: Likewise.
19537         * doc/posix-functions/wscanf.texi: Likewise.
19538
19539 2008-12-21  Bruno Haible  <bruno@clisp.org>
19540
19541         Work around a portability problem.
19542         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19543         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19544
19545 2008-12-20  Bruno Haible  <bruno@clisp.org>
19546
19547         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19548         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19549         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19550         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19551         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19552
19553         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19554         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19555         set.
19556         (GNULIB_defined_mbstate_t): New macro.
19557         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19558         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19559         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19560         reuses the system's mbrtowc function but works around the bugs.
19561         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19562         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19563         macros.
19564         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19565         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19566         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19567         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19568         REPLACE_MBSINIT if mbsinit needs to be overridden.
19569         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19570         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19571         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19572         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19573         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19574         m4/locale-zh.m4.
19575         (Depends): Add mbsinit.
19576         * modules/mbsinit (Depends): Add mbrtowc.
19577         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19578
19579 2008-12-20  Bruno Haible  <bruno@clisp.org>
19580
19581         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19582         so that there are no conversion errors on AIX.
19583         * tests/test-mbsrtowcs.c (main): LIkewise.
19584
19585 2008-12-20  Bruno Haible  <bruno@clisp.org>
19586
19587         Work around wctob bug on Solaris <= 9.
19588         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19589         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19590         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19591         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19592         * modules/wctob (Files): Add m4/locale-fr.m4.
19593         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19594
19595 2008-12-20  Bruno Haible  <bruno@clisp.org>
19596
19597         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19598         /dev/null.
19599         * tests/test-select-in.sh: Likewise.
19600         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19601
19602 2008-12-20  Bruno Haible  <bruno@clisp.org>
19603
19604         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19605         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19606         Cygwin 1.5.x.
19607
19608 2008-12-20  Bruno Haible  <bruno@clisp.org>
19609
19610         Ensure mbstate_t is defined on HP-UX 11.11.
19611         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19612         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19613         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19614         AC_USE_SYSTEM_EXTENSIONS.
19615         * modules/fnmatch (Depends-on): Add extensions.
19616         * modules/mbrlen (Depends-on): Likewise.
19617         * modules/mbrtowc (Depends-on): Likewise.
19618         * modules/mbsinit (Depends-on): Likewise.
19619         * modules/mbsrtowcs (Depends-on): Likewise.
19620         * modules/mbswidth (Depends-on): Likewise.
19621         * modules/quotearg (Depends-on): Likewise.
19622         * modules/strftime (Depends-on): Likewise.
19623
19624 2008-12-20  Bruno Haible  <bruno@clisp.org>
19625
19626         Ensure wctob is declared on IRIX 6.5.
19627         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19628         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19629         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19630         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19631         of HAVE_WCTOB.
19632         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19633         HAVE_WCTOB.
19634         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19635
19636 2008-12-19  Bruno Haible  <bruno@clisp.org>
19637
19638         * modules/mbsrtowcs-tests: New file.
19639         * tests/test-mbsrtowcs1.sh: New file.
19640         * tests/test-mbsrtowcs2.sh: New file.
19641         * tests/test-mbsrtowcs3.sh: New file.
19642         * tests/test-mbsrtowcs4.sh: New file.
19643         * tests/test-mbsrtowcs.c: New file.
19644
19645         New module 'mbsrtowcs'.
19646         * lib/wchar.in.h (mbsrtowcs): New declaration.
19647         * lib/mbsrtowcs.c: New file.
19648         * m4/mbsrtowcs.m4: New file.
19649         * modules/mbsrtowcs: New file.
19650         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19651         HAVE_MBSRTOWCS.
19652         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19653         HAVE_MBSRTOWCS.
19654         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19655
19656 2008-12-19  Bruno Haible  <bruno@clisp.org>
19657
19658         New module 'mbrlen'.
19659         * lib/wchar.in.h (mbrlen): New declaration.
19660         * lib/mbrlen.c: New file.
19661         * m4/mbrlen.m4: New file.
19662         * modules/mbrlen: New file.
19663         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19664         HAVE_MBRLEN.
19665         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19666         HAVE_MBRLEN.
19667         * doc/posix-functions/mbrlen.texi: Document the new module.
19668
19669 2008-12-19  Bruno Haible  <bruno@clisp.org>
19670
19671         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19672         * modules/mbrtowc (Depends-on): Add verify.
19673         Suggested by Paul Eggert.
19674
19675 2008-12-18  Bruno Haible  <bruno@clisp.org>
19676
19677         * modules/mbsinit-tests: New file.
19678         * tests/test-mbsinit.sh: New file.
19679         * tests/test-mbsinit.c: New file.
19680
19681 2008-12-18  Bruno Haible  <bruno@clisp.org>
19682
19683         * modules/mbrtowc-tests: New file.
19684         * tests/test-mbrtowc1.sh: New file.
19685         * tests/test-mbrtowc2.sh: New file.
19686         * tests/test-mbrtowc3.sh: New file.
19687         * tests/test-mbrtowc4.sh: New file.
19688         * tests/test-mbrtowc.c: New file.
19689
19690         New module 'mbrtowc'.
19691         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19692         mbsinit and mbrtowc.
19693         (mbrtowc): New declaration.
19694         * lib/mbrtowc.c: New file.
19695         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19696         * modules/mbrtowc: New file.
19697         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19698         HAVE_MBRTOWC.
19699         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19700         HAVE_MBRTOWC.
19701         * doc/posix-functions/mbrtowc.texi: Document the new module.
19702
19703 2008-12-18  Bruno Haible  <bruno@clisp.org>
19704
19705         New module 'wctob'.
19706         * lib/wchar.in.h (wctob): New declaration.
19707         * lib/wctob.c: New file.
19708         * m4/wctob.m4: New file.
19709         * modules/wctob: New file.
19710         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19711         HAVE_WCTOB.
19712         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19713         * doc/posix-functions/wctob.texi: Document the new module.
19714
19715 2008-12-18  Bruno Haible  <bruno@clisp.org>
19716
19717         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19718         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19719
19720 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19721
19722         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19723         G. Christensen" <tgc@jupiterrise.com>.
19724
19725         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19726         G. Christensen" <tgc@jupiterrise.com>.
19727
19728         * lib/flock.c: Need to include string.h.  Reported by "Tom
19729         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19730         <ebb9@byu.net>.
19731
19732 2008-12-18  Bruno Haible  <bruno@clisp.org>
19733
19734         * m4/locale-ja.m4: New file, from GNU gettext.
19735
19736 2008-12-17  Bruno Haible  <bruno@clisp.org>
19737
19738         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19739         Suggested by Eric Blake.
19740
19741 2008-12-17  Bruno Haible  <bruno@clisp.org>
19742
19743         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19744
19745 2008-12-17  Bruno Haible  <bruno@clisp.org>
19746
19747         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19748         * modules/mbsinit (Depends-on): Add verify.
19749         Suggested by Paul Eggert.
19750
19751 2008-12-17  Bruno Haible  <bruno@clisp.org>
19752
19753         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19754         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19755         gl_FUNC_MBRTOWC.
19756         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19757         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19758         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19759         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19760         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19761         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19762         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19763         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19764         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19765         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19766         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19767         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19768         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19769         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19770         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19771         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19772         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19773         * modules/trim (configure.ac): Likewise.
19774
19775 2008-12-17  Bruno Haible  <bruno@clisp.org>
19776
19777         * modules/btowc-tests: New file.
19778         * tests/test-btowc1.sh: New file.
19779         * tests/test-btowc2.sh: New file.
19780         * tests/test-btowc.c: New file.
19781
19782         New module 'btowc'.
19783         * lib/wchar.in.h (btowc): New declaration.
19784         * lib/btowc.c: New file.
19785         * m4/btowc.m4: New file.
19786         * modules/btowc: New file.
19787         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19788         HAVE_BTOWC.
19789         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19790         * doc/posix-functions/btowc.texi: Document the new module.
19791
19792 2008-12-17  Bruno Haible  <bruno@clisp.org>
19793
19794         New module 'mbsinit'.
19795         * lib/wchar.in.h (mbsinit): New declaration.
19796         * lib/mbsinit.c: New file.
19797         * m4/mbsinit.m4: New file.
19798         * modules/mbsinit: New file.
19799         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19800         HAVE_MBSINIT.
19801         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19802         HAVE_MBSINIT.
19803         * doc/posix-functions/mbsinit.texi: Document the new module.
19804
19805 2008-12-16  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/unistd.in.h: Add comment.
19808         * tests/test-environ.c: Don't include <stdlib.h>.
19809
19810 2008-12-16  Bruno Haible  <bruno@clisp.org>
19811
19812         * lib/parse-duration.h (parse_duration): Document return value
19813         convention.
19814         * lib/parse-duration.c: Include specification header first. Add
19815         comments.
19816         (_): Remove macro.
19817         (parse_year_month_day, parse_hour_minute_second): Move side effects
19818         outside of strchr call.
19819         (parse_non_iso8601): Move side effects outside of isspace call.
19820         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19821         call.
19822
19823 2008-12-16  Bruno Haible  <bruno@clisp.org>
19824
19825         * tests/test-parse-duration.sh: Produce no output when the test
19826         succeeds.
19827
19828 2008-12-16  Bruno Haible  <bruno@clisp.org>
19829
19830         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19831         expressions.
19832
19833 2008-12-15  Bruno Haible  <bruno@clisp.org>
19834
19835         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19836         * doc/glibc-functions/flistxattr.texi: Likewise.
19837         * doc/glibc-functions/fopencookie.texi: Likewise.
19838         * doc/glibc-functions/fremovexattr.texi: Likewise.
19839         * doc/glibc-functions/fsetxattr.texi: Likewise.
19840         * doc/glibc-functions/getxattr.texi: Likewise.
19841         * doc/glibc-functions/lgetxattr.texi: Likewise.
19842         * doc/glibc-functions/listxattr.texi: Likewise.
19843         * doc/glibc-functions/llistxattr.texi: Likewise.
19844         * doc/glibc-functions/lremovexattr.texi: Likewise.
19845         * doc/glibc-functions/lsetxattr.texi: Likewise.
19846         * doc/glibc-functions/removexattr.texi: Likewise.
19847         * doc/glibc-functions/setxattr.texi: Likewise.
19848         * doc/posix-functions/open_memstream.texi: Likewise.
19849
19850 2008-12-15  Eric Blake  <ebb9@byu.net>
19851
19852         Update doc for cygwin 1.7.
19853         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19854         functions.
19855         * doc/posix-functions/fchmodat.texi: Likewise.
19856         * doc/posix-functions/fchownat.texi: Likewise.
19857         * doc/posix-functions/fdopendir.texi: Likewise.
19858         * doc/posix-functions/fmemopen.texi: Likewise.
19859         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19860         * doc/posix-functions/fstatat.texi: Likewise.
19861         * doc/posix-functions/futimens.texi: Likewise.
19862         * doc/posix-functions/gai_strerror.texi: Likewise.
19863         * doc/posix-functions/getaddrinfo.texi: Likewise.
19864         * doc/posix-functions/getnameinfo.texi: Likewise.
19865         * doc/posix-functions/if_freenameindex.texi: Likewise.
19866         * doc/posix-functions/if_indextoname.texi: Likewise.
19867         * doc/posix-functions/if_nameindex.texi: Likewise.
19868         * doc/posix-functions/if_nametoindex.texi: Likewise.
19869         * doc/posix-functions/insque.texi: Likewise.
19870         * doc/posix-functions/linkat.texi: Likewise.
19871         * doc/posix-functions/llrint.texi: Likewise.
19872         * doc/posix-functions/llrintf.texi: Likewise.
19873         * doc/posix-functions/llrintl.texi: Likewise.
19874         * doc/posix-functions/lockf.texi: Likewise.
19875         * doc/posix-functions/lrintl.texi: Likewise.
19876         * doc/posix-functions/mkdirat.texi: Likewise.
19877         * doc/posix-functions/mkfifoat.texi: Likewise.
19878         * doc/posix-functions/mknodat.texi: Likewise.
19879         * doc/posix-functions/mq_close.texi: Likewise.
19880         * doc/posix-functions/mq_getattr.texi: Likewise.
19881         * doc/posix-functions/mq_notify.texi: Likewise.
19882         * doc/posix-functions/mq_open.texi: Likewise.
19883         * doc/posix-functions/mq_receive.texi: Likewise.
19884         * doc/posix-functions/mq_send.texi: Likewise.
19885         * doc/posix-functions/mq_setattr.texi: Likewise.
19886         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19887         * doc/posix-functions/mq_timedsend.texi: Likewise.
19888         * doc/posix-functions/mq_unlink.texi: Likewise.
19889         * doc/posix-functions/open_memstream.texi: Likewise.
19890         * doc/posix-functions/openat.texi: Likewise.
19891         * doc/posix-functions/posix_fadvise.texi: Likewise.
19892         * doc/posix-functions/posix_fallocate.texi: Likewise.
19893         * doc/posix-functions/posix_madvise.texi: Likewise.
19894         * doc/posix-functions/posix_memalign.texi: Likewise.
19895         * doc/posix-functions/posix_openpt.texi: Likewise.
19896         * doc/posix-functions/readlinkat.texi: Likewise.
19897         * doc/posix-functions/remque.texi: Likewise.
19898         * doc/posix-functions/renameat.texi: Likewise.
19899         * doc/posix-functions/rintl.texi: Likewise.
19900         * doc/posix-functions/sem_unlink.texi: Likewise.
19901         * doc/posix-functions/shm_open.texi: Likewise.
19902         * doc/posix-functions/shm_unlink.texi: Likewise.
19903         * doc/posix-functions/signgam.texi: Likewise.
19904         * doc/posix-functions/sigset.texi: Likewise.
19905         * doc/posix-functions/stpcpy.texi: Likewise.
19906         * doc/posix-functions/stpncpy.texi: Likewise.
19907         * doc/posix-functions/strerror.texi: Likewise.
19908         * doc/posix-functions/strtod.texi: Likewise.
19909         * doc/posix-functions/symlinkat.texi: Likewise.
19910         * doc/posix-functions/unlinkat.texi: Likewise.
19911         * doc/posix-functions/utimensat.texi: Likewise.
19912         * doc/glibc-functions/bindresvport.texi: Likewise.
19913         * doc/glibc-functions/dn_expand.texi: Likewise.
19914         * doc/glibc-functions/exp10.texi: Likewise.
19915         * doc/glibc-functions/exp10f.texi: Likewise.
19916         * doc/glibc-functions/fgetxattr.texi: Likewise.
19917         * doc/glibc-functions/flistxattr.texi: Likewise.
19918         * doc/glibc-functions/fopencookie.texi: Likewise.
19919         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19920         * doc/glibc-functions/fremovexattr.texi: Likewise.
19921         * doc/glibc-functions/fsetxattr.texi: Likewise.
19922         * doc/glibc-functions/getifaddrs.texi: Likewise.
19923         * doc/glibc-functions/getxattr.texi: Likewise.
19924         * doc/glibc-functions/lgetxattr.texi: Likewise.
19925         * doc/glibc-functions/listxattr.texi: Likewise.
19926         * doc/glibc-functions/llistxattr.texi: Likewise.
19927         * doc/glibc-functions/lremovexattr.texi: Likewise.
19928         * doc/glibc-functions/lsetxattr.texi: Likewise.
19929         * doc/glibc-functions/pow10.texi: Likewise.
19930         * doc/glibc-functions/pow10f.texi: Likewise.
19931         * doc/glibc-functions/rcmd_af.texi: Likewise.
19932         * doc/glibc-functions/removexattr.texi: Likewise.
19933         * doc/glibc-functions/res_init.texi: Likewise.
19934         * doc/glibc-functions/res_mkquery.texi: Likewise.
19935         * doc/glibc-functions/res_query.texi: Likewise.
19936         * doc/glibc-functions/res_querydomain.texi: Likewise.
19937         * doc/glibc-functions/res_send.texi: Likewise.
19938         * doc/glibc-functions/rresvport_af.texi: Likewise.
19939         * doc/glibc-functions/setxattr.texi: Likewise.
19940         * doc/glibc-functions/strcasestr.texi: Likewise.
19941
19942 2008-12-15  Bruno Haible  <bruno@clisp.org>
19943
19944         Fix compilation error on OSF/1 4.0.
19945         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19946         <sys/time.h>, simply delegate to the system header.
19947         Reported by Daniel Richard G. <oss@teragram.com>.
19948
19949 2008-12-15  Bruno Haible  <bruno@clisp.org>
19950
19951         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19952         * doc/posix-functions/fchmodat.texi: Likewise.
19953         * doc/posix-functions/fchownat.texi: Likewise.
19954         * doc/posix-functions/fdopendir.texi: Likewise.
19955         * doc/posix-functions/fstatat.texi: Likewise.
19956         * doc/posix-functions/mkdirat.texi: Likewise.
19957         * doc/posix-functions/unlinkat.texi: Likewise.
19958
19959 2008-12-14  Bruno Haible  <bruno@clisp.org>
19960
19961         Update doc for POSIX:2008.
19962         * doc/posix-functions/faccessat.texi: New file.
19963         * doc/posix-functions/fchmodat.texi: New file.
19964         * doc/posix-functions/fchownat.texi: New file.
19965         * doc/posix-functions/fdopendir.texi: New file.
19966         * doc/posix-functions/fstatat.texi: New file.
19967         * doc/posix-functions/futimens.texi: New file.
19968         * doc/posix-functions/linkat.texi: New file.
19969         * doc/posix-functions/mkdirat.texi: New file.
19970         * doc/posix-functions/mkfifoat.texi: New file.
19971         * doc/posix-functions/mknodat.texi: New file.
19972         * doc/posix-functions/open_wmemstream.texi: New file.
19973         * doc/posix-functions/openat.texi: New file.
19974         * doc/posix-functions/psiginfo.texi: New file.
19975         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19976         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19977         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19978         * doc/posix-functions/readlinkat.texi: New file.
19979         * doc/posix-functions/renameat.texi: New file.
19980         * doc/posix-functions/strerror_l.texi: New file.
19981         * doc/posix-functions/symlinkat.texi: New file.
19982         * doc/posix-functions/unlinkat.texi: New file.
19983         * doc/posix-functions/utimensat.texi: New file.
19984         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19985
19986 2008-12-14  Bruno Haible  <bruno@clisp.org>
19987
19988         Update doc for POSIX:2008.
19989         * doc/posix-functions/alphasort.texi: Renamed from
19990         doc/glibc-functions/alphasort.texi.
19991         * doc/posix-functions/dirfd.texi: Renamed from
19992         doc/glibc-functions/dirfd.texi.
19993         * doc/posix-functions/dprintf.texi: Renamed from
19994         doc/glibc-functions/dprintf.texi.
19995         * doc/posix-functions/duplocale.texi: Renamed from
19996         doc/glibc-functions/duplocale.texi.
19997         * doc/posix-functions/fexecve.texi: Renamed from
19998         doc/glibc-functions/fexecve.texi.
19999         * doc/posix-functions/fmemopen.texi: Renamed from
20000         doc/glibc-functions/fmemopen.texi.
20001         * doc/posix-functions/freelocale.texi: Renamed from
20002         doc/glibc-functions/freelocale.texi.
20003         * doc/posix-functions/getdate_err.texi: Renamed from
20004         doc/glibc-functions/getdate_err.texi.
20005         * doc/posix-functions/isalnum_l.texi: Renamed from
20006         doc/glibc-functions/isalnum_l.texi.
20007         * doc/posix-functions/isalpha_l.texi: Renamed from
20008         doc/glibc-functions/isalpha_l.texi.
20009         * doc/posix-functions/isblank_l.texi: Renamed from
20010         doc/glibc-functions/isblank_l.texi.
20011         * doc/posix-functions/iscntrl_l.texi: Renamed from
20012         doc/glibc-functions/iscntrl_l.texi.
20013         * doc/posix-functions/isdigit_l.texi: Renamed from
20014         doc/glibc-functions/isdigit_l.texi.
20015         * doc/posix-functions/isgraph_l.texi: Renamed from
20016         doc/glibc-functions/isgraph_l.texi.
20017         * doc/posix-functions/islower_l.texi: Renamed from
20018         doc/glibc-functions/islower_l.texi.
20019         * doc/posix-functions/isprint_l.texi: Renamed from
20020         doc/glibc-functions/isprint_l.texi.
20021         * doc/posix-functions/ispunct_l.texi: Renamed from
20022         doc/glibc-functions/ispunct_l.texi.
20023         * doc/posix-functions/isspace_l.texi: Renamed from
20024         doc/glibc-functions/isspace_l.texi.
20025         * doc/posix-functions/isupper_l.texi: Renamed from
20026         doc/glibc-functions/isupper_l.texi.
20027         * doc/posix-functions/iswalnum_l.texi: Renamed from
20028         doc/glibc-functions/iswalnum_l.texi.
20029         * doc/posix-functions/iswalpha_l.texi: Renamed from
20030         doc/glibc-functions/iswalpha_l.texi.
20031         * doc/posix-functions/iswblank_l.texi: Renamed from
20032         doc/glibc-functions/iswblank_l.texi.
20033         * doc/posix-functions/iswcntrl_l.texi: Renamed from
20034         doc/glibc-functions/iswcntrl_l.texi.
20035         * doc/posix-functions/iswctype_l.texi: Renamed from
20036         doc/glibc-functions/iswctype_l.texi.
20037         * doc/posix-functions/iswdigit_l.texi: Renamed from
20038         doc/glibc-functions/iswdigit_l.texi.
20039         * doc/posix-functions/iswgraph_l.texi: Renamed from
20040         doc/glibc-functions/iswgraph_l.texi.
20041         * doc/posix-functions/iswlower_l.texi: Renamed from
20042         doc/glibc-functions/iswlower_l.texi.
20043         * doc/posix-functions/iswprint_l.texi: Renamed from
20044         doc/glibc-functions/iswprint_l.texi.
20045         * doc/posix-functions/iswpunct_l.texi: Renamed from
20046         doc/glibc-functions/iswpunct_l.texi.
20047         * doc/posix-functions/iswspace_l.texi: Renamed from
20048         doc/glibc-functions/iswspace_l.texi.
20049         * doc/posix-functions/iswupper_l.texi: Renamed from
20050         doc/glibc-functions/iswupper_l.texi.
20051         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20052         doc/glibc-functions/iswxdigit_l.texi.
20053         * doc/posix-functions/isxdigit_l.texi: Renamed from
20054         doc/glibc-functions/isxdigit_l.texi.
20055         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20056         doc/glibc-functions/mbsnrtowcs.texi.
20057         * doc/posix-functions/mkdtemp.texi: Renamed from
20058         doc/glibc-functions/mkdtemp.texi.
20059         * doc/posix-functions/newlocale.texi: Renamed from
20060         doc/glibc-functions/newlocale.texi.
20061         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20062         doc/glibc-functions/nl_langinfo_l.texi.
20063         * doc/posix-functions/open_memstream.texi: Renamed from
20064         doc/glibc-functions/open_memstream.texi.
20065         * doc/posix-functions/opterr.texi: Renamed from
20066         doc/glibc-functions/opterr.texi.
20067         * doc/posix-functions/optind.texi: Renamed from
20068         doc/glibc-functions/optind.texi.
20069         * doc/posix-functions/optopt.texi: Renamed from
20070         doc/glibc-functions/optopt.texi.
20071         * doc/posix-functions/psignal.texi: Renamed from
20072         doc/glibc-functions/psignal.texi.
20073         * doc/posix-functions/scandir.texi: Renamed from
20074         doc/glibc-functions/scandir.texi.
20075         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20076         doc/glibc-functions/sched_get_priority_min.texi.
20077         * doc/posix-functions/signgam.texi: Renamed from
20078         doc/glibc-functions/signgam.texi.
20079         * doc/posix-functions/stpcpy.texi: Renamed from
20080         doc/glibc-functions/stpcpy.texi.
20081         * doc/posix-functions/stpncpy.texi: Renamed from
20082         doc/glibc-functions/stpncpy.texi.
20083         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20084         doc/glibc-functions/strcasecmp_l.texi.
20085         * doc/posix-functions/strcoll_l.texi: Renamed from
20086         doc/glibc-functions/strcoll_l.texi.
20087         * doc/posix-functions/strfmon_l.texi: Renamed from
20088         doc/glibc-functions/strfmon_l.texi.
20089         * doc/posix-functions/strftime_l.texi: Renamed from
20090         doc/glibc-functions/strftime_l.texi.
20091         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20092         doc/glibc-functions/strncasecmp_l.texi.
20093         * doc/posix-functions/strndup.texi: Renamed from
20094         doc/glibc-functions/strndup.texi.
20095         * doc/posix-functions/strnlen.texi: Renamed from
20096         doc/glibc-functions/strnlen.texi.
20097         * doc/posix-functions/strsignal.texi: Renamed from
20098         doc/glibc-functions/strsignal.texi.
20099         * doc/posix-functions/strxfrm_l.texi: Renamed from
20100         doc/glibc-functions/strxfrm_l.texi.
20101         * doc/posix-functions/timer_gettime.texi: Renamed from
20102         doc/glibc-functions/timer_gettime.texi.
20103         * doc/posix-functions/tolower_l.texi: Renamed from
20104         doc/glibc-functions/tolower_l.texi.
20105         * doc/posix-functions/toupper_l.texi: Renamed from
20106         doc/glibc-functions/toupper_l.texi.
20107         * doc/posix-functions/towctrans_l.texi: Renamed from
20108         doc/glibc-functions/towctrans_l.texi.
20109         * doc/posix-functions/towlower_l.texi: Renamed from
20110         doc/glibc-functions/towlower_l.texi.
20111         * doc/posix-functions/towupper_l.texi: Renamed from
20112         doc/glibc-functions/towupper_l.texi.
20113         * doc/posix-functions/uselocale.texi: Renamed from
20114         doc/glibc-functions/uselocale.texi.
20115         * doc/posix-functions/vdprintf.texi: Renamed from
20116         doc/glibc-functions/vdprintf.texi.
20117         * doc/posix-functions/wcpcpy.texi:
20118         Renamed from doc/glibc-functions/wcpcpy.texi.
20119         * doc/posix-functions/wcpncpy.texi: Renamed from
20120         doc/glibc-functions/wcpncpy.texi.
20121         * doc/posix-functions/wcscasecmp.texi: Renamed from
20122         doc/glibc-functions/wcscasecmp.texi.
20123         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20124         doc/glibc-functions/wcscasecmp_l.texi.
20125         * doc/posix-functions/wcscoll_l.texi: Renamed from
20126         doc/glibc-functions/wcscoll_l.texi.
20127         * doc/posix-functions/wcsdup.texi: Renamed from
20128         doc/glibc-functions/wcsdup.texi.
20129         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20130         doc/glibc-functions/wcsncasecmp.texi.
20131         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20132         doc/glibc-functions/wcsncasecmp_l.texi.
20133         * doc/posix-functions/wcsnlen.texi: Renamed from
20134         doc/glibc-functions/wcsnlen.texi.
20135         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20136         doc/glibc-functions/wcsnrtombs.texi.
20137         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20138         doc/glibc-functions/wcsxfrm_l.texi.
20139         * doc/posix-functions/wctrans_l.texi: Renamed from
20140         doc/glibc-functions/wctrans_l.texi.
20141         * doc/posix-functions/wctype_l.texi: Renamed from
20142         doc/glibc-functions/wctype_l.texi.
20143         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20144         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20145         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20146         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20147         these subsections.
20148         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20149         Remove sections.
20150
20151 2008-12-14  Bruno Haible  <bruno@clisp.org>
20152
20153         Update doc for POSIX:2008.
20154         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20155
20156 2008-12-14  Bruno Haible  <bruno@clisp.org>
20157
20158         Update doc for POSIX:2008.
20159         * doc/pastposix-functions/bcmp.texi: Renamed from
20160         doc/posix-functions/bcmp.texi.
20161         * doc/pastposix-functions/bcopy.texi: Renamed from
20162         doc/posix-functions/bcopy.texi.
20163         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20164         doc/posix-functions/bsd_signal.texi.
20165         * doc/pastposix-functions/bzero.texi: Renamed from
20166         doc/posix-functions/bzero.texi.
20167         * doc/pastposix-functions/ecvt.texi: Renamed from
20168         doc/posix-functions/ecvt.texi.
20169         * doc/pastposix-functions/fcvt.texi: Renamed from
20170         doc/posix-functions/fcvt.texi.
20171         * doc/pastposix-functions/ftime.texi: Renamed from
20172         doc/posix-functions/ftime.texi.
20173         * doc/pastposix-functions/gcvt.texi: Renamed from
20174         doc/posix-functions/gcvt.texi.
20175         * doc/pastposix-functions/getcontext.texi: Renamed from
20176         doc/posix-functions/getcontext.texi.
20177         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20178         doc/posix-functions/gethostbyaddr.texi.
20179         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20180         doc/posix-functions/gethostbyname.texi.
20181         * doc/pastposix-functions/getwd.texi: Renamed from
20182         doc/posix-functions/getwd.texi.
20183         * doc/pastposix-functions/h_errno.texi: Renamed from
20184         doc/posix-functions/h_errno.texi.
20185         * doc/pastposix-functions/index.texi: Renamed from
20186         doc/posix-functions/index.texi.
20187         * doc/pastposix-functions/makecontext.texi: Renamed from
20188         doc/posix-functions/makecontext.texi.
20189         * doc/pastposix-functions/mktemp.texi: Renamed from
20190         doc/posix-functions/mktemp.texi.
20191         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20192         doc/posix-functions/pthread_attr_getstackaddr.texi.
20193         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20194         doc/posix-functions/pthread_attr_setstackaddr.texi.
20195         * doc/pastposix-functions/rindex.texi: Renamed from
20196         doc/posix-functions/rindex.texi.
20197         * doc/pastposix-functions/scalb.texi: Renamed from
20198         doc/posix-functions/scalb.texi.
20199         * doc/pastposix-functions/setcontext.texi: Renamed from
20200         doc/posix-functions/setcontext.texi.
20201         * doc/pastposix-functions/swapcontext.texi: Renamed from
20202         doc/posix-functions/swapcontext.texi.
20203         * doc/pastposix-functions/ualarm.texi: Renamed from
20204         doc/posix-functions/ualarm.texi.
20205         * doc/pastposix-functions/usleep.texi: Renamed from
20206         doc/posix-functions/usleep.texi.
20207         * doc/pastposix-functions/vfork.texi: Renamed from
20208         doc/posix-functions/vfork.texi.
20209         * doc/pastposix-functions/wcswcs.texi: Renamed from
20210         doc/posix-functions/wcswcs.texi.
20211         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20212         (Function Substitutes): Update.
20213
20214 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20215
20216         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20217         m4/strerror.m4.
20218
20219 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20220             Bruno Haible  <bruno@clisp.org>
20221
20222         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20223
20224 2008-12-13  Bruno Haible  <bruno@clisp.org>
20225
20226         * modules/strtoull (Depends-on): Remove unistd.
20227
20228 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20229
20230         * modules/strtoull (Depends-on): Add stdlib.
20231
20232 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20233
20234         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20235
20236 2008-12-10  Jim Meyering  <meyering@redhat.com>
20237
20238         gl_ASSERT: don't say assertions are disabled when they're not
20239         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20240         "checking whether to enable assertions... no", when they are in
20241         fact enabled.  This is solely a bug in the output of configure.
20242         In spite of saying "no", NDEBUG was not defined in that case.
20243         Also, as noted by Eric Blake, leave assertions enabled upon
20244         --enable-assert=INVALID.
20245
20246 2008-12-10  Bruno Haible  <bruno@clisp.org>
20247
20248         Change MODULES.html to refer to POSIX:2008 where possible.
20249         * MODULES.html.sh (POSIX2008_URL): New variable.
20250         (posix_headers): Remove sys/timeb, ucontext.
20251         (posix2001_headers): New variable.
20252         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20253         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20254         index, makecontext, mktemp, pthread_attr_getstackaddr,
20255         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20256         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20257         (posix2001_functions): New variable.
20258         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20259         otherwise.
20260
20261 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20262
20263         add missing include to parse-duration.c
20264         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20265         * modules/parse-duration (Depends-on): Add xalloc.
20266
20267         fix sed script reading maint.mk
20268         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20269         (syntax-check-rules): Use it.
20270
20271 2008-12-09  Bruno Haible  <bruno@clisp.org>
20272
20273         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20274         MacOS X 10.4/PowerPC.
20275         Reported by Simon Josefsson.
20276
20277 2008-12-08  Jim Meyering  <meyering@redhat.com>
20278
20279         work around mingw's lack of some S_IF definitions
20280         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20281         Reported by Simon Josefsson.
20282
20283 2008-12-08  Bruno Haible  <bruno@clisp.org>
20284
20285         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20286         applied to variables. Needed on MacOS X 10.4/PowerPC.
20287         Reported by Simon Josefsson.
20288
20289 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20290         and Eric Blake  <ebb9@byu.net>
20291
20292         assert: honor --enable-assert
20293         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20294         order to honor --enable-assert, rather than treating it as a
20295         synonym for --disable-assert.
20296
20297 2008-12-08  Jim Meyering  <meyering@redhat.com>
20298
20299         * lib/posixtm.c: Remove now-useless declaration of mktime.
20300
20301         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20302
20303 2008-12-07  Bruno Haible  <bruno@clisp.org>
20304
20305         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20306         test_once): Mark functions as static.
20307         * tests/test-tls.c (test_tls): Likewise.
20308
20309 2008-12-07  Bruno Haible  <bruno@clisp.org>
20310
20311         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20312         iconv_register_autodetect.
20313
20314 2008-12-07  Jim Meyering  <meyering@redhat.com>
20315
20316         posixtm.c: avoid a warning
20317         * lib/posixtm.c (posixtime): Don't initialize tm0.
20318         It's no longer needed to placate gcc4's -Wuninitialized,
20319         and the attempt to placate would elicit a new warning.
20320
20321         unicodeio.c: mark unused parameters
20322         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20323         (fallback_failure_callback): Likewise.
20324
20325 2008-12-07  Bruno Haible  <bruno@clisp.org>
20326
20327         * gnulib-tool (func_create_testdir): When building the tests
20328         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20329         Reported by Simon Josefsson.
20330
20331 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20332
20333         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20334
20335 2008-12-06  Bruno Haible  <bruno@clisp.org>
20336
20337         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20338         Suggested by Eric Blake.
20339
20340 2008-12-06  Bruno Haible  <bruno@clisp.org>
20341
20342         Fix a c-stack test failure on MacOS X.
20343         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20344         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20345         handler for SIGBUS as well.
20346         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20347         install a signal handler for SIGBUS as well.
20348         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20349
20350 2008-12-06  Bruno Haible  <bruno@clisp.org>
20351
20352         Advocacy documentation.
20353         * doc/gnulib-intro.texi (Benefits): New section.
20354         * doc/gnulib.texi: Update.
20355
20356 2008-12-06  Bruno Haible  <bruno@clisp.org>
20357
20358         Document the 'manywarnings' module.
20359         * doc/manywarnings.texi: New file.
20360         * doc/gnulib.texi: Include it.
20361
20362 2008-12-05  Eric Blake  <ebb9@byu.net>
20363
20364         tests: silence some gcc warnings
20365         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20366         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20367         type mismatches.
20368
20369 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20370             Bruno Haible  <bruno@clisp.org>
20371
20372         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20373
20374 2008-11-29  Jim Meyering  <meyering@redhat.com>
20375
20376         unicodeio.c: mark unused parameters
20377         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20378         (fallback_failure_callback): Likewise.
20379
20380         fts: fix a thinko
20381         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20382         (set_stat_type): Return S_IF*-valued "type" directly.
20383         Prompted by James Youngman's spotting a related bug.
20384         Confirmed by further testing through find.
20385
20386         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20387         * lib/fts.c (D_TYPE): Define.
20388         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20389         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20390         (s_ifmt_shift_bits): New function.
20391         (set_stat_type): New function.
20392         (fts_build): When not calling fts_stat, call set_stat_type
20393         to propagate dirent.d_type info to fts_read caller.
20394         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20395         fts_statp->st_mode type information may be valid.
20396
20397 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20398
20399         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20400         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20401         <sds@gnu.org>.
20402
20403 2008-11-20  Bruno Haible  <bruno@clisp.org>
20404
20405         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20406         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20407         INCLUDE_NEXT.
20408         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20409         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20410         * modules/math (Makefile.am): Substitute
20411         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20412         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20413
20414 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20415             Bruno Haible  <bruno@clisp.org>
20416
20417         * lib/stdint.in.h: Define all type macros so that their expansion is
20418         a single typedef'ed token. Fixes a compilation failure in Boost which
20419         does "using ::int8_t;".
20420
20421 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20422
20423         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20424         gl_MANYWARN_ALL_GCC.
20425         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20426         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20427         * modules/manywarnings: New file.
20428         * MODULES.html.sh: Mention manywarnings module.
20429
20430 2008-11-18  Bruno Haible  <bruno@clisp.org>
20431
20432         * doc/gnulib-tool.texi (Unit tests): New section.
20433
20434 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20435
20436         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20437         paths like 'lib/po/foo.po'.
20438
20439 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20440
20441         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20442         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20443
20444 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20445
20446         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20447         parameter works.
20448
20449 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20450
20451         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20452
20453 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20454
20455         * modules/parse-duration-tests: New file.
20456         * tests/test-parse-duration.sh: New file.
20457         * tests/test-parse-duration.c: New file.
20458
20459         New module 'parse-duration'.
20460         * lib/parse-duration.h: New file.
20461         * lib/parse-duration.c: New file.
20462         * modules/parse-duration: New file.
20463
20464 2008-11-17  Bruno Haible  <bruno@clisp.org>
20465
20466         * tests/test-select-out.sh: Comment out the first pipe test.
20467         Reported by Simon Josefsson.
20468
20469 2008-11-17  Bruno Haible  <bruno@clisp.org>
20470
20471         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20472         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20473         gl_HOSTENT.
20474
20475 2008-11-17  Bruno Haible  <bruno@clisp.org>
20476
20477         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20478         -lnetwork and -lnet. Needed for Haiku and BeOS.
20479
20480 2008-11-16  Bruno Haible  <bruno@clisp.org>
20481
20482         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20483
20484 2008-11-16  Bruno Haible  <bruno@clisp.org>
20485
20486         Avoid test failure on Haiku.
20487         * tests/test-fsync.c: Include <errno.h>.
20488         (main): Don't require that fsync (0) fails.
20489
20490 2008-11-15  Bruno Haible  <bruno@clisp.org>
20491
20492         New module 'hostent'.
20493         * modules/hostent: New file.
20494         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20495
20496 2008-11-15  Bruno Haible  <bruno@clisp.org>
20497
20498         New module 'servent'.
20499         * modules/servent: New file.
20500         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20501
20502 2008-11-15  Bruno Haible  <bruno@clisp.org>
20503
20504         Avoid generating same test program with two different rules.
20505         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20506         test-frexp to test-frexp-nolibm.
20507         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20508         test-frexpl to test-frexpl-nolibm.
20509
20510 2008-11-15  Bruno Haible  <bruno@clisp.org>
20511
20512         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20513         $(FREXPL_LIBM).
20514
20515 2008-11-15  Bruno Haible  <bruno@clisp.org>
20516
20517         * lib/netdb.in.h: Activate the definitions also when the system's
20518         <netdb.h> has 'struct addrinfo'.
20519         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20520         EAI_OVERFLOW or AI_NUMERICSERV.
20521         * doc/posix-headers/netdb.texi: Document the problem.
20522
20523 2008-11-15  Bruno Haible  <bruno@clisp.org>
20524
20525         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20526
20527         Make the 'sched' module work on platforms where <sched.h> exists but
20528         is incomplete (such as Haiku).
20529         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20530         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20531         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20532         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20533         HAVE_STRUCT_SCHED_PARAM.
20534         * modules/sched (Depends-on): Add include_next.
20535         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20536         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20537         * doc/posix-headers/sched.texi: Document the issue.
20538
20539 2008-11-13  Jim Meyering  <meyering@redhat.com>
20540
20541         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20542         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20543         test would fail due to the difference in the Report bugs to ...
20544         line.  The expected address is empty, "<>", while the actual
20545         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20546
20547 2008-11-12  Bruno Haible  <bruno@clisp.org>
20548
20549         lstat: don't compile lstat.c on systems lacking lstat
20550         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20551         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20552         Reported by Daniel P. Berrange via Jim Meyering.
20553
20554 2008-11-12  Jim Meyering  <meyering@redhat.com>
20555
20556         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20557
20558 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20559
20560         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20561         instead.
20562
20563 2008-11-12  Bruno Haible  <bruno@clisp.org>
20564
20565         * lib/unicodeio.c: Include unistr.h.
20566         (utf8_wctomb): Remove function.
20567         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20568
20569 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20570
20571         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20572         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20573         <bruno@clisp.org>.
20574         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20575
20576 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20577
20578         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20579         * doc/gnulib.texi: Add section for warnings.
20580
20581 2008-11-11  Bruno Haible  <bruno@clisp.org>
20582
20583         * lib/sockets.h: Add a comment.
20584
20585 2008-11-11  Karl Berry  <karl@gnu.org>
20586
20587         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20588
20589 2008-11-11  Eric Blake  <ebb9@byu.net>
20590
20591         fdl.texi: avoid git symlinks
20592         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20593
20594 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20595
20596         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20597
20598 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20599
20600         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20601         (gl_WARN_ADD): Substitute $2 if literal.
20602
20603 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20604
20605         * m4/warning.m4: Remove.
20606
20607 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20608
20609         * m4/warnings.m4: Almost complete rewrite. :-)
20610
20611 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20612
20613         * modules/warnings: New module.
20614         * m4/warnings.m4: New file.
20615         * MODULES.html.sh: Mention warnings module.
20616         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20617         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20618
20619 2008-11-10  Eric Blake  <ebb9@byu.net>
20620
20621         fdl.texi: make a symlink to the latest version
20622         * doc/standards.texi: Revert today's earlier change.
20623         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20624         * doc/fdl.texi: ...and replace this with a symlink to the newer
20625         fdl-1.3.texi.
20626
20627 2008-11-10  Bruno Haible  <bruno@clisp.org>
20628
20629         * tests/test-select-fd.c (main): Accept the result file name as fourth
20630         argument.
20631         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20632         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20633
20634 2008-11-10  Bruno Haible  <bruno@clisp.org>
20635
20636         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20637         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20638         as autoconf-substituted macros.
20639         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20640         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20641         gl_NETDB_H_DEFAULTS. Set these variables.
20642         * modules/netdb (Makefile.am): Substitute these variables.
20643
20644 2008-11-10  Eric Blake  <ebb9@byu.net>
20645
20646         standards.texi: include correct file for FDL 1.3
20647         * doc/standards.texi (GNU Free Documentation License): Change
20648         include file to pull in FDL 1.3, not 1.2.
20649
20650         fdl.texi: revert accidental change to license
20651         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20652
20653 2008-11-10  Bruno Haible  <bruno@clisp.org>
20654
20655         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20656         cross-compiling guesses also when the native compile gives no result.
20657
20658 2008-11-10  Bruno Haible  <bruno@clisp.org>
20659
20660         * lib/spawni.c (__spawni): Force variable into the stack.
20661
20662 2008-11-10  Bruno Haible  <bruno@clisp.org>
20663
20664         Add support for Haiku.
20665         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20666         glibc and BeOS, but also on Haiku.
20667         * lib/fpurge.c (fpurge): Likewise.
20668         * lib/freadable.c (freadable): Likewise.
20669         * lib/freadahead.c (freadahead): Likewise.
20670         * lib/freading.c (freading): Likewise.
20671         * lib/freadptr.c (freadptr): Likewise.
20672         * lib/freadseek.c (freadptrinc): Likewise.
20673         * lib/fseeko.c (rpl_fseeko): Likewise.
20674         * lib/fseterr.c (fseterr): Likewise.
20675         * lib/fwritable.c (fwritable): Likewise.
20676         * lib/fwriting.c (fwriting): Likewise.
20677         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20678
20679 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20680
20681         * lib/config.charset: Treat Haiku like BeOS.
20682
20683 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20684
20685         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20686         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20687
20688 2008-11-08  Bruno Haible  <bruno@clisp.org>
20689
20690         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20691         AC_CACHE_CHECK.
20692
20693 2008-11-08  Bruno Haible  <bruno@clisp.org>
20694
20695         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20696
20697 2008-11-08  Bruno Haible  <bruno@clisp.org>
20698
20699         * tests/test-select-fd.c: New file.
20700         * tests/test-select-in.sh: New file.
20701         * tests/test-select-out.sh: New file.
20702         * tests/test-select-stdin.c: New file.
20703         * modules/select-tests (Files): Add the new files.
20704         (Depends-on): Add gettimeofday.
20705         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20706         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20707         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20708
20709 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20710             Bruno Haible  <bruno@clisp.org>
20711
20712         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20713
20714 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20715
20716         * build-aux/pmccabe2html: Added support for C++ source files.
20717
20718 2008-11-05  Ben Pfaff  <blp@gnu.org>
20719
20720         Fix lib/close.c build on Windows.
20721         * modules/close (Files): Add lib/w32sock.h.
20722
20723 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20724
20725         Accept Bison's NEWS format.
20726         * build-aux/announce-gen (print_news_deltas): Tweak
20727         $re_prefix.
20728
20729 2008-11-04  Bruno Haible  <bruno@clisp.org>
20730
20731         * modules/random_r (Maintainer): Add glibc.
20732
20733 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20734
20735         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20736         by karl@freefriends.org (Karl Berry).
20737         * doc/alloca.texi: Likewise.
20738         * doc/c-ctype.texi: Likewise.
20739         * doc/c-strcase.texi: Likewise.
20740         * doc/c-strcaseeq.texi: Likewise.
20741         * doc/c-strcasestr.texi: Likewise.
20742         * doc/c-strstr.texi: Likewise.
20743         * doc/c-strtod.texi: Likewise.
20744         * doc/c-strtold.texi: Likewise.
20745         * doc/ctime.texi: Likewise.
20746         * doc/error.texi: Likewise.
20747         * doc/fdl.texi: Likewise.
20748         * doc/gcd.texi: Likewise.
20749         * doc/getdate.texi: Likewise.
20750         * doc/gnulib-intro.texi: Likewise.
20751         * doc/gnulib-tool.texi: Likewise.
20752         * doc/gnulib.texi: Likewise.
20753         * doc/inet_ntoa.texi: Likewise.
20754         * doc/maintain.texi: Likewise.
20755         * doc/make-stds.texi: Likewise.
20756         * doc/quote.texi: Likewise.
20757         * doc/regexprops-generic.texi: Likewise.
20758         * doc/standards.texi: Likewise.
20759         * doc/verify.texi: Likewise.
20760         * doc/visibility.texi: Likewise.
20761         * doc/gnulib.texi (GNU Free Documentation License): Include
20762         fdl-1.3.texi instead of fdl.texi.
20763
20764 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20765
20766         * doc/fdl-1.3.texi: New file, from
20767         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20768         * modules/fdl-1.3: Add.
20769         * MODULES.html.sh: Add fdl-1.3.
20770
20771 2008-11-03  Bruno Haible  <bruno@clisp.org>
20772
20773         Make determination of absolute name of header file work with AIX xlc.
20774         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20775         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20776         preprocessing.
20777         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20778         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20779
20780 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20781
20782         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20783         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20784         <ludo@gnu.org>.
20785
20786 2008-11-02  Bruno Haible  <bruno@clisp.org>
20787
20788         Mark 'strpbrk' obsolete.
20789         * modules/strpbrk (Status, Notice): New sections.
20790         * modules/strtok_r (Depends-on): Add strpbrk.
20791
20792 2008-11-02  Bruno Haible  <bruno@clisp.org>
20793
20794         Mark 'strdup' obsolete.
20795         * modules/strdup (Status, Notice): New sections.
20796         * modules/findprog (Depends-on): Add strdup.
20797         * modules/getaddrinfo (Depends-on): Likewise.
20798         * modules/localename (Depends-on): Likewise.
20799         * modules/relocatable-lib (Depends-on): Likewise.
20800         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20801         * modules/relocatable-prog (Depends-on): Likewise.
20802         * modules/trim (Depends-on): Likewise.
20803         * modules/unictype/gen-ctype (Depends-on): Likewise.
20804         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20805
20806 2008-11-02  Bruno Haible  <bruno@clisp.org>
20807
20808         Mark 'strcspn' obsolete.
20809         * modules/strcspn (Status, Notice): New sections.
20810
20811 2008-11-02  Bruno Haible  <bruno@clisp.org>
20812
20813         Mark 'rmdir' obsolete.
20814         * modules/rmdir (Status, Notice): New sections.
20815         * modules/clean-temp (Depends-on): Add rmdir.
20816         * modules/openat (Depends-on): Likewise.
20817
20818 2008-11-02  Bruno Haible  <bruno@clisp.org>
20819
20820         Mark 'raise' obsolete.
20821         * modules/raise (Status, Notice): New sections.
20822         (Include): Specify <signal.h>.
20823         * modules/stdio (Depends-on): Add raise.
20824         * modules/write (Depends-on): Likewise.
20825
20826 2008-11-02  Bruno Haible  <bruno@clisp.org>
20827
20828         Mark 'memset' obsolete.
20829         * modules/memset (Status, Notice): New sections.
20830
20831 2008-11-02  Bruno Haible  <bruno@clisp.org>
20832
20833         Mark 'memmove' obsolete.
20834         * modules/memmove (Status, Notice): New sections.
20835         * modules/argp (Depends-on): Add memmove.
20836         * modules/argz (Depends-on): Likewise.
20837         * modules/canonicalize (Depends-on): Likewise.
20838         * modules/canonicalize-lgpl (Depends-on): Likewise.
20839         * modules/fts (Depends-on): Likewise.
20840         * modules/getcwd (Depends-on): Likewise.
20841         * modules/human (Depends-on): Likewise.
20842         * modules/regex (Depends-on): Likewise.
20843         * modules/striconveh (Depends-on): Likewise.
20844         * modules/trim (Depends-on): Likewise.
20845         * modules/unistr/u8-move (Depends-on): Likewise.
20846         * modules/unistr/u16-move (Depends-on): Likewise.
20847         * modules/unistr/u32-move (Depends-on): Likewise.
20848
20849 2008-11-02  Bruno Haible  <bruno@clisp.org>
20850
20851         Mark 'memcpy' obsolete.
20852         * modules/memcpy (Status, Notice): New sections.
20853
20854 2008-11-02  Bruno Haible  <bruno@clisp.org>
20855
20856         Mark 'memcmp' obsolete.
20857         * modules/memcmp (Status, Notice): New sections.
20858         * modules/argmatch (Depends-on): Add memchr.
20859         * modules/backupfile (Depends-on): Likewise.
20860         * modules/c-strcasestr (Depends-on): Likewise.
20861         * modules/crypto/des (Depends-on): Likewise.
20862         * modules/csharpcomp (Depends-on): Likewise.
20863         * modules/fnmatch (Depends-on): Likewise.
20864         * modules/git-merge-changelog (Depends-on): Likewise.
20865         * modules/isnand (Depends-on): Likewise.
20866         * modules/isnand-nolibm (Depends-on): Likewise.
20867         * modules/isnanf (Depends-on): Likewise.
20868         * modules/isnanf-nolibm (Depends-on): Likewise.
20869         * modules/isnanl (Depends-on): Likewise.
20870         * modules/isnanl-nolibm (Depends-on): Likewise.
20871         * modules/mbchar (Depends-on): Likewise.
20872         * modules/memcoll (Depends-on): Likewise.
20873         * modules/quotearg (Depends-on): Likewise.
20874         * modules/regex (Depends-on): Likewise.
20875         * modules/relocatable-prog (Depends-on): Likewise.
20876         * modules/same (Depends-on): Likewise.
20877         * modules/signbit (Depends-on): Likewise.
20878         * modules/strcasestr-simple (Depends-on): Likewise.
20879         * modules/unictype/gen-ctype (Depends-on): Likewise.
20880         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20881         * modules/uniname/uniname (Depends-on): Likewise.
20882         * modules/unistr/u8-cmp (Depends-on): Likewise.
20883
20884 2008-11-02  Bruno Haible  <bruno@clisp.org>
20885
20886         Mark 'memchr' obsolete.
20887         * modules/memchr (Status, Notice): New sections.
20888         * modules/argp (Depends-on): Add memchr.
20889         * modules/base64 (Depends-on): Likewise.
20890         * modules/c-strcasestr (Depends-on): Likewise.
20891         * modules/chdir-long (Depends-on): Likewise.
20892         * modules/fnmatch (Depends-on): Likewise.
20893         * modules/getsubopt (Depends-on): Likewise.
20894         * modules/git-merge-changelog (Depends-on): Likewise.
20895         * modules/glob (Depends-on): Likewise.
20896         * modules/strcasestr-simple (Depends-on): Likewise.
20897         * modules/strnlen (Depends-on): Likewise.
20898
20899 2008-11-02  Bruno Haible  <bruno@clisp.org>
20900
20901         Mark 'atexit' obsolete.
20902         * modules/atexit (Status, Notice): New sections.
20903         * modules/chdir-long (Depends-on): Add atexit.
20904         * modules/wait-process (Depends-on): Likewise.
20905
20906 2008-11-02  Bruno Haible  <bruno@clisp.org>
20907
20908         * gnulib-tool: New option --with-obsolete.
20909         (func_usage): Document it.
20910         (func_modules_transitive_closure): Drop obsolete dependencies if
20911         incobsolete is not true.
20912         (func_import): Read and save the incobsolete variable to the cache.
20913
20914 2008-11-02  Bruno Haible  <bruno@clisp.org>
20915
20916         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20917         * gnulib-tool: New option --extract-status.
20918         (func_usage): Document it.
20919         (sed_extract_prog): Recognize it.
20920         (func_get_status): New function.
20921
20922 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20923
20924         * modules/sockets (License): Change from LGPL to LGPLv2+.
20925
20926 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20927
20928         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20929
20930 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20931
20932         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20933         Mention times and sys_times.
20934         * modules/sys_times, modules/sys_times-tests: New modules.
20935         * modules/times, modules/times-tests: Likewise
20936         * m4/sys_times_h.m4: New file.
20937         * lib/sys_times.in.h: Likewise
20938         * lib/times.c: Likewise.
20939         * tests/test-sys_times.c: Likewise.
20940         * tests/test-times.c: Likewise.
20941         * doc/posix-headers/sys_times.texi: Update.
20942         * doc/posix-functions/times.texi: Update.
20943
20944 2008-10-28  Jim Meyering  <meyering@redhat.com>
20945
20946         * modules/tempname (Depends-on): Add lstat.
20947
20948         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20949
20950 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20951
20952         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20953         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20954         using idiom used elsewhere in gnulib.
20955
20956 2008-10-27  Jim Meyering  <meyering@redhat.com>
20957
20958         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20959
20960 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20961
20962         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20963         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20964         programs.
20965         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20966
20967 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20968
20969         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20970
20971 2008-10-27  Bruno Haible  <bruno@clisp.org>
20972
20973         * tests/test-lstat.c: Include <stdio.h>.
20974
20975 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20976
20977         * modules/lstat-tests: New module.
20978         * tests/test-lstat.c: New file.
20979
20980 2008-10-26  Jim Meyering  <meyering@redhat.com>
20981
20982         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20983
20984 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20985             Bruno Haible  <bruno@clisp.org>
20986
20987         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20988         * modules/configmake (Include): Add a note that the include must come
20989         after all system headers.
20990         * lib/javaversion.c: Include configmake.h after all other includes.
20991
20992 2008-10-26  Bruno Haible  <bruno@clisp.org>
20993
20994         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20995         HAVE_STRUCT_RANDOM_DATA to 1.
20996         (gl_STDLIB_H): Simplify.
20997
20998 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20999
21000         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
21001         substitute HAVE_STRUCT_RANDOM_DATA.
21002         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
21003         random_data.
21004         * modules/stdlib (Makefile.am): Substitute
21005         HAVE_STRUCT_RANDOM_DATA.
21006
21007 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21008
21009         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
21010         * doc/gnulib-intro.texi (Copyright): Likewise.
21011
21012 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21013
21014         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
21015         findings.
21016
21017 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
21018             Bruno Haible  <bruno@clisp.org>
21019
21020         * lib/unistd.in.h: Include <winsock2.h>.
21021         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
21022         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
21023         Provide dummy declarations.
21024         (gethostname): Override.
21025         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
21026         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
21027         gl_PREREQ_SYS_H_WINSOCK2.
21028         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
21029         * doc/posix-functions/gethostname.texi: More details.
21030
21031 2008-10-25  Bruno Haible  <bruno@clisp.org>
21032
21033         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21034         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
21035         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
21036
21037         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
21038         here ...
21039         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
21040         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
21041         gl_UNISTD_H_DEFAULTS.
21042
21043 2008-10-25  Eric Blake  <ebb9@byu.net>
21044
21045         signbit: avoid spurious compiler failure
21046         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
21047         declarations inside function.
21048
21049 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21050             Bruno Haible  <bruno@clisp.org>
21051
21052         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21053         * modules/random_r (Depends-on): Add stdint.
21054
21055 2008-10-24  Bruno Haible  <bruno@clisp.org>
21056
21057         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21058         Eggert.
21059         * modules/strerror (License): Likewise.
21060
21061 2008-10-24  Jim Meyering  <meyering@redhat.com>
21062
21063         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21064         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21065
21066 2008-10-24  Eric Blake  <ebb9@byu.net>
21067
21068         getgroups: fix compilation when getgroups is available
21069         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21070         but with <config.h> override of getgroups disabled.
21071
21072 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21073
21074         * doc/gnulib.texi (Header files): Add note about C++ problems.
21075         Explained by Bruno Haible <bruno@clisp.org>.
21076
21077 2008-10-23  Bruno Haible  <bruno@clisp.org>
21078
21079         Define a dummy SA_NODEFER macro on Interix.
21080         * lib/signal.in.h (SA_NODEFER): Define fallback.
21081         Reported by Aleksey Cheusov <cheusov@tut.by> via
21082         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21083
21084 2008-10-23  Bruno Haible  <bruno@clisp.org>
21085
21086         * modules/freadahead (License): Change to LGPLv2+.
21087         Suggested by Simon Josefsson.
21088
21089 2008-10-23  Jim Meyering  <meyering@redhat.com>
21090
21091         random_r: new module
21092         * modules/random_r: New file.
21093         * m4/random_r.m4: New file.
21094         * lib/random_r.c: New file, from glibc.
21095         * modules/random_r-tests: New file.
21096         * tests/test-random_r.c: New file.
21097         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21098          Declare.
21099         (RAND_MAX): Define.
21100         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21101         * modules/stdlib: Substitute them, too.
21102         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21103         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21104         * doc/glibc-functions/random_r.texi: Likewise.
21105         * doc/glibc-functions/setstate_r.texi: Likewise.
21106         * doc/glibc-functions/srandom_r.texi: Likewise.
21107         * config/srclist.txt: Mention it.
21108
21109 2008-10-23  David Lutterkort  <lutter@redhat.com>
21110
21111         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21112         link requirement
21113
21114 2008-10-23  Jim Meyering  <meyering@redhat.com>
21115
21116         selinux-h: mark parameters of stub functions as intentionally unused
21117         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21118         * lib/se-context.in.h: Likewise.
21119
21120 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21121
21122         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21123
21124 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21125
21126         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21127
21128 2008-10-22  Eric Blake  <ebb9@byu.net>
21129
21130         glthread/thread: avoid compiler warning
21131         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21132         Add unreachable abort to silence compiler.
21133
21134 2008-10-22  Eric Blake  <ebb9@byu.net>
21135
21136         netdb: also supply struct addrinfo for cygwin 1.5.x
21137         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21138         older cygwin.
21139         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21140         cygwin.
21141         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21142
21143 2008-10-22  Bruno Haible  <bruno@clisp.org>
21144
21145         * users.txt: Update entry about pspp.
21146
21147 2008-10-21  Bruno Haible  <bruno@clisp.org>
21148
21149         Simplification.
21150         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21151         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21152
21153         Simplification.
21154         * lib/ioctl.c (ioctl): Don't undefine.
21155         * lib/socket.c (socket): Don't undefine.
21156
21157         Remove unused module indicator macros.
21158         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21159         GNULIB_$1 as a C macro.
21160
21161         * doc/posix-functions/close.texi: Undo last change.
21162         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21163         Windows platforms.
21164
21165 2008-10-21  Bruno Haible  <bruno@clisp.org>
21166
21167         Add gethostname() declaration to <unistd.h>.
21168         * lib/unistd.in.h (gethostname): New declaration.
21169         * lib/gethostname.c: Include <unistd.h>.
21170         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21171         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21172         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21173         and HAVE_GETHOSTNAME.
21174         * modules/gethostname (Depends-on): Add unistd.
21175         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21176         (Include): Specify <unistd.h>.
21177         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21178         HAVE_GETHOSTNAME.
21179         * tests/test-gethostname.c: Include <unistd.h> first.
21180
21181 2008-10-21  Bruno Haible  <bruno@clisp.org>
21182
21183         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21184         * modules/select-tests (Depends-on): Likewise.
21185         Reported by Simon Josefsson.
21186
21187 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21188
21189         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21190         * lib/accept.c: New file, based on winsock.c.
21191         * lib/bind.c: New file, based on winsock.c.
21192         * lib/connect.c: New file, based on winsock.c.
21193         * lib/getpeername.c: New file, based on winsock.c.
21194         * lib/getsockname.c: New file, based on winsock.c.
21195         * lib/getsockopt.c: New file, based on winsock.c.
21196         * lib/ioctl.c: New file, based on winsock.c.
21197         * lib/listen.c: New file, based on winsock.c.
21198         * lib/recv.c: New file, based on winsock.c.
21199         * lib/recvfrom.c: New file, based on winsock.c.
21200         * lib/send.c: New file, based on winsock.c.
21201         * lib/sendto.c: New file, based on winsock.c.
21202         * lib/setsockopt.c: New file, based on winsock.c.
21203         * lib/shutdown.c: New file, based on winsock.c.
21204         * lib/socket.c: New file, based on winsock.c.
21205         * lib/w32sock.h: New file, based on winsock.c.
21206         * lib/winsock.c: Remove file.
21207         * modules/accept: Likewise.
21208         * modules/bind: Likewise.
21209         * modules/connect: Likewise.
21210         * modules/getpeername: Likewise.
21211         * modules/getsockname: Likewise.
21212         * modules/getsockopt: Likewise.
21213         * modules/ioctl: Likewise.
21214         * modules/listen: Likewise.
21215         * modules/recv: Likewise.
21216         * modules/recvfrom: Likewise.
21217         * modules/send: Likewise.
21218         * modules/sendto: Likewise.
21219         * modules/setsockopt: Likewise.
21220         * modules/shutdown: Likewise.
21221         * modules/socket: Use socket.c instead of winsock.c.
21222         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21223         * doc/posix-functions/accept.texi: Doc fix.
21224         * doc/posix-functions/bind.texi: Doc fix.
21225         * doc/posix-functions/close.texi: Doc fix.
21226         * doc/posix-functions/connect.texi: Doc fix.
21227         * doc/posix-functions/getpeername.texi: Doc fix.
21228         * doc/posix-functions/getsockname.texi: Doc fix.
21229         * doc/posix-functions/getsockopt.texi: Doc fix.
21230         * doc/posix-functions/ioctl.texi: Doc fix.
21231         * doc/posix-functions/listen.texi: Doc fix.
21232         * doc/posix-functions/recv.texi: Doc fix.
21233         * doc/posix-functions/recvfrom.texi: Doc fix.
21234         * doc/posix-functions/send.texi: Doc fix.
21235         * doc/posix-functions/sendto.texi: Doc fix.
21236         * doc/posix-functions/setsockopt.texi: Doc fix.
21237         * doc/posix-functions/shutdown.texi: Doc fix.
21238         * doc/posix-functions/socket.texi: Doc fix.
21239
21240 2008-10-20  Bruno Haible  <bruno@clisp.org>
21241
21242         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21243         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21244         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21245         as an alias for SIGABRT.
21246         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21247         (sigaction): Map it to SIGABRT.
21248         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21249
21250 2008-10-20  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/fts.c: Don't include lstat.h.
21253         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21254
21255         Move the lstat() declaration to <sys/stat.h>.
21256         * lib/lstat.h: Remove file.
21257         * lib/sys_stat.in.h: Add special invocation convention.
21258         (lstat): New declaration.
21259         * lib/lstat.c (orig_lstat): New function.
21260         (rpl_lstat): Use orig_lstat instead of lstat.
21261         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21262         AC_C_INLINE. Set REPLACE_LSTAT.
21263         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21264         and REPLACE_LSTAT.
21265         * modules/lstat (Files): Remove lib/lstat.h.
21266         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21267         (Include): Specify <sys/stat.h> instead of lstat.h.
21268         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21269         REPLACE_LSTAT.
21270         * NEWS: Mention the change.
21271
21272 2008-10-20  Bruno Haible  <bruno@clisp.org>
21273
21274         * modules/posix_spawn-tests: New file.
21275         * tests/test-posix_spawn3.c: New file.
21276
21277 2008-10-20  Bruno Haible  <bruno@clisp.org>
21278
21279         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21280         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21281         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21282         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21283         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21284
21285 2008-10-20  Bruno Haible  <bruno@clisp.org>
21286
21287         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21288         of posix_spawn on AIX 5.3.
21289
21290 2008-10-20  Bruno Haible  <bruno@clisp.org>
21291
21292         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21293
21294 2008-10-20  Bruno Haible  <bruno@clisp.org>
21295
21296         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21297         of AC_LANG_PROGRAM.
21298
21299 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21300
21301         * lib/netdb.in.h: Don't define GNU specific constants until they
21302         are supported or needed.  Reported by Bruno Haible
21303         <bruno@clisp.org>.
21304
21305 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21306
21307         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21308
21309 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21310
21311         * lib/getaddrinfo.h: Remove file.
21312         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21313         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21314         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21315         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21316         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21317         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21318         * tests/test-getaddrinfo.c: Likewise.
21319         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21320         * NEWS: Mention change.
21321
21322 2008-10-19  Bruno Haible  <bruno@clisp.org>
21323
21324         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21325
21326 2008-10-19  Bruno Haible  <bruno@clisp.org>
21327
21328         * lib/wait-process.c: Include simply <sys/wait.h>.
21329         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21330         WIFSTOPPED): Remove fallback definitions.
21331         * modules/wait-process (Depends-on): Add sys_wait.
21332
21333         New module 'sys_wait'.
21334         * modules/sys_wait: New file.
21335         * lib/sys_wait.in.h: New file, partially copied from
21336         lib/wait-process.c.
21337         * m4/sys_wait_h.m4: New file.
21338         * doc/posix-headers/sys_wait.texi: Mention the new module.
21339
21340 2008-10-19  Bruno Haible  <bruno@clisp.org>
21341
21342         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21343
21344 2008-10-19  Bruno Haible  <bruno@clisp.org>
21345
21346         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21347         * lib/wait-process.c (WAIT_T): Remove type.
21348         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21349         (wait_subprocess): Update.
21350
21351 2008-10-19  Bruno Haible  <bruno@clisp.org>
21352
21353         New module 'atoll'.
21354         * modules/atoll: New file.
21355         * lib/stdlib.in.h (atoll): New declaration.
21356         * lib/atoll.c: New file, from glibc with modifications.
21357         * m4/atoll.m4: New file.
21358         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21359         HAVE_ATOLL.
21360         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21361         * doc/posix-functions/atoll.texi: Mention the new module.
21362
21363 2008-10-19  Bruno Haible  <bruno@clisp.org>
21364
21365         Add strtoull() declaration to <stdlib.h>.
21366         * lib/stdlib.in.h (strtoull): New declaration.
21367         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21368         Set HAVE_STRTOULL.
21369         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21370         HAVE_STRTOULL.
21371         * modules/strtoull (Depends-on): Add stdlib.
21372         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21373         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21374         HAVE_STRTOULL.
21375
21376 2008-10-19  Bruno Haible  <bruno@clisp.org>
21377
21378         Add strtoll() declaration to <stdlib.h>.
21379         * lib/stdlib.in.h (strtoll): New declaration.
21380         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21381         Set HAVE_STRTOLL.
21382         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21383         HAVE_STRTOLL.
21384         * modules/strtoll (Depends-on): Add stdlib.
21385         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21386         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21387
21388 2008-10-19  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/bcopy (Depends-on): Add strings.
21391         (Include): Specify <strings.h>.
21392
21393 2008-10-19  Bruno Haible  <bruno@clisp.org>
21394
21395         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21396
21397 2008-10-19  Bruno Haible  <bruno@clisp.org>
21398
21399         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21400         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21401         mingw.
21402
21403 2008-10-19  Bruno Haible  <bruno@clisp.org>
21404
21405         * lib/atanl.c: Don't include isnanl.h.
21406         * lib/cosl.c: Likewise.
21407         * lib/ldexpl.c: Likewise.
21408         * lib/logl.c: Likewise.
21409         * lib/sinl.c: Likewise.
21410         * lib/sqrtl.c: Likewise.
21411         * lib/tanl.c: Likewise.
21412
21413         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21414         * lib/isnanf.h: Remove file.
21415         * lib/isnand.h: Remove file.
21416         * lib/isnanl.h: Remove file.
21417         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21418         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21419         macros.
21420         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21421         HAVE_ISNANF, don't define it as a C macro.
21422         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21423         HAVE_ISNAND, don't define it as a C macro.
21424         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21425         HAVE_ISNANL, don't define it as a C macro.
21426         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21427         HAVE_ISNAN[FDL].
21428         * modules/isnanf (Files): Remove lib/isnanf.h.
21429         (Depends-on): Add math.
21430         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21431         (Include): Specify <math.h> instead of isnanf.h.
21432         * modules/isnand (Files): Remove lib/isnand.h.
21433         (Depends-on): Add math.
21434         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21435         (Include): Specify <math.h> instead of isnand.h.
21436         * modules/isnanl (Files): Remove lib/isnanl.h.
21437         (Depends-on): Add math.
21438         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21439         (Include): Specify <math.h> instead of isnanl.h.
21440         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21441         HAVE_ISNAN[FDL].
21442         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21443         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21444         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21445         * NEWS: Mention the change.
21446
21447 2008-10-18  Bruno Haible  <bruno@clisp.org>
21448
21449         Add getusershell(), setusershell(), endusershell() declarations to
21450         <unistd.h>.
21451         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21452         declarations.
21453         * lib/getusershell.c: Include unistd.h.
21454         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21455         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21456         HAVE_GETUSERSHELL.
21457         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21458         and HAVE_GETUSERSHELL.
21459         * modules/getusershell (Depends-on): Add unistd, extensions.
21460         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21461         (Include): Specify <unistd.h>.
21462         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21463         HAVE_GETUSERSHELL.
21464
21465 2008-10-18  Bruno Haible  <bruno@clisp.org>
21466
21467         Add a getloadavg() declaration to <stdlib.h>.
21468         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21469         getloadavg declaration.
21470         (getloadavg): New declaration.
21471         * lib/getloadavg.c: Include <stdlib.h> first.
21472         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21473         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21474         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21475         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21476         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21477         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21478         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21479         (Include): Specify <stdlib.h>.
21480         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21481         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21482
21483 2008-10-18  Bruno Haible  <bruno@clisp.org>
21484
21485         * lib/dirchownmod.c: Don't include lchmod.h.
21486
21487         Move the lchmod() declaration to <sys/stat.h>.
21488         * lib/lchmod.h: Remove file.
21489         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21490         (lchmod): New declaration, moved here from lib/lchown.h.
21491         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21492         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21493         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21494         and HAVE_LCHMOD.
21495         * modules/lchmod (Files): Remove lib/lchmod.h.
21496         (Depends-on): Add sys_stat, extensions.
21497         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21498         (Include): Specify <sys/stat.h> instead of lchmod.h.
21499         * modules/sys_stat (Depends-on): Add link-warning.
21500         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21501         definition of GL_LINK_WARNING.
21502         * NEWS: Mention the change.
21503
21504 2008-10-18  Bruno Haible  <bruno@clisp.org>
21505
21506         * lib/fchdir.c: Don't include dirfd.h.
21507         * lib/fts.c: Likewise.
21508         * lib/getcwd.c: Likewise.
21509         * lib/glob.c: Likewise.
21510
21511         Move the dirfd() declaration to <dirent.h>.
21512         * lib/dirfd.h: Remove file.
21513         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21514         (dirfd): New declaration.
21515         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21516         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21517         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21518         HAVE_DECL_DIRFD.
21519         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21520         HAVE_DECL_DIRFD.
21521         * modules/dirfd (Files): Remove lib/dirfd.h.
21522         (Depends-on): Add dirent, extensions.
21523         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21524         (Include): Specify <dirent.h> instead of dirfd.h.
21525         * modules/dirent (Depends-on): Add link-warning.
21526         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21527         definition of GL_LINK_WARNING.
21528         * NEWS: Mention the change.
21529
21530 2008-10-18  Bruno Haible  <bruno@clisp.org>
21531
21532         Move the euidaccess() declaration to <unistd.h>.
21533         * lib/euidaccess.h: Remove file.
21534         * lib/unistd.in.h (euidaccess): New declaration.
21535         * lib/euidaccess.c: Don't include euidaccess.h.
21536         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21537         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21538         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21539         and HAVE_EUIDACCESS.
21540         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21541         (Depends-on): Add unistd.
21542         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21543         (Include): Specify <unistd.h> instead of euidaccess.h.
21544         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21545         HAVE_EUIDACCESS.
21546         * NEWS: Mention the change.
21547
21548 2008-10-18  Bruno Haible  <bruno@clisp.org>
21549
21550         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21551
21552         Move the getdomainname() declaration to <unistd.h>.
21553         * lib/getdomainname.h: Remove file.
21554         * lib/unistd.in.h (getdomainname): New declaration.
21555         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21556         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21557         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21558         HAVE_GETDOMAINNAME.
21559         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21560         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21561         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21562         (Depends-on): Add unistd, extensions.
21563         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21564         (Includes): Specify <unistd.h> instead of getdomainname.h.
21565         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21566         HAVE_GETDOMAINNAME.
21567         * NEWS: Mention the change.
21568
21569 2008-10-18  Bruno Haible  <bruno@clisp.org>
21570
21571         * modules/dirent: New file.
21572         * m4/dirent_h.m4: New file.
21573         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21574         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21575         * modules/fchdir (Files): Remove lib/dirent.in.h.
21576         (Depends-on): Add dirent.
21577         (Makefile.am): Move rules to modules/dirent.
21578         * doc/posix-headers/dirent.texi: Mention the new module.
21579
21580 2008-10-18  Bruno Haible  <bruno@clisp.org>
21581
21582         Avoid -Wunused-parameter warnings in public gnulib header files.
21583         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21584         macro.
21585         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21586
21587 2008-10-18  Bruno Haible  <bruno@clisp.org>
21588
21589         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21590         * doc/glibc-functions/error.texi: Mention the module 'error'.
21591         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21592         * doc/glibc-functions/getdomainname.texi: Mention the module
21593         'getdomainname'.
21594         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21595         * doc/glibc-functions/getpagesize.texi: Mention the module
21596         'getpagesize'.
21597         * doc/glibc-functions/getusershell.texi: Mention the module
21598         'getusershell'.
21599         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21600         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21601         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21602         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21603         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21604         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21605         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21606         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21607         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21608         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21609         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21610         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21611         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21612         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21613
21614 2008-10-17  Bruno Haible  <bruno@clisp.org>
21615
21616         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21617         HP-UX and IRIX, use -0.0L.
21618         * tests/test-ceill.c (minus_zero): Likewise.
21619         * tests/test-floorl.c (minus_zero): Likewise.
21620         * tests/test-frexpl.c (minus_zero): Likewise.
21621         * tests/test-isnan.c (minus_zerol): Likewise.
21622         * tests/test-isnanl.h (minus_zero): Likewise.
21623         * tests/test-ldexpl.c (minus_zero): Likewise.
21624         * tests/test-roundl.c (minus_zero): Likewise.
21625         * tests/test-signbit.c (minus_zerol): Likewise.
21626         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21627         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21628         * tests/test-truncl.c (minus_zero): Likewise.
21629         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21630         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21631         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21632         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21633
21634 2008-10-17  Bruno Haible  <bruno@clisp.org>
21635
21636         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21637         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21638         that it gets activated only for gcc >= 3.0.
21639         * lib/dirent.in.h: Likewise.
21640         * lib/errno.in.h: Likewise.
21641         * lib/fcntl.in.h: Likewise.
21642         * lib/float.in.h: Likewise.
21643         * lib/iconv.in.h: Likewise.
21644         * lib/inttypes.in.h: Likewise.
21645         * lib/locale.in.h: Likewise.
21646         * lib/math.in.h: Likewise.
21647         * lib/netdb.in.h: Likewise.
21648         * lib/netinet_in.in.h: Likewise.
21649         * lib/search.in.h: Likewise.
21650         * lib/signal.in.h: Likewise.
21651         * lib/spawn.in.h: Likewise.
21652         * lib/stdarg.in.h: Likewise.
21653         * lib/stdint.in.h: Likewise.
21654         * lib/stdio.in.h: Likewise.
21655         * lib/stdlib.in.h: Likewise.
21656         * lib/string.in.h: Likewise.
21657         * lib/strings.in.h: Likewise.
21658         * lib/sys_file.in.h: Likewise.
21659         * lib/sys_ioctl.in.h: Likewise.
21660         * lib/sys_select.in.h: Likewise.
21661         * lib/sys_socket.in.h: Likewise.
21662         * lib/sys_stat.in.h: Likewise.
21663         * lib/sys_time.in.h: Likewise.
21664         * lib/sysexits.in.h: Likewise.
21665         * lib/time.in.h: Likewise.
21666         * lib/unistd.in.h: Likewise.
21667         * lib/wchar.in.h: Likewise.
21668         * lib/wctype.in.h: Likewise.
21669         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21670
21671 2008-10-17  Jim Meyering  <meyering@redhat.com>
21672
21673         ignore-value: don't depend on inline module
21674         * modules/ignore-value (Depends-on): Remove 'inline'.
21675         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21676         Suggestion from Bruno Haible.
21677
21678 2008-10-17  Bruno Haible  <bruno@clisp.org>
21679
21680         New implementation of condition variables for Win32.
21681         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21682         (gl_linked_waitqueue_t): New type.
21683         (gl_cond_t): Use it.
21684         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21685         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21686         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21687         (glthread_cond_init_func, glthread_cond_wait_func,
21688         glthread_cond_timedwait_func, glthread_cond_signal_func,
21689         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21690         Reimplemented on the basis of gl_linked_waitqueue_t.
21691         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21692         gl_waitqueue_t.
21693         (gl_rwlock_t): Update.
21694         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21695
21696 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21697
21698         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21699         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21700
21701 2008-10-17  Jim Meyering  <meyering@redhat.com>
21702
21703         ignore-value: new module
21704         * modules/ignore-value: New file.
21705         * lib/ignore-value.h: New file.
21706         * MODULES.html.sh (Compiler warning management): New section,
21707         just for this module.  More to come.
21708
21709 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21712         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21713         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21714
21715 2008-10-16  Jim Meyering  <meyering@redhat.com>
21716
21717         openat-die.c: avoid 'no previous prototype' warning
21718         * lib/openat-die.c: Include "openat.h".
21719         Reported by Reuben Thomas <rrt@sc3d.org>.
21720
21721 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21722
21723         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21724         * lib/netdb.in.h: Fix typo.
21725         Reported by Bruno Haible  <bruno@clisp.org>
21726
21727         * lib/netdb.in.h: Include sys/socket.h for platforms without
21728         netdb.h, to get structures like hostent on MinGW.
21729         * modules/netdb (Depends-on): Add sys_socket.
21730
21731 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21732
21733         * modules/netdb, modules/netdb-tests: New file.
21734         * m4/netdb_h.m4: New file.
21735         * lib/netdb.in.h: Add, currently just an empty file pending
21736         definitions.
21737         * tests/test-netdb.c: New file.
21738         * doc/posix-headers/netdb.texi: Mention that we replace it if
21739         needed.
21740         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21741         netdb.
21742
21743 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21744
21745         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21746         with code.
21747
21748 2008-10-13  Bruno Haible  <bruno@clisp.org>
21749
21750         * lib/glthread/cond.c (glthread_cond_wait_func,
21751         glthread_cond_timedwait_func): Add a comment.
21752
21753 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21754
21755         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21756         * tests/test-select.c: Likewise,
21757
21758 2008-10-13  Bruno Haible  <bruno@clisp.org>
21759
21760         * lib/glthread/cond.c (glthread_cond_wait_func,
21761         glthread_cond_timedwait_func): Fix variable name.
21762         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21763
21764 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21765
21766         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21767         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21768         struct sockaddr.sa_len.
21769         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21770
21771 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21772
21773         * build-aux/pmccabe2html: Add css and css_url parameters.
21774
21775 2008-10-12  Bruno Haible  <bruno@clisp.org>
21776
21777         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21778         calling aclx_get.
21779         Reported by Rainer Tammer <tammer@tammer.net>.
21780
21781 2008-10-12  Bruno Haible  <bruno@clisp.org>
21782
21783         Use msvcrt aware primitives for creation/termination of Win32 threads.
21784         * lib/glthread/thread.c: Include <process.h>.
21785         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21786         (wrapper_func): Update signature.
21787         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21788
21789 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21790             Bruno Haible  <bruno@clisp.org>
21791
21792         Provide a Win32 implementation of the 'cond' module.
21793         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21794         * lib/glthread/cond.c (glthread_cond_init_func,
21795         glthread_cond_wait_func, glthread_cond_timedwait_func,
21796         glthread_cond_signal_func, glthread_cond_broadcast_func,
21797         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21798         * modules/cond (Dependencies): Add gettimeofday.
21799
21800 2008-10-11  Bruno Haible  <bruno@clisp.org>
21801
21802         Make sleep work on older versions of mingw.
21803         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21804         only whether it exists.
21805         * doc/posix-functions/sleep.texi: Mention the problem with older
21806         versions of mingw.
21807
21808 2008-10-11  Bruno Haible  <bruno@clisp.org>
21809
21810         New module 'shutdown'.
21811         * modules/shutdown: New file.
21812         * lib/sys_socket.in.h (shutdown): New declaration.
21813         * lib/winsock.c (shutdown): New function.
21814         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21815         GNULIB_SHUTDOWN.
21816         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21817         * doc/posix-functions/shutdown.texi: Document the new module.
21818
21819 2008-10-11  Jim Meyering  <meyering@redhat.com>
21820
21821         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21822
21823 2008-10-11  Bruno Haible  <bruno@clisp.org>
21824
21825         New module 'fclose'.
21826         * modules/fclose: New file.
21827         * lib/stdio.in.h (fclose): New declaration.
21828         * lib/fclose.c: New file.
21829         * m4/fclose.m4: New file.
21830         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21831         REPLACE_FCLOSE.
21832         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21833         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21834         REPLACE_FCLOSE.
21835         * modules/close (Depends-on): fclose.
21836         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21837
21838 2008-10-11  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21841         set errno and don't call _close.
21842
21843 2008-10-10  Bruno Haible  <bruno@clisp.org>
21844
21845         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21846         ACL, not afterwards. Fixes test failure on Cygwin.
21847
21848 2008-10-09  Ben Pfaff  <blp@gnu.org>
21849
21850         * build-aux/announce-gen: Fix gnulib version related part of usage
21851         message.  Die with a useful error message if no tarballs are
21852         found.
21853
21854 2008-10-10  Jim Meyering  <meyering@redhat.com>
21855
21856         bootstrap: use git's --depth=N option only if it's supported
21857         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21858         recognize the --depth option.  Reported by Pádraig Brady.
21859
21860 2008-10-09  Bruno Haible  <bruno@clisp.org>
21861
21862         New module 'ioctl'.
21863         * modules/ioctl: New file.
21864         * lib/sys_socket.in.h (ioctl): Remove declaration.
21865         * lib/winsock.c: Include <sys/ioctl.h>.
21866         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21867         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21868         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21869         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21870         * doc/posix-functions/ioctl.texi: Mention the new module.
21871
21872 2008-10-09  Bruno Haible  <bruno@clisp.org>
21873
21874         New module 'sys_ioctl'.
21875         * lib/sys_ioctl.in.h: New file.
21876         * m4/sys_ioctl_h.m4: New file.
21877         * modules/sys_ioctl: New file.
21878         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21879
21880 2008-10-09  Bruno Haible  <bruno@clisp.org>
21881
21882         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21883         * lib/winsock.c: Include <stdarg.h>.
21884         (rpl_ioctl): Change to second argument 'int' and then varargs.
21885
21886 2008-10-09  Bruno Haible  <bruno@clisp.org>
21887
21888         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21889         when the sys_socket module is present and the system has <winsock2.h>.
21890
21891 2008-10-09  Bruno Haible  <bruno@clisp.org>
21892
21893         * doc/posix-functions/close.texi: Mention module 'close' instead of
21894         module 'sys_socket'.
21895
21896 2008-10-09  Bruno Haible  <bruno@clisp.org>
21897
21898         * doc/glibc-headers/sys_ioctl.texi: New file.
21899         * doc/gnulib.texi: Include it.
21900
21901 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21902             Bruno Haible  <bruno@clisp.org>
21903
21904         Combine the two replacements of 'close'.
21905         * lib/sys_socket.in.h (close): Define to a reminder to include
21906         <unistd.h>.
21907         (_gl_close_fd_maybe_socket): New declaration.
21908         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21909         * lib/winsock.c (close): Remove undefinition.
21910         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21911         needed for the gnulib module 'close'.
21912         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21913         define to an error symbol or to a warning, if suitable.
21914         * lib/close.c: Include <sys/socket.h>.
21915         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21916         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21917         UNISTD_H_HAVE_WINSOCK2_H.
21918         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21919         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21920         UNISTD_H_HAVE_WINSOCK2_H.
21921         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21922         (configure.ac): Set a module indicator.
21923         (Makefile.am): Substitute GNULIB_CLOSE.
21924         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21925         * modules/poll-tests (Depends-on): Add close.
21926         * modules/select-tests (Depends-on): Likewise.
21927
21928 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21929             Bruno Haible  <bruno@clisp.org>
21930
21931         New module 'close'.
21932         * modules/close: New file.
21933         * lib/unistd.in.h (close): Move declaration out of the
21934         FCHDIR_REPLACEMENT scope.
21935         (_gl_unregister_fd): New declaration.
21936         * lib/close.c: New file.
21937         * lib/fchdir.c (rpl_close): Remove function.
21938         * m4/close.m4: New file.
21939         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21940         close.
21941         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21942         REPLACE_CLOSE.
21943         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21944         REPLACE_CLOSE.
21945         * modules/fchdir (Depends-on): Add close.
21946
21947 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21948             Bruno Haible  <bruno@clisp.org>
21949
21950         * lib/fcntl.in.h (open): Simplify conditionals.
21951         (_gl_register_fd): New declaration.
21952         * lib/fchdir.c (rpl_open): Remove function.
21953         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21954         also.
21955         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21956         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21957         open.
21958
21959 2008-10-09  Jim Meyering  <meyering@redhat.com>
21960
21961         GNUmakefile: use the more name-space-friendly "_version"
21962         * top/GNUmakefile (_dummy): Update.
21963         (_version): Rename from "version".
21964
21965 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21966             Bruno Haible  <bruno@clisp.org>
21967
21968         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21969         rpl_close.
21970         (_gl_register_fd): New function, extracted from rpl_open.
21971         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21972         (rpl_open, rpl_opendir): Use _gl_register_fd.
21973
21974 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21975
21976         Fix organization of 'open' replacement.
21977         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21978         (gl_FUNC_OPEN): Use it.
21979         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21980
21981 2008-10-08  Bruno Haible  <bruno@clisp.org>
21982
21983         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21984
21985 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21986
21987         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21988         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21989         listen).
21990
21991 2008-10-08  Eric Blake  <ebb9@byu.net>
21992
21993         GNUmakefile: add 'make version' target
21994         * top/GNUmakefile (_curr-ver): Split version update rules...
21995         (version): ...into a target.
21996
21997 2008-10-07  Bruno Haible  <bruno@clisp.org>
21998
21999         Use a more portable replacement expression for -0.0L.
22000         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
22001         instead of -0.0L. Fix m4 quotation.
22002
22003         * tests/test-signbit.c: Include <float.h>.
22004         (minus_zero): New variable.
22005         (test_signbitl): Use minus_zero instead of -zero.
22006         * modules/signbit-tests (Depends-on): Add float.
22007
22008         * tests/test-ceill.c: Include <float.h>.
22009         (zero): Remove variable.
22010         (minus_zero): New variable.
22011         (main): Use minus_zero instead of -zero.
22012         * modules/ceill-tests (Depends-on): Add float.
22013
22014         * tests/test-floorl.c: Include <float.h>.
22015         (zero): Remove variable.
22016         (minus_zero): New variable.
22017         (main): Use minus_zero instead of -zero.
22018         * modules/floorl-tests (Depends-on): Add float.
22019
22020         * tests/test-roundl.c: Include <float.h>.
22021         (zero): Remove variable.
22022         (minus_zero): New variable.
22023         (main): Use minus_zero instead of -zero.
22024         * modules/roundl-tests (Depends-on): Add float.
22025
22026         * tests/test-truncl.c: Include <float.h>.
22027         (zero): Remove variable.
22028         (minus_zero): New variable.
22029         (main): Use minus_zero instead of -zero.
22030         * modules/truncl-tests (Depends-on): Add float.
22031
22032         * tests/test-frexpl.c (zero): Remove variable.
22033         (minus_zero): New variable.
22034         (main): Use minus_zero instead of -zero.
22035         * modules/frexpl-tests (Depends-on): Add float.
22036
22037         * tests/test-isnan.c (zerol): Remove variable.
22038         (minus_zerol): New variable.
22039         (test_long_double): Use minus_zerol instead of -zerol.
22040         * modules/isnan-tests (Depends-on): Add float.
22041
22042         * tests/test-isnanl.h (zero): Remove variable.
22043         (minus_zero): New variable.
22044         (main): Use minus_zero instead of -zero.
22045         * modules/isnanl-nolibm-tests (Depends-on): Add float.
22046         * modules/isnanl-tests (Depends-on): Add float.
22047
22048         * tests/test-ldexpl.c (zero): Remove variable.
22049         (minus_zero): New variable.
22050         (main): Use minus_zero instead of -zero.
22051         * modules/ldexpl-tests (Depends-on): Add float.
22052
22053         * tests/test-snprintf-posix.h (zerol): Remove variable.
22054         (minus_zerol): New variable.
22055         (test_function): Use minus_zerol instead of -zerol.
22056         * modules/snprintf-posix-tests (Depends-on): Add float.
22057         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22058
22059         * tests/test-sprintf-posix.h (zerol): Remove variable.
22060         (minus_zerol): New variable.
22061         (test_function): Use minus_zerol instead of -zerol.
22062         * modules/sprintf-posix-tests (Depends-on): Add float.
22063         * modules/vsprintf-posix-tests (Depends-on): Add float.
22064
22065         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22066         (minus_zerol): New variable.
22067         (test_function): Use minus_zerol instead of -zerol.
22068         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22069
22070         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22071         (minus_zerol): New variable.
22072         (test_function): Use minus_zerol instead of -zerol.
22073         * modules/vasprintf-posix-tests (Depends-on): Add float.
22074
22075 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22076
22077         * MODULES.html.sh (Support for building documentation): Mention
22078         pmccabe2html.  Sort entries.
22079
22080         Add pmccabe2html module, from gnupdf.
22081         * build-aux/pmccabe.css: New file.
22082         * build-aux/pmccabe2html: New file.
22083         * m4/pmccabe2html.m4: New file.
22084         * modules/pmccabe2html: New file.
22085
22086 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22087
22088         flock: new module
22089         * MODULES.html.sh: Add to list of modules.
22090         * lib/flock.c: flock implementation for Windows and Unix systems
22091         which have fcntl.
22092         * doc/glibc-functions/flock.texi: Update documentation.
22093         * lib/sys_file.in.h: <sys/file.h> header file.
22094         * m4/flock.m4: M4 macros.
22095         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22096         * modules/flock: flock module.
22097         * modules/flock-tests: flock tests module.
22098         * modules/sys_file: sys/file.h module.
22099         * tests/test-flock.c: test suite for flock.
22100
22101 2008-10-06  Jim Meyering  <meyering@redhat.com>
22102
22103         bootstrap: check for LT_INIT more portably still ;-)
22104         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22105         Spotted by Bruno Haible.
22106
22107 2008-10-06  Eric Blake  <ebb9@byu.net>
22108
22109         test-signbit: avoid tripping Irix cc bug on -0.0L
22110         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22111         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22112         entire testsuite consistent and avoids an Irix 6.2 bug.
22113
22114 2008-10-05  Bruno Haible  <bruno@clisp.org>
22115             Jim Meyering  <jim@meyering.net>
22116
22117         Add an option for ignoring EPIPE during close_stdout.
22118         * lib/closeout.h: Include <stdbool.h>.
22119         (close_stdout_set_ignore_EPIPE): New declaration.
22120         * lib/closeout.c: Include <stdbool.h>.
22121         (ignore_EPIPE): New variable.
22122         (close_stdout_set_ignore_EPIPE): New function.
22123         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22124         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22125         failure.
22126         * modules/closeout (Depends-on): Add stdbool.
22127
22128 2008-10-05  Bruno Haible  <bruno@clisp.org>
22129
22130         * modules/accept: New file.
22131         * modules/bind: New file.
22132         * modules/connect: New file.
22133         * modules/getpeername: New file.
22134         * modules/getsockname: New file.
22135         * modules/getsockopt: New file.
22136         * modules/listen: New file.
22137         * modules/recv: New file.
22138         * modules/recvfrom: New file.
22139         * modules/send: New file.
22140         * modules/sendto: New file.
22141         * modules/setsockopt: New file.
22142         * modules/socket: New file.
22143         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22144         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22145         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22146         the particular module is requested. Add a link warning when the
22147         particular module is not requested.
22148         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22149         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22150         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22151         the particular module is requested.
22152         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22153         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22154         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22155         * modules/sys_socket (Depends-on): Add link-warning.
22156         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22157         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22158         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22159         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22160         GL_LINK_WARNING.
22161         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22162         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22163         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22164         * doc/posix-functions/getpeername.texi: Mention the new module
22165         'getpeername'.
22166         * doc/posix-functions/getsockname.texi: Mention the new module
22167         'getsockname'.
22168         * doc/posix-functions/getsockopt.texi: Mention the new module
22169         'getsockopt'.
22170         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22171         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22172         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22173         * doc/posix-functions/send.texi: Mention the new module 'send'.
22174         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22175         * doc/posix-functions/setsockopt.texi: Mention the new module
22176         'setsockopt'.
22177         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22178         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22179         listen, connect, accept.
22180         * modules/select-tests (Depends-on): Likewise.
22181
22182 2008-10-05  Bruno Haible  <bruno@clisp.org>
22183
22184         * lib/winsock.c (strerror): Remove unused #undef.
22185         (rpl_close): Remove unused local variable.
22186
22187         * modules/sys_socket (Depends-on); Add errno.
22188
22189 2008-10-05  Bruno Haible  <bruno@clisp.org>
22190
22191         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22192         (select): Add a link warning when the 'select' module is not used.
22193         * modules/sys_select (Depends-on): Add link-warning.
22194         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22195         Suggested by Paolo Bonzini.
22196
22197 2008-10-05  Jim Meyering  <meyering@redhat.com>
22198
22199         bootstrap: check for LT_INIT more portably
22200         * build-aux/bootstrap: Avoid using grep -E, since it's not
22201         portable enough.  Suggestion from Bruno Haible.
22202
22203 2008-10-05  Bruno Haible  <bruno@clisp.org>
22204
22205         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22206         as being fixed by gnulib.
22207
22208 2008-10-05  Bruno Haible  <bruno@clisp.org>
22209
22210         * modules/select-tests: New file, mostly copied from
22211         modules/sys_select-tests.
22212         * tests/test-select.c: New file, mostly copied from
22213         tests/test-sys_select.c.
22214         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22215         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22216         (Makefile.am): Remove test_sys_select_LDADD.
22217
22218         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22219         to an undefined symbol, for an error message.
22220         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22221         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22222         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22223         winsock-select.c here.
22224         * modules/sys_select (Files): Remove lib/winsock-select.c.
22225         (Depends-on): Remove alloca.
22226         (Makefile.am): Substitute GNULIB_SELECT.
22227         * modules/select: New file.
22228         * doc/posix-functions/select.texi: Update.
22229
22230 2008-10-05  Bruno Haible  <bruno@clisp.org>
22231
22232         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22233         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22234         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22235         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22236         getdtablesize.
22237         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22238         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22239
22240 2008-10-05  Bruno Haible  <bruno@clisp.org>
22241
22242         * modules/getdtablesize-tests: New file.
22243         * tests/test-getdtablesize.c: New file.
22244
22245         New module 'getdtablesize'.
22246         * lib/unistd.in.h (getdtablesize): New declaration.
22247         * lib/getdtablesize.c: New file.
22248         * m4/getdtablesize.m4: New file.
22249         * modules/getdtablesize: New file.
22250         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22251         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22252         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22253         HAVE_GETDTABLESIZE.
22254         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22255
22256 2008-10-05  Bruno Haible  <bruno@clisp.org>
22257
22258         * modules/sched (Makefile.am): Fix typo.
22259         Reported by Simon Josefsson.
22260
22261 2008-10-05  Jim Meyering  <meyering@redhat.com>
22262
22263         bootstrap: check for LT_INIT, too
22264         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22265         are deprecated.  Suggestion from Ralf Wildenhues.
22266
22267 2008-10-05  Bruno Haible  <bruno@clisp.org>
22268
22269         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22270         overriding them by ours.
22271         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22272
22273 2008-10-05  Jim Meyering  <meyering@redhat.com>
22274
22275         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22276         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22277         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22278
22279 2008-10-04  Bruno Haible  <bruno@clisp.org>
22280
22281         * modules/dup2 (License): Change to LGPLv2+.
22282         * modules/sleep (License): Likewise.
22283         * modules/perror (License): Likewise.
22284         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22285         Blake.
22286         * modules/signal (License): Likewise.
22287         * modules/sigprocmask (License): Likewise.
22288         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22289         Meyering.
22290
22291 2008-10-04  Bruno Haible  <bruno@clisp.org>
22292
22293         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22294         Reported by Rainer Tammer <tammer@tammer.net>.
22295
22296 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22297             Bruno Haible  <bruno@clisp.org>
22298
22299         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22300         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22301         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22302
22303 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22304
22305         filevercmp: new module
22306         * lib/filevercmp.h: New function filevercmp comparing version strings.
22307         * lib/filevercmp.c: Implementation of filevercmp function.
22308         * modules/filevercmp: Module metadata.
22309         * tests/test-filevercmp.c: Unit test for new module.
22310         * modules/filevercmp-tests: Unit test metadata.
22311         * MODULES.html.sh: Add filevercmp module.
22312
22313 2008-10-03  Bruno Haible  <bruno@clisp.org>
22314
22315         * lib/c-ctype.h: Add comment.
22316         Reported by Jim Meyering.
22317
22318 2008-10-02  Bruno Haible  <bruno@clisp.org>
22319
22320         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22321
22322 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22323
22324         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22325         name of bootstrap.conf accordingly.
22326
22327 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22328
22329         * build-aux/bootstrap: Install git-merge-changelog configuration
22330         items into .gitconfig if needed.
22331
22332 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22333
22334         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22335         git repository, and initialize/update it accordingly.
22336
22337 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22338
22339         * modules/fsync-tests: New file.
22340         * tests/test-fsync.c: New file.
22341
22342         New module 'fsync'.
22343         * lib/fsync.c: New file.
22344         * m4/fsync.m4: New file.
22345         * modules/fsync: New file.
22346         * lib/unistd.in.h (fsync): New declaration.
22347         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22348         GNULIB_FSYNC and HAVE_FSYNC.
22349         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22350         * MODULES.html.sh (posix_functions): Add fsync.
22351         * doc/posix-functions/fsync.texi: Mention the new module.
22352
22353 2008-10-02  Jim Meyering  <meyering@redhat.com>
22354
22355         fts.c: sync with similar code from coreutils' remove.c
22356         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22357         Guard also with "#if defined __linux__", since for now at least,
22358         this code is Linux-kernel-specific.
22359
22360 2008-10-02  Jim Meyering  <meyering@redhat.com>
22361
22362         fts: bug fixes
22363         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22364         Include <sys/vfs.h>, not <sys/statfs.h>.
22365
22366         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22367         Include <sys/vfs.h>, not <sys/statfs.h>.
22368
22369 2008-10-01  Bruno Haible  <bruno@clisp.org>
22370
22371         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22372         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22373         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22374         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22375         * doc/posix-functions/posix_spawnp.texi: Likewise.
22376         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22377         whether posix_spawn actually works.
22378         * m4/pipe.m4 (gl_PIPE): Likewise.
22379         * modules/execute (Files): Add m4/posix_spawn.m4.
22380         * modules/pipe (Files): Add m4/posix_spawn.m4.
22381         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22382
22383 2008-10-01  Jim Meyering  <meyering@redhat.com>
22384
22385         remove trailing spaces
22386         * NEWS: Likewise.
22387         * lib/poll.c (poll): Likewise.
22388         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22389         * lib/winsock.c (rpl_close): Likewise.
22390         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22391         * modules/yield: Likewise.
22392         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22393         * tests/test-sys_select.c (connect_to_socket): Likewise.
22394
22395         fts.c: adjust a new interface to be more generally useful
22396         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22397         (fts_build): Adjust caller.
22398
22399 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22400
22401         * modules/cond-tests: New file.
22402         * tests/test-cond.c: New file.
22403
22404 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22405             Bruno Haible  <bruno@clisp.org>
22406
22407         * modules/cond (Dependencies): Add errno, time.
22408         * lib/glthread/cond.h: Include <time.h>.
22409         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22410         across platforms.
22411
22412 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22413             Bruno Haible  <bruno@clisp.org>
22414
22415         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22416
22417 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22418             Bruno Haible  <bruno@clisp.org>
22419
22420         * modules/tls-tests (Depends-on): Add thread, yield.
22421         (configure.ac): Remove all checks.
22422         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22423         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22424         gl_thread_self): Remove definitions. Include glthread/thread.h and
22425         glthread/yield.h instead.
22426         (test_tls): Pass an additional NULL argument to gl_thread_join.
22427
22428 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22429             Bruno Haible  <bruno@clisp.org>
22430
22431         * modules/lock-tests (Depends-on): Add thread, yield.
22432         (configure.ac): Remove all checks.
22433         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22434         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22435         gl_thread_self): Remove definitions. Include glthread/thread.h and
22436         glthread/yield.h instead.
22437         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22438         additional NULL argument to gl_thread_join.
22439
22440 2008-09-30  Bruno Haible  <bruno@clisp.org>
22441
22442         Fix the Win32 implementation of the 'thread' module.
22443         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22444         pointer type.
22445         (gl_thread_self): Invoke gl_thread_self_func.
22446         (gl_thread_self_func): New declaration.
22447         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22448         (do_init_self_key, init_self_key): New functions.
22449         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22450         Remove some fields.
22451         (running_threads, running_lock): Remove variables.
22452         (get_current_thread_handle): New function.
22453         (gl_thread_self_func, wrapper_func, glthread_create_func,
22454         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22455         simplified.
22456
22457 2008-09-30  Bruno Haible  <bruno@clisp.org>
22458
22459         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22460         files.
22461
22462 2008-09-30  Jim Meyering  <meyering@redhat.com>
22463
22464         fts.m4: correct the test for statfs.f_type
22465         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22466         when checking for statfs.f_type.
22467
22468 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22469
22470         tests: avoid some compiler warnings
22471         * tests/test-memchr.c (main): Pass NULL indirectly.
22472         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22473
22474 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22475
22476         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22477         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22478         exactly specified dayshifts.
22479         (dayshift): New rule.
22480         (rel): Add dayshift.
22481         (relative_time_table) [tomorrow, yesterday, today, now]:
22482         Use tDAY_SHIFT in place of tDAY_UNIT.
22483         * tests/test-getdate.c: Add tests for now-disallowed countable
22484         dayshifts, e.g., "4 yesterday ago".
22485
22486 2008-09-29  Bruno Haible  <bruno@clisp.org>
22487
22488         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22489         * tests/test-posix_spawn1.in.sh: Renamed from
22490         tests/test-posix_spawn.in.sh.
22491         * tests/test-posix_spawn2.c: New file.
22492         * tests/test-posix_spawn2.in.sh: New file.
22493         * modules/posix_spawnp-tests (Files): Update.
22494         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22495
22496 2008-09-29  Bruno Haible  <bruno@clisp.org>
22497
22498         Propagate effects of putenv/setenv/unsetenv to child processes.
22499         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22500         * lib/pipe.c (create_pipe): Likewise.
22501
22502 2008-09-29  Bruno Haible  <bruno@clisp.org>
22503
22504         Enable use of shell scripts as executables in mingw.
22505         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22506         run the program as a shell script.
22507         * lib/pipe.c (create_pipe): Likewise.
22508         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22509         resulting array.
22510
22511 2008-09-29  Eric Blake  <ebb9@byu.net>
22512
22513         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22514
22515 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22516
22517         * doc/posix-functions/accept.texi: Update mingw problems.
22518         * doc/posix-functions/bind.texi: Update mingw problems.
22519         * doc/posix-functions/close.texi: Update mingw problems.
22520         * doc/posix-functions/connect.texi: Update mingw problems.
22521         * doc/posix-functions/getpeername.texi: Update mingw problems.
22522         * doc/posix-functions/getsockname.texi: Update mingw problems.
22523         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22524         * doc/posix-functions/ioctl.texi: Update mingw problems.
22525         * doc/posix-functions/listen.texi: Update mingw problems.
22526         * doc/posix-functions/recv.texi: Update mingw problems.
22527         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22528         * doc/posix-functions/select.texi: Update mingw problems.
22529         * doc/posix-functions/send.texi: Update mingw problems.
22530         * doc/posix-functions/sendto.texi: Update mingw problems.
22531         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22532         * doc/posix-functions/socket.texi: Update mingw problems.
22533
22534 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22535             Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/sys_select.in.h: Include sys/time.h.
22538         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22539         * modules/sys_select: Depend on sys_time.
22540         * tests/test-sys_select.c: Test that sys/select.h defines struct
22541         timeval fully.
22542
22543 2008-09-29  Bruno Haible  <bruno@clisp.org>
22544
22545         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22546         * lib/sys_select.in.h: Likewise.
22547
22548 2008-09-29  Bruno Haible  <bruno@clisp.org>
22549
22550         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22551
22552 2008-09-29  Bruno Haible  <bruno@clisp.org>
22553
22554         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22555         Set LIBSOCKET instead of augmenting LIBS.
22556         * modules/sockets (Link): New section.
22557         * modules/sockets-tests (test_sockets_LDADD): New variable.
22558         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22559         * modules/poll-tests (test_poll_LDADD): New variable.
22560         * NEWS: Document the change.
22561
22562 2008-09-29  Bruno Haible  <bruno@clisp.org>
22563
22564         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22565         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22566         ARPA_INET_H directly.
22567         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22568
22569 2008-09-28  Bruno Haible  <bruno@clisp.org>
22570
22571         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22572         from gl_HEADER_SYS_SOCKET.
22573         (gl_HEADER_SYS_SOCKET): Invoke it.
22574         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22575
22576 2008-09-28  Bruno Haible  <bruno@clisp.org>
22577
22578         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22579         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22580         Needed on OSF/1 4.0.
22581
22582 2008-09-28  Bruno Haible  <bruno@clisp.org>
22583
22584         Override open more carefully.
22585         * lib/open.c (orig_open): New function.
22586         (rpl_open): Use orig_open instead of open.
22587         * lib/fcntl.in.h: Add special invocation convention.
22588         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22589         (gl_FUNC_OPEN): Invoke it.
22590
22591         Override freopen more carefully.
22592         * lib/freopen.c (orig_freopen): New function.
22593         (rpl_freopen): Use orig_freopen instead of freopen.
22594         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22595         (gl_FUNC_FREOPEN): Invoke it.
22596
22597         Override fopen more carefully.
22598         * lib/fopen.c (orig_fopen): New function.
22599         (rpl_fopen): Use orig_fopen instead of fopen.
22600         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22601         (gl_FUNC_FOPEN): Invoke it.
22602         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22603
22604 2008-09-28  Bruno Haible  <bruno@clisp.org>
22605
22606         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22607         SIGPIPE.
22608
22609 2008-09-28  Bruno Haible  <bruno@clisp.org>
22610
22611         * tests/test-sigaction.c (handler, main): Disable the check whether
22612         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22613         glibc systems with LinuxThreads.
22614
22615 2008-09-28  Bruno Haible  <bruno@clisp.org>
22616
22617         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22618
22619         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22620         with AIX xlc.
22621         * lib/fcntl.in.h (open): Likewise.
22622         Reported by Rainer Tammer <tammer@tammer.net>.
22623
22624 2008-09-28  Bruno Haible  <bruno@clisp.org>
22625
22626         * modules/posix_spawnp-tests: New file.
22627         * tests/test-posix_spawn.c: New file.
22628         * tests/test-posix_spawn.in.sh: New file.
22629
22630         New module 'posix_spawnp'.
22631         * modules/posix_spawnp: New file.
22632         * lib/spawnp.c: New file, from GNU libc with modifications.
22633         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22634
22635         New module 'posix_spawn'.
22636         * modules/posix_spawn: New file.
22637         * lib/spawn.c: New file, from GNU libc with modifications.
22638         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22639
22640         New module 'posix_spawnattr_destroy'.
22641         * modules/posix_spawnattr_destroy: New file.
22642         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22643         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22644         module.
22645
22646         New module 'posix_spawnattr_setsigmask'.
22647         * modules/posix_spawnattr_setsigmask: New file.
22648         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22649         modifications.
22650         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22651         new module.
22652
22653         New module 'posix_spawnattr_getsigmask'.
22654         * modules/posix_spawnattr_getsigmask: New file.
22655         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22656         modifications.
22657         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22658         new module.
22659
22660         New module 'posix_spawnattr_setsigdefault'.
22661         * modules/posix_spawnattr_setsigdefault: New file.
22662         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22663         modifications.
22664         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22665         new module.
22666
22667         New module 'posix_spawnattr_getsigdefault'.
22668         * modules/posix_spawnattr_getsigdefault: New file.
22669         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22670         modifications.
22671         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22672         new module.
22673
22674         New module 'posix_spawnattr_setschedpolicy'.
22675         * modules/posix_spawnattr_setschedpolicy: New file.
22676         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22677         modifications.
22678         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22679         new module.
22680
22681         New module 'posix_spawnattr_getschedpolicy'.
22682         * modules/posix_spawnattr_getschedpolicy: New file.
22683         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22684         modifications.
22685         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22686         new module.
22687
22688         New module 'posix_spawnattr_setschedparam'.
22689         * modules/posix_spawnattr_setschedparam: New file.
22690         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22691         modifications.
22692         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22693         new module.
22694
22695         New module 'posix_spawnattr_getschedparam'.
22696         * modules/posix_spawnattr_getschedparam: New file.
22697         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22698         modifications.
22699         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22700         new module.
22701
22702         New module 'posix_spawnattr_setpgroup'.
22703         * modules/posix_spawnattr_setpgroup: New file.
22704         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22705         modifications.
22706         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22707         module.
22708
22709         New module 'posix_spawnattr_getpgroup'.
22710         * modules/posix_spawnattr_getpgroup: New file.
22711         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22712         modifications.
22713         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22714         module.
22715
22716         New module 'posix_spawnattr_setflags'.
22717         * modules/posix_spawnattr_setflags: New file.
22718         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22719         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22720         module.
22721
22722         New module 'posix_spawnattr_getflags'.
22723         * modules/posix_spawnattr_getflags: New file.
22724         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22725         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22726         module.
22727
22728         New module 'posix_spawnattr_init'.
22729         * modules/posix_spawnattr_init: New file.
22730         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22731         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22732         module.
22733
22734         New module 'posix_spawn_file_actions_destroy'.
22735         * modules/posix_spawn_file_actions_destroy: New file.
22736         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22737         modifications.
22738         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22739         the new module.
22740
22741         New module 'posix_spawn_file_actions_addopen'.
22742         * modules/posix_spawn_file_actions_addopen: New file.
22743         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22744         modifications.
22745         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22746         the new module.
22747
22748         New module 'posix_spawn_file_actions_adddup2'.
22749         * modules/posix_spawn_file_actions_adddup2: New file.
22750         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22751         modifications.
22752         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22753         the new module.
22754
22755         New module 'posix_spawn_file_actions_addclose'.
22756         * modules/posix_spawn_file_actions_addclose: New file.
22757         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22758         modifications.
22759         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22760         the new module.
22761
22762         New module 'posix_spawn_file_actions_init'.
22763         * modules/posix_spawn_file_actions_init: New file.
22764         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22765         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22766         new module.
22767
22768         New module 'posix_spawn-internal'.
22769         * modules/posix_spawn-internal: New file.
22770         * lib/spawn_int.h: New file, from GNU libc with modifications.
22771         * lib/spawni.c: New file, from GNU libc with modifications.
22772         * m4/posix_spawn.m4: New file.
22773
22774         New module 'spawn'.
22775         * modules/spawn: New file.
22776         * lib/spawn.in.h: New file, from GNU libc with modifications.
22777         * m4/spawn_h.m4: New file.
22778         * doc/posix-headers/spawn.texi: Mention the new module.
22779
22780 2008-09-28  Bruno Haible  <bruno@clisp.org>
22781
22782         * modules/sched-tests: New file.
22783         * tests/test-sched.c: New file.
22784
22785         New module 'sched'.
22786         * modules/sched: New file.
22787         * lib/sched.in.h: New file.
22788         * m4/sched_h.m4: New file.
22789         * doc/posix-headers/sched.texi: Mention the new module.
22790
22791 2008-09-27  Eric Blake  <ebb9@byu.net>
22792
22793         Fix previous patch, and tweak references to $0.
22794         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22795         (func_version, func_gnulib_dir): Don't call this program
22796         gnulib-tool.
22797         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22798         with using $0 in function.
22799         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22800         (func_fatal_error): Reuse the name the user invoked us with.
22801
22802 2008-09-27  Bruno Haible  <bruno@clisp.org>
22803
22804         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22805         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22806         (gl_ICONV_H): Not here.
22807         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22808         instead of assigning ICONV_H directly.
22809
22810         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22811         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22812         WCHAR_H directly.
22813
22814 2008-09-27  Bruno Haible  <bruno@clisp.org>
22815
22816         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22817         * modules/arpa_inet (Depends-on): Add link-warning.
22818         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22819         * modules/unistd (Makefile.am): Likewise.
22820
22821 2008-09-26  Bruno Haible  <bruno@clisp.org>
22822
22823         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22824         variables.
22825         (func_version): Essentially copied from gnulib-tool.
22826         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22827         func_readlink): Copied from gnulib-tool.
22828
22829 2008-09-26  Bruno Haible  <bruno@clisp.org>
22830
22831         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22832         invoking git-version-gen.
22833
22834 2008-09-26  Bruno Haible  <bruno@clisp.org>
22835
22836         * posix-modules: Update to directory names changed on 2008-01-19.
22837         Remove commas in output before splitting into words. No more need to
22838         avoid 'ftruncate' since 2007-02-19.
22839
22840 2008-09-26  Bruno Haible  <bruno@clisp.org>
22841
22842         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22843
22844 2008-09-26  Bruno Haible  <bruno@clisp.org>
22845
22846         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22847         * modules/fwriteerror (Depends-on): Add errno.
22848
22849 2008-09-26  Bruno Haible  <bruno@clisp.org>
22850
22851         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22852         * tests/test-vc-list-files-cvs.sh: Likewise.
22853
22854 2008-09-26  Bruno Haible  <bruno@clisp.org>
22855
22856         * doc/posix-headers/sys_resource.texi: Reorder items.
22857
22858 2008-09-26  Jim Meyering  <meyering@redhat.com>
22859
22860         fts: tweak inode comparison function
22861         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22862         inode numbers, as documented.
22863
22864         fts: sort dirent entries on inode number before traversing
22865         This avoids a quadratic, seek-related performance penalty when
22866         operating on a directory containing many entries (measurable at 10k;
22867         3.5 hours at 2 million entries with a cold cache) on certain types
22868         of file systems, including ext3 and ext4, but not tmpfs.
22869         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22870         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22871         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22872         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22873         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22874         (fts_build): Set the stat.st_ino member from D_INO.
22875         If it is likely to be useful, sort dirent entries on inode number.
22876
22877         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22878         and the struct statfs.f_type member.
22879         * modules/fts (Depends-on): Add d-ino.
22880
22881 2008-09-26  Bruno Haible  <bruno@clisp.org>
22882
22883         * modules/sigpipe-die (Depends-on): Add sigpipe.
22884
22885         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22886         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22887         and GNULIB_STDIO_H_SIGPIPE are set.
22888         * lib/stdio-write.c: New file.
22889         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22890         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22891         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22892         REPLACE_STDIO_WRITE_FUNCS.
22893         (gl_STDIO_H_DEFAULTS): Initialize 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         * modules/stdio (Files): Add lib/stdio-write.c.
22898         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22899         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22900         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22901         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22902         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22903         REPLACE_FPRINTF_POSIX.
22904         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22905         REPLACE_PRINTF_POSIX.
22906         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22907         REPLACE_VFPRINTF_POSIX.
22908         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22909         REPLACE_VPRINTF_POSIX.
22910         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22911         SIGPIPE issue.
22912         * doc/posix-functions/fputc.texi: Likewise.
22913         * doc/posix-functions/fputs.texi: Likewise.
22914         * doc/posix-functions/fwrite.texi: Likewise.
22915         * doc/posix-functions/printf.texi: Likewise.
22916         * doc/posix-functions/putc.texi: Likewise.
22917         * doc/posix-functions/putchar.texi: Likewise.
22918         * doc/posix-functions/puts.texi: Likewise.
22919         * doc/posix-functions/vfprintf.texi: Likewise.
22920         * doc/posix-functions/vprintf.texi: Likewise.
22921
22922         * modules/safe-write (Depends-on): Add write.
22923
22924         * modules/sigpipe-tests: New file.
22925         * tests/test-sigpipe.c: New file.
22926         * tests/test-sigpipe.sh: New file.
22927
22928         * modules/write: New file.
22929         * lib/unistd.in.h: Include <sys/types.h>.
22930         (write): New declaration.
22931         * lib/write.c: New file.
22932         * m4/write.m4: New file.
22933         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22934         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22935         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22936         GNULIB_WRITE, REPLACE_WRITE.
22937         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22938         and the SIGPIPE issue.
22939
22940         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22941         (raise): New declaration.
22942         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22943         (ext_signal): New function.
22944         (rpl_raise): New function.
22945         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22946         GNULIB_SIGNAL_H_SIGPIPE.
22947         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22948         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22949
22950         * modules/sigpipe: New file.
22951         * m4/sigpipe.m4: New file.
22952
22953 2008-09-25  Derek Price  <derek@ximbiot.com>
22954             Bruno Haible  <bruno@clisp.org>
22955
22956         * gnulib-tool (func_import): Report all license incompatibilities, not
22957         just the first one.
22958
22959 2008-09-25  Bruno Haible  <bruno@clisp.org>
22960
22961         * gnulib-tool (func_import): When computing the edits, consider not
22962         only the Makefile.ams that exist but also those that will be generated.
22963
22964 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22965
22966         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22967         fixes gnulib-tool --test warning about duplicate dependency.
22968
22969 2008-09-25  Bruno Haible  <bruno@clisp.org>
22970
22971         * gnulib-tool: Don't ask the user to perform edits in the generated
22972         Makefile.ams.
22973         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22974         apply to the Makefile.am being generated.
22975         (func_emit_tests_Makefile_am): Execute edits that apply to the
22976         Makefile.am being generated.
22977         (func_import): Setup list of Makefile.am edits before emitting the
22978         Makefile.ams, not at the end.
22979         (func_create_testdir): Update.
22980         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22981
22982 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22983
22984         * gnulib-tool (func_import): Store the --tests-base option in the
22985         comment in gnulib-cache.m4.
22986
22987 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22988
22989         * NEWS: Document increased portability that sys_select now provides.
22990
22991         * lib/sys_select.in.h: Install select wrapper.
22992         * lib/sys_socket.in.h: Use more descriptive name when there is no
22993         select wrapper.
22994         * lib/winsock-select.c: New.
22995         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22996         Require gl_HEADER_SYS_SOCKET.
22997         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22998         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22999         * tests/test-sys_select.c: Add functional tests.
23000
23001 2008-09-24  Eric Blake  <ebb9@byu.net>
23002
23003         open, fopen: close fd leak in last patch
23004         * lib/open.c (rpl_open): Close fd before returning error.
23005         * lib/fopen.c (rpl_fopen): Close fd before returning error.
23006         * doc/posix-functions/open.texi (open): Document that Irix also
23007         has the bug.
23008         * doc/posix-functions/fopen.texi (fopen): Likewise.
23009         Reported by Paolo Bonzini.
23010
23011 2008-09-24  Bruno Haible  <bruno@clisp.org>
23012
23013         Ensure that a filename ending in a slash cannot be used to access a
23014         non-directory.
23015         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
23016         to check whether it's really a directory.
23017         * lib/fopen.c: Include fcntl.h, unistd.h.
23018         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
23019         and fdopen().
23020         * modules/fopen (Depends-on): Add unistd.
23021         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
23022         * tests/test-fopen.c (main): Likewise.
23023         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
23024         * doc/posix-functions/fopen.texi: Likewise.
23025         Reported by Eric Blake.
23026
23027 2008-09-23  Eric Blake  <ebb9@byu.net>
23028
23029         c-stack: avoid compiler optimizations when provoking overflow
23030         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
23031         recursion harder to optimize, to ensure a stack overflow occurs.
23032         * tests/test-c-stack.c (recurse): Likewise.
23033         Borrowed from libsigsegv.
23034
23035         c-stack: work around Irix sigaltstack bug
23036         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
23037         whether sigaltstack uses wrong end of stack_t (copied in part from
23038         libsigsegv).
23039         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
23040         Irix bug, without requiring an over-allocation.
23041         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
23042         bug.
23043
23044         fopen: document mingw bug on directories
23045         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
23046         not allowing a stream visiting a directory, even though reading
23047         from such a stream is not portable.
23048
23049 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23050
23051         * lib/poll.c: Rewrite.
23052         * modules/poll: Depend on alloca.
23053
23054 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23055
23056         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23057         instead define prototypes for a full set of wrappers.  Ensure
23058         that Cygwin does not use the compatibility code, which is only
23059         for MinGW.
23060         * lib/winsock.c: New.
23061         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23062         * modules/sys_socket: Add lib/winsock.c.
23063
23064         * modules/poll-tests: Add errno and perror.
23065         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23066
23067 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23068
23069         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23070
23071 2008-09-23  Bruno Haible  <bruno@clisp.org>
23072
23073         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23074         * doc/glibc-functions/*: Likewise.
23075
23076 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23077
23078         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23079         success.
23080
23081 2008-09-22  Eric Blake  <ebb9@byu.net>
23082             Bruno Haible  <bruno@clisp.org>
23083
23084         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23085         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23086         supply %A but mishandle pseudo-NaN.
23087         Reported by Simon Josefsson.
23088
23089 2008-09-21  Bruno Haible  <bruno@clisp.org>
23090
23091         * tests/test-lock.c (main): Tweak skip message.
23092         * tests/test-tls.c (main): Likewise.
23093
23094 2008-09-21  Bruno Haible  <bruno@clisp.org>
23095
23096         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23097         whether 'struct sigaction' has sa_sigaction here...
23098         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23099         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23100
23101 2008-09-21  Bruno Haible  <bruno@clisp.org>
23102
23103         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23104         section.
23105         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23106         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23107         the new section.
23108         (Support for obsolete systems lacking POSIX:2001): New section.
23109         (String handling <string.h>): Move strdup to the new section.
23110         Suggested by Simon Josefsson and Paolo Bonzini.
23111
23112 2008-09-21  Bruno Haible  <bruno@clisp.org>
23113
23114         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23115         exponents in %e and %g results on 'long double'. Needed for mingw's
23116         improved *printf functions.
23117         * tests/test-vasprintf-posix.c (test_function): Likewise.
23118         * tests/test-snprintf-posix.h (test_function): Likewise.
23119         * tests/test-sprintf-posix.h (test_function): Likewise.
23120         Reported by Eric Blake.
23121
23122 2008-09-21  Bruno Haible  <bruno@clisp.org>
23123
23124         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23125         * tests/test-sprintf-posix.h (test_function): Likewise.
23126
23127 2008-09-21  Bruno Haible  <bruno@clisp.org>
23128
23129         * modules/getpass (Depends-on): Add strdup-posix.
23130
23131         New module 'strdup-posix'.
23132         * modules/strdup-posix: New file.
23133         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23134         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23135         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23136         REPLACE_STRDUP.
23137         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23138         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23139         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23140         strdup-posix.
23141
23142         * modules/strdup (Depends-on): Remove malloc-posix.
23143
23144 2008-09-20  Bruno Haible  <bruno@clisp.org>
23145
23146         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23147         Wildenhues.
23148
23149 2008-09-20  Bruno Haible  <bruno@clisp.org>
23150
23151         Ensure that wint_t gets defined on IRIX 5.3.
23152         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23153         * lib/wctype.in.h (wint_t): Likewise.
23154         (__wctype_wint_t): Remove type.
23155         (isw*): Use wint_t instead of __wctype_wint_t.
23156         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23157         * modules/wchar (Files): Add m4/wint_t.m4.
23158         (Makefile.am): Substitute HAVE_WINT_T.
23159         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23160         * tests/test-wctype.c: Check that wint_t is defined.
23161         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23162         * doc/posix-headers/wctype.texi: Likewise.
23163         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23164
23165 2008-09-18  Bruno Haible  <bruno@clisp.org>
23166
23167         * gnulib-tool (func_exit): Update comment.
23168
23169 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23170
23171         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23172         assumes strdup exists and does not depend on strdup to return
23173         ENOMEM on out of memory conditions.
23174
23175 2008-09-18  Bruno Haible  <bruno@clisp.org>
23176
23177         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23178         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23179         digits for the exponent.
23180
23181 2008-09-18  Jim Meyering  <meyering@redhat.com>
23182             Bruno Haible  <bruno@clisp.org>
23183
23184         * lib/vasnprintf.c (decimal_point_char): Define also if
23185         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23186
23187 2008-09-16  Bruno Haible  <bruno@clisp.org>
23188         and Eric Blake  <ebb9@byu.net>
23189
23190         vasnprintf: support Irix 5.3
23191         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23192         that mishandle long double infinity.
23193         Reported by Tom G. Christensen.
23194
23195 2008-09-16  Bruno Haible  <bruno@clisp.org>
23196
23197         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23198         Solaris 9.
23199         * doc/glibc-functions/alphasort.texi: Likewise.
23200         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23201
23202 2008-09-16  Jim Meyering  <meyering@redhat.com>
23203
23204         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23205         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23206         a umask modification leak out of a subshell.  Otherwise, the
23207         opensolaris /bin/sh would be accepted and thus cause unwarranted
23208         failures in the coreutils test suite.
23209
23210 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23211
23212         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23213         to succeed.
23214
23215 2008-09-16  Jim Meyering  <meyering@redhat.com>
23216
23217         avoid spurious test failure when library is built without ACL support
23218         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23219         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23220         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23221         * tests/test-copy-acl.sh: Likewise.
23222
23223 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23224
23225         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23226         based on character occurrence counts.
23227
23228 2008-09-15  Eric Blake  <ebb9@byu.net>
23229
23230         tests: avoid some compiler warnings
23231         * tests/test-memchr.c (main): Pass NULL indirectly.
23232         * tests/test-closein.c (main): Avoid unused variable.
23233
23234 2008-09-15  Bruno Haible  <bruno@clisp.org>
23235
23236         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23237         are missing on OpenBSD 4.0 individually.
23238         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23239
23240 2008-09-15  Bruno Haible  <bruno@clisp.org>
23241
23242         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23243         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23244         * doc/posix-functions/perror.texi: Likewise.
23245         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23246         is missing.
23247         Reported by Eric Blake.
23248
23249         * lib/errno.in.h: Use replacement values >= 2000.
23250         Reported by Eric Blake.
23251
23252 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23253
23254         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23255         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23256         limit.
23257         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23258         compareseq was aborted.
23259
23260 2008-09-14  Bruno Haible  <bruno@clisp.org>
23261
23262         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23263         yvec_edit_count.
23264         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23265         (fstrcmp_bounded): Simplify result computation accordingly.
23266
23267 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23268
23269         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23270         (fstrcmp): Define in terms of fstrcmp_bounded.
23271         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23272         lower_bound argument.
23273         Return quickly if the result is certainly < lower_bound.
23274         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23275
23276 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23277
23278         * lib/diffseq.h (EARLY_ABORT): New macro.
23279         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23280         evaluates to true.
23281
23282 2008-09-14  Bruno Haible  <bruno@clisp.org>
23283
23284         * modules/perror-tests: New file.
23285         * tests/test-perror.sh: New file.
23286         * tests/test-perror.c: New file.
23287
23288         New module 'perror'.
23289         * lib/stdio.in.h (perror): New declaration.
23290         * lib/perror.c: New file.
23291         * m4/perror.m4: New file.
23292         * modules/perror: New file.
23293         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23294         * doc/posix-functions/perror.texi: Mention the perror module.
23295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23296         REPLACE_PERROR.
23297         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23298         REPLACE_PERROR.
23299
23300 2008-09-14  Bruno Haible  <bruno@clisp.org>
23301
23302         * modules/stdio (Makefile.am): Reorder to match the order in
23303         lib/stdio.in.h.
23304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23305
23306 2008-09-13  Bruno Haible  <bruno@clisp.org>
23307
23308         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23309
23310 2008-09-13  Bruno Haible  <bruno@clisp.org>
23311
23312         Extend strerror to cover the added errno values.
23313         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23314         (rpl_strerror): Provide error messages for the added errno values and
23315         for the WSA* values.
23316         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23317         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23318         strerror.
23319         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23320         * modules/strerror (Depends-on): Add errno.
23321         * doc/posix-functions/strerror.texi: Document the change.
23322         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23323         and EOVERFLOW.
23324
23325 2008-09-13  Bruno Haible  <bruno@clisp.org>
23326
23327         * modules/EOVERFLOW: Remove file.
23328         * m4/eoverflow.m4: Remove file.
23329         * modules/EOVERFLOW-tests: Remove file.
23330         * tests/test-EOVERFLOW.c: Remove file.
23331         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23332         * modules/ftell (Depends-on): Likewise.
23333         * modules/getdelim (Depends-on): Likewise.
23334         * modules/getugroups (Depends-on): Likewise.
23335         * modules/poll (Depends-on): Likewise.
23336         * modules/snprintf (Depends-on): Likewise.
23337         * modules/sprintf-posix (Depends-on): Likewise.
23338         * modules/vasnprintf (Depends-on): Likewise.
23339         * modules/vasprintf (Depends-on): Likewise.
23340         * modules/vfprintf-posix (Depends-on): Likewise.
23341         * modules/vsnprintf (Depends-on): Likewise.
23342         * modules/vsprintf-posix (Depends-on): Likewise.
23343         * modules/xvasprintf (Depends-on): Likewise.
23344         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23345         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23346         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23347         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23348         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23349         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23350         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23351         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23352         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23353         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23354         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23355         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23356         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23357         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23358         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23359         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23360         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23361         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23362         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23363         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23364         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23365         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23366         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23367         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23368         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23369         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23370         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23371         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23372         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23373         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23374         * MODULES.html.sh: Remove EOVERFLOW.
23375         * NEWS: Mention the change.
23376
23377 2008-09-13  Bruno Haible  <bruno@clisp.org>
23378
23379         * modules/errno-tests: New file.
23380         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23381
23382         * lib/errno.in.h: New file.
23383         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23384         * modules/errno: New file.
23385         * doc/posix-headers/errno.texi: Update documentation.
23386         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23387
23388 2008-09-13  Bruno Haible  <bruno@clisp.org>
23389
23390         * tests/test-poll.c: Use #if for native Windows, rather than testing
23391         __MSVCRT__.
23392
23393 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23394             Bruno Haible  <bruno@clisp.org>
23395
23396         * lib/glob.c: Don't include <pwd.h> on native Windows.
23397         (WINDOWS32): New macro.
23398         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23399
23400 2008-09-13  Bruno Haible  <bruno@clisp.org>
23401
23402         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23403         (ETIMEDOUT): Remove macro.
23404         (glthread_cond_timedwait_multithreaded): New declaration.
23405         (glthread_cond_timedwait): Use it.
23406         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23407         (glthread_cond_timedwait_multithreaded): New function.
23408
23409 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23410
23411         * modules/poll-tests: Do not check for io.h.
23412         * tests/test-poll.c: Check for __MSVCRT__ instead.
23413
23414 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23415
23416         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23417         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23418         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23419
23420 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23421
23422         * modules/poll-tests: New.
23423         * tests/test-poll.c: New.
23424
23425 2008-09-12  Eric Blake  <ebb9@byu.net>
23426
23427         frexp: test for NetBSD failure on -0.0
23428         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23429         not all, bugs from NetBSD 3.0 have been fixed.
23430         * doc/posix-functions/frexp.texi (frexp): Document bug.
23431         Reported by Thomas Klausner.
23432
23433         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23434         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23435         literal -0.0.
23436         Reported by Jonathan C. Patschke <jp@centtech.com>.
23437
23438 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23439
23440         * lib/glthread/cond.h: Use dummy implementation also if
23441         USE_WIN32_THREADS.
23442
23443 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23444
23445         * modules/fnmatch-posix (License): Change to LGPLv2+.
23446         * modules/fnmatch-gnu (License): Likewise.
23447
23448 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23449
23450         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23451
23452 2008-09-11  Jim Meyering  <meyering@redhat.com>
23453
23454         * users.txt: Add gtk-vnc.
23455
23456 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23457
23458         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23459         rotate amounts.
23460
23461         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23462         required for 16-bit and 8-bit rotates.
23463         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23464         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23465         UINT8_MAX instead of hard-coded constants.
23466         Suggested by Paul Eggert.
23467
23468 2008-09-07  Bruno Haible  <bruno@clisp.org>
23469
23470         * tests/test-striconveh.c (main): Check behaviour when converting from
23471         UTF-7.
23472
23473         Make striconveh work better with stateful encodings.
23474         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23475         that iconv does not increment the inptr when returning -1/EINVAL.
23476
23477 2008-09-07  Bruno Haible  <bruno@clisp.org>
23478
23479         * build-aux/config.rpath: Update according to libtool-2.2.6.
23480         * build-aux/config.libpath: Likewise.
23481
23482 2008-09-06  Bruno Haible  <bruno@clisp.org>
23483
23484         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23485         * lib/freadptr.c (freadptr): Likewise.
23486         * lib/freadseek.c (freadptrinc): Likewise.
23487         Reported by Simon Josefsson.
23488
23489 2008-09-06  Bruno Haible  <bruno@clisp.org>
23490
23491         * modules/freadptr (License): Change to LGPLv2+.
23492         * modules/freadseek (License): Likewise.
23493         Suggested by Eric Blake.
23494
23495         * modules/memchr2 (License): Change to LGPLv2+.
23496         Approved by Eric Blake.
23497
23498 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23499             Bruno Haible  <bruno@clisp.org>
23500
23501         Make gnulib-tool work with native 'sed' on AIX.
23502         * gnulib-tool (sed_noop): New variable.
23503         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23504         func_add_or_update, func_create_testdir): Use it to initialize sed
23505         script variables.
23506         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23507
23508 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23509             Bruno Haible  <bruno@clisp.org>
23510
23511         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23512         also works after #include directives.
23513
23514 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23515
23516         getdate.y: reject an out-of-range timezone value
23517         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23518         the range [-24...+24].  When specified with only one or two digits,
23519         * tests/test-getdate.c: Tests for the fix.
23520         * doc/getdate.texi: Document this change.
23521
23522 2008-09-03  Bruno Haible  <bruno@clisp.org>
23523
23524         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23525
23526 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23527
23528         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23529         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23530         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23531         Blake <ebb9@byu.net>.
23532
23533         * tests/test-bitrotate.c: Add more test vectors.
23534
23535 2008-09-02  Eric Blake  <ebb9@byu.net>
23536
23537         vasnprintf-posix: handle large precision via %.*d
23538         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23539         when handling it ourselves.
23540         * tests/test-vasnprintf-posix.c (test_function): Add test.
23541         * tests/test-snprintf-posix.h (test_function): Likewise.
23542         * tests/test-sprintf-posix.h (test_function): Likewise.
23543         * tests/test-vasprintf-posix.c (test_function): Likewise.
23544         Reported by Alain Guibert.
23545
23546 2008-09-01  Eric Blake  <ebb9@byu.net>
23547
23548         c-stack: make configure-time check more robust
23549         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23550         successful sigaction call.
23551         Reported by Tom G. Christensen.
23552
23553 2008-09-01  Bruno Haible  <bruno@clisp.org>
23554
23555         New module 'findprog-lgpl'.
23556         * modules/findprog-lgpl: New file.
23557         * lib/findprog-lgpl.c: New file.
23558         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23559         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23560         to decide whether to use strdup or xstrdup, concatenated_filename or
23561         xconcatenated_filename.
23562
23563 2008-09-01  Bruno Haible  <bruno@clisp.org>
23564
23565         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23566         'xconcat-filename' (GPL).
23567         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23568         (License): Change to LGPLv2+.
23569         * modules/xconcat-filename: New file.
23570         * lib/concat-filename.h (concatenated_filename): Change specification.
23571         (xconcatenated_filename): New declaration.
23572         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23573         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23574         memory situations.
23575         * lib/xconcat-filename.c: New file.
23576         * NEWS: Mention the change.
23577         * lib/findprog.c: Include concat-filename.h, not filename.h.
23578         (find_in_path): Use xconcatenated_filename instead of
23579         concatenated_filename.
23580         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23581         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23582         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23583         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23584         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23585         instead of concatenated_filename.
23586         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23587         (execute_java_class): Use xconcatenated_filename instead of
23588         concatenated_filename.
23589         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23590         * modules/javacomp (Depends-on): Likewise.
23591         * modules/javaexec (Depends-on): Likewise.
23592
23593 2008-09-01  Bruno Haible  <bruno@clisp.org>
23594
23595         Split module 'filename' into 'filename' and 'concat-filename'.
23596         * modules/filename: Keep only lib/filename.h.
23597         (License): Change to LGPLv2+.
23598         * modules/concat-filename: New file, extracted from modules/filename.
23599         * lib/filename.h (concatenated_filename): Remove declaration.
23600         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23601         * lib/concat-filename.c: Include concat-filename.h.
23602         * NEWS: Mention the change.
23603
23604 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23605
23606         * lib/bitrotate.h (rotl8, rotr8): Add.
23607
23608         * modules/bitrotate (configure.ac): Need
23609         AC_REQUIRE([AC_C_INLINE]).
23610         (Description): Mention stdint.h.  Reported by Bruno Haible
23611         <bruno@clisp.org>.
23612
23613         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23614         Paolo Bonzini <bonzini@gnu.org>.
23615
23616 2008-08-31  Bruno Haible  <bruno@clisp.org>
23617
23618         Assume Solaris specific bi-arch conventions on Solaris systems.
23619         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23620         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23621         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23622         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23623         like acl_libdirstem.
23624         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23625         acl_libdirstem.
23626         * NEWS: Mention the change.
23627         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23628
23629 2008-08-31  Jim Meyering  <meyering@redhat.com>
23630
23631         * lib/strftime.h: Add comments describing the two added arguments.
23632
23633         remove duplicate #include directives
23634         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23635         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23636
23637 2008-08-31  Bruno Haible  <bruno@clisp.org>
23638
23639         New module 'sigpipe-die'.
23640         * modules/sigpipe-die: New file.
23641         * lib/sigpipe-die.h: New file.
23642         * lib/sigpipe-die.c: New file.
23643         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23644
23645 2008-08-31  Bruno Haible  <bruno@clisp.org>
23646
23647         Don't override previously installed signal handlers.
23648         * lib/fatal-signal.c (saved_sigactions): New variable.
23649         (uninstall_handlers): Reset the signal to the saved handler, not
23650         to SIG_DFL (except when ignored).
23651         (install_handlers): Save the previous handlers.
23652
23653 2008-08-30  Bruno Haible  <bruno@clisp.org>
23654
23655         * gnulib-tool (func_reset_sigpipe): New function.
23656         (func_get_automake_snippet, func_modules_transitive_closure,
23657         func_import): Invoke it before a join command that reads from stdin,
23658         to avoid "echo: write error: Broken pipe" error messages on stderr.
23659         Reported by Sam Steingold <sds@gnu.org>.
23660
23661 2008-08-30  Bruno Haible  <bruno@clisp.org>
23662
23663         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23664         Code copied from m4/open.m4.
23665         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23666         access and the filename ends in a slash. Code copied from lib/open.c.
23667         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23668         * tests/test-fopen.c (main): Check against bug with trailing slash.
23669
23670 2008-08-29  Bruno Haible  <bruno@clisp.org>
23671
23672         Avoid some "gcc -pedantic" warnings.
23673         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23674         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23675         * lib/dirent.in.h: Likewise.
23676         * lib/fcntl.in.h: Likewise.
23677         * lib/float.in.h: Likewise.
23678         * lib/iconv.in.h: Likewise.
23679         * lib/inttypes.in.h: Likewise.
23680         * lib/locale.in.h: Likewise.
23681         * lib/math.in.h: Likewise.
23682         * lib/netinet_in.in.h: Likewise.
23683         * lib/search.in.h: Likewise.
23684         * lib/signal.in.h: Likewise.
23685         * lib/stdarg.in.h: Likewise.
23686         * lib/stdint.in.h: Likewise.
23687         * lib/stdio.in.h: Likewise.
23688         * lib/stdlib.in.h: Likewise.
23689         * lib/string.in.h: Likewise.
23690         * lib/strings.in.h: Likewise.
23691         * lib/sys_select.in.h: Likewise.
23692         * lib/sys_socket.in.h: Likewise.
23693         * lib/sys_stat.in.h: Likewise.
23694         * lib/sys_time.in.h: Likewise.
23695         * lib/sysexits.in.h: Likewise.
23696         * lib/time.in.h: Likewise.
23697         * lib/unistd.in.h: Likewise.
23698         * lib/wchar.in.h: Likewise.
23699         * lib/wctype.in.h: Likewise.
23700         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23701         * modules/fchdir (Makefile.am): Likewise.
23702         * modules/fcntl (Makefile.am): Likewise.
23703         * modules/float (Makefile.am): Likewise.
23704         * modules/iconv_open (Makefile.am): Likewise.
23705         * modules/inttypes (Makefile.am): Likewise.
23706         * modules/locale (Makefile.am): Likewise.
23707         * modules/math (Makefile.am): Likewise.
23708         * modules/netinet_in (Makefile.am): Likewise.
23709         * modules/search (Makefile.am): Likewise.
23710         * modules/signal (Makefile.am): Likewise.
23711         * modules/stdarg (Makefile.am): Likewise.
23712         * modules/stdint (Makefile.am): Likewise.
23713         * modules/stdio (Makefile.am): Likewise.
23714         * modules/stdlib (Makefile.am): Likewise.
23715         * modules/string (Makefile.am): Likewise.
23716         * modules/strings (Makefile.am): Likewise.
23717         * modules/sys_select (Makefile.am): Likewise.
23718         * modules/sys_socket (Makefile.am): Likewise.
23719         * modules/sys_stat (Makefile.am): Likewise.
23720         * modules/sys_time (Makefile.am): Likewise.
23721         * modules/sysexits (Makefile.am): Likewise.
23722         * modules/time (Makefile.am): Likewise.
23723         * modules/unistd (Makefile.am): Likewise.
23724         * modules/wchar (Makefile.am): Likewise.
23725         * modules/wctype (Makefile.am): Likewise.
23726         Reported by Reuben Thomas <rrt@sc3d.org>.
23727
23728 2008-08-29  Bruno Haible  <bruno@clisp.org>
23729
23730         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23731         any more.
23732
23733 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23734
23735         * MODULES.html.sh (Misc): Add bitrotate.
23736
23737         * modules/bitrotate: New file.
23738
23739         * lib/bitrotate.h: New file.
23740
23741         * modules/bitrotate-tests: New file.
23742
23743         * tests/test-bitrotate.c: New file.
23744
23745         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23746         on the bitrotate module.
23747
23748         * lib/arctwo.c: Use new bitrotate module.
23749
23750 2008-08-29  Jim Meyering  <meyering@redhat.com>
23751
23752         bootstrap: merge changes from coreutils
23753         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23754         of copied files.  Remove a kludge, now that this is fixed.
23755         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23756         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23757         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23758
23759 2008-08-29  Bruno Haible  <bruno@clisp.org>
23760
23761         * MODULES.html.sh: Remove --cvs-urls option.
23762
23763 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23764
23765         maint.mk: adjust to file name change
23766         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23767
23768 2008-08-28  Jim Meyering  <meyering@redhat.com>
23769
23770         * modules/getndelim2 (License): Relicense to LGPLv2+.
23771         Approved by Richard Stallman for the version of 1995, and by
23772         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23773
23774 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23775
23776         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23777         dummy if one is not available.  Do not touch them if
23778         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23779         (getc_maybe_unlocked): New.
23780         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23781
23782 2008-08-26  Eric Blake  <ebb9@byu.net>
23783
23784         doc/INSTALL: resync from autoconf
23785         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23786         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23787         moving...
23788         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23789         * INSTALL: Regenerate.
23790         * INSTALL.ISO: New file.
23791         * INSTALL.UTF-8: Likewise.
23792
23793 2008-08-26  Jim Meyering  <meyering@redhat.com>
23794
23795         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23796         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23797         these definitions conditional, so that they may be overridden, too.
23798
23799 2008-08-26  Bruno Haible  <bruno@clisp.org>
23800
23801         Generate INSTALL file variants with prettier quotes.
23802         * doc/Makefile (INSTALL_PRELUDE): New macro.
23803         (INSTALL): Use it.
23804         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23805
23806 2008-08-26  Bruno Haible  <bruno@clisp.org>
23807
23808         Run makeinfo in an English locale.
23809         * doc/Makefile (MAKEINFO): New variable.
23810
23811 2008-08-26  Bruno Haible  <bruno@clisp.org>
23812
23813         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23814         Suggested by Eric Blake.
23815
23816 2008-08-25  Bruno Haible  <bruno@clisp.org>
23817
23818         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23819
23820 2008-08-25  Eric Blake  <ebb9@byu.net>
23821
23822         c-stack: test that stack overflow can be caught
23823         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23824         that platform allows handling stack overflow; at least OS/2 EMX
23825         has sigaltstack, but crashes before transferring control to
23826         handler on stack overflow.
23827         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23828         check for HAVE_STACK_OVERFLOW_HANDLING.
23829         Reported by Elbert Pol.
23830
23831 2008-08-25  Bruno Haible  <bruno@clisp.org>
23832
23833         * doc/posix-functions/strftime.texi: Fix description of strftime
23834         module.
23835
23836 2008-08-24  Bruno Haible  <bruno@clisp.org>
23837
23838         * tests/uniwidth/test-uc_width2.c: New file.
23839         * tests/uniwidth/test-uc_width2.sh: New file.
23840         * modules/uniwidth/width-tests (Files): Add the new files.
23841         (TESTS): Add uniwidth/test-uc_width2.sh.
23842         (TESTS_ENVIRONMENT): New variable.
23843         (check_PROGRAMS): Add test-uc_width2.
23844         (test_uc_width2_SOURCES): New variable.
23845
23846         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23847         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23848         not 0x00AB.
23849         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23850
23851 2008-08-22  Eric Blake  <ebb9@byu.net>
23852
23853         test-lock, test-tls: mention why a test is skipped
23854         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23855         skipped.
23856         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23857
23858         count-one-bits: relax license
23859         * modules/count-one-bits (License): Relicense to LGPLv2+.
23860         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23861
23862 2008-08-22  Andreas Schwab  <schwab@suse.de>
23863
23864         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23865         Remove spurious space in assignment.
23866
23867 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23868
23869         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23870         Paul Eggert <eggert@CS.UCLA.EDU>.
23871
23872 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23873
23874         * modules/gettext: Add m4/threadlib.m4.
23875
23876 2008-08-19  Eric Blake  <ebb9@byu.net>
23877
23878         test-c-stack: fix compilation failure on FreeBSD 5.0
23879         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23880         headers before <sys/resource.h>.
23881         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23882         the bug.
23883         Reported by Nelson H. F. Beebe.
23884
23885         strverscmp: migrate from "strverscmp.h" to <string.h>
23886         * modules/string (Makefile.am): Add new hooks.
23887         * modules/strverscmp (Files): Remove strverscmp.h.
23888         (Depends-on): Add string.
23889         (configure.ac): Add indicator.
23890         (Include): Mention new header.
23891         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23892         defaults.
23893         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23894         results.
23895         * lib/strverscmp.h: Delete.
23896         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23897         * tests/test-strverscmp.c (includes): Adjust client.
23898         * lib/check-version.c (includes): Likewise.
23899         * NEWS: Document the change.
23900
23901         strverscmp: add unit test
23902         * modules/strverscmp-tests: New file.
23903         * tests/test-strverscmp.c: Likewise.
23904
23905 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23906
23907         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23908         regarding Windows crypto stuff, from Mono.
23909
23910 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23911
23912         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23913         if present, for intel RND.  Return error on failures.
23914
23915 2008-08-18  Ben Pfaff  <blp@gnu.org>
23916
23917         gitlog-to-changelog: give better diagnostic for failed pipe-open
23918         * build-aux/gitlog-to-changelog: Improve error message: suggest
23919         that the version of Git may be too old.
23920
23921 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23922
23923         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23924         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23925
23926 2008-08-18  Bruno Haible  <bruno@clisp.org>
23927
23928         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23929         pthread_in_use().
23930
23931 2008-08-18  Bruno Haible  <bruno@clisp.org>
23932
23933         * lib/glthread/threadlib.c: Include <pthread.h>.
23934
23935 2008-08-18  Bruno Haible  <bruno@clisp.org>
23936
23937         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23938         glthread_recursive_lock_* macros.
23939         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23940         Fix syntax error.
23941
23942 2008-08-18  Bruno Haible  <bruno@clisp.org>
23943
23944         * lib/glthread/thread.c: Avoid forcing a context switch right after
23945         thread creation.
23946
23947 2008-08-17  Bruno Haible  <bruno@clisp.org>
23948
23949         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23950         * lib/glthread/thread.h: Provide Win32 specific implementation.
23951         * modules/thread (Files): Add lib/glthread/thread.c.
23952         (Depends-on): Add lock.
23953         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23954
23955 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23956
23957         New module 'yield'.
23958         * modules/yield: New file.
23959         * lib/glthread/yield.h: New file.
23960         * m4/yield.m4: New file.
23961         * MODULES.html.sh (Multithreading): Add yield.
23962
23963 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23964
23965         New module 'thread'.
23966         * modules/thread: New file.
23967         * lib/glthread/thread.h: New file.
23968         * m4/thread.m4: New file.
23969         * MODULES.html.sh (Multithreading): Add thread.
23970
23971 2008-08-17  Bruno Haible  <bruno@clisp.org>
23972
23973         * lib/glthread/lock.h: Include <stdlib.h> always.
23974         * lib/glthread/tls.h: Likewise.
23975         * lib/glthread/cond.h: Likewise.
23976
23977 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23978
23979         New module 'cond'.
23980         * modules/cond: New file.
23981         * lib/glthread/cond.h: New file.
23982         * lib/glthread/cond.c: New file.
23983         * m4/cond.m4: New file.
23984         * MODULES.html.sh (Multithreading): Add cond.
23985
23986 2008-08-16  Eric Blake  <ebb9@byu.net>
23987
23988         c-stack: fix regression on Irix 5.3 from 2008-06-21
23989         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23990         sa_sigaction...
23991         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23992         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23993         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23994         * modules/signal (Makefile.am): Use the value.
23995         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23996         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23997         * doc/posix-headers/signal.texi (signal.h): Document this
23998         portability issue.
23999         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
24000         Reported by Tom G. Christensen.
24001
24002 2008-08-17  Bruno Haible  <bruno@clisp.org>
24003
24004         New module 'threadlib'.
24005         * modules/threadlib: New file.
24006         * lib/glthread/threadlib.c: New file, extracted from
24007         lib/glthread/lock.c.
24008         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
24009         functions.
24010         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
24011         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
24012         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
24013         macros.
24014         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
24015         (gl_DISABLE_THREADS): Remove macro.
24016         * modules/lock (Files): Remove build-aux/config.rpath.
24017         (Depends-on): Remove havelib. Add threadlib.
24018         (configure.ac-early): Remove section.
24019         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
24020         * modules/tls (Depends-on): Remove lock. Add threadlib.
24021         (Link): New section, copied from threadlib.
24022         * MODULES.html.sh (Multithreading): Add threadlib.
24023
24024 2008-08-14  Bruno Haible  <bruno@clisp.org>
24025
24026         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
24027         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
24028         glthread_rwlock_unlock, glthread_rwlock_destroy,
24029         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
24030         glthread_recursive_lock_destroy): Define as macros always.
24031         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
24032         glthread_lock_lock.
24033         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
24034         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
24035         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
24036         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
24037         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
24038         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
24039         (glthread_recursive_lock_lock_func): Renamed from
24040         glthread_recursive_lock_lock.
24041         (glthread_recursive_lock_unlock_func): Renamed from
24042         glthread_recursive_lock_unlock.
24043         (glthread_recursive_lock_destroy_func): Renamed from
24044         glthread_recursive_lock_destroy.
24045
24046 2008-08-14  Bruno Haible  <bruno@clisp.org>
24047
24048         * lib/glthread/lock.h: Renamed from lib/lock.h.
24049         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
24050         * lib/glthread/tls.h: Renamed from lib/tls.h.
24051         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24052         * lib/fstrcmp.c: Update includes.
24053         * lib/strsignal.c: Update includes.
24054         * modules/lock (Files, Makefile.am): Update.
24055         (Include): Change to "glthread/lock.h".
24056         * modules/tls (Files, Makefile.am): Update.
24057         (Include): Change to "glthread/tls.h".
24058         * tests/test-lock.c: Update includes.
24059         * tests/test-tls.c: Update includes.
24060         * NEWS: Mention the renamed header files.
24061
24062 2008-08-11  Jim Meyering  <meyering@redhat.com>
24063
24064         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24065
24066 2008-08-11  Eric Blake  <ebb9@byu.net>
24067
24068         test-c-stack: avoid C99-ism
24069         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24070         before statement.
24071         Reported by Alain Guibert.
24072
24073 2008-08-10  Jim Meyering  <meyering@redhat.com>
24074
24075         ensure that return value of uinttostr et al are not ignored
24076         * lib/inttostr.h (__GNUC_PREREQ): Define.
24077         (__attribute_warn_unused_result__): Define.
24078         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24079
24080 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24081
24082         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24083         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24084
24085 2008-08-07  Jim Meyering  <meyering@redhat.com>
24086
24087         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24088
24089         * modules/mkstemp (License): Relicense under LGPLv2+.
24090         * modules/tempname (License): Likewise.
24091
24092 2008-08-06  Bruno Haible  <bruno@clisp.org>
24093
24094         * lib/poll.c (poll): Further micro-optimization.
24095
24096 2008-08-06  Jim Meyering  <meyering@redhat.com>
24097
24098         inet_pton.c: use locale-independent tolower
24099         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24100         (inet_pton6): Use c_tolower rather than tolower.
24101         * modules/inet_pton (Depends-on): Add c-ctype.
24102
24103 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24104
24105         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24106         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24107
24108 2008-08-06  Jim Meyering  <meyering@redhat.com>
24109
24110         * modules/inet_pton (License): Relicense under LGPLv2+.
24111
24112 2008-08-03  Bruno Haible  <bruno@clisp.org>
24113
24114         Additional non-aborting API for lock and tls.
24115         * lib/lock.h: Include <errno.h>.
24116         (glthread_lock_init): New macro/function.
24117         (gl_lock_init): Define as wrapper around glthread_lock_init.
24118         (glthread_lock_lock): New macro/function.
24119         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24120         (glthread_lock_unlock): New macro/function.
24121         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24122         (glthread_lock_destroy): New macro/function.
24123         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24124         (glthread_rwlock_init): New macro/function.
24125         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24126         (glthread_rwlock_rdlock): New macro/function.
24127         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24128         (glthread_rwlock_wrlock): New macro/function.
24129         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24130         (glthread_rwlock_unlock): New macro/function.
24131         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24132         (glthread_rwlock_destroy): New macro/function.
24133         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24134         (glthread_recursive_lock_init): New macro/function.
24135         (gl_recursive_lock_init): Define as wrapper around
24136         glthread_recursive_lock_init.
24137         (glthread_recursive_lock_lock): New macro/function.
24138         (gl_recursive_lock_lock): Define as wrapper around
24139         glthread_recursive_lock_lock.
24140         (glthread_recursive_lock_unlock): New macro/function.
24141         (gl_recursive_lock_unlock): Define as wrapper around
24142         glthread_recursive_lock_unlock.
24143         (glthread_recursive_lock_destroy): New macro/function.
24144         (gl_recursive_lock_destroy): Define as wrapper around
24145         glthread_recursive_lock_destroy.
24146         (glthread_once): New macro/function.
24147         (gl_once): Define as wrapper around glthread_once.
24148         Update function declarations.
24149         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24150         glthread_rwlock_init. Return error code.
24151         (glthread_rwlock_rdlock_multithreaded): Renamed from
24152         glthread_rwlock_rdlock. Return error code.
24153         (glthread_rwlock_wrlock_multithreaded): Renamed from
24154         glthread_rwlock_wrlock. Return error code.
24155         (glthread_rwlock_unlock_multithreaded): Renamed from
24156         glthread_rwlock_unlock. Return error code.
24157         (glthread_rwlock_destroy_multithreaded): Renamed from
24158         glthread_rwlock_destroy. Return error code.
24159         (glthread_recursive_lock_init_multithreaded): Renamed from
24160         glthread_recursive_lock_init. Return error code.
24161         (glthread_recursive_lock_lock_multithreaded): Renamed from
24162         glthread_recursive_lock_lock. Return error code.
24163         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24164         glthread_recursive_lock_unlock. Return error code.
24165         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24166         glthread_recursive_lock_destroy. Return error code.
24167         (glthread_once_call): Make static.
24168         (glthread_once_multithreaded): Renamed from glthread_once.
24169         * lib/tls.h: Include <errno.h>.
24170         (glthread_tls_key_init): New macro/function.
24171         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24172         (glthread_tls_set): New macro/function.
24173         (gl_tls_set): Define as wrapper around glthread_tls_set.
24174         (glthread_tls_key_destroy): New macro/function.
24175         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24176         Update function declarations.
24177         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24178         glthread_tls_get.
24179         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24180
24181 2008-08-04  Eric Blake  <ebb9@byu.net>
24182
24183         gnumakefile: use space, not TAB, outside of targets
24184         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24185
24186 2008-08-02  Jim Meyering  <meyering@redhat.com>
24187
24188         getdate.y: avoid locale-dependent date parsing failure
24189         In Turkish locales, getdate would fail to recognize keywords
24190         containing a lowercase "i".  The solution is not to rely on
24191         locale-sensitive case-conversion.
24192         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24193         (lookup_word): Use c_toupper in place of toupper.
24194         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24195         Reported by Vefa Bicakci <bicave@superonline.com> in
24196         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24197         * modules/getdate (Depends-on): Add c-ctype.
24198
24199 2008-08-02  Bruno Haible  <bruno@clisp.org>
24200
24201         * gnulib-tool (func_import): When updating or creating a .gitignore
24202         file, prepend each added line with a slash, and ignore leading slashes
24203         from the existing lines.
24204         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24205
24206 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24207
24208         Portability fix for GNU make 3.79.1.
24209         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24210         versions do not understand.
24211
24212 2008-08-01  Bruno Haible  <bruno@clisp.org>
24213
24214         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24215         * tests/test-isnanf.h (zero): New variable.
24216         (main): Avoid literal -0.0f.
24217         * tests/test-isnand.h (zero): New variable.
24218         (main): Avoid literal -0.0.
24219         * tests/test-isnanl.h (zero): New variable.
24220         (main): Avoid literal -0.0L.
24221         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24222         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24223         -0.0, -0.0L.
24224         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24225         (test_signbitd): Avoid literal -0.0.
24226         (test_signbitl): Avoid literal -0.0L.
24227         * tests/test-ceilf1.c (zero): New variable.
24228         (main): Avoid literal -0.0f.
24229         * tests/test-ceill.c (zero): New variable.
24230         (main): Avoid literal -0.0L.
24231         * tests/test-floorf1.c (zero): New variable.
24232         (main): Avoid literal -0.0f.
24233         * tests/test-floorl.c (zero): New variable.
24234         (main): Avoid literal -0.0L.
24235         * tests/test-roundf1.c (zero): New variable.
24236         (main): Avoid literal -0.0f.
24237         * tests/test-round1.c (zero): New variable.
24238         (main): Avoid literal -0.0.
24239         * tests/test-roundl.c (zero): New variable.
24240         (main): Avoid literal -0.0L.
24241         * tests/test-truncf1.c (zero): New variable.
24242         (main): Avoid literal -0.0f.
24243         * tests/test-trunc1.c (zero): New variable.
24244         (main): Avoid literal -0.0.
24245         * tests/test-truncl.c (zero): New variable.
24246         (main): Avoid literal -0.0L.
24247         * tests/test-frexp.c (zero): New variable.
24248         (main): Avoid literal -0.0.
24249         * tests/test-frexpl.c (zero): New variable.
24250         (main): Avoid literal -0.0L.
24251         * tests/test-ldexpl.c (zero): New variable.
24252         (main): Avoid literal -0.0L.
24253         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24254         (zerod, zerol): New variables.
24255         (test_function): Avoid literals -0.0, -0.0L.
24256         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24257         (zerod, zerol): New variables.
24258         (test_function): Avoid literals -0.0, -0.0L.
24259         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24260         (zerod, zerol): New variables.
24261         (test_function): Avoid literals -0.0, -0.0L.
24262         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24263         (zerod, zerol): New variables.
24264         (test_function): Avoid literals -0.0, -0.0L.
24265         * tests/test-strtod.c (zero): New variable.
24266         (main): Avoid literal -0.0.
24267         Reported by Jonathan C. Patschke <jp@centtech.com>.
24268
24269 2008-07-31  Jim Meyering  <meyering@redhat.com>
24270
24271         sha256.h: correct definition of SHA224_DIGEST_SIZE
24272         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24273         Reported by Paulie Pena IV <paulie4@gmail.com>.
24274         Define as 224 / 8, rather than as a literal.
24275         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24276         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24277         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24278
24279 2008-07-31  Bruno Haible  <bruno@clisp.org>
24280
24281         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24282         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24283         Reported by Jonathan Patschke <jp@centtech.com>.
24284
24285 2008-07-31  Bruno Haible  <bruno@clisp.org>
24286
24287         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24288         Reported by Paolo Bonzini <bonzini@gnu.org>.
24289
24290 2008-07-30  Eric Blake  <ebb9@byu.net>
24291
24292         test-strtod: allow compilation without -lm
24293         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24294         Reported by Dennis Clarke <blastwave@gmail.com>.
24295
24296 2008-07-28  Jim Meyering  <meyering@redhat.com>
24297
24298         bootstrap: work also when there are no .po files in po/
24299         * build-aux/bootstrap (update_po_files): Complete the change
24300         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24301
24302 2008-07-27  Jim Meyering  <meyering@redhat.com>
24303
24304         * users.txt: Add zile.
24305
24306 2008-07-26  Ben Pfaff  <blp@gnu.org>
24307
24308         Add missing dependencies on new m4/exponent[fdl].m4 files.
24309         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24310         * modules/isnand-nolibm: Add m4/exponentd.m4.
24311         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24312         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24313         m4/isnan[fdl].m4, because the macros actually used moved.
24314         Reported by Jim Meyering.
24315
24316 2008-07-14  Ben Pfaff  <blp@gnu.org>
24317
24318         Add isinf module.
24319         * lib/isinf.c: New file.
24320         * lib/math.in.h: Define isinf macro if we have decided to replace
24321         it.
24322         * m4/isinf.m4: New file.
24323         * m4/math_h.m4: Initialize and substitute variables for isinf
24324         module.
24325         * modules/isinf: New file.
24326         * modules/isinf-tests: New file.
24327         * modules/math: Add substitutions for new module.
24328         * tests/test-isinf.c: New file.
24329         * doc/posix-functions/isinf.texi: Mention new module.
24330         * MODULES.html.sh: Mention new module.
24331
24332 2008-07-14  Ben Pfaff  <blp@gnu.org>
24333
24334         Factor out some macros for use by additional modules.
24335         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24336         exponentf.m4.
24337         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24338         exponentd.m4.
24339         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24340         file exponentl.m4.
24341         * m4/exponentf.m4: New file.
24342         * m4/exponentd.m4: New file.
24343         * m4/exponentl.m4: New file.
24344         * modules/isnanf: Use new file m4/exponentf.m4.
24345         * modules/isnand: Use new file m4/exponentd.m4.
24346         * modules/isnanl: Use new file m4/exponentl.m4.
24347
24348 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24349
24350         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24351         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24352         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24353         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24354
24355         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24356         readlink on platforms without PATH_MAX.
24357
24358 2008-07-21  Eric Blake  <ebb9@byu.net>
24359
24360         Warn, not fail, on stale version.
24361         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24362
24363         Don't allow installation with stale devel version number.
24364         * top/GNUmakefile (_is-install-target): New macro.
24365         (_curr-ver): Forbid installation with stale version number.
24366
24367 2008-07-20  Bruno Haible  <bruno@clisp.org>
24368
24369         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24370         TESTS_ENVIRONMENT.
24371         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24372
24373 2008-07-20  Bruno Haible  <bruno@clisp.org>
24374
24375         * lib/c-stack.h (c_stack_action): Add documentation.
24376         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24377
24378 2008-07-20  Bruno Haible  <bruno@clisp.org>
24379
24380         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24381         * modules/readlink (License): Likewise.
24382
24383 2008-07-17  Eric Blake  <ebb9@byu.net>
24384
24385         * modules/c-stack (Link): Fix typo.
24386
24387         Make c-stack use libsigsegv, when available.
24388         * modules/c-stack (Depends-on): Add libsigsegv.
24389         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24390         needed.
24391         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24392         (segv_handler, overflow_handler, c_stack_action)
24393         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24394         implementation when libsigsegv is available, but only when using
24395         the library is necessary.
24396         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24397         comment, explaining why XSI check fails on Linux.
24398         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24399         * tests/test-c-stack2.sh: Tweak skip message.
24400         * NEWS: Document new link-time requirements.
24401
24402 2008-07-16  Eric Blake  <ebb9@byu.net>
24403
24404         c-stack: Expose false positives when not using libsigsegv.
24405         * modules/c-stack-tests (Files): Expand test.
24406         * tests/test-c-stack.c (main): Add means to conditionally trigger
24407         non-overflow SIGSEGV.
24408         * tests/test-c-stack2.sh: New file.
24409
24410 2008-07-14  Bruno Haible  <bruno@clisp.org>
24411
24412         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24413         Reported by Eric Blake.
24414
24415 2008-07-14  Sam Steingold  <sds@gnu.org>
24416             Bruno Haible  <bruno@clisp.org>
24417
24418         New module libsigsegv.
24419         * modules/libsigsegv: New file.
24420         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24421         modifications.
24422         * MODULES.html.sh (Signal handling): New section.
24423
24424 2008-07-14  Bruno Haible  <bruno@clisp.org>
24425
24426         * modules/unictype/ctype-* (Description): Add the word "function".
24427         Improves the resulting doc in MODULES.html.
24428
24429 2008-07-12  Ben Pfaff  <blp@gnu.org>
24430
24431         Add longlong module.
24432         * modules/longlong: New file.
24433
24434 2008-07-12  Bruno Haible  <bruno@clisp.org>
24435
24436         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24437         to empty.
24438
24439 2008-07-10  Ben Pfaff  <blp@gnu.org>
24440
24441         Add isnan module.
24442         * doc/posix-functions/isnan.texi: Mention new module.
24443         * lib/math.in.h: Define isnan macro if we have decided to replace
24444         it.
24445         * m4/isnan.m4: New file.
24446         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24447         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24448         also.
24449         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24450         redundancy.
24451         * m4/math_h.m4: Initialize and substitute variables for isnan
24452         module.
24453         * modules/isnan: New file.
24454         * modules/isnan-tests: New file.
24455         * modules/math: Add substitutions for new module.
24456         * tests/test-isnan.c: New file.
24457         * MODULES.html.sh: Mention new module.
24458
24459 2008-07-10  Ben Pfaff  <blp@gnu.org>
24460
24461         Add isnanf module.
24462         * lib/isnanf.m4: New file.
24463         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24464         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24465         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24466         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24467         * modules/isnanf: New file.
24468         * modules/isnanf-tests: New file.
24469         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24470         files.
24471         * tests/test-isnanf-nolibm.c: factored most of its contents into
24472         new file tests/test-isnanf.h.
24473         * tests/test-isnanf.h: New file.
24474         * tests/test-isnanf.c: New file.
24475         * MODULES.html.sh: Mention new module.
24476         * doc/glibc-functions/isnanf.texi: Mention new module.
24477
24478 2008-07-10  Ben Pfaff  <blp@gnu.org>
24479
24480         Add isnand module.
24481         * lib/isnand.h: New file.
24482         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24483         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24484         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24485         functionality also.
24486         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24487         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24488         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24489         * modules/isnand: New file.
24490         * modules/isnand-tests: New file.
24491         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24492         files.
24493         * tests/test-isnand-nolibm.c: factored most of its contents into
24494         new file tests/test-isnand.h.
24495         * tests/test-isnand.h: New file.
24496         * tests/test-isnand.c: New file.
24497         * MODULES.html.sh: Mention new module.
24498
24499 2008-07-10  Ben Pfaff  <blp@gnu.org>
24500
24501         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24502         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24503         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24504         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24505         * modules/isnanf-nolibm: Update references to renamed files.
24506         * modules/isnand-nolibm: Likewise.
24507         * modules/isnanf-nolibm-tests: Likewise.
24508         * modules/isnand-nolibm-tests: Likewise.
24509         * lib/frexp.c: Likewise.
24510         * lib/isfinite.c: Likewise.
24511         * lib/signbitd.c: Likewise.
24512         * lib/signbitf.c: Likewise.
24513         * lib/vasnprintf.c: Likewise.
24514         * tests/test-ceilf1.c: Likewise.
24515         * tests/test-ceilf2.c: Likewise.
24516         * tests/test-floorf1.c: Likewise.
24517         * tests/test-floorf2.c: Likewise.
24518         * tests/test-frexp.c: Likewise.
24519         * tests/test-round1.c: Likewise.
24520         * tests/test-round2.c: Likewise.
24521         * tests/test-roundf1.c: Likewise.
24522         * tests/test-strtod.c: Likewise.
24523         * tests/test-trunc1.c: Likewise.
24524         * tests/test-trunc2.c: Likewise.
24525         * tests/test-truncf1.c: Likewise.
24526         * tests/test-truncf2.c: Likewise.
24527         * NEWS: Mention the renamed header files.
24528
24529 2008-07-11  Jim Meyering  <meyering@redhat.com>
24530
24531         vc-list-files: make the last-resort awk code more portable
24532         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24533         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24534         does not support it.
24535
24536 2008-07-10  Eric Blake  <ebb9@byu.net>
24537
24538         Work with tar's bootstrap.
24539         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24540         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24541         an m4 comment.
24542
24543 2008-07-09  Jim Meyering  <meyering@redhat.com>
24544
24545         posix-shell.m4: fix typo that made this test malfunction
24546         * m4/posix-shell.m4: Remove capitalization in variable name.
24547
24548 2008-07-08  Bruno Haible  <bruno@clisp.org>
24549
24550         * m4/onceonly.m4: Update comments.
24551         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24552
24553 2008-07-04  Jim Meyering  <meyering@redhat.com>
24554
24555         * users.txt: Add vc-dwim.
24556         (bison, coreutils): Use the gitweb URL.
24557
24558 2008-07-03  Jim Meyering  <meyering@redhat.com>
24559
24560         * users.txt: Add libffcall.  From Sam Steingold.
24561
24562 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24563
24564         getdate.y: do not ignore TZ with relative day, month or year offset
24565         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24566         relative-date-handling, since otherwise, the latter would clobber the
24567         sole output (an updated Start value) of the tz-handling block.
24568         * tests/test-getdate.c: Tests for the fix
24569
24570 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24571
24572         Recognize 'foo_LIBRARIES += libgnu.a'.
24573         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24574         makefile snippet has already specified an installation location,
24575         also using '+='.
24576
24577 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
24578
24579         getdate.y: factor out common actions
24580         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24581         Use them in place of open-coded actions.
24582
24583 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24584
24585         Add self-test for getdate module.
24586         * modules/getdate-tests: New file.
24587         * tests/test-getdate.c: New file.
24588
24589 2008-06-29  Bruno Haible  <bruno@clisp.org>
24590
24591         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24592         .gitignore.
24593         Reported by Sylvain Beucler <beuc@beuc.net>.
24594
24595 2008-06-29  Bruno Haible  <bruno@clisp.org>
24596
24597         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24598         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24599
24600 2008-06-29  Bruno Haible  <bruno@clisp.org>
24601
24602         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24603         EXTRA_DIST.
24604         Reported by Sylvain Beucler <beuc@beuc.net>.
24605
24606 2008-06-26  Jim Meyering  <meyering@redhat.com>
24607
24608         make several modules depend on the "open" module
24609         This provides slightly increased consistency when opening-for-write
24610         the name of a non-directory spelled with a trailing slash.
24611         * modules/chdir-safer: Likewise.
24612         * modules/chown: Likewise.
24613         * modules/clean-temp: Likewise.
24614         * modules/copy-file: Likewise.
24615         * modules/fchdir: Likewise.
24616         * modules/fcntl-safer: Likewise.
24617         * modules/pipe: Likewise.
24618         * modules/utime: Likewise.
24619         Prompted by Eric Blake and Bruno Haible.
24620
24621 2008-06-24  Andreas Schwab  <schwab@suse.de>
24622
24623         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24624         literals can be used as initializers for global variables.
24625
24626 2008-06-23  Eric Blake  <ebb9@byu.net>
24627
24628         Make gnulib-cache.m4 easier to diff.
24629         * gnulib-tool (func_import): Allow newlines when reading cached
24630         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24631
24632 2008-06-23  Bruno Haible  <bruno@clisp.org>
24633
24634         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24635         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24636         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24637         m4/signalblocking.m4.
24638         (gl_PREREQ_SIGACTION): Don't invoke it.
24639         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24640         gl_PREREQ_SIG_HANDLER_H.
24641         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24642         Don't check for sigaction here.
24643
24644 2008-06-23  Bruno Haible  <bruno@clisp.org>
24645
24646         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24647         (install_handlers): Don't set the SA_RESETHAND flag.
24648
24649 2008-06-23  Bruno Haible  <bruno@clisp.org>
24650
24651         * m4/sigaction.m4: Comment fixes.
24652         * lib/signal.in.h: Likewise.
24653
24654 2008-06-23  Eric Blake  <ebb9@byu.net>
24655
24656         Fix typo.
24657         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24658
24659         Avoid SA_ namespace.
24660         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24661         Reported by Ralf Wildenhues.
24662
24663         Avoid test failure due to SA_RESTORER.
24664         * tests/test-sigaction.c (SA_MASK): New macro.
24665         (main): Avoid failing due to extension flags being set.
24666         Reported by Jim Meyering.
24667
24668         Revert use of sig-handler.h in sigprocmask.c.
24669         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24670         it requires the existence of struct sigaction.
24671         * lib/sigprocmask.c (handler_t): Restore typedef.
24672         (rpl_signal, old_handlers): Use local type.
24673
24674 2008-06-22  Bruno Haible  <bruno@clisp.org>
24675
24676         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24677         conditionally.
24678         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24679
24680 2008-06-22  Bruno Haible  <bruno@clisp.org>
24681
24682         * doc/posix-functions/siginterrupt.texi: Move note.
24683
24684         * lib/signal.in.h (SA_RESTART): New macro.
24685         * lib/sigaction.c: Update comment.
24686
24687         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24688
24689         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24690         (gl_PREREQ_SIGPROCMASK): Invoke it.
24691         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24692
24693         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24694
24695         * lib/sigprocmask.c: Update a comment.
24696
24697 2008-06-21  Eric Blake  <ebb9@byu.net>
24698
24699         Use sigaction module rather than signal().
24700         * modules/c-stack (Depends-on): Add sigaction.
24701         * modules/fatal-signal (Depends-on): Likewise.
24702         * modules/nanosleep (Depends-on): Likewise.
24703         * modules/sigprocmask (Files): Add sig-handler.h.
24704         * modules/sigaction (Files): Likewise.
24705         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24706         Eggert.
24707         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24708         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24709         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24710         (init_fatal_signals): Likewise.
24711         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24712         (siginterrupt): Delete fallback.
24713         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24714         instead.
24715         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24716         siginterrupt.
24717
24718         New module sigaction, for mingw.
24719         * modules/sigaction: New module...
24720         * modules/sigaction-tests: ...and its test.
24721         * m4/sigaction.m4: New file.
24722         * lib/sigaction.c: Likewise.
24723         * tests/test-sigaction.c: Likewise.
24724         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24725         * modules/signal (Makefile.am): Likewise.
24726         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24727         needed.
24728         * doc/posix-headers/signal.texi (signal.h): Mention provided
24729         types.
24730         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24731         that sigaction is preferable.
24732         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24733         module.
24734         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24735         sigaction.
24736
24737         Improve robustness of sigprocmask by overriding signal.
24738         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24739         is in use.
24740         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24741         (SIGKILL, SIGSTOP): Provide fallbacks.
24742         (rpl_signal): Implement.
24743         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24744         signal can be called inside handlers.
24745
24746         Fix nanosleep module on mingw.
24747         * modules/nanosleep (Depends-on): Add sys_select.
24748         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24749
24750         Fix licensing of sigprocmask.
24751         * modules/raise (License): Relicense as LGPL.
24752
24753 2008-06-21  Bruno Haible  <bruno@clisp.org>
24754
24755         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24756         result if it contains question marks.
24757         Reported by Michael Geng <linux@michaelgeng.de>.
24758
24759 2008-06-19  Bruno Haible  <bruno@clisp.org>
24760
24761         Fix CVS-ism.
24762         * doc/gnulib.texi: Include updated-stamp.texi.
24763         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24764         (updated-stamp.texi): New rule.
24765         (gnulib.info): Depend on it.
24766         * doc/.gitignore: Add updated-stamp.texi.
24767         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24768
24769 2008-06-19  Bruno Haible  <bruno@clisp.org>
24770
24771         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24772         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24773
24774 2008-06-19  Eric Blake  <ebb9@byu.net>
24775
24776         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24777         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24778         Reported by Stepan Kasal.
24779
24780 2008-06-18  Bruno Haible  <bruno@clisp.org>
24781
24782         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24783         Reported by Eric Blake.
24784
24785 2008-06-18  Eric Blake  <ebb9@byu.net>
24786
24787         Work around cygwin 1.5.25 strsignal bug.
24788         * tests/test-strsignal.c: Allow for const char *.
24789         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24790
24791 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24792
24793         * users.txt: Update URL to article and add author/date
24794         information.
24795
24796 2008-06-17  Bruno Haible  <bruno@clisp.org>
24797
24798         New macro gl_DISABLE_THREADS.
24799         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24800         if the user did not pass --enable-threads or --disable-threads option.
24801         (gl_DISABLE_THREADS): New macro.
24802         Reported by Eric Blake <ebb9@byu.net>.
24803
24804 2008-06-17  Bruno Haible  <bruno@clisp.org>
24805
24806         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24807         when the macro ignores it.
24808         Based on a patch by Eric Blake <ebb9@byu.net>.
24809
24810 2008-06-17  Bruno Haible  <bruno@clisp.org>
24811
24812         * modules/tls (License): Change to LGPLv2+.
24813         Reported by Eric Blake.
24814
24815 2008-06-17  Eric Blake  <ebb9@byu.net>
24816
24817         Simplify c-stack prerequisites.
24818         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24819         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24820         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24821         check.
24822         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24823         <sys/resource.h>.
24824
24825         Move c-stack test into testsuite.
24826         * modules/c-stack-tests: New file.
24827         * lib/c-stack.c [DEBUG]: Move test program...
24828         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24829         fail test if sigaltstack is lacking.
24830         * tests/test-c-stack.sh: New driver file.
24831
24832 2008-06-16  Eric Blake  <ebb9@byu.net>
24833
24834         Use raise module consistently.
24835         * modules/fatal-signal (Depends-on): Add raise.
24836         * modules/sigprocmask (Depends-on): Likewise.
24837         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24838         * lib/sigprocmask.c (sigprocmask): Likewise.
24839         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24840         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24841
24842         Fix compliance bug in sigpending.
24843         * lib/sigprocmask.c (sigpending): Return pending array via
24844         parameter, not return value.
24845
24846 2008-06-14  Eric Blake  <ebb9@byu.net>
24847
24848         Improve obstack-printf test code.
24849         * tests/test-obstack-printf.c (test_function): Fix comment, and
24850         simplify usage of obstack_* in macros.  Add a test for coverage.
24851         Reported by Bruno Haible.
24852
24853 2008-06-14  Bruno Haible  <bruno@clisp.org>
24854
24855         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24856         array size as a constant, not as a const variable.
24857         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24858         AC_USE_SYSTEM_EXTENSIONS.
24859         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24860         Test whether the obstack_printf function actually exists.
24861         * modules/obstack-printf (Depends-on): Add extensions.
24862         (Include): Remove obstack.h.
24863         * modules/obstack-printf-posix (Depends-on): Add extensions.
24864         (Include): Remove obstack.h.
24865
24866 2008-06-13  Eric Blake  <ebb9@byu.net>
24867
24868         Add obstack-printf and obstack-printf-posix modules.
24869         * modules/obstack-printf: New file.
24870         * modules/obstack-printf-posix: Likewise.
24871         * MODULES.html.sh (Misc): Mention them.
24872         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24873         Likewise.
24874         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24875         Likewise.
24876         * modules/stdio (Makefile.am): Accomodate new modules.
24877         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24878         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24879         Declare.
24880         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24881         functions.
24882         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24883         (gl_REPLACE_OBSTACK_PRINTF): New macros
24884         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24885         * tests/test-obstack-printf.c: New file.
24886         * modules/obstack-printf-tests: Likewise.
24887         * modules/obstack-printf-posix-tests: Likewise.
24888
24889 2008-06-11  Bruno Haible  <bruno@clisp.org>
24890
24891         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24892         * lib/open.c: Include errno.h.
24893         (open): Fail when attempting to write to a file that has a trailing
24894         slash.
24895         * tests/test-open.c (main): Test against trailing slash bug.
24896         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24897
24898 2008-06-10  Bruno Haible  <bruno@clisp.org>
24899
24900         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24901         for $? to work inside the trap command, with various /bin/sh-s.
24902         * tests/test-vc-list-files-cvs.sh: Likewise.
24903
24904 2008-06-10  Bruno Haible  <bruno@clisp.org>
24905
24906         * lib/acl-internal.h: Don't include gettext.h here.
24907         * lib/set-mode-acl.c: Include gettext.h here.
24908         * lib/copy-acl.c: Likewise.
24909
24910 2008-06-10  Bruno Haible  <bruno@clisp.org>
24911
24912         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24913         * lib/wait-process.c (wait_subprocess): Likewise.
24914         * lib/execute.h (execute): Add termsigp argument.
24915         * lib/execute.c (execute): Likewise.
24916         * lib/csharpcomp.c (compile_csharp_using_pnet,
24917         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24918         * lib/csharpexec.c (execute_csharp_using_pnet,
24919         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24920         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24921         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24922         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24923         is_jikes_present): Update.
24924         * lib/javaexec.c (execute_java_class): Update.
24925         * lib/javaversion.c (execute_and_read_line): Update.
24926         * NEWS: Document the changes.
24927         Reported by Eric Blake.
24928
24929 2008-06-10  Eric Blake  <ebb9@byu.net>
24930
24931         Add missing include.
24932         * tests/test-strstr.c (includes): Add <signal.h>.
24933         * tests/test-strcasestr.c (includes): Likewise.
24934         * tests/test-memmem.c (includes): Likewise.
24935
24936 2008-06-10  Bruno Haible  <bruno@clisp.org>
24937
24938         * lib/wait-process.c (wait_subprocess): Add an assertion.
24939
24940 2008-06-10  Bruno Haible  <bruno@clisp.org>
24941
24942         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24943
24944 2008-06-10  Bruno Haible  <bruno@clisp.org>
24945
24946         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24947         using alarm().
24948         * tests/test-strcasestr.c (main): Likewise.
24949         * tests/test-strstr.c (main): Likewise.
24950
24951 2008-06-09  Bruno Haible  <bruno@clisp.org>
24952
24953         Work around the Solaris 10 ACE ACLs ABI change.
24954         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24955         declare if ACL_NO_TRIVIAL is present.
24956         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24957         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24958         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24959         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24960         define if ACL_NO_TRIVIAL is present.
24961         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24962         and use the current ABI.
24963         (file_has_acl): Use same #if condition as elsewhere.
24964         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24965         in use, and use the current ABI.
24966         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24967         Reported by Jim Meyering.
24968
24969 2008-06-09  Eric Blake  <ebb9@byu.net>
24970
24971         Work around environments that (stupidly) ignore SIGALRM.
24972         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24973         before using alarm().
24974         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24975         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24976         Reported by Ian Beckwith <ianb@erislabs.net>.
24977
24978         Produce autobuild blurb earlier in log.
24979         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24980
24981 2008-06-09  Jim Meyering  <meyering@redhat.com>
24982         and OndÅ™ej Vašík  <ovasik@redhat.com>
24983
24984         utimens.c: correct kernel bug work-around
24985         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24986         failure, not success, and the kernel bug we're trying to work
24987         around affects not just the utimensat call, but also the fallback
24988         futimens call.
24989         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24990         not success.
24991         [HAVE_FUTIMENS]: Use the same work-around, here.
24992
24993 2008-06-09  Jim Meyering  <meyering@redhat.com>
24994
24995         add more guards around definition of ACE_-related code
24996         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24997         ALLOW and ACE_OWNER are also defined.
24998
24999 2008-06-08  Bruno Haible  <bruno@clisp.org>
25000
25001         * lib/acl-internal.h: Add me as co-author.
25002         * lib/file-has-acl.c: Likewise.
25003         * lib/set-mode-acl.c: Likewise.
25004         * lib/copy-acl.c: Likewise.
25005
25006 2008-06-08  Bruno Haible  <bruno@clisp.org>
25007
25008         Add support for AIX ACLs.
25009         * lib/acl-internal.h (acl_nontrivial): New declaration.
25010         * lib/file-has-acl.c (acl_nontrivial): New function.
25011         (file_has_acl): Add implementation using AIX 4 ACL API.
25012         * lib/set-mode-acl.c (qset_acl): Likewise.
25013         * lib/copy-acl.c (qcopy_acl): Likewise.
25014
25015 2008-06-08  Bruno Haible  <bruno@clisp.org>
25016
25017         Add support for HP-UX ACLs.
25018         * lib/acl-internal.h (acl_nontrivial): New declaration.
25019         * lib/file-has-acl.c (acl_nontrivial): New function.
25020         (file_has_acl): Add implementation using HP-UX 11 ACL API.
25021         * lib/set-mode-acl.c (qset_acl): Likewise.
25022         * lib/copy-acl.c (qcopy_acl): Likewise.
25023
25024 2008-06-08  Bruno Haible  <bruno@clisp.org>
25025
25026         Add support for Cygwin ACLs.
25027         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
25028         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
25029         the chmod_or_fchmod call.
25030         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
25031
25032 2008-06-08  Bruno Haible  <bruno@clisp.org>
25033
25034         Fix bug with setuid modes in Solaris 10+ code.
25035         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
25036         succeeded, when the mode contains some special bits.
25037
25038 2008-06-08  Bruno Haible  <bruno@clisp.org>
25039
25040         Add support for Solaris 7..10 ACLs.
25041         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
25042         declarations.
25043         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
25044         functions.
25045         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
25046         * lib/set-mode-acl.c (qset_acl): Likewise.
25047         * lib/copy-acl.c (qcopy_acl): Likewise.
25048
25049 2008-06-08  Bruno Haible  <bruno@clisp.org>
25050
25051         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25052         declaration.
25053         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25054         (acl_access_nontrivial): Remove MacOS X case.
25055         (file_has_acl): Use acl_extended_nontrivial.
25056         * lib/copy-acl.c (qcopy_acl): Likewise.
25057
25058 2008-06-08  Bruno Haible  <bruno@clisp.org>
25059
25060         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25061
25062 2008-06-08  Jim Meyering  <meyering@redhat.com>
25063
25064         * modules/acl (Maintainer): Add Bruno Haible.
25065
25066 2008-06-07  Bruno Haible  <bruno@clisp.org>
25067
25068         Improve support for Tru64 ACLs.
25069         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25070         ACL on OSF/1.
25071
25072 2008-06-07  Bruno Haible  <bruno@clisp.org>
25073
25074         Add support for MacOS X ACLs.
25075         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25076         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25077         * lib/set-mode-acl.c (qset_acl): Likewise.
25078         * lib/copy-acl.c (qcopy_acl): Likewise.
25079
25080 2008-06-07  Bruno Haible  <bruno@clisp.org>
25081
25082         Fix memory leak introduced on 2008-05-22.
25083         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25084         use.
25085
25086 2008-06-07  Bruno Haible  <bruno@clisp.org>
25087
25088         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25089         to construct an empty ACL.
25090
25091 2008-06-07  Bruno Haible  <bruno@clisp.org>
25092
25093         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25094         precisely.
25095         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25096
25097 2008-06-07  Bruno Haible  <bruno@clisp.org>
25098
25099         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25100         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25101
25102 2008-06-07  Bruno Haible  <bruno@clisp.org>
25103
25104         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25105         regardless of POSIX.
25106         * doc/posix-functions/_longjmp.texi: Likewise.
25107         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25108         SystemV platform in this case.
25109
25110 2008-06-06  Eric Blake  <ebb9@byu.net>
25111
25112         Document abort() bugs.
25113         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25114
25115         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25116         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25117         sigsetjmp.
25118         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25119         siglongjmp, but only as a macro.
25120         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25121         is obsolete.
25122         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25123
25124         Tweak documentation to cover cygwin argz bugs.
25125         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25126         argz bug fix; no code change needed since no cygwin releases
25127         occurred between the last fix and the bug being tested.
25128         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25129         module and recently fixed cygwin bugs.
25130         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25131         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25132         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25133         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25134         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25135         Likewise.
25136         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25137         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25138         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25139         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25140         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25141         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25142         Likewise.
25143
25144         Avoid gcc warning on cygwin.
25145         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25146         !ACL_NO_TRIVIAL]: Avoid unused variable.
25147
25148 2008-06-05  Eric Blake  <ebb9@byu.net>
25149
25150         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25151         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25152         git-version-gen fails to come up with a version.
25153         Reported by Simon Josefsson.
25154
25155 2008-06-05  Jim Meyering  <meyering@redhat.com>
25156             Paul Eggert  <eggert@cs.ucla.edu>
25157
25158         utimens.c: work around a probable Linux kernel bug
25159         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25160         appears to be a kernel bug that causes utimensat to return 280
25161         instead of 0, indicating success.
25162
25163 2008-06-04  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25166         2008-06-01 commit.
25167
25168 2008-06-04  Bruno Haible  <bruno@clisp.org>
25169
25170         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25171         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25172         (file_has_acl): Use it. Save errno afterwards.
25173         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25174
25175 2008-06-03  Bruno Haible  <bruno@clisp.org>
25176
25177         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25178         draft code. Simplify #ifs.
25179         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25180         Put Solaris code after POSIX-draft code. Fix comments regarding
25181         Solaris 10, HP-UX. Mention Cygwin.
25182         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25183
25184 2008-06-03  Eric Blake  <ebb9@byu.net>
25185
25186         Provide fallback for older kernels.
25187         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25188         Provide runtime fallback if kernel lacks support.
25189         Reported by Mike Frysinger.
25190
25191 2008-06-02  Bruno Haible  <bruno@clisp.org>
25192
25193         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25194         it exists.
25195
25196 2008-06-02  Bruno Haible  <bruno@clisp.org>
25197
25198         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25199         * lib/copy-acl.c (qcopy_acl): Update comment.
25200
25201 2008-06-02  Bruno Haible  <bruno@clisp.org>
25202
25203         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25204         like ACL APIs.
25205
25206 2008-06-02  Bruno Haible  <bruno@clisp.org>
25207
25208         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25209         * tests/test-set-mode-acl.sh: Likewise.
25210         * tests/test-copy-acl.sh: Likewise.
25211         * tests/test-copy-file.sh: Likewise.
25212
25213 2008-06-02  Bruno Haible  <bruno@clisp.org>
25214
25215         * tests/test-file-has-acl.sh: Remove unused code.
25216
25217 2008-06-01  Bruno Haible  <bruno@clisp.org>
25218
25219         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25220         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25221         messages.
25222         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25223
25224 2008-06-01  Bruno Haible  <bruno@clisp.org>
25225
25226         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25227         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25228         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25229         APIs.
25230         * modules/acl-tests (configure.ac): Remove tests now contained in
25231         m4/acl.m4.
25232
25233 2008-06-02  Jim Meyering  <meyering@redhat.com>
25234
25235         announce-gen: use a better key-server host name
25236         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25237         it may be more consistently reliable.  Suggested by Werner Koch
25238         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25239
25240 2008-06-01  Bruno Haible  <bruno@clisp.org>
25241
25242         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25243         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25244
25245 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25246
25247         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25248
25249 2008-06-01  Bruno Haible  <bruno@clisp.org>
25250
25251         New ACL tests.
25252         * tests/test-file-has-acl.sh: New file.
25253         * tests/test-file-has-acl.c: New file.
25254         * tests/test-set-mode-acl.sh: New file.
25255         * tests/test-set-mode-acl.c: New file.
25256         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25257         * tests/test-copy-acl.c: New file.
25258         * modules/acl-tests: New file, based on modules/copy-file-tests.
25259         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25260         (Depends-on): Add acl-tests.
25261         (configure.ac): Remove checks.
25262         (Makefile.am): Don't create test-sameacls program here any more.
25263
25264 2008-06-01  Bruno Haible  <bruno@clisp.org>
25265
25266         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25267         * tests/test-sameacls.c: Include progname.h.
25268         (main): Invoke set_program_name. Portability fixes for MacOS X,
25269         Solaris, HP-UX.
25270
25271 2008-06-01  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25274         function.
25275         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25276
25277 2008-06-01  Bruno Haible  <bruno@clisp.org>
25278
25279         * modules/rpmatch (Depends-on): Add strdup.
25280
25281 2008-06-01  Bruno Haible  <bruno@clisp.org>
25282
25283         * lib/pipe.c: Include unistd-safer.h.
25284         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25285         * modules/pipe (Depends-on): Add unistd-safer.
25286
25287 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25288
25289         * modules/autobuild (configure.ac): Call AB_INIT.
25290
25291 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25292
25293         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25294         Suggested by Bruno Haible <bruno@clisp.org>.
25295
25296 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25297
25298         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25299         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25300         <bruno@clisp.org>.
25301
25302 2008-05-29  Eric Blake  <ebb9@byu.net>
25303
25304         Prefer new POSIX 200x interfaces over futimesat.
25305         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25306         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25307         when available.
25308         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25309
25310 2008-05-28  Bruno Haible  <bruno@clisp.org>
25311
25312         * modules/stpcpy (License): Change to LGPLv2+.
25313         Requested by David Lutterkort <dlutter@redhat.com>.
25314
25315 2008-05-27  Bruno Haible  <bruno@clisp.org>
25316
25317         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25318         current mingw.
25319         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25320
25321 2008-05-27  Bruno Haible  <bruno@clisp.org>
25322
25323         * modules/iconv_open (Link): New section, from module 'iconv'.
25324         * modules/striconv (Link): Likewise.
25325         * modules/striconveh (Link): Likewise.
25326         * modules/xstriconv (Link): Likewise.
25327         * modules/unicodeio (Link): Likewise.
25328         * modules/propername (Link): Likewise.
25329         Reported by Jim Meyering.
25330
25331 2008-05-26  Jim Meyering  <meyering@redhat.com>
25332
25333         sha256: do not artificially restrict buffer length to be < 2^32
25334         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25335         uint32_t to size_t.
25336         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25337         to match.
25338
25339         avoid unaligned access errors, e.g., on sparc
25340         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25341         direct access through a possibly-unaligned uint64* pointer.
25342         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25343         direct access through a possibly-unaligned uint32* pointer.
25344         Prompted by this patch from Tom "spot" Callaway:
25345         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25346
25347         sha512.c: fix typo in comment
25348         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25349
25350 2008-05-25  Bruno Haible  <bruno@clisp.org>
25351
25352         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25353         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25354         (Makefile.am): Update lib_SOURCES.
25355
25356 2008-05-25  Bruno Haible  <bruno@clisp.org>
25357
25358         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25359
25360 2008-05-25  Jim Meyering  <meyering@redhat.com>
25361
25362         useless-if-before-free: freed expr may have white-space differences
25363         * build-aux/useless-if-before-free: Recognize cases in which the
25364         freed expression differs from the tested one in embedded white
25365         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25366         $1 was used, so we can't make any regexp shy.  Improved tests now
25367         detect this.
25368
25369         useless-if-before-free: accept white space in the expression.
25370         * build-aux/useless-if-before-free: For now, any white space
25371         in the expression must be identical in the free argument.
25372
25373         useless-if-before-free: efficiency tweak
25374         * build-aux/useless-if-before-free: Make the expression-matching
25375         regexp "shy".
25376         Make the *outer* regexp shy, not the expr-matching one.
25377
25378         update code-in-comment to accept cast of free arg
25379         * build-aux/useless-if-before-free: Update regexp.
25380
25381 2008-05-25  Bruno Haible  <bruno@clisp.org>
25382
25383         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25384         * modules/copy-file-tests (Files, Makefile.am): Update.
25385         * tests/test-copy-file.c (func_test_copy): Update.
25386
25387 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25388
25389         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25390
25391 2008-05-23  Bruno Haible  <bruno@clisp.org>
25392
25393         Improve support for ACLs on OSF/1.
25394         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25395         Remove fallback for unknown flavors of ACLs.
25396
25397 2008-05-22  Bruno Haible  <bruno@clisp.org>
25398
25399         Add support for ACLs on OSF/1.
25400         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25401         replacements.
25402         (acl_free_text): New macro fallback.
25403         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25404         acl_free.
25405         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25406         acl_free_text function. Require AC_C_INLINE.
25407
25408 2008-05-22  Bruno Haible  <bruno@clisp.org>
25409
25410         Make copy_acl work on MacOS X 10.5.
25411         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25412         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25413         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25414         If MODE_INSIDE_ACL, don't assume that every system has the same text
25415         representation for ACLs as FreeBSD.
25416         * lib/copy-acl.c (copy_acl): Add support for platforms with
25417         !MODE_INSIDE_ACL.
25418         * lib/file-has-acl.c (file_has_acl): Likewise.
25419         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25420         FreeBSD, MacOS X, or IRIX, respectively.
25421
25422 2008-05-22  Bruno Haible  <bruno@clisp.org>
25423
25424         * lib/acl.h: Don't include <sys/acl.h>.
25425         (GETACLCNT): Move fallback to lib/acl-internal.h.
25426         * lib/acl-internal.h: Include <sys/acl.h> here.
25427         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25428
25429 2008-05-22  Bruno Haible  <bruno@clisp.org>
25430
25431         Split off copy_acl function to separate file.
25432         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25433         * lib/acl.c (copy_acl): Moved function to separate file.
25434         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25435         * modules/acl (Files): Add lib/copy-acl.c.
25436         (Makefiles.am): Augment lib_SOURCES.
25437
25438 2008-05-22  Bruno Haible  <bruno@clisp.org>
25439
25440         * modules/copy-file-tests: New file.
25441         * tests/test-copy-file.sh: New file.
25442         * tests/test-copy-file.c: New file.
25443         * tests/test-copy-file-sameacls.c: New file.
25444
25445 2008-05-22  Eric Blake  <ebb9@byu.net>
25446
25447         Avoid gcc warning.
25448         * tests/test-memcmp.c (main): Pass NULL indirectly.
25449
25450 2008-05-21  Bruno Haible  <bruno@clisp.org>
25451
25452         Add reference doc about ACLs.
25453         * doc/acl-resources.txt: New file.
25454         * doc/acl-cygwin.txt: New file.
25455
25456 2008-05-21  Bruno Haible  <bruno@clisp.org>
25457
25458         Avoid one more warning from gcc.
25459         * lib/vasnprintf.c (IF_LINT): Update comments.
25460         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25461
25462 2008-05-21  Jim Meyering  <meyering@redhat.com>
25463
25464         avoid a warning from gcc
25465         * lib/vasnprintf.c (IF_LINT): Define.
25466         (scale10_round_decimal_long_double):
25467         Use it to avoid a "may be used uninitialized" warning.
25468         (scale10_round_decimal_double): Likewise.
25469
25470 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25471
25472         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25473         declared.
25474
25475 2008-05-20  Bruno Haible  <bruno@clisp.org>
25476
25477         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25478         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25479
25480 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25481
25482         * modules/memcmp-tests: New file.
25483         * tests/test-memcmp.c: New file.
25484
25485 2008-05-19  Bruno Haible  <bruno@clisp.org>
25486
25487         * modules/propername (Notice, configure.ac): Put quoted "..." into
25488         --keyword option.
25489         * lib/propername.h: Update comments accordingly.
25490         Reported by Eric Blake.
25491
25492 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25493
25494         * modules/getpass-gnu (Depends-on): Add fseeko.
25495
25496 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25497
25498         * modules/base64-tests: New file.
25499
25500 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25501
25502         * lib/base64.c (base64_decode_ctx): If a decode context structure
25503         was passed in use it to ignore newlines.  If a context structure
25504         was _not_ passed in, continue to treat newlines as garbage (this
25505         is the historical behavior).  Formerly base64_decode.
25506         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25507         takes a decode context structure.
25508         * lib/base64.h (base64_decode): Macro for four-argument calls.
25509         (base64_decode_alloc): Likewise.
25510         * lib/base64.c (base64_decode_ctx): If a decode context structure
25511         was passed in use it to ignore newlines.  If a context structure
25512         was _not_ passed in, continue to treat newlines as garbage (this
25513         is the historical behavior).  Formerly base64_decode.
25514         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25515         takes a decode context structure.
25516         * lib/base64.h (base64_decode): Macro for four-argument calls.
25517         (base64_decode_alloc): Likewise.
25518
25519 2008-05-19  Jim Meyering  <meyering@redhat.com>
25520
25521         avoid a warning from gcc
25522         * lib/trim.c (IF_LINT): Define.
25523         (trim2): Use it to avoid a "may be used uninitialized" warning.
25524
25525         Fix doc typo.
25526         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25527
25528 2008-05-19  Bruno Haible  <bruno@clisp.org>
25529
25530         * doc/glibc-functions/getpass.texi: Document limits of other
25531         implementations.
25532
25533 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25534             Bruno Haible <bruno@clisp.org>
25535
25536         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25537
25538 2008-05-18  Bruno Haible  <bruno@clisp.org>
25539
25540         * modules/propername: New file, from GNU gettext.
25541         * lib/propername.h: New file, from GNU gettext.
25542         * lib/propername.c: New file, from GNU gettext.
25543         * MODULES.html.sh (Internationalization functions): Add propername.
25544
25545 2008-05-16  Jim Meyering  <meyering@redhat.com>
25546             Bruno Haible  <bruno@clisp.org>
25547
25548         Avoid some warnings from "gcc -Wshadow".
25549         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25550
25551 2008-05-15  Eric Blake  <ebb9@byu.net>
25552
25553         Extend previous patch to cygwin 1.7.0.
25554         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25555         fast implementation in cygwin >= 1.7.0.
25556         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25557         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25558
25559 2008-05-15  Bruno Haible  <bruno@clisp.org>
25560
25561         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25562         implementation in glibc >= 2.9.
25563         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25564         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25565
25566 2008-05-15  Bruno Haible  <bruno@clisp.org>
25567
25568         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25569         (Unicode string functions): Add unilbrk/*.
25570         Reported by Karl Berry.
25571
25572 2008-05-15  Eric Blake  <ebb9@byu.net>
25573
25574         Fix violation of <stdbool.h> replacement in regex.
25575         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25576         * lib/regexec.c (re_search_internal): Likewise.
25577         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25578
25579 2008-05-15  Jim Meyering  <meyering@redhat.com>
25580
25581         avoid distracting test output when git or cvs is not found
25582         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25583         * tests/test-vc-list-files-git.sh: Likewise.
25584
25585 2008-05-15  Eric Blake  <ebb9@byu.net>
25586
25587         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25588         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25589         glibc version.
25590         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25591         * doc/posix-functions/strstr.texi (strstr): Likewise.
25592         * lib/str-two-way.h (MAX): Sychronize with glibc.
25593
25594 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25595
25596         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25597         opr.ctx_type.
25598         (calc_first): Initialize constraint field.
25599         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25600         Fix grammar.
25601         (duplicate_node): Merge constraint field for all node types.
25602         (calc_eclosure_iter): Look at constraint field for all node types.
25603         * lib/regex_internal.c (create_cd_newstate): Don't look at
25604         opr.ctx_type.
25605
25606 2008-05-14  Bruno Haible  <bruno@clisp.org>
25607
25608         Help GCC to do better code generation.
25609         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25610         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25611         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25612         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25613         Declare with attribute 'malloc' if supported.
25614
25615 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25616
25617         use "echo STR|wc -c" rather than unportable "expr length STR"
25618         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25619         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25620
25621 2008-05-14  Jim Meyering  <meyering@redhat.com>
25622
25623         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25624         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25625         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25626         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25627         via Collin Lasse.
25628
25629 2008-05-14  Eric Blake  <ebb9@byu.net>
25630
25631         Avoid quadratic growth in gl_LIBSOURCES.
25632         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25633         Suggested by Bruno Haible.
25634
25635         Test xmemdup0.
25636         * modules/xmemdup0-tests: New file.
25637         * tests/test-xmemdup0.c: Likewise.
25638
25639 2008-05-13  Eric Blake  <ebb9@byu.net>
25640
25641         Split xmemdup0 into its own module.
25642         * modules/xmemdup0: New file.
25643         * lib/xmemdup0.h: Likewise.
25644         * lib/xmemdup0.c: Likewise.
25645         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25646         * lib/xalloc.h (xmemdup0): Remove.
25647         * lib/xmalloc.c (xmemdup0): Likewise.
25648
25649 2008-05-13  Eric Blake  <ebb9@byu.net>
25650             Bruno Haible  <bruno@clisp.org>
25651
25652         Reduce number of forks required during autoconf.
25653         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25654         and gl_LIBSOURCES_DIR.
25655         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25656         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25657         m4_syscmd per file.
25658         <m4_foreach_w>: Move...
25659         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25660
25661 2008-05-13  Eric Blake  <ebb9@byu.net>
25662
25663         * gnulib-tool: Fix various comment typos.
25664
25665 2008-05-12  Bruno Haible  <bruno@clisp.org>
25666
25667         Tailor the linebreaking algorithm.
25668         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25669
25670 2008-05-12  Bruno Haible  <bruno@clisp.org>
25671
25672         Update to Unicode 5.0.0.
25673         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25674         LBP_JV, LBP_JT. Redistribute values.
25675         (unilbrk_table): Change size.
25676         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25677         Unicode TR#14 rev. 22.
25678         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25679         LBP_JV, LBP_JT. Redistribute values.
25680         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25681         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25682         Update.
25683         * lib/unilbrk/lbrkprop1.h: Regenerated.
25684         * lib/unilbrk/lbrkprop2.h: Regenerated.
25685         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25686         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25687         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25688         Likewise.
25689         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25690         Likewise.
25691         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25692         result.
25693         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25694         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25695         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25696         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25697         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25698         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25699
25700 2008-05-11  Bruno Haible  <bruno@clisp.org>
25701
25702         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25703
25704 2008-05-11  Bruno Haible  <bruno@clisp.org>
25705
25706         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25707         * modules/unilbrk/gen-lbrk: New file.
25708
25709 2008-05-11  Bruno Haible  <bruno@clisp.org>
25710
25711         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25712         * m4/sha512.m4 (gl_SHA512): Likewise.
25713
25714 2008-05-11  Jim Meyering  <meyering@redhat.com>
25715
25716         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25717         * modules/crypto/sha256: New file.
25718         * modules/crypto/sha512: Likewise.
25719         * lib/sha256.c: Likewise.
25720         * lib/sha256.h: Likewise.
25721         * lib/sha512.c: Likewise.
25722         * lib/sha512.h: Likewise.
25723         * lib/u64.h: Likewise.
25724         * m4/sha256.m4: Likewise.
25725         * m4/sha512.m4: Likewise.
25726         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25727
25728 2008-05-10  Bruno Haible  <bruno@clisp.org>
25729
25730         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25731         (Input/Output <stdio.h>): Add xprintf.
25732         (Signal handling <signal.h>): Add strsignal.
25733         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25734         (Core language properties): Add func.
25735         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25736         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25737         strings.
25738         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25739         (Input/output): New section.
25740         (File system functions): Add openat-die, stat-macros.
25741         (Networking functions): Add sockets.
25742         (Unicode string functions): Add unictype/*.
25743         (Support for building libraries and executables): Add gperf.
25744         (Support for building documentation): Add agpl-3.0.
25745         (Misc): Add nocrash.
25746
25747 2008-05-10  Bruno Haible  <bruno@clisp.org>
25748
25749         * modules/unictype/gen-ctype: New file.
25750
25751 2008-05-10  Jim Meyering  <meyering@redhat.com>
25752
25753         Make chdir-safer.c more efficient on a system with no symlinks.
25754         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25755         also if ELOOP is zero.  Suggested by Bruno Haible.
25756
25757         Make chdir-safer.c slightly safer.
25758         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25759         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25760
25761         Avoid compile failure on systems without ELOOP (like mingw).
25762         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25763         Reported by Bruno Haible.
25764
25765 2008-05-10  Bruno Haible  <bruno@clisp.org>
25766
25767         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25768         (is_utf8_encoding): Use a case-insensitive comparison.
25769         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25770         streq.
25771
25772 2008-05-10  Bruno Haible  <bruno@clisp.org>
25773
25774         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25775         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25776         * lib/unilbrk/ulc-common.h (iconv_string_length,
25777         iconv_string_keeping_offsets): Remove declarations.
25778         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25779         Don't include <iconv.h>, streq.h, xsize.h.
25780         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25781         conversion.
25782         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25783         <iconv.h>, streq.h, xsize.h.
25784         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25785         conversion.
25786         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25787         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25788         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25789         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25790
25791 2008-05-10  Bruno Haible  <bruno@clisp.org>
25792
25793         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25794         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25795
25796         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25797         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25798
25799         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25800         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25801
25802         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25803         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25804
25805         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25806         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25807
25808         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25809         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25810
25811         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25812         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25813
25814         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25815         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25816
25817 2008-05-10  Bruno Haible  <bruno@clisp.org>
25818
25819         Split up 'linebreak' module.
25820         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25821         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25822         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25823         modifications.
25824         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25825         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25826         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25827         lib/linebreak.c.
25828         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25829         lib/linebreak.c.
25830         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25831         lib/linebreak.c.
25832         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25833         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25834         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25835         lib/linebreak.c.
25836         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25837         lib/linebreak.c.
25838         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25839         lib/linebreak.c.
25840         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25841         lib/linebreak.c.
25842         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25843         lib/linebreak.c.
25844         * modules/unilbrk/base: New file.
25845         * modules/unilbrk/tables: New file.
25846         * modules/unilbrk/u8-possible-linebreaks: New file.
25847         * modules/unilbrk/u16-possible-linebreaks: New file.
25848         * modules/unilbrk/u32-possible-linebreaks: New file.
25849         * modules/unilbrk/ulc-common: New file.
25850         * modules/unilbrk/ulc-possible-linebreaks: New file.
25851         * modules/unilbrk/u8-width-linebreaks: New file.
25852         * modules/unilbrk/u16-width-linebreaks: New file.
25853         * modules/unilbrk/u32-width-linebreaks: New file.
25854         * modules/unilbrk/ulc-width-linebreaks: New file.
25855         * lib/linebreak.h: Remove file.
25856         * lib/linebreak.c: Remove file.
25857         * m4/linebreak.m4: Remove file.
25858         * modules/linebreak: Remove file.
25859         * NEWS: Mention the changes.
25860
25861 2008-05-09  Eric Blake  <ebb9@byu.net>
25862
25863         Add xmemdup0.
25864         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25865         implementation.
25866         * lib/xmalloc.c (xmemdup0): New C implementation.
25867
25868 2008-05-08  Bruno Haible  <bruno@clisp.org>
25869
25870         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25871
25872 2008-05-07  Eric Blake  <ebb9@byu.net>
25873
25874         Support cross-compilation of <wctype.h>.
25875         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25876         AC_CACHE_CHECK.
25877
25878 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25879
25880         * build-aux/vc-list-files: Add support for bzr.
25881
25882 2008-05-03  Jim Meyering  <meyering@redhat.com>
25883
25884         avoid failed assertion with tight malloc
25885         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25886
25887 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25888
25889         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25890         are needed from arpa/inet.h.
25891         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25892         Reported by Bruno Haible.
25893
25894 2008-05-02  Jim Meyering  <meyering@redhat.com>
25895
25896         avoid compilation error on FreeBSD 6
25897         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25898
25899 2008-05-01  Jim Meyering  <meyering@redhat.com>
25900
25901         useless-if-before-free: correct --help's exit status description
25902         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25903         for one or more matches, etc.  Reported by Bruno Haible.
25904
25905         vc-list-files: make the stand-alone gnulib test work
25906         * modules/vc-list-files-tests (configure.ac):
25907         Define and AC_SUBST abs_aux_dir.
25908         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25909         $(abs_top_srcdir) to each script and having each of them
25910         duplicate the work of setting PATH, set PATH here, using
25911         the new variable, abs_aux_dir instead.
25912         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25913         * tests/test-vc-list-files-git.sh: Likewise.
25914         Reported by Bruno Haible.
25915
25916 2008-05-01  Bruno Haible  <bruno@clisp.org>
25917
25918         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25919         reallocation. Rename 'done' to 'found_delimiter'.
25920
25921 2008-05-01  Jim Meyering  <meyering@redhat.com>
25922
25923         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25924         * build-aux/vc-list-files: Use `...`, not $(...).
25925
25926 2008-04-30  Jim Meyering  <meyering@redhat.com>
25927
25928         add tests for vc-list-files
25929         * modules/vc-list-files-tests: New module.
25930         * tests/test-vc-list-files-cvs.sh: New file.
25931         * tests/test-vc-list-files-git.sh: New file.
25932
25933         avoid a warning from gcc
25934         * lib/getndelim2.c (IF_LINT): Define.
25935         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25936
25937         vc-list-files: work properly with build-aux/cvsu, too
25938         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25939         to all cvs-based clauses.
25940
25941         vc-list-files: work properly in the CVS+awk case, too
25942         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25943
25944         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25945         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25946         take more than one file argument, so .  Add quotes, just in case $dir
25947         ever contains a shell meta-character.  Prompted by Soren Hansen in
25948         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25949
25950 2008-04-29  Eric Blake  <ebb9@byu.net>
25951
25952         Optimize getndelim2 to use block operations when possible.
25953         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25954         freadseek, and memchr2.
25955         * lib/getndelim2.c (getndelim2): Use them for block reads.
25956
25957 2008-04-29  Bruno Haible  <bruno@clisp.org>
25958
25959         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25960         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25961         * modules/inet_ntop (Depends-on): Add extensions.
25962         * modules/inet_pton (Depends-on): Likewise.
25963         Reported by Simon Josefsson.
25964
25965 2008-04-29  Jim Meyering  <meyering@redhat.com>
25966
25967         When the is more than one match in a block, match all of them.
25968         * build-aux/useless-if-before-free: Iterate through each block
25969         until there are no more matches.
25970
25971         Fix broken useless-if-before-free script.
25972         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25973         the expression to match cast of argument to free-like function.
25974
25975 2008-04-29  Eric Blake  <ebb9@byu.net>
25976
25977         Use new header.
25978         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25979
25980 2008-04-29  Jim Meyering  <meyering@redhat.com>
25981
25982         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25983         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25984         by gnulib to exist and to declare e.g., inet_ntop.
25985         Don't include "inet_ntop.h", now removed.
25986
25987         * m4/arpa_inet_h.m4: Remove trailing blanks.
25988
25989 2008-04-29  Eric Blake  <ebb9@byu.net>
25990
25991         Silence valgrind on safe reads beyond potential array bounds.
25992         * lib/rawmemchr.valgrind: New file.
25993         * lib/strchrnul.valgrind: Likewise.
25994         * modules/rawmemchr (Files): Distribute new file.
25995         * modules/strchrnul (Files): Likewise.
25996         Suggested by Bruno Haible.
25997
25998 2008-04-29  Bruno Haible  <bruno@clisp.org>
25999
26000         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
26001         (inet_ntop, inet_pton): Change portability warning's wording.
26002         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
26003         Invoke gl_CHECK_NEXT_HEADERS.
26004         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
26005         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
26006         set ARPA_INET_H.
26007         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26008         * modules/arpa_inet (Description): No longer only for systems that
26009         lack it.
26010         (Depends-on): Add include_next.
26011         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
26012         HAVE_ARPA_INET_H.
26013
26014 2008-04-29  Jim Meyering  <meyering@redhat.com>
26015
26016         * modules/mkdir (License): Re-license as LGPLv2+.
26017
26018 2008-04-29  Bruno Haible  <bruno@clisp.org>
26019
26020         * modules/rawmemchr (Maintainer): Set to Eric.
26021         * modules/strchrnul (Maintainer): Likewise.
26022
26023 2008-04-29  Simon Josefsson  <simon@josefsson.org>
26024
26025         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
26026         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
26027
26028         * modules/arpa_inet (arpa/inet.h): Use them.
26029
26030 2008-04-28  Eric Blake  <ebb9@byu.net>
26031
26032         Test getndelim2.
26033         * modules/getndelim2-tests: New file.
26034         * tests/test-getndelim2.c: Likewise.
26035         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
26036         stream.
26037         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
26038
26039         * MODULES.html.sh: Document new module.
26040
26041 2008-04-20  Bruno Haible  <bruno@clisp.org>
26042
26043         * lib/c-stack.c (die): Use raise.
26044         * modules/c-stack (Depends-on): Add raise.
26045
26046 2008-04-28  Bruno Haible  <bruno@clisp.org>
26047
26048         Expect rpmatch to be declared.
26049         * lib/yesno.c (rpmatch): Remove declaration.
26050
26051         Declare rpmatch.
26052         * lib/stdlib.in.h (rpmatch): New declaration.
26053         * lib/rpmatch.c: Include <stdlib.h> first.
26054         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26055         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26056         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26057         HAVE_RPMATCH.
26058         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26059         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26060         (Include): Set to <stdlib.h>.
26061         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26062         HAVE_RPMATCH.
26063         * NEWS: Document the change.
26064
26065 2008-04-28  Bruno Haible  <bruno@clisp.org>
26066
26067         Change rpmatch to use nl_langinfo when appropriate.
26068         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26069         (N_): New macro.
26070         (localized_pattern): New function/macro.
26071         (try): Remove match, nomatch arguments. Copy the pattern into safe
26072         memory before caching it.
26073         (rpmatch): Use localized_pattern. Add translator comments.
26074         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26075         Suggested by Eric Blake.
26076         * modules/rpmatch (Depends-on): Add stdbool.
26077
26078 2008-04-28  Eric Blake  <ebb9@byu.net>
26079
26080         Add rawmemchr module, matching glibc.
26081         * modules/string (Makefile.am): New indicator.
26082         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26083         * lib/string.in.h (rawmemchr): Declare when appropriate.
26084         * modules/rawmemchr: New file.
26085         * m4/rawmemchr.m4: Likewise.
26086         * lib/rawmemchr.c: Likewise.
26087         * modules/rawmemchr-tests: Likewise.
26088         * tests/test-rawmemchr.c: Likewise.
26089         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26090         module.
26091         * modules/strchrnul (Depends-on): Add rawmemchr.
26092         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26093
26094         Whitespace cleanup.
26095         * tests/test-strchrnul.c: Reindent.
26096         * lib/strchrnul.c: Likewise.
26097
26098         Optimize and test strchrnul.
26099         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26100         * modules/strchrnul-tests: New file.
26101         * tests/test-strchrnul.c: Likewise.
26102
26103         Remove intprops dependency.
26104         * modules/memchr (Depends-on): Remove intprops.
26105         * modules/memrchr (Depends-on): Likewise.
26106         * modules/memchr2 (Depends-on): Likewise.
26107         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26108         * lib/memrchr.c (__memrchr): Likewise.
26109         * lib/memrchr2.c (memchr2): Likewise.
26110         Reported by Simon Josefsson.
26111
26112 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26113
26114         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26115         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26116
26117 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26118
26119         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26120
26121         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26122
26123         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26124
26125         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26126         declarations.
26127         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26128
26129         * m4/inet_pton.m4: Don't check for header files.
26130
26131         * m4/inet_ntop.m4: Don't check for header files.
26132
26133 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26134
26135         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26136         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26137         trigger for cygwin).
26138         Reported by Bruno Haible  <bruno@clisp.org>.
26139
26140 2008-04-28  Bruno Haible  <bruno@clisp.org>
26141
26142         * doc/posix-functions/strdup.texi: Mention mingw problem.
26143
26144 2008-04-27  Bruno Haible  <bruno@clisp.org>
26145
26146         * modules/stat-time-tests (Depends-on): Add sleep.
26147         * tests/test-stat-time.c (force_unlink): New function.
26148         (cleanup): Use it.
26149         (test_mtime): Remove the ctime related tests.
26150         (test_ctime): New function, containing the ctime related tests.
26151         (main): Call test_ctime, except on native Windows platforms.
26152
26153 2008-04-27  Bruno Haible  <bruno@clisp.org>
26154
26155         * lib/rpmatch.c (rpmatch): Add some comments.
26156         Reported by James Youngman <jay@gnu.org>.
26157
26158 2008-04-27  Bruno Haible  <bruno@clisp.org>
26159
26160         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26161         quiet NaNs.
26162
26163 2008-04-27  Bruno Haible  <bruno@clisp.org>
26164
26165         Make test-yesno.sh work on mingw.
26166         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26167         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26168         (main): Set stdin to binary mode.
26169         * modules/yesno-tests (Depends-on): Add binary-io.
26170
26171 2008-04-27  Bruno Haible  <bruno@clisp.org>
26172
26173         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26174         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26175         argument that lie outside the IEEE 854 domain.
26176         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26177         (gl_ISFINITE): Use it.
26178         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26179
26180 2008-04-27  Bruno Haible  <bruno@clisp.org>
26181
26182         Allow local renaming in config.h.
26183         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26184
26185 2008-04-27  Bruno Haible  <bruno@clisp.org>
26186
26187         * lib/memchr.c (__memchr): Change type of 'i'.
26188         * lib/memchr2.c (memchr2): Likewise.
26189
26190 2008-04-26  Eric Blake  <ebb9@byu.net>
26191         and Bruno Haible  <bruno@clisp.org>
26192
26193         Optimize and test memrchr.
26194         * modules/memrchr (Depends-on): Add intprops.
26195         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26196         * modules/memrchr-tests: New file.
26197         * tests/test-memrchr.c: New file.
26198
26199 2008-04-26  Bruno Haible  <bruno@clisp.org>
26200
26201         Add tentative support for DragonFly BSD.
26202         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26203         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26204         fp.
26205         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26206         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26207         * lib/fpurge.c (fpurge): Likewise.
26208         * lib/freadable.c (freaadable): Likewise.
26209         * lib/freadahead.c (freadahead): Likewise.
26210         * lib/freading.c (freading): Likewise.
26211         * lib/freadptr.c (freadptr): Likewise.
26212         * lib/freadseek.c (freadptrinc): Likewise.
26213         * lib/fseeko.c (fseeko): Likewise.
26214         * lib/fseterr.c (fseterr): Likewise.
26215         * lib/fwritable.c (fwritable): Likewise.
26216         * lib/fwriting.c (fwriting): Likewise.
26217
26218 2008-04-26  Bruno Haible  <bruno@clisp.org>
26219
26220         * lib/stdio-impl.h: New file.
26221         * lib/fbufmode.c: Include stdio-impl.h.
26222         (fbufmode): Use fp_, remove redundant #defines.
26223         * lib/fflush.c: Include stdio-impl.h.
26224         (clear_ungetc_buffer): Remove redundant #defines.
26225         * lib/fpurge.c: Include stdio-impl.h.
26226         (fpurge): Remove redundant #defines.
26227         * lib/freadable.c: Include stdio-impl.h.
26228         (freadable): Remove redundant #defines.
26229         * lib/freadahead.c: Include stdio-impl.h.
26230         (freadahead): Remove redundant #defines.
26231         * lib/freading.c: Include stdio-impl.h.
26232         (freading): Remove redundant #defines.
26233         * lib/freadptr.c: Include stdio-impl.h.
26234         (freadptr): Remove redundant #defines.
26235         * lib/freadseek.c: Include stdio-impl.h.
26236         (freadptrinc): Remove redundant #defines.
26237         * lib/fseeko.c: Include stdio-impl.h.
26238         (rpl_fseeko): Remove redundant #defines.
26239         * lib/fseterr.c: Include stdio-impl.h.
26240         (fseterr): Remove redundant #defines.
26241         * lib/fwritable.c: Include stdio-impl.h.
26242         (fwritable: Remove redundant #defines.
26243         * lib/fwriting.c: Include stdio-impl.h.
26244         (fwriting): Remove redundant #defines.
26245         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26246         * modules/fflush (Files): Likewise.
26247         * modules/fpurge (Files): Likewise.
26248         * modules/freadable (Files): Likewise.
26249         * modules/freadahead (Files): Likewise.
26250         * modules/freading (Files): Likewise.
26251         * modules/freadptr (Files): Likewise.
26252         * modules/freadseek (Files): Likewise.
26253         * modules/fseeko (Files): Likewise.
26254         * modules/fseterr (Files): Likewise.
26255         * modules/fwritable (Files): Likewise.
26256         * modules/fwriting (Files): Likewise.
26257
26258 2008-04-26  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26261         restore_seek_optimization, update_fpos_cache): New functions, extracted
26262         from rpl_fflush.
26263         (rpl_fflush): Use them.
26264         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26265         (gl_REPLACE_FFLUSH): Use it.
26266
26267 2008-04-26  Bruno Haible  <bruno@clisp.org>
26268
26269         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26270         on Solaris.
26271         * tests/test-xstrtoimax.sh: Likewise.
26272         * tests/test-xstrtoumax.sh: Likewise.
26273         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26274
26275 2008-04-26  Bruno Haible  <bruno@clisp.org>
26276
26277         * modules/memchr-tests: New file.
26278         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26279
26280 2008-04-26  Eric Blake  <ebb9@byu.net>
26281             Bruno Haible  <bruno@clisp.org>
26282
26283         * lib/memchr.c: Include intprops.h.
26284         (__memchr): Optimize parallel detection of matching bytes. Rename local
26285         variables. Add explanatory comments.
26286
26287 2008-04-26  Bruno Haible  <bruno@clisp.org>
26288
26289         Fix module 'memchr', broken since 2000-10-28.
26290         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26291
26292 2008-04-26  Bruno Haible  <bruno@clisp.org>
26293
26294         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26295         comments.
26296
26297 2008-04-25  Eric Blake  <ebb9@byu.net>
26298
26299         Use native fstatat on cygwin 1.7.0.
26300         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26301         first.
26302
26303 2008-04-23  Eric Blake  <ebb9@byu.net>
26304
26305         Improve memchr2 performance.
26306         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26307         NUL bytes.
26308         * modules/memchr2 (Depends-on): Use intprops.h.
26309
26310 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26311
26312         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26313         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26314         <blp@cs.stanford.edu>.
26315
26316 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26317
26318         * lib/arpa_inet.in.h: New file.
26319
26320         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26321         (Makefile.am): Sed in substitute header file.
26322
26323         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26324         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26325
26326         * modules/inet_ntop (configure.ac): Use
26327         gl_ARPA_INET_MODULE_INDICATOR.
26328
26329         * modules/inet_pton (configure.ac): Use
26330         gl_ARPA_INET_MODULE_INDICATOR.
26331
26332 2008-04-22  Jim Meyering  <meyering@redhat.com>
26333
26334         * modules/verify (License): Re-license as LGPLv2+.
26335
26336 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26337
26338         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26339         parameter to void* as per POSIX standard (MinGW uses char*).
26340
26341 2008-04-21  Bruno Haible  <bruno@clisp.org>
26342
26343         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26344         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26345         Define to replacements if REPLACE_ISWCNTRL is 1.
26346         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26347         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26348         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26349         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26350         what it fixes.
26351         * doc/posix-functions/iswalpha.texi: Likewise.
26352         * doc/posix-functions/iswblank.texi: Likewise.
26353         * doc/posix-functions/iswcntrl.texi: Likewise.
26354         * doc/posix-functions/iswdigit.texi: Likewise.
26355         * doc/posix-functions/iswgraph.texi: Likewise.
26356         * doc/posix-functions/iswlower.texi: Likewise.
26357         * doc/posix-functions/iswprint.texi: Likewise.
26358         * doc/posix-functions/iswpunct.texi: Likewise.
26359         * doc/posix-functions/iswspace.texi: Likewise.
26360         * doc/posix-functions/iswupper.texi: Likewise.
26361         * doc/posix-functions/iswxdigit.texi: Likewise.
26362         Reported by Alain Guibert.
26363
26364 2008-04-21  Bruno Haible  <bruno@clisp.org>
26365
26366         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26367         Patch by Alain Guibert.
26368
26369 2008-04-21  Bruno Haible  <bruno@clisp.org>
26370
26371         Fix test failures on mingw.
26372         * tests/test-xstrtol.c (print_no_progname): New function.
26373         (main): Install it in error_print_progname hook.
26374         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26375         * tests/test-xstrtoimax.sh: Likewise.
26376         * tests/test-xstrtoumax.sh: Likewise.
26377
26378 2008-04-21  Bruno Haible  <bruno@clisp.org>
26379
26380         Fix test failure on mingw.
26381         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26382
26383 2008-04-21  Bruno Haible  <bruno@clisp.org>
26384
26385         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26386         Actually assign a value.
26387
26388 2008-04-20  Bruno Haible  <bruno@clisp.org>
26389
26390         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26391         take 2.
26392         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26393         'canonicalize-lgpl' module is also used.
26394         * lib/canonicalize-lgpl.c: Undo last change.
26395         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26396
26397 2008-04-20  Bruno Haible  <bruno@clisp.org>
26398
26399         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26400         config.h. Provide _mkdir based fallback for mingw.
26401         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26402         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26403         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26404         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26405         rather than defining mkdir in config.h.
26406         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26407         (gl_SYS_STAT_H_DEFAULTS): New macro.
26408         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26409         HAVE_IO_H any more.
26410         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26411         HAVE_DECL_MKDIR and HAVE_IO_H.
26412
26413 2008-04-20  Bruno Haible  <bruno@clisp.org>
26414
26415         * lib/isapipe.c: Port to native Windows platforms.
26416
26417 2008-04-20  Bruno Haible  <bruno@clisp.org>
26418
26419         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26420
26421 2008-04-21  Eric Blake  <ebb9@byu.net>
26422
26423         Work around preprocessors that don't handle UINTMAX_MAX.
26424         * lib/memchr2.c (memchr2): Avoid embedded #if.
26425         Reported by Alain Guibert, fix suggested by Bruno Haible.
26426
26427 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26428
26429         * doc/posix-functions/strftime.texi (strftime): Explain better
26430         Windows incompatibility.  Suggested by Micah Cowan
26431         <micah@cowan.name>.
26432
26433 2008-04-20  Bruno Haible  <bruno@clisp.org>
26434
26435         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26436         unistr/u8-mblen.
26437
26438 2008-04-20  Bruno Haible  <bruno@clisp.org>
26439
26440         Fix test failure on platforms with non-GNU iconv.
26441         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26442         (U_TO_U8): Use it, rather than u16_to_u8.
26443         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26444         units at the end of the input string.
26445         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26446
26447 2008-04-20  Bruno Haible  <bruno@clisp.org>
26448
26449         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26450         when the resulting length is 0.
26451         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26452
26453 2008-04-20  Bruno Haible  <bruno@clisp.org>
26454
26455         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26456         works.
26457         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26458
26459 2008-04-20  Bruno Haible  <bruno@clisp.org>
26460
26461         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26462         * modules/tsearch-tests (configure.ac): Test for initstate function.
26463
26464 2008-04-20  Bruno Haible  <bruno@clisp.org>
26465
26466         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26467         for nlink_t if missing.
26468         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26469
26470 2008-04-19  Bruno Haible  <bruno@clisp.org>
26471
26472         Work around snprintf bug on Linux libc5.
26473         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26474         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26475         gl_SNPRINTF_SIZE1.
26476         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26477         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26478         that test failed.
26479         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26480         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26481         * modules/snprintf (Files): Add m4/printf.m4.
26482         * modules/vsnprintf (Files): Likewise.
26483         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26484         * doc/posix-functions/vsnprintf.texi: Likewise.
26485
26486 2008-04-19  Bruno Haible  <bruno@clisp.org>
26487
26488         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26489         from 0.0058 to less than 10^-7.
26490
26491 2008-04-19  Bruno Haible  <bruno@clisp.org>
26492
26493         Fix rounding when a precision is given.
26494         * lib/vasnprintf.c (is_borderline): New function.
26495         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26496         9...9x.
26497         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26498         %e, %g.
26499         * tests/test-vasprintf-posix.c (test_function): Likewise.
26500         * tests/test-snprintf-posix.h (test_function): Likewise.
26501         * tests/test-sprintf-posix.h (test_function): Likewise.
26502         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26503         * tests/test-printf-posix.h (test_function): Likewise.
26504         * tests/test-printf-posix.output: Update.
26505         Reported by John Darrington <john@darrington.wattle.id.au> via
26506         Ben Pfaff <blp@cs.stanford.edu>.
26507
26508 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26509
26510         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26511         Suggested by Bruno Haible <bruno@clisp.org>.
26512
26513 2008-04-17  Bruno Haible  <bruno@clisp.org>
26514
26515         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26516         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26517         implementation.
26518         Patch by Bruce Merry <bmerry@gmail.com>.
26519
26520 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26521
26522         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26523         doesn't work under Windows.
26524
26525 2008-04-16  Bruno Haible  <bruno@clisp.org>
26526
26527         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26528         New macros.
26529         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26530         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26531         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26532         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26533         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26534         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26535         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26536         macros.
26537         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26538         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26539         Northern Sotho, Uighur.
26540
26541 2008-04-16  Bruno Haible  <bruno@clisp.org>
26542
26543         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26544         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26545         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26546         Reported by Daniel Bergström <daniel@octocode.com>.
26547
26548 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26549             Bruno Haible  <bruno@clisp.org>
26550
26551         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26552         function.
26553         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26554         New functions, mostly extracted from gl_locale_name_default.
26555         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26556
26557 2008-04-16  Eric Blake  <ebb9@byu.net>
26558
26559         Adjust strtod detection to catch glibc 2.7 bug.
26560         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26561         Reported by John Gatewood Ham.
26562
26563 2008-04-16  Bruno Haible  <bruno@clisp.org>
26564
26565         Add tentative support for Linux libc5.
26566         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26567         * lib/fpurge.c (fpurge): Likewise.
26568         * lib/freadable.c (freadable): Likewise.
26569         * lib/freadahead.c (freadahead): Likewise.
26570         * lib/freading.c (freading): Likewise.
26571         * lib/freadptr.c (freadptr): Likewise.
26572         * lib/freadseek.c (freadptrinc): Likewise.
26573         * lib/fseeko.c (rpl_fseeko): Likewise.
26574         * lib/fseterr.c (fseterr): Likewise.
26575         * lib/fwritable.c (fwritable): Likewise.
26576         * lib/fwriting.c (fwriting): Likewise.
26577         Reported by Alain Guibert <alguibert+bts@free.fr>.
26578
26579 2008-04-15  Bruno Haible  <bruno@clisp.org>
26580
26581         * modules/mathl (configure.ac): Define module indicator.
26582
26583 2008-04-15  Bruno Haible  <bruno@clisp.org>
26584
26585         * lib/logl.c (logl): Remove unused variables.
26586
26587 2008-04-15  Bruno Haible  <bruno@clisp.org>
26588
26589         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26590         fails.
26591
26592 2008-04-15  Bruno Haible  <bruno@clisp.org>
26593
26594         * lib/trim.c (trim2): Fix argument of isspace() macro.
26595
26596 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26597
26598         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26599         to 0.
26600         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26601
26602 2008-04-14  Bruno Haible  <bruno@clisp.org>
26603
26604         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26605         AC_LANG_PROGRAM argument.
26606         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26607         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26608         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26609         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26610         * m4/math_h.m4 (gl_MATH_H): Likewise.
26611         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26612         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26613         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26614         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26615         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26616         * m4/regex.m4 (gl_REGEX): Likewise.
26617         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26618         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26619         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26620         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26621         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26622         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26623         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26624         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26625
26626 2008-04-14  Jim Meyering  <meyering@redhat.com>
26627
26628         test-strtod: fix typos: s/abs/fabs/
26629         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26630
26631 2008-04-13  Bruno Haible  <bruno@clisp.org>
26632
26633         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26634         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26635         module is also used and while not building the reloc-wrapper.
26636
26637 2008-04-13  Bruno Haible  <bruno@clisp.org>
26638
26639         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26640
26641 2008-04-13  Bruno Haible  <bruno@clisp.org>
26642
26643         Fix AIX compilation failure introduced on 2008-04-02.
26644         * tests/test-frexp.c (exp): Undefine before redefining.
26645         * tests/test-frexpl.c (exp): Likewise.
26646
26647 2008-04-13  Bruno Haible  <bruno@clisp.org>
26648
26649         Work around a HP-UX stdio bug.
26650         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26651         * tests/test-ftello.c (main): Likewise.
26652         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26653         * doc/posix-functions/ftello.texi: Likewise.
26654
26655 2008-04-13  Bruno Haible  <bruno@clisp.org>
26656
26657         Make test-signbit pass on HP-UX/hppa.
26658         * tests/test-signbit.c (minus_zerol): New variable.
26659         (test_signbitl): Use it.
26660
26661 2008-04-13  Bruno Haible  <bruno@clisp.org>
26662
26663         Make truncl work on OSF/1 4.0.
26664         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26665         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26666         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26667         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26668         HAVE_DECL_TRUNCL.
26669         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26670         HAVE_DECL_TRUNCL.
26671         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26672
26673 2008-04-13  Bruno Haible  <bruno@clisp.org>
26674
26675         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26676
26677 2008-04-13  Bruno Haible  <bruno@clisp.org>
26678
26679         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26680         expression, so as to avoid HP-UX 11 cc compiler bug.
26681
26682 2008-04-13  Bruno Haible  <bruno@clisp.org>
26683
26684         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26685
26686 2008-04-13  Bruno Haible  <bruno@clisp.org>
26687
26688         * lib/git-merge-changelog.c: Remove empty declaration outside of
26689         functions.
26690
26691 2008-04-13  Bruno Haible  <bruno@clisp.org>
26692
26693         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26694
26695 2008-04-13  Bruno Haible  <bruno@clisp.org>
26696
26697         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26698         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26699         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26700         also if it exists but lacks definitions of the SHUT_* macros.
26701         * modules/sys_socket (Description): Update.
26702         Reported by Elbert Pol <e.pol@chello.nl>.
26703
26704 2008-04-13  Bruno Haible  <bruno@clisp.org>
26705
26706         * lib/localcharset.c (OS2): Don't redefine if already defined.
26707         Reported by Elbert Pol <e.pol@chello.nl>.
26708
26709 2008-04-13  Bruno Haible  <bruno@clisp.org>
26710
26711         * lib/binary-io.h [__EMX__]: Include <io.h>.
26712         Reported by Elbert Pol <e.pol@chello.nl>.
26713
26714 2008-04-12  Bruno Haible  <bruno@clisp.org>
26715
26716         * lib/fpucw.h: Enable the definitions also for x86_64.
26717         Needed for NetBSD/x86_64.
26718         Reported by Thomas Klausner <tk@giga.or.at>.
26719
26720 2008-04-12  Bruno Haible  <bruno@clisp.org>
26721
26722         * tests/test-strtod.c: Include isnand.h.
26723         (main): Use isnand instead of isnan.
26724         Reported by Jim Meyering.
26725
26726 2008-04-12  Bruno Haible  <bruno@clisp.org>
26727
26728         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26729         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26730
26731 2008-04-12  Jim Meyering  <meyering@redhat.com>
26732
26733         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26734
26735 2008-04-12  Bruno Haible  <bruno@clisp.org>
26736
26737         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26738         Reported by Elbert Pol <e.pol@chello.nl>.
26739
26740 2008-04-12  Eric Blake  <ebb9@byu.net>
26741
26742         Work around Solaris 10 math.h bug.
26743         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26744         (gl_MATH_H_DEFAULTS): Set up default.
26745         * modules/math (Makefile.am): Replace new indicators.
26746         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26747         * tests/test-math.c (main): Test this.
26748         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26749         * doc/posix-headers/math.texi (math.h): Mention bug.
26750         Reported by Nelson H. F. Beebe and Jim Meyering.
26751
26752 2008-04-11  Bruno Haible  <bruno@clisp.org>
26753
26754         Adapt to future versions of Apple GCC.
26755         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26756         Reported by Peter O'Gorman <peter@pogma.com>.
26757
26758 2008-04-11  Bruno Haible  <bruno@clisp.org>
26759
26760         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26761
26762 2008-04-11  Bruno Haible  <bruno@clisp.org>
26763
26764         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26765
26766         * modules/getaddrinfo-tests (Makefile.am): Define
26767         test_getaddrinfo_LDADD.
26768
26769 2008-04-11  Bruno Haible  <bruno@clisp.org>
26770
26771         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26772         (init): Fix syntax error.
26773         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26774         is declared.
26775
26776 2008-04-11  Bruno Haible  <bruno@clisp.org>
26777
26778         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26779         * modules/glob (Depends-on): Add stdbool.
26780
26781 2008-04-11  Bruno Haible  <bruno@clisp.org>
26782
26783         * lib/trim.c: Include <string.h>.
26784
26785 2008-04-11  Eric Blake  <ebb9@byu.net>
26786
26787         Avoid compile failure on OS/2.
26788         * lib/regex_internal.h (internal_function): Disable optimization
26789         on OS/2 (__EMX__), where it caused compiler error.
26790         Reported by Elbert Pol.
26791
26792 2008-04-11  Bruno Haible  <bruno@clisp.org>
26793
26794         Flush the standard error stream before aborting. Needed on mingw.
26795         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26796         * tests/test-array_list.c (ASSERT): Likewise.
26797         * tests/test-array_oset.c (ASSERT): Likewise.
26798         * tests/test-avltree_list.c (ASSERT): Likewise.
26799         * tests/test-avltree_oset.c (ASSERT): Likewise.
26800         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26801         * tests/test-binary-io.c (ASSERT): Likewise.
26802         * tests/test-byteswap.c (ASSERT): Likewise.
26803         * tests/test-c-ctype.c (ASSERT): Likewise.
26804         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26805         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26806         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26807         * tests/test-c-strstr.c (ASSERT): Likewise.
26808         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26809         * tests/test-canonicalize.c (ASSERT): Likewise.
26810         * tests/test-carray_list.c (ASSERT): Likewise.
26811         * tests/test-ceilf1.c (ASSERT): Likewise.
26812         * tests/test-ceilf2.c (ASSERT): Likewise.
26813         * tests/test-ceill.c (ASSERT): Likewise.
26814         * tests/test-count-one-bits.c (ASSERT): Likewise.
26815         * tests/test-fbufmode.c (ASSERT): Likewise.
26816         * tests/test-fflush2.c (ASSERT): Likewise.
26817         * tests/test-floorf1.c (ASSERT): Likewise.
26818         * tests/test-floorf2.c (ASSERT): Likewise.
26819         * tests/test-floorl.c (ASSERT): Likewise.
26820         * tests/test-fopen.c (ASSERT): Likewise.
26821         * tests/test-fpending.c (ASSERT): Likewise.
26822         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26823         * tests/test-fpurge.c (ASSERT): Likewise.
26824         * tests/test-freadable.c (ASSERT): Likewise.
26825         * tests/test-freadahead.c (ASSERT): Likewise.
26826         * tests/test-freading.c (ASSERT): Likewise.
26827         * tests/test-freadptr.c (ASSERT): Likewise.
26828         * tests/test-freadptr2.c (ASSERT): Likewise.
26829         * tests/test-freadseek.c (ASSERT): Likewise.
26830         * tests/test-freopen.c (ASSERT): Likewise.
26831         * tests/test-frexp.c (ASSERT): Likewise.
26832         * tests/test-frexpl.c (ASSERT): Likewise.
26833         * tests/test-fseek.c (ASSERT): Likewise.
26834         * tests/test-fseeko.c (ASSERT): Likewise.
26835         * tests/test-fstrcmp.c (ASSERT): Likewise.
26836         * tests/test-ftell.c (ASSERT): Likewise.
26837         * tests/test-ftello.c (ASSERT): Likewise.
26838         * tests/test-func.c (ASSERT): Likewise.
26839         * tests/test-fwritable.c (ASSERT): Likewise.
26840         * tests/test-fwriting.c (ASSERT): Likewise.
26841         * tests/test-getdelim.c (ASSERT): Likewise.
26842         * tests/test-getline.c (ASSERT): Likewise.
26843         * tests/test-i-ring.c (ASSERT): Likewise.
26844         * tests/test-iconv-utf.c (ASSERT): Likewise.
26845         * tests/test-iconv.c (ASSERT): Likewise.
26846         * tests/test-isfinite.c (ASSERT): Likewise.
26847         * tests/test-isnand.c (ASSERT): Likewise.
26848         * tests/test-isnanf.c (ASSERT): Likewise.
26849         * tests/test-isnanl.h (ASSERT): Likewise.
26850         * tests/test-ldexpl.c (ASSERT): Likewise.
26851         * tests/test-linked_list.c (ASSERT): Likewise.
26852         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26853         * tests/test-localename.c (ASSERT): Likewise.
26854         * tests/test-lseek.c (ASSERT): Likewise.
26855         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26856         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26857         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26858         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26859         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26860         * tests/test-mbschr.c (ASSERT): Likewise.
26861         * tests/test-mbscspn.c (ASSERT): Likewise.
26862         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26863         * tests/test-mbspbrk.c (ASSERT): Likewise.
26864         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26865         * tests/test-mbsrchr.c (ASSERT): Likewise.
26866         * tests/test-mbsspn.c (ASSERT): Likewise.
26867         * tests/test-mbsstr1.c (ASSERT): Likewise.
26868         * tests/test-mbsstr2.c (ASSERT): Likewise.
26869         * tests/test-mbsstr3.c (ASSERT): Likewise.
26870         * tests/test-memchr2.c (ASSERT): Likewise.
26871         * tests/test-memmem.c (ASSERT): Likewise.
26872         * tests/test-open.c (ASSERT): Likewise.
26873         * tests/test-printf-frexp.c (ASSERT): Likewise.
26874         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26875         * tests/test-printf-posix.c (ASSERT): Likewise.
26876         * tests/test-quotearg.c (ASSERT): Likewise.
26877         * tests/test-rbtree_list.c (ASSERT): Likewise.
26878         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26879         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26880         * tests/test-round1.c (ASSERT): Likewise.
26881         * tests/test-roundf1.c (ASSERT): Likewise.
26882         * tests/test-roundl.c (ASSERT): Likewise.
26883         * tests/test-signbit.c (ASSERT): Likewise.
26884         * tests/test-sleep.c (ASSERT): Likewise.
26885         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26886         * tests/test-snprintf.c (ASSERT): Likewise.
26887         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26888         * tests/test-stat-time.c (ASSERT): Likewise.
26889         * tests/test-strcasestr.c (ASSERT): Likewise.
26890         * tests/test-strerror.c (ASSERT): Likewise.
26891         * tests/test-striconv.c (ASSERT): Likewise.
26892         * tests/test-striconveh.c (ASSERT): Likewise.
26893         * tests/test-striconveha.c (ASSERT): Likewise.
26894         * tests/test-strsignal.c (ASSERT): Likewise.
26895         * tests/test-strstr.c (ASSERT): Likewise.
26896         * tests/test-strtod.c (ASSERT): Likewise.
26897         * tests/test-trunc1.c (ASSERT): Likewise.
26898         * tests/test-trunc2.c (ASSERT): Likewise.
26899         * tests/test-truncf1.c (ASSERT): Likewise.
26900         * tests/test-truncf2.c (ASSERT): Likewise.
26901         * tests/test-truncl.c (ASSERT): Likewise.
26902         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26903         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26904         * tests/test-vasnprintf.c (ASSERT): Likewise.
26905         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26906         * tests/test-vasprintf.c (ASSERT): Likewise.
26907         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26908         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26909         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26910         * tests/test-vsnprintf.c (ASSERT): Likewise.
26911         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26912         * tests/test-wcwidth.c (ASSERT): Likewise.
26913         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26914         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26915         * tests/test-xvasprintf.c (ASSERT): Likewise.
26916         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26917         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26918         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26919         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26920         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26921         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26922         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26923         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26924         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26925         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26926         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26927         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26928         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26929         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26930         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26931         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26932         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26933         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26934         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26935         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26936         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26937         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26938         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26939         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26940         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26941         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26942         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26943         * tests/unictype/test-combining.c (ASSERT): Likewise.
26944         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26945         * tests/unictype/test-digit.c (ASSERT): Likewise.
26946         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26947         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26948         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26949         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26950         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26951         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26952         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26953         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26954         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26955         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26956         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26957         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26958         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26959         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26960         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26961         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26962         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26963         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26964         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26965         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26966         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26967         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26968         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26969         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26970         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26971         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26972         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26973         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26974         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26975         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26976         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26977         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26978         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26979         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26980         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26981         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26982         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26983         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26984         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26985         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26986         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26987         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26988         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26989         Reported by Eric Blake.
26990
26991 2008-04-11  Bruno Haible  <bruno@clisp.org>
26992
26993         * lib/wchar.in.h: Tweak comment.
26994
26995 2008-04-11  Bruno Haible  <bruno@clisp.org>
26996
26997         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26998         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26999         gl_COMMON.
27000         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
27001
27002 2008-04-11  Bruno Haible  <bruno@clisp.org>
27003
27004         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
27005
27006 2008-04-11  Simon Josefsson  <simon@josefsson.org>
27007
27008         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
27009         of attempting to use non-existing /dev/*random.  Based on patch
27010         from Adam Strzelecki <ono@java.pl> in
27011         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
27012
27013 2008-04-08  Bruno Haible  <bruno@clisp.org>
27014
27015         Add tentative support for emx+gcc.
27016         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
27017         * lib/fpurge.c (fpurge): Likewise.
27018         * lib/freadable.c (freadable): Likewise.
27019         * lib/freadahead.c (freadahead): Likewise.
27020         * lib/freading.c (freading): Likewise.
27021         * lib/freadptr.c (freadptr): Likewise.
27022         * lib/freadseek.c (freadptrinc): Likewise.
27023         * lib/fseeko.c (rpl_fseeko): Likewise.
27024         * lib/fseterr.c (fseterr): Likewise.
27025         * lib/fwritable.c (fwritable): Likewise.
27026         * lib/fwriting.c (fwriting): Likewise.
27027         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
27028
27029 2008-04-09  Eric Blake  <ebb9@byu.net>
27030
27031         Avoid some autoconf warnings.
27032         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
27033         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
27034         * m4/afs.m4 (gl_AFS): Likewise.
27035         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
27036         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
27037         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27038         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
27039         (gl_INTEGER_TYPE_SUFFIX): Likewise.
27040         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
27041         (AC_CHECK_DECLS_ONCE): Likewise.
27042         Rename file...
27043         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
27044         gnulib-tool requires autoconf 2.59 or better.
27045         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
27046
27047 2008-04-08  Eric Blake  <ebb9@byu.net>
27048
27049         Use 'git describe --match' if present (added in git 1.5.5).
27050         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27051         if possible.
27052
27053 2008-04-08  Bruno Haible  <bruno@clisp.org>
27054
27055         Add tentative support for OpenServer.
27056         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27057         _ptr, _cnt.
27058         * lib/fpurge.c (fpurge): Likewise.
27059         * lib/freadable.c (freadable): Likewise.
27060         * lib/freadahead.c (freadahead): Likewise.
27061         * lib/freading.c (freading): Likewise.
27062         * lib/freadptr.c (freadptr): Likewise.
27063         * lib/freadseek.c (freadptrinc): Likewise.
27064         * lib/fseeko.c (rpl_fseeko): Likewise.
27065         * lib/fseterr.c (fseterr): Likewise.
27066         * lib/fwritable.c (fwritable): Likewise.
27067         * lib/fwriting.c (fwriting): Likewise.
27068         Reported by Roger Cornelius <rac@tenzing.org> and
27069         Brian K. White <brian@aljex.com>.
27070
27071 2008-04-06  Jim Meyering  <meyering@redhat.com>
27072
27073         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27074
27075 2008-04-06  Bruno Haible  <bruno@clisp.org>
27076
27077         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27078         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27079         * tests/test-printf-posix.sh: Likewise.
27080         * tests/test-vfprintf-posix.sh: Likewise.
27081         * tests/test-vprintf-posix.sh: Likewise.
27082         * tests/test-xprintf-posix.sh: Likewise.
27083
27084 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27085
27086         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27087         hide error from 'ls', needed on OS/2.
27088         Report by Elbert Pol <elbert.pol@gmail.com>.
27089
27090 2008-04-04  Eric Blake  <ebb9@byu.net>
27091
27092         Make test-fseeko.c failures meaningful.
27093         * tests/test-fseeko.c: Print line number on failure.
27094         * tests/test-fseek.c: Likewise.
27095         Reported by Nelson H. F. Beebe.
27096
27097         Improve strtod bug detection check.
27098         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27099         required for Solaris 10.
27100         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27101
27102 2008-04-04  Bruno Haible  <bruno@clisp.org>
27103
27104         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27105         by m4/setenv.m4.
27106
27107 2008-04-03  Eric Blake  <ebb9@byu.net>
27108
27109         Ensure sane .version contents.
27110         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27111         version string.
27112         * build-aux/git-version-gen: Improve documentation.
27113
27114         Make GNU make output nicer.
27115         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27116         MAKECMDGOALS to enforce message for all command line targets.  Set
27117         srcdir for use in maint.mk.
27118
27119         Another maintainer tweak.
27120         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27121         a target that regenerates version.
27122
27123 2008-04-03  Jim Meyering  <meyering@redhat.com>
27124
27125         vc-list-files: don't cause coreutils "make po-check" failure
27126         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27127
27128 2008-04-03  Eric Blake  <ebb9@byu.net>
27129
27130         Allow VPATH usage of vc-list-files.
27131         * build-aux/vc-list-files (scriptversion): Add timestamp.
27132         (options): Add --help, --version, -C.
27133         (CVS): Support installed cvsu.
27134
27135 2008-04-02  Bruno Haible  <bruno@clisp.org>
27136
27137         Avoid some "statement with no effect" warnings from gcc.
27138         * tests/test-wctype.c (main): Explicitly ignore unused values.
27139         Reported by Jim Meyering.
27140
27141 2008-04-02  Jim Meyering  <meyering@redhat.com>
27142
27143         Avoid some warnings from "gcc -Wshadow".
27144         * tests/test-frexp.c (exp): Define to a different identifier.
27145         * tests/test-frexpl.c (exp): Likewise.
27146
27147 2008-04-03  Jim Meyering  <meyering@redhat.com>
27148
27149         bootstrap: remove dangling *.[ch] symlinks from lib
27150         * build-aux/bootstrap [dangling symlink removal]: Move find's
27151         -depth option to precede all others, to avoid a warning.
27152         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27153
27154 2008-04-02  Bruno Haible  <bruno@clisp.org>
27155
27156         Avoid some warnings from "gcc -Wshadow".
27157         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27158         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27159         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27160         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27161         Reported by Jim Meyering.
27162
27163 2008-04-01  Bruno Haible  <bruno@clisp.org>
27164
27165         Fix test to work on IRIX 6.5 with cc.
27166         * tests/test-math.c (numeric_equal): New function.
27167         (main): Use it.
27168
27169 2008-04-01  Bruno Haible  <bruno@clisp.org>
27170
27171         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27172
27173 2008-04-01  Bruno Haible  <bruno@clisp.org>
27174
27175         * tests/test-vasnprintf-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/vasnprintf-posix-tests (Files): Add tests/nan.h.
27178         (Depends-on): Remove math.
27179
27180         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27181         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27182         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27183         (Depends-on): Remove math.
27184
27185         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27186         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27187         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27188         (Depends-on): Remove math.
27189         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27190         (Depends-on): Remove math.
27191
27192         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27193         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27194         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27195         (Depends-on): Remove math.
27196         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27197         (Depends-on): Remove math.
27198
27199         * tests/test-round1.c: Include nan.h.
27200         (main): Use NaNd instead of NAN.
27201         * modules/round-tests (Files): Add tests/nan.h.
27202
27203         * tests/test-trunc1.c: Include nan.h.
27204         (main): Use NaNd instead of NAN.
27205         * modules/trunc-tests (Files): Add tests/nan.h.
27206
27207         * tests/test-roundf1.c: Include nan.h.
27208         (main): Use NaNf instead of NAN.
27209         * modules/roundf-tests (Files): Add tests/nan.h.
27210
27211         * tests/test-truncf1.c: Include nan.h.
27212         (main): Use NaNf instead of NAN.
27213         * modules/truncf-tests (Files): Add tests/nan.h.
27214
27215         * tests/test-ceilf1.c: Include nan.h.
27216         (main): Use NaNf instead of NAN.
27217         * modules/ceilf-tests (Files): Add tests/nan.h.
27218
27219         * tests/test-floorf1.c: Include nan.h.
27220         (main): Use NaNf instead of NAN.
27221         * modules/floorf-tests (Files): Add tests/nan.h.
27222
27223         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27224         (main): Use NaNf instead of NAN.
27225         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27226
27227         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27228         (main): Use NaNd instead of NAN.
27229         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27230
27231         * tests/test-frexp.c: Include nan.h.
27232         (main): Use NaNd instead of NAN.
27233         * modules/frexp-tests (Files): Add tests/nan.h.
27234
27235         * lib/isnan.c: Don't include <math.h>.
27236         (FUNC): Don't use NAN macro.
27237         * modules/isnand-nolibm (Depends-on): Remove math.
27238         * modules/isnanf-nolibm (Depends-on): Remove math.
27239         * modules/isnanl (Depends-on): Remove math.
27240         * modules/isnanl-nolibm (Depends-on): Remove math.
27241
27242         * tests/nan.h: New file.
27243
27244 2008-04-01  Eric Blake  <ebb9@byu.net>
27245
27246         Fix typos.
27247         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27248         values to be the right type.
27249
27250         For now, cater to gnulib strtod inaccuracies.
27251         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27252         fractional results.  While not as nice from a QoI perspective, it
27253         is a quicker patch than correctly implementing decimal to binary
27254         rounding.
27255
27256 2008-03-31  Eric Blake  <ebb9@byu.net>
27257
27258         Guarantee a definition of NAN.
27259         * lib/math.in.h (NAN): Define if missing.
27260         * tests/test-math.c (main): Test it.
27261         * doc/posix-headers/math.texi (math.h): Document this.
27262         * lib/isnan.c (rpl_isnand): Use it.
27263         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27264         * tests/test-floorf1.c (NaN): Likewise.
27265         * tests/test-frexp.c (NaN): Likewise.
27266         * tests/test-isnand.c (NaN): Likewise.
27267         * tests/test-isnanf.c (NaN): Likewise.
27268         * tests/test-round1.c (NaN): Likewise.
27269         * tests/test-roundf1.c (NaN): Likewise.
27270         * tests/test-snprintf-posix.h (NaN): Likewise.
27271         * tests/test-sprintf-posix.h (NaN): Likewise.
27272         * tests/test-trunc1.c (NaN): Likewise.
27273         * tests/test-truncf1.c (NaN): Likewise.
27274         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27275         * tests/test-vasprintf-posix.c (NaN): Likewise.
27276         * modules/isnand-nolibm (Depends-on): Add math.
27277         * modules/isnanf-nolibm (Depends-on): Likewise.
27278         * modules/isnanl (Depends-on): Likewise.
27279         * modules/isnanl-nolibm (Depends-on): Likewise.
27280         * modules/snprintf-posix-tests (Depends-on): Likewise.
27281         * modules/sprintf-posix-tests (Depends-on): Likewise.
27282         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27283         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27284         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27285         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27286
27287 2008-03-31  Bruno Haible  <bruno@clisp.org>
27288
27289         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27290         * doc/posix-functions/strtod.texi: Likewise.
27291
27292 2008-03-31  Bruno Haible  <bruno@clisp.org>
27293
27294         * tests/test-strtod.c (main): Don't use C99 syntax.
27295
27296 2008-03-31  Bruno Haible  <bruno@clisp.org>
27297
27298         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27299         Reported by Eric Blake.
27300
27301 2008-03-31  Jim Meyering  <meyering@redhat.com>
27302
27303         Don't compare actual signbit return values.
27304         * tests/test-strtod.c (main): Rather, compare only their
27305         zero/non-zero nature.
27306
27307 2008-03-31  Eric Blake  <ebb9@byu.net>
27308
27309         More strtod documentation.
27310         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27311         failures as distinct bugs.
27312
27313 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27314
27315         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27316         Problem reported by Erik Benada in
27317         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27318
27319 2008-03-30  Bruno Haible  <bruno@clisp.org>
27320
27321         * tests/test-strtod.c: Add comments about which assertion fails on which
27322         platform.
27323         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27324
27325 2008-03-30  Eric Blake  <ebb9@byu.net>
27326
27327         Test signbit behavior on zeros.
27328         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27329         (test_signbitd, test_signbitl): Likewise.
27330
27331         More strtod touchups.
27332         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27333         sign of negative underflow, for now.  Use .5, not .1.
27334         * doc/posix-functions/strtod.texi (strtod): Mention these
27335         limitations.
27336         Reported by Jim Meyering.
27337
27338 2008-03-30  Bruno Haible  <bruno@clisp.org>
27339
27340         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27341         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27342
27343 2008-03-30  Bruno Haible  <bruno@clisp.org>
27344
27345         Avoid failure when attempting to return empty iconv results on some
27346         platforms.
27347         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27348         allocation, don't report ENOMEM when the resulting string is empty.
27349
27350 2008-03-30  Bruno Haible  <bruno@clisp.org>
27351
27352         Fix buffer overrun.
27353         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27354         Don't consider the width for tmp_length. Check count against tmp_length
27355         before doing the padding. Ensure enough allocation during padding.
27356
27357 2008-03-30  Eric Blake  <ebb9@byu.net>
27358
27359         strtod touchups.
27360         * lib/strtod.c (strtod): Avoid compiler warnings.
27361         Reported by Jim Meyering.
27362
27363 2008-03-30  Bruno Haible  <bruno@clisp.org>
27364
27365         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27366         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27367         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27368         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27369         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27370         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27371         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27372         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27373
27374         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27375         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27376         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27377         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27378         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27379         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27380         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27381         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27382
27383         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27384         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27385         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27386         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27387         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27388         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27389         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27390         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27391
27392         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27393         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27394
27395         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27396         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27397
27398         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27399         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27400
27401         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27402         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27403         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27404
27405         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27406         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27407         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27408
27409         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27410         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27411         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27412
27413         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27414         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27415         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27416
27417         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27418         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27419         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27420         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27421         (Depends-on): Add EOVERFLOW.
27422         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27423         (Depends-on): Add EOVERFLOW.
27424         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27425         (Depends-on): Add EOVERFLOW.
27426         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27427         (Depends-on): Add EOVERFLOW.
27428         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27429         (Depends-on): Add EOVERFLOW.
27430         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27431         (Depends-on): Add EOVERFLOW.
27432         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27433         (Depends-on): Add EOVERFLOW.
27434         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27435         (Depends-on): Add EOVERFLOW.
27436
27437         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27438         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27439         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27440
27441         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27442         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27443         * modules/snprintf (Depends-on): Add EOVERFLOW.
27444
27445         * lib/poll.c (EOVERFLOW): Remove fallback.
27446         * modules/poll (Depends-on): Add EOVERFLOW.
27447
27448         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27449         * modules/getugroups (Depends-on): Add EOVERFLOW.
27450
27451         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27452         * modules/getdelim (Depends-on): Add EOVERFLOW.
27453
27454         * lib/ftell.c (EOVERFLOW): Remove fallback.
27455         * modules/ftell (Depends-on): Add EOVERFLOW.
27456
27457         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27458         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27459         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27460
27461         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27462
27463         * modules/EOVERFLOW-tests: New file.
27464         * tests/test-EOVERFLOW.c: New file.
27465
27466         * modules/EOVERFLOW: New file.
27467         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27468
27469 2008-03-30  Bruno Haible  <bruno@clisp.org>
27470
27471         Fix bug introduced on 2007-06-10.
27472         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27473         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27474
27475 2008-03-30  Bruno Haible  <bruno@clisp.org>
27476
27477         Improve freadseek's efficiency after ungetc.
27478         * lib/freadseek.c: Include freadahead.h.
27479         (freadptrinc): New function, extracted from freadseek.
27480         (freadseek): Use it in a loop. Use freadahead to determine the number
27481         of loop iterations.
27482         * modules/freadseek (Depends-on): Add freadahead.
27483         (configure.ac): Require AC_C_INLINE.
27484
27485 2008-03-30  Bruno Haible  <bruno@clisp.org>
27486
27487         * lib/freadseek.c (freadseek): Don't ignore the return value of
27488         freadptr.
27489
27490 2008-03-29  Eric Blake  <ebb9@byu.net>
27491
27492         Add hex float support.
27493         * modules/strtod (Depends-on): Add c-ctype.
27494         (Link): Mention POW_LIB.
27495         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27496         whitespace between 'e' and exponent.
27497         * tests/test-strtod.c (main): Enable hex float tests.
27498         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27499         now provides.
27500
27501         Document various strtod bugs, with some fixes.
27502         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27503         "-0x", "inf", "nan", and hex constants.
27504         * doc/posix-functions/atof.texi (atof): Likewise.
27505         * modules/stdlib (Makefile.am): Support strtod.
27506         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27507         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27508         detect additional strtod bugs.
27509         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27510         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27511         bool where appropriate.  Parse 'inf' and 'nan'.
27512         * tests/test-strtod.c: New file.
27513         * modules/strtod (Depends-on): Add stdbool, stdlib.
27514         (configure.ac): Turn on module indicator.
27515         * modules/strtod-tests: New module.
27516
27517 2008-03-29  Eric Blake  <ebb9@byu.net>
27518
27519         Fix ftell on mingw.
27520         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27521         * modules/ftell-tests (Depends-on): Add binary-io.
27522         * modules/ftello-tests (Depends-on): Likewise.
27523         * tests/test-ftell.c (main): Enhance test to cover behavior after
27524         ungetc.  Enforce binary mode.
27525         * tests/test-ftello.c (main): Likewise.
27526
27527         Pass test-freadseek on cygwin.
27528         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27529         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27530         ungetc buffer.
27531
27532         * tests/test-fflush2.c (main): Fix typo.
27533
27534 2008-03-29  Bruno Haible  <bruno@clisp.org>
27535
27536         * tests/test-fflush2.c (main): Temporarily disable the contents of
27537         this test.
27538         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27539         Reported by Eric Blake.
27540
27541 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27542
27543         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27544         (GC_SHA224_DIGEST_SIZE): Add.
27545
27546         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27547         (gc_hash_digest_length): Likewise.
27548         (gc_hash_buffer): Likewise.
27549
27550 2008-03-25  Bruno Haible  <bruno@clisp.org>
27551
27552         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27553         detail which gettext release to use.
27554         Reported by Simon Josefsson.
27555
27556 2008-03-26  Jim Meyering  <meyering@redhat.com>
27557
27558         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27559         * modules/gnumakefile (clean-GNUmakefile): Also, use
27560         test ... && ... || : syntax rather than if-then ... fi.
27561
27562         gnumakefile: Don't double-quote-expand $(VPATH) value.
27563         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27564
27565 2008-03-24  Eric Blake  <ebb9@byu.net>
27566
27567         Alter GNUmakefile to install into top directory.
27568         * modules/maintainer-makefile: Split, and add dependency...
27569         * modules/gnumakefile: to this new module.
27570         * build-aux/GNUmakefile: Move...
27571         * top/GNUmakefile: ...here.
27572         * build-aux/maint.mk: Move...
27573         * top/maint.mk: ...here.
27574         * MODULES.html.sh (Support for maintaining...): Document new
27575         module.
27576
27577 2008-03-23  Bruno Haible  <bruno@clisp.org>
27578
27579         * gnulib-tool: New options --vc-files, --no-vc-files.
27580         (func_usage): Document them.
27581         (vc_files): New variable.
27582         (func_import): Consider vc_files.
27583         (func_create_testdir): Set vc_files to empty.
27584         Suggested by Jim Meyering and Karl Berry.
27585
27586 2008-03-23  Bruno Haible  <bruno@clisp.org>
27587
27588         Fix regex compilation error on HP-UX 11.
27589         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27590         * modules/regex (Files): Add m4/mbstate_t.m4.
27591         Reported by Ton Voon <ton.voon@altinity.com>.
27592
27593 2008-03-23  Bruno Haible  <bruno@clisp.org>
27594
27595         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27596
27597 2008-03-23  Eric Blake  <ebb9@byu.net>
27598             Bruno Haible  <bruno@clisp.org>
27599
27600         Install files from top/ in the destination directory.
27601         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27602         augmentation also for the files from top/.
27603         (func_import, func_create_testdir): Rewrite file names:
27604         top/filename -> filename.
27605
27606 2008-03-23  Bruno Haible  <bruno@clisp.org>
27607
27608         Tweak "gnulib --version" output.
27609         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27610
27611 2008-03-23  Bruno Haible  <bruno@clisp.org>
27612
27613         Tweak "gnulib --version" output.
27614         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27615         rather than contents of ChangeLog, when possible.
27616
27617 2008-03-21  Eric Blake  <ebb9@byu.net>
27618
27619         More --version tweaks.
27620         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27621         date of last ChangeLog entry.
27622
27623 2008-03-21  Jim Meyering  <meyering@redhat.com>
27624
27625         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27626
27627 2008-03-20  Eric Blake  <ebb9@byu.net>
27628
27629         VPATH fix.
27630         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27631
27632 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27633
27634         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27635         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27636
27637 2008-03-20  Eric Blake  <ebb9@byu.net>
27638
27639         Sync GNUmakefile with coreutils.
27640         * build-aux/GNUmakefile (have-Makefile): Rename...
27641         (_have-Makefile): ...to this, for namespace consideration.
27642         (GNUmakefile.cfg): Include, if present.
27643         (_autoreconf): Define a default.
27644         (_is-dist-target): New rule for rebuilds to pick up intra-release
27645         version.
27646         (maint-cfg.mk): Rename...
27647         (cfg.mk): ...to this.
27648
27649 2008-03-18  Jim Meyering  <meyering@redhat.com>
27650
27651         New script and module: mktempd
27652         * MODULES.html.sh (maint+release support): Add mktempd.
27653         * build-aux/mktempd: New file.
27654         * modules/mktempd: New file.
27655
27656 2008-03-15  Jim Meyering  <meyering@redhat.com>
27657
27658         Undo last change.
27659         * lib/sha1.c, lib/md5.c: 63 != ~63.
27660         Reported by Andreas Schwab.
27661
27662         sha1.c, md5.c: Hoist a redundant expression.
27663         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27664         "ctx->buflen" only once, before calling *_process_block.
27665         * lib/md5.c (md5_process_bytes): Likewise.
27666
27667 2008-03-14  Eric Blake  <ebb9@byu.net>
27668
27669         Bump copyright year in files generated by gnulib-tool.
27670         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27671         gnulib-tool, rather than hard-coding it.
27672
27673         Fix 'gnulib-tool --version' output to work with git.
27674         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27675         (startup): ...here.
27676         (func_version): Use it to invoke git-version-gen, rather than
27677         relying on CVS keyword expansion.  Modernize wording.
27678         (cvsdatestamp, last_checkin_date, version): Kill unused
27679         variables.
27680
27681 2008-03-12  Jim Meyering  <meyering@redhat.com>
27682
27683         Recognize optional cast of the argument to free.
27684         * build-aux/useless-if-before-free: Update regexps.
27685
27686         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27687
27688 2008-03-11  Bruno Haible  <bruno@clisp.org>
27689
27690         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27691         by a single package.
27692         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27693         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27694         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27695         Reported by Sam Steingold <sds@gnu.org>.
27696
27697 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27698
27699         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27700         repositories.
27701
27702 2008-03-11  Bruno Haible  <bruno@clisp.org>
27703
27704         Avoid conflicts between local macro definitions.
27705         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27706         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27707
27708 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27709             Bruno Haible  <bruno@clisp.org>
27710
27711         Make va_copy work with some version of xlc on AIX 5.1.
27712         * lib/stdarg.in.h: New file.
27713         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27714         On AIX, use a <stdarg.h> file substitute.
27715         * modules/stdarg (Files): Add lib/stdarg.in.h.
27716         (Depends-on): Add include_next.
27717         (Makefile.am): Build a stdarg.h substitute if requested.
27718         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27719
27720 2008-03-10  Bruno Haible  <bruno@clisp.org>
27721
27722         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27723         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27724         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27725
27726 2008-03-10  Bruno Haible  <bruno@clisp.org>
27727
27728         * modules/stdlib (Depends-on): Add include_next, remove
27729         absolute-header.
27730
27731 2008-03-09  Bruno Haible  <bruno@clisp.org>
27732
27733         * lib/freadahead.h (freadahead): Document more precisely.
27734         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27735         the sum of both buffer sizes.
27736         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27737         * NEWS: Document the change.
27738
27739 2008-03-09  Bruno Haible  <bruno@clisp.org>
27740
27741         Extend freadptr to return also the buffer size.
27742         * lib/freadptr.h (freadptr): Add sizep argument.
27743         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27744         (freadptr): Add sizep argument. Determine buffer size like freadahead
27745         does.
27746         * tests/test-freadptr.c: Don't include freadahead.h.
27747         (main): Adapt for new calling convention of freadptr.
27748         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27749         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27750         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27751         tests/test-freadptr2.sh.
27752         (Depends): Remove freadahead.
27753         (TESTS): Add test-freadptr2.sh.
27754         (check_PROGRAMS): Add test-freadptr2.
27755
27756 2008-03-09  Bruno Haible  <bruno@clisp.org>
27757
27758         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27759         Report and solution by Simon Josefsson.
27760
27761 2008-03-06  Bruno Haible  <bruno@clisp.org>
27762
27763         Make fflush after ungetc work on BSD platforms.
27764         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27765         * tests/test-fflush2.c: New file.
27766         * tests/test-fflush2.sh: New file.
27767         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27768         tests/test-fflush2.c.
27769         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27770         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27771
27772 2008-03-06  Eric Blake  <ebb9@byu.net>
27773
27774         Likewise for ftello.
27775         * modules/ftello (Dependencies): Add extensions.
27776         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27777
27778 2008-03-06  Bruno Haible  <bruno@clisp.org>
27779
27780         * modules/fseeko (Dependencies): Add extensions.
27781         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27782         Needed on glibc systems.
27783
27784 2008-03-06  Bruno Haible  <bruno@clisp.org>
27785
27786         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27787         email address.
27788         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27789
27790 2008-03-06  Bruno Haible  <bruno@clisp.org>
27791
27792         * users.txt: Add libgnupdf.
27793
27794 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27795
27796         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27797         (Header File Substitutes, Function Substitutes,
27798         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27799         (Build robot for gnulib): Fix typo.
27800
27801 2008-03-06  Bruno Haible  <bruno@clisp.org>
27802
27803         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27804         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27805
27806 2008-03-06  Bruno Haible  <bruno@clisp.org>
27807
27808         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27809         * doc/gnulib.texi: Include it.
27810
27811 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27812
27813         * modules/func (License): Change license to unlimited; there was
27814         no LGPL parts in the module anyway.
27815
27816 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27817
27818         * modules/__func__: Renamed to modules/func.
27819         * modules/__func__-tests: Renamed to modules/func-tests.
27820         * tests/test-__func__.c: Renamed to tests/test-func.c.
27821         * m4/__func__.m4: Renamed to m4/func.m4.
27822         * doc/gnulib.texi (__func__): Section renamed to func.
27823         Suggested by Eric Blake <ebb9@byu.net>.
27824
27825 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27826
27827         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27828         about __func__.  Make example self-contained.  Suggested by Eric
27829         Blake <ebb9@byu.net>.
27830
27831         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27832         Suggested by Eric Blake <ebb9@byu.net>.
27833
27834 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27835
27836         * modules/__func__: New file.
27837         * modules/__func__-tests: New file.
27838         * tests/test-__func__.c: New file.
27839         * m4/__func__.m4: New file.
27840         * doc/gnulib.texi (__func__): Document __func__ module.
27841
27842 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27843
27844         * modules/byteswap (License): Re-license as LGPLv2+.
27845
27846 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27847
27848         * doc/Makefile: Add pdf target.
27849
27850 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27851
27852         * modules/inline (License): Use 'unlimited', since there are only
27853         *.m4 files in this module.
27854
27855 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27856             Bruno Haible  <bruno@clisp.org>
27857
27858         Add support for HP C 7.1 on OpenVMS 8.3.
27859         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27860
27861 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27862
27863         Update VMS specifics.
27864         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27865
27866 2008-03-02  Jim Meyering  <meyering@redhat.com>
27867
27868         Remove the last dependency on the "free" module.
27869         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27870         Reported by Bob Proulx.
27871
27872         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27873
27874         Remove useless "if" tests before free.  Deprecate "free" module.
27875         * doc/posix-functions/free.texi: Mention that this
27876         module is no longer useful.
27877         * modules/free (Notice): Say this module is obsolete.
27878         * modules/readutmp (Depends-on): Remove free.
27879         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27880         * lib/putenv.c (putenv): Likewise.
27881         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27882         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27883         * tests/test-c-strcasestr.c (main): Likewise.
27884         * tests/test-c-strstr.c (main): Likewise.
27885         * tests/test-mbscasestr1.c (main): Likewise.
27886         * tests/test-mbscasestr2.c (main): Likewise.
27887         * tests/test-mbsstr1.c (main): Likewise.
27888         * tests/test-mbsstr2.c (main): Likewise.
27889         * tests/test-memmem.c (main): Likewise.
27890         * tests/test-strcasestr.c (main): Likewise.
27891         * tests/test-striconv.c (main): Likewise.
27892         * tests/test-striconveh.c (main): Likewise.
27893         * tests/test-striconveha.c (main): Likewise.
27894         * tests/test-strstr.c (main): Likewise.
27895
27896         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27897
27898         bootstrap: sync from coreutils again
27899         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27900
27901 2008-03-01  Jim Meyering  <meyering@redhat.com>
27902
27903         bootstrap: sync from coreutils
27904         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27905         also when the target doesn't exist.
27906
27907 2008-03-01  Eric Blake  <ebb9@byu.net>
27908
27909         Fix bugs in last patch.
27910         * lib/memchr2.c (memchr2): Fix typo.
27911         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27912         extension.
27913         Reported by Bruce Korb.
27914
27915         New module 'memchr2'.
27916         * modules/memchr2: New file.
27917         * modules/memchr2-tests: Likewise.
27918         * lib/memchr2.h: Likewise.
27919         * lib/memchr2.c: Likewise, based on memchr.c.
27920         * tests/test-memchr2.c: New test.
27921         * MODULES.html.sh (String handling): Add memchr2.
27922
27923 2008-02-29  Bruno Haible  <bruno@clisp.org>
27924
27925         * modules/freadseek-tests: New file.
27926         * tests/test-freadseek.sh: New file.
27927         * tests/test-freadseek.c: New file.
27928
27929         New module 'freadseek'.
27930         * modules/freadseek: New file.
27931         * lib/freadseek.h: New file.
27932         * lib/freadseek.c: New file.
27933         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27934
27935 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27936
27937         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27938         wydawca.
27939
27940         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27941         program_invocation_name and program_invocation_short_name are
27942         present.
27943
27944 2008-02-28  Bruno Haible  <bruno@clisp.org>
27945
27946         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27947         * tests/test-freadptr.sh: Also test non-seekable stdin.
27948
27949 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27950
27951         * build-aux/bootstrap (source_base, m4_base)
27952         (doc_base, tests_base): New variables.
27953         (gnulib_tool_options): Do not hardcode base directories, use
27954         the above variables instead.
27955
27956 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27957
27958         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27959
27960 2008-02-28  Bruno Haible  <bruno@clisp.org>
27961
27962         * modules/freadptr-tests: New file.
27963         * tests/test-freadptr.sh: New file.
27964         * tests/test-freadptr.c: New file.
27965
27966         New module 'freadptr'.
27967         * modules/freadptr: New file.
27968         * lib/freadptr.h: New file.
27969         * lib/freadptr.c: New file.
27970         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27971
27972 2008-02-26  Karl Berry  <karl@freefriends.org>
27973
27974         Sync from Libtool:
27975         * libltdl/argz.c (argz_add, argz_count): New functions.
27976         * libltdl/argz.in.h: Declare them.
27977         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27978
27979 2008-02-22  Bruno Haible  <bruno@clisp.org>
27980
27981         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27982         is a pointer type.  Needed for HP-UX 10.
27983         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27984         * doc/posix-functions/gmtime_r.texi: Likewise.
27985         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27986
27987 2008-02-24  Bruno Haible  <bruno@clisp.org>
27988
27989         * modules/environ-tests: New file.
27990         * tests/test-environ.c: New file.
27991
27992         New module 'environ'.
27993         * modules/environ: New file.
27994         * lib/unistd.in.h (environ): New declaration.
27995         * m4/environ.m4: New file.
27996         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27997         after use.
27998         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27999         HAVE_DECL_ENVIRON.
28000         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
28001         HAVE_DECL_ENVIRON.
28002         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
28003         wrong claim that 'environ' is missing on some systems.
28004         * modules/execute (Depends-on): Add environ.
28005         * lib/execute.c (environ): Remove fallback declaration.
28006         * modules/pipe (Depends-on): Add environ.
28007         * lib/pipe.c (environ): Remove fallback declaration.
28008         * modules/setenv (Depends-on): Add environ.
28009         * lib/setenv.c (environ): Remove fallback declaration.
28010         * modules/unsetenv (Depends-on): Add environ.
28011         * lib/unsetenv.c (environ): Remove fallback declaration.
28012         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
28013         m4/environ.m4.
28014         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
28015         (gl_PREREQ_UNSETENV): Likewise.
28016
28017 2008-02-24  Bruno Haible  <bruno@clisp.org>
28018
28019         * doc/posix-functions/environ.texi: Document the MacOS X problem.
28020
28021 2008-02-20  Bob Proulx  <bob@proulx.com>
28022
28023         Enable use of older two part flavor 'git describe'.
28024         * build-aux/git-version-gen: If using the older two part flavor of
28025         git version then recreate the third part now present in the
28026         newer three part flavor of git describe.
28027
28028 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
28029
28030         * lib/fts.c (fts_build): Typo correction to comment.
28031
28032 2008-02-17  Bruno Haible  <bruno@clisp.org>
28033
28034         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
28035         generating no-op conflicts.
28036
28037 2008-02-17  Bruno Haible  <bruno@clisp.org>
28038
28039         Speed up by 10%.
28040         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
28041         result_entries, rather than an index-based loop.
28042
28043 2008-02-17  Bruno Haible  <bruno@clisp.org>
28044
28045         Speed up by 25%.
28046         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
28047         'hashcode_cached'.
28048         (entry_create): New function.
28049         (entry_hashcode): Use the cached hashcode if possible.
28050         (read_changelog_file, try_split_merged_entry): Use entry_create.
28051
28052 2008-02-17  Bruno Haible  <bruno@clisp.org>
28053
28054         Speed up from O(n^2) to O(n) for long ChangeLog files.
28055         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28056         (read_changelog_file): Change implementation of entries_reversed list
28057         to rbtreehash.
28058         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28059
28060 2008-02-17  Bruno Haible  <bruno@clisp.org>
28061
28062         New option --split-merged-entry.
28063         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28064         (find_paragraph_end, try_split_merged_entry): New functions.
28065         (long_options): Add option --split-merged-entry.
28066         (usage): Document option --split-merged-entry.
28067         (main): Implement option --split-merged-entry.
28068         Reported by Eric Blake.
28069
28070 2008-02-17  Bruno Haible  <bruno@clisp.org>
28071
28072         * lib/git-merge-changelog.c: Include c-strstr.h.
28073         (main): Support the "git pull --rebase" situation.
28074         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28075         Reported by Eric Blake.
28076
28077 2008-02-16  Eric Blake  <ebb9@byu.net>
28078
28079         Avoid doubling \ in common case of "c-maybe" quoting style.
28080         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28081         eliding outer quotes.
28082         * lib/quotearg.h: Document this.
28083         * tests/test-quotearg.c (result_strings, inputs, results_g)
28084         (flag_results, locale_results): Test it by adding a new string to
28085         each test group.
28086         (compare_strings): Test new string.
28087
28088 2008-02-13  Eric Blake  <ebb9@byu.net>
28089
28090         Avoid trigraph quoting in default output.
28091         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28092         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28093         unless explicitly requested.
28094         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28095
28096 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28097
28098         Don't rely on signed integer overflowing to negative value.
28099         * lib/getugroups.c (getugroups): Include <limits.h>.
28100         Instead, compare against INT_MAX, and increment only if the test passes.
28101
28102 2008-02-13  Jim Meyering  <meyering@redhat.com>
28103         and Eric Blake  <ebb9@byu.net>
28104
28105         Avoid shadowing warning and compile errors on Linux.
28106         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28107         forwarding macros on Linux.
28108         (dcgettext): Define a stub, for Linux.
28109         (results_g, main): Avoid warnings.
28110
28111 2008-02-12  Eric Blake  <ebb9@byu.net>
28112
28113         Silence warning in last patch.
28114         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28115
28116         Quotearg part 4: add tests, fix c-maybe colon quoting.
28117         * lib/quotearg.h: Improve documentation.
28118         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28119         escapes when adding outer quotes.  When quoting trigraphs, use
28120         valid C notation.  When quoting NUL, omit extra characters if next
28121         character is not digit.  Alter prototype.
28122         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28123         callers.
28124         * modules/quotearg-tests: New module.
28125         * tests/test-quotearg.c: New test.
28126
28127 2008-02-07  Eric Blake  <ebb9@byu.net>
28128
28129         Quotearg part 3: add flag to control outer quote elision.
28130         * lib/quotearg.h (c_maybe_quoting_style): New style.
28131         (enum quoting_flags): Better documentation of flags.
28132         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28133         c-maybe style.
28134         (quotearg_buffer_restyled): Handle new flag to elide outer
28135         quotes.
28136
28137         Quotearg part 2: add flag that can control NUL elision.
28138         * lib/quotearg.h (set_quoting_flags): New prototype.
28139         * lib/quotearg.c (struct quoting_options): Add flag field.
28140         (set_quoting_flags): New function.
28141         (quotearg_buffer_restyled): Add flags parameter.
28142         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28143         (quotearg_n_options): Set the flag, since length cannot be
28144         returned.
28145         (quoting_options_from_style): Default flags correctly.
28146
28147         Quotearg part 1: more wrappers, restore quotearg_char state.
28148         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28149         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28150         (quotearg_colon_mem): New wrappers.
28151         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28152         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28153         functions.
28154         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28155         (quotearg_colon_mem): New functions.
28156
28157 2008-02-11  Bruno Haible  <bruno@clisp.org>
28158
28159         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28160         library in the current directory: it does not work with parallel make.
28161         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28162
28163 2008-02-11  Bruno Haible  <bruno@clisp.org>
28164
28165         * .gitattributes: New file.
28166
28167 2008-02-11  Jim Meyering  <meyering@redhat.com>
28168
28169         useless-if-before-free: Fix reversed exit values.
28170         * build-aux/useless-if-before-free: Use correct values
28171         for EXIT_MATCH and EXIT_NO_MATCH.
28172
28173         * build-aux/useless-if-before-free: Close stdout carefully.
28174
28175 2008-02-10  Bruno Haible  <bruno@clisp.org>
28176
28177         New module 'git-merge-changelog'.
28178         * modules/git-merge-changelog: New file.
28179         * lib/git-merge-changelog.c: New file.
28180
28181 2008-02-10  Jim Meyering  <meyering@redhat.com>
28182
28183         useless-if-before-free: New option: --list (-l).
28184
28185         useless-if-before-free: Don't exit immediately upon open failure.
28186         * build-aux/useless-if-before-free: Exit 2 for errors.
28187         Upon failure to open a file, don't exit immediately.
28188         Rather, just warn and continue with any remaining files.
28189
28190 2008-02-10  Bruno Haible  <bruno@clisp.org>
28191
28192         New abstract list operation 'node_set_value'.
28193         * lib/gl_list.h (gl_list_node_set_value): New function.
28194         (struct gl_list_implementation): New field node_set_value.
28195         * lib/gl_list.c (gl_list_node_set_value): New function.
28196         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28197         (gl_array_list_implementation): Update.
28198         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28199         (gl_carray_list_implementation): Update.
28200         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28201         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28202         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28203         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28204         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28205         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28206         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28207         Update.
28208         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28209         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28210         (gl_sublist_list_implementation): Update.
28211
28212 2008-02-10  Bruno Haible  <bruno@clisp.org>
28213
28214         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28215         Needed when ELEMENT is #defined to 'some_type *'.
28216
28217 2008-02-10  Jim Meyering  <meyering@redhat.com>
28218
28219         New script and module: useless-if-before-free
28220         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28221         * build-aux/useless-if-before-free: New file.
28222         * modules/useless-if-before-free: New file.
28223
28224         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28225
28226         xstrtol_error: Fix typo.
28227         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28228         s/exit_failure/exit_status/.
28229
28230 2008-02-09  Jim Meyering  <meyering@redhat.com>
28231
28232         New script and module: gitlog-to-changelog
28233         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28234         * modules/gitlog-to-changelog: New file.
28235         * build-aux/gitlog-to-changelog: New file.
28236
28237 2008-02-08  Jim Meyering  <meyering@redhat.com>
28238
28239         Avoid two "parameter unused" warnings.
28240         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28241         Mark "st" as used.
28242
28243         Use "git COMMAND", not "git-COMMAND".
28244         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28245         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28246         * build-aux/git-version-gen: Use "git status", not "git-status".
28247
28248 2008-02-07  Bruno Haible  <bruno@clisp.org>
28249
28250         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28251         Avoids a crash on Windows Vista.
28252         Reported by Adam Strzelecki <ono@java.pl> via
28253         Simon Josefsson <simon@josefsson.org>.
28254
28255 2008-02-06  Bruno Haible  <bruno@clisp.org>
28256
28257         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28258         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28259         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28261         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28262         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28263         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28264         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28265         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28266         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28267         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28268         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28269         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28270         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28271         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28272         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28273         left-adjust flag.
28274         * tests/test-snprintf-posix.h (test_function): Likewise.
28275         * tests/test-sprintf-posix.h (test_function): Likewise.
28276         * tests/test-vasprintf-posix.c (test_function): Likewise.
28277         * doc/posix-functions/fprintf.texi: Update.
28278         * doc/posix-functions/printf.texi: Update.
28279         * doc/posix-functions/snprintf.texi: Update.
28280         * doc/posix-functions/sprintf.texi: Update.
28281         * doc/posix-functions/vfprintf.texi: Update.
28282         * doc/posix-functions/vprintf.texi: Update.
28283         * doc/posix-functions/vsnprintf.texi: Update.
28284         * doc/posix-functions/vsprintf.texi: Update.
28285         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28286
28287 2008-02-06  Bruno Haible  <bruno@clisp.org>
28288
28289         Fix bug introduced on 2008-01-26.
28290         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28291
28292 2008-02-06  Bruno Haible  <bruno@clisp.org>
28293
28294         Fix bug introduced on 2007-06-10.
28295         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28296         !NEED_PRINTF_FLAG_ZERO.
28297
28298 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28299
28300         getloadavg: use libperfstat on AIX5
28301         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28302
28303 2008-02-03  Bruno Haible  <bruno@clisp.org>
28304
28305         * lib/diffseq.h: Add comments about required #includes.
28306         Reported by Michael Biggs <gnulib@doubleplum.net>.
28307
28308 2008-02-01  Bruno Haible  <bruno@clisp.org>
28309
28310         * users.txt: Add gnuit.
28311
28312 2008-01-31  Bruno Haible  <bruno@clisp.org>
28313
28314         * lib/md4.c (set_uint32): Mark as inline.
28315         * lib/md5.c (set_uint32): Likewise.
28316         * lib/sha1.c (set_uint32): Likewise.
28317         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28318         * m4/md5.m4 (gl_MD5): Likewise.
28319         * m4/sha1.m4 (gl_SHA1): Likewise.
28320
28321 2008-01-31  Jim Meyering  <meyering@redhat.com>
28322
28323         Use "sizeof VAR", rather than a literal "4".
28324         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28325         * lib/md4.c (md4_read_ctx): Likewise.
28326         * lib/sha1.c (sha1_read_ctx): Likewise.
28327
28328 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28329
28330         * tests/test-sha1.c: New file, based on test-md5.c.
28331
28332         * modules/crypto/sha1-tests: New file.
28333
28334 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28335
28336         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28337
28338 2008-01-31  Jim Meyering  <meyering@redhat.com>
28339
28340         Prefer "sizeof v" over the equivalent "4".
28341         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28342         * lib/md5.c (set_uint32): Likewise.
28343         * lib/sha1.c (set_uint32): Likewise.
28344
28345 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28346
28347         * lib/sha1.c (set_uint32): Mark function as static.
28348
28349 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28350
28351         md2: clarify comments to say that alignment is not required.
28352         * lib/md2.h: Remove warning about alignment in comment.
28353         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28354         never been required.
28355
28356 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28357
28358         md4: adapt alignment constraint fix from sha1.
28359         * lib/md4.c (set_uint32): New function, from sha1.c
28360         (md4_read_ctx): Use it.
28361         (md4_finish_ctx): Doc fix.
28362         * lib/md4.h: Doc fix.
28363
28364 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28365
28366         md5: adapt alignment constraint fix from sha1.
28367         * lib/md5.c (set_uint32): New function, from sha1.c
28368         (md5_read_ctx): Use it.
28369         (md5_finish_ctx): Doc fix.
28370         * lib/md5.h: Doc fix.
28371
28372 2008-01-30  Peter Palfrader  <weasel@debian.org>
28373
28374         sha1: remove the result buffer alignment constraint
28375         * lib/sha1.c (set_uint32): New function.
28376         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28377         constraint.
28378         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28379         * lib/sha1.h: Likewise.
28380
28381 2008-01-30  Andreas Schwab  <schwab@suse.de>
28382             Bruno Haible  <bruno@clisp.org>
28383
28384         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28385         correct definition of LDBL_MIN_EXP.
28386
28387 2008-01-30  Karl Berry  <karl@gnu.org>
28388
28389         * config/srclist-update: try to preserve x bit on updates.
28390         * config/srclistvars.sh: update for karl.
28391
28392 2008-01-29  Jim Meyering  <meyering@redhat.com>
28393
28394         vasnprintf.c: Avoid warning about unused label
28395         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28396         "overflow" label definition and associated code with the
28397         same cpp condition that guards the sole use of that label.
28398
28399 2008-01-26  Bruno Haible  <bruno@clisp.org>
28400
28401         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28402         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28403         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28404         * lib/isnanl-nolibm.h (isnanl): Likewise.
28405         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28406
28407 2008-01-26  Bruno Haible  <bruno@clisp.org>
28408
28409         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28410         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28411
28412 2008-01-26  Bruno Haible  <bruno@clisp.org>
28413
28414         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28415         GCC >= 4.0 built-in.
28416         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28417
28418 2008-01-26  Bruno Haible  <bruno@clisp.org>
28419
28420         Rename isnan, applicable to 'double' only, to isnand.
28421         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28422         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28423         (configure.ac): Update.
28424         (Include): Replace "isnan.h" with "isnand.h".
28425         * m4/isnand.m4: Renamed from m4/isnan.m4.
28426         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28427         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28428         instead of isnan.c.
28429         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28430         instead of HAVE_ISNAN_IN_LIBC.
28431         (isnand): Renamed from isnan.
28432         * lib/isnand.c: New file.
28433         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28434         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28435         (Makefile.am): Update.
28436         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28437         Include isnand.h instead of isnan.h.
28438         (main): Test isnand instead of isnan.
28439         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28440         isnan-nolibm.
28441         * modules/frexp (Depends-on): Likewise.
28442         * modules/frexp-tests (Depends-on): Likewise.
28443         * modules/frexp-nolibm (Depends-on): Likewise.
28444         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28445         * modules/isfinite (Depends-on): Likewise.
28446         * modules/round-tests (Depends-on): Likewise.
28447         * modules/signbit (Depends-on): Likewise.
28448         * modules/signbit-tests (Depends-on): Likewise.
28449         * modules/snprintf-posix (Depends-on): Likewise.
28450         * modules/sprintf-posix (Depends-on): Likewise.
28451         * modules/trunc-tests (Depends-on): Likewise.
28452         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28453         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28454         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28455         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28456         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28457         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28458         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28459         * modules/vasnprintf-posix (Depends-on): Likewise.
28460         * modules/vasprintf-posix (Depends-on): Likewise.
28461         * modules/vfprintf-posix (Depends-on): Likewise.
28462         * modules/vsnprintf-posix (Depends-on): Likewise.
28463         * modules/vsprintf-posix (Depends-on): Likewise.
28464         * lib/frexp.c: Include isnand.h instead of isnan.h.
28465         (ISNAN): Set to isnand instead of isnan.
28466         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28467         (gl_isfinited): Use isnand instead of isnan.
28468         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28469         (gl_signbitd): Use isnand instead of isnan.
28470         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28471         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28472         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28473         (main): Use isnand instead of isnan.
28474         * tests/test-round1.c: Include isnand.h.
28475         (main): Use isnand instead of isnan.
28476         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28477         (ISNAN): Set to isnand instead of isnan.
28478         * tests/test-trunc1.c: Include isnand.h.
28479         (main): Use isnand instead of isnan.
28480         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28481         (equal): Use isnand instead of isnan.
28482         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28483         isnand-nolibm.
28484         * NEWS: Mention the change.
28485
28486 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28487             Bruno Haible  <bruno@clisp.org>
28488
28489         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28490         the GCC builtins for signbits are present and set
28491         REPLACE_SIGNBIT_USING_GCC if so.
28492         * lib/math.in.h (signbit): Define using GCC builtins if
28493         REPLACE_SIGNBIT_USING_GCC is set.
28494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28495         REPLACE_SIGNBIT_USING_GCC.
28496         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28497
28498 2008-01-25  Jim Meyering  <meyering@redhat.com>
28499
28500         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28501         * lib/poll.c: Include <config.h>, not "config.h".
28502         * tests/test-getaddrinfo.c: Likewise.
28503
28504 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28505
28506         * modules/sockets-tests: New file.
28507
28508 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28509
28510         * modules/sockets: New module, can be used to call WSA_Startup and
28511         WSA_Cleanup when needed.
28512
28513         * lib/sockets.h, lib/sockets.c: New files.
28514
28515         * m4/sockets.m4: New file.
28516
28517         * tests/test-sockets.c: New file.
28518
28519 2008-01-19  Bruno Haible  <bruno@clisp.org>
28520
28521         * doc/posix-headers: Renamed from doc/headers.
28522         * doc/posix-functions: Renamed from doc/functions.
28523         * doc/gnulib.texi: Update.
28524
28525 2008-01-19  Bruno Haible  <bruno@clisp.org>
28526
28527         * doc/glibc-functions/strcasestr.texi: Include contents of
28528         doc/functions/strcasestr.texi, fixing the list of platforms.
28529         * doc/functions/strcasestr.texi: Remove file.
28530
28531 2008-01-19  Bruno Haible  <bruno@clisp.org>
28532
28533         * doc/glibc-functions/memmem.texi: Include contents of
28534         doc/functions/memmem.texi.
28535         * doc/functions/memmem.texi: Remove file.
28536
28537 2008-01-18  Bruno Haible  <bruno@clisp.org>
28538
28539         * doc/glibc-functions/*.texi: New files.
28540         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28541         to use the new files.
28542
28543 2008-01-17  Bruno Haible  <bruno@clisp.org>
28544
28545         * tests/test-gethostname.c (main): Fix printf statement.
28546
28547 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28548
28549         * modules/gethostname-tests: New file.
28550
28551         * tests/test-gethostname.c: New file.
28552
28553 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28554
28555         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28556         used by the UNAME case.  Reported by Bruno Haible
28557         <bruno@clisp.org>.
28558
28559 2008-01-17  Eric Blake  <ebb9@byu.net>
28560
28561         Convert c-strcasestr to be more efficient.
28562         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28563         (Depends-on): Add c-strcase, remove malloca, strnlen.
28564         * tests/test-c-strcasestr.c (main): Enhance test.
28565         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28566
28567 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28568
28569         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28570         Use it in creating po/Makevars.
28571
28572 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28573
28574         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28575         Applications that requires it should initialize libgcrypt
28576         manually.
28577
28578 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28579
28580         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28581
28582 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         Fix problem with getdate on mingw32 reported by Simon Josefsson
28585         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28586         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28587         tzname", when deciding whether to declare tzname.
28588         * lib/strftime.c (tzname): Likewise.
28589
28590 2008-01-15  Bruno Haible  <bruno@clisp.org>
28591
28592         Work around a MacOS X 10.5 bug in frexpl().
28593         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28594         * doc/functions/frexpl.texi: Document the bug.
28595         Reported by Elias Pipping <pipping@gentoo.org>.
28596
28597 2008-01-14  Eric Blake  <ebb9@byu.net>
28598
28599         Touch up previous patch.
28600         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28601         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28602
28603         Convert strcasestr module to use Two-Way algorithm.
28604         * modules/strcasestr-simple: New module, based on the old
28605         strcasestr, but with Two-Way rather than KMP.
28606         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28607         * lib/string.in.h (rpl_strcasestr): Declare.
28608         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28609         performance.
28610         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28611         * modules/string (Makefile.am): Support strcasestr.
28612         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28613         * modules/strcasestr-tests (Depends-on): Check for alarm.
28614         * tests/test-strcasestr.c: Augment test.
28615         * lib/str-two-way.h: Clean up stray macro.
28616         * NEWS: Document new module.
28617         * MODULES.html.sh (string handling): Likewise.
28618         * doc/functions/strcasestr.texi: New file.
28619         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28620         here, since it is not a POSIX function.
28621
28622 2008-01-14  Colin Watson  <cjwatson@debian.org>
28623             Bruno Haible  <bruno@clisp.org>
28624
28625         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28626         works fine; if not, set REPLACE_STRSIGNAL.
28627         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28628         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28629         REPLACE_STRSIGNAL.
28630         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28631         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28632         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28633
28634 2008-01-14  Bruno Haible  <bruno@clisp.org>
28635
28636         * modules/strsignal (Include): Change to <string.h>.
28637
28638 2008-01-14  Colin Watson  <cjwatson@debian.org>
28639
28640         * modules/argp (Notice): Add a notice recommending to change
28641         XGETTEXT_OPTIONS.
28642         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28643
28644 2008-01-13  Colin Watson  <cjwatson@debian.org>
28645
28646         * modules/strsignal-tests: New file.
28647         * tests/test-strsignal.c: New file.
28648
28649         * lib/strsignal.c: New file, from glibc with modifications.
28650         * lib/siglist.h: New file, from glibc with modifications.
28651         * lib/string.in.h (strsignal): New declaration.
28652         * m4/strsignal.m4: New file.
28653         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28654         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28655         * modules/strsignal: New file.
28656         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28657         HAVE_DECL_STRSIGNAL.
28658
28659 2008-01-13  Bruno Haible  <bruno@clisp.org>
28660
28661         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28662         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28663         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28664         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28665
28666 2008-01-13  Bruno Haible  <bruno@clisp.org>
28667
28668         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28669         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28670         * lib/argp.h (__attribute__): Likewise.
28671         * lib/c-stack.c (__attribute__): Likewise.
28672         * lib/error.h (__attribute__): Likewise.
28673         * lib/fts.c (__attribute__): Likewise.
28674         * lib/openat.h (__attribute__): Likewise.
28675         * lib/stdio.in.h (__attribute__): Likewise.
28676         * lib/string.in.h (__attribute__): Likewise.
28677         * lib/utimens.c (__attribute__): Likewise.
28678         * lib/vasnprintf.h (__attribute__): Likewise.
28679         * lib/xalloc.h (__attribute__): Likewise.
28680         * lib/xprintf.h (__attribute__): Likewise.
28681         * lib/xstrtol.h (__attribute__): Likewise.
28682         * lib/xvasprintf.h (__attribute__): Likewise.
28683
28684 2008-01-12  Bruno Haible  <bruno@clisp.org>
28685
28686         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28687         * doc/glibc-headers/a.out.texi: New file.
28688         * doc/glibc-headers/aliases.texi: New file.
28689         * doc/glibc-headers/alloca.texi: New file.
28690         * doc/glibc-headers/ar.texi: New file.
28691         * doc/glibc-headers/argp.texi: New file.
28692         * doc/glibc-headers/argz.texi: New file.
28693         * doc/glibc-headers/byteswap.texi: New file.
28694         * doc/glibc-headers/crypt.texi: New file.
28695         * doc/glibc-headers/endian.texi: New file.
28696         * doc/glibc-headers/envz.texi: New file.
28697         * doc/glibc-headers/err.texi: New file.
28698         * doc/glibc-headers/error.texi: New file.
28699         * doc/glibc-headers/execinfo.texi: New file.
28700         * doc/glibc-headers/fpu_control.texi: New file.
28701         * doc/glibc-headers/fstab.texi: New file.
28702         * doc/glibc-headers/fts.texi: New file.
28703         * doc/glibc-headers/getopt.texi: New file.
28704         * doc/glibc-headers/ieee754.texi: New file.
28705         * doc/glibc-headers/ifaddrs.texi: New file.
28706         * doc/glibc-headers/libintl.texi: New file.
28707         * doc/glibc-headers/mcheck.texi: New file.
28708         * doc/glibc-headers/mntent.texi: New file.
28709         * doc/glibc-headers/obstack.texi: New file.
28710         * doc/glibc-headers/paths.texi: New file.
28711         * doc/glibc-headers/printf.texi: New file.
28712         * doc/glibc-headers/pty.texi: New file.
28713         * doc/glibc-headers/resolv.texi: New file.
28714         * doc/glibc-headers/shadow.texi: New file.
28715         * doc/glibc-headers/sysexits.texi: New file.
28716         * doc/glibc-headers/ttyent.texi: New file.
28717
28718 2008-01-12  Jim Meyering  <meyering@redhat.com>
28719
28720         announce-gen: emit Gnulib's git-based version string.
28721         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28722         New option --gnulib-version=V, where V is expected to be
28723         the output of running git describe in the gnulib directory.
28724         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28725         not useful, and plan to stop publishing an xdelta file with each
28726         coreutils release.
28727
28728         * build-aux/announce-gen: Also check for lzma-compressed files.
28729
28730 2008-01-11  Bruno Haible  <bruno@clisp.org>
28731
28732         * tests/test-memmem.c (main): Increase maximum allowed time.
28733         * tests/test-strstr.c (main): Likewise.
28734
28735 2008-01-11  Bruno Haible  <bruno@clisp.org>
28736
28737         * doc/functions/memmem.texi: Add more precisions about platforms.
28738         * doc/functions/strstr.texi: Likewise.
28739
28740 2008-01-10  Eric Blake  <ebb9@byu.net>
28741
28742         * m4/strstr.m4: Delete cruft from copy-n-paste.
28743         Reported by Bruno Haible.
28744
28745 2008-01-10  Bruno Haible  <bruno@clisp.org>
28746
28747         Make c-strstr rely on strstr.
28748         * lib/c-strstr.c: Don't include str-kmp.h.
28749         (c_strstr): Define in terms of strstr.
28750         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28751         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28752
28753 2008-01-10  Bruno Haible  <bruno@clisp.org>
28754
28755         * doc/gnulib.texi (String Functions in C Locale): New section.
28756         * doc/c-ctype.texi: New file.
28757         * doc/c-strcase.texi: New file.
28758         * doc/c-strcaseeq.texi: New file.
28759         * doc/c-strcasestr.texi: New file.
28760         * doc/c-strstr.texi: New file.
28761         * doc/c-strtod.texi: New file.
28762         * doc/c-strtold.texi: New file.
28763
28764 2008-01-10  Eric Blake  <ebb9@byu.net>
28765
28766         * lib/relocatable.h: Fix a comment.
28767
28768 2008-01-10  Eric Blake  <ebb9@byu.net>
28769
28770         Share two-way algorithm.
28771         * lib/str-two-way.h: New file, merged from...
28772         * lib/memmem.c: ...here...
28773         * lib/strstr.c: ...and here.
28774         * modules/memmem (Files): Use it.
28775         * modules/strstr (Files): Likewise.
28776
28777         Avoid quadratic strstr implementations.
28778         * lib/strstr.c: New file.
28779         * m4/strstr.m4: Likewise.
28780         * modules/strstr: Likewise.
28781         * modules/strstr-tests: Likewise.
28782         * tests/test-strstr.c: Likewise.
28783         * lib/string.in.h (rpl_strstr): Declare.
28784         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28785         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28786         * modules/string (Makefile.am): Likewise.
28787         * MODULES.html.sh (string handling): Mention new module.
28788         * doc/functions/strstr.texi (strstr): Document the bug.
28789
28790 2008-01-10  Bruno Haible  <bruno@clisp.org>
28791
28792         * lib/relocatable.h (relocate): State whether result is freshly
28793         allocated or not.
28794         * lib/relocatable.c (relocate): Return a freshly allocated string
28795         instead of a pointer to a privately held string.
28796         Reported by Sylvain Beucler <beuc@gnu.org>.
28797
28798 2008-01-10  Colin Watson  <cjwatson@debian.org>
28799
28800         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28801         s/S_ISNLK/S_ISLNK/.
28802
28803 2008-01-09  Bruno Haible  <bruno@clisp.org>
28804
28805         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28806         and other files.
28807         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28808         if it's only a guess.
28809         * modules/memmem: Simplify by depending on memmem-simple.
28810
28811 2008-01-09  Bruno Haible  <bruno@clisp.org>
28812
28813         Work around OpenBSD 4.0 tdelete() bug.
28814         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28815         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28816         macros and don't redefine the enum values.
28817         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28818         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28819         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28820
28821 2008-01-09  Bruno Haible  <bruno@clisp.org>
28822
28823         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28824         (main): Don't perform the tests if setlocale did not install a UTF-8
28825         locale. Needed on OpenBSD 4.0.
28826         * modules/wcwidth-tests (Depends-on): Add localcharset.
28827
28828 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28829
28830         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28831         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28832         * NEWS: announce this.
28833         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28834
28835 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28836         and Eric Blake  <ebb9@byu.net>
28837
28838         Add memmem-simple module.
28839         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28840         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28841         * modules/memmem-simple: New file.
28842         * modules/memmem (Description): Tweak.
28843         * MODULES.html.sh (string handling): Mention new module.
28844         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28845         addressed by memmem-simple.
28846         * NEWS: Document the difference.
28847
28848 2008-01-09  Eric Blake  <ebb9@byu.net>
28849
28850         Give gcc some memmem optimization hints.
28851         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28852         (strcasestr): Declare as pure.
28853         * modules/memmem (Maintainer): Claim my implementation.
28854
28855 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28856
28857         Support AIX 6.1 and higher.
28858         * build-aux/config.libpath: Likewise.
28859         * build-aux/config.rpath: Likewise.
28860
28861 2008-01-08  Jim Meyering  <meyering@redhat.com>
28862             Bruno Haible  <bruno@clisp.org>
28863
28864         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28865         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28866         Reported by Peter Fales in
28867         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28868
28869 2008-01-08  Bruno Haible  <bruno@clisp.org>
28870
28871         * modules/unictype/category-of (Depends-on): Add
28872         unictype/category-none.
28873         * modules/unictype/category-and-tests (Depends-on): Add
28874         unictype/category-{L,N,Lu,Nd}.
28875         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28876         * modules/unictype/category-or-tests (Depends-on): Add
28877         unictype/category-{L,N}.
28878         * modules/unictype/category-name-tests (Depends-on): Add
28879         unictype/category-{Z,Nl}.
28880         Reported by Simon Josefsson.
28881
28882 2008-01-08  Bruno Haible  <bruno@clisp.org>
28883
28884         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28885         convention better.
28886         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28887         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28888         Reported by Peter Miller <millerp@canb.auug.org.au>.
28889
28890 2008-01-08  Eric Blake  <ebb9@byu.net>
28891
28892         Rewrite memmem to guarantee linear complexity without malloc.
28893         * lib/memmem.c (memmem): Use Two-Way rather than
28894         Knuth-Morris-Pratt, to allow O(1) space usage.
28895         (critical_factorization, two_way_short_needle)
28896         (two_way_long_needle): New functions.
28897         (knuth_morris_pratt): Delete.
28898         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28899         Add stdint.
28900         * tests/test-memmem.c (main): Add tests for periodic needle and
28901         sublinear performance.
28902         * doc/functions/memmem.texi (memmem): Document other deficiencies
28903         in cygwin and older glibc.
28904
28905 2008-01-08  Bruno Haible  <bruno@clisp.org>
28906
28907         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28908         augmentation.
28909
28910 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28911
28912         Add a configure time option: --disable-acl.
28913         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28914         AC_ARG_ENABLE(acl).
28915
28916 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28917
28918         * tests/test-localename.c: Don't include obsolete "setenv.h".
28919
28920         * modules/localename-tests (Depends-on): Need unsetenv.
28921
28922 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28923
28924         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28925
28926 2008-01-06  Colin Watson  <cjwatson@debian.org>
28927
28928         * users.txt: Add man-db.
28929
28930 2008-01-07  Bruno Haible  <bruno@clisp.org>
28931
28932         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28933         previous section name.
28934
28935 2008-01-07  Bruno Haible  <bruno@clisp.org>
28936
28937         * lib/progname.c (set_program_name): Don't strip off a leading
28938         "lt-" prefix outside a .libs directory.
28939         Suggested by Paul Eggert.
28940
28941 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28942             Bruno Haible  <bruno@clisp.org>
28943
28944         Improve memory cleanup in 'relocatable' module.
28945         * lib/relocatable.h (compute_curr_prefix): Change return type to
28946         'char *'.
28947         * lib/relocatable.c (compute_curr_prefix): Change return type to
28948         'char *'. Free curr_installdir after use.
28949         (relocate): Free curr_prefix_better after use.
28950         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28951
28952 2008-01-01  Bruno Haible  <bruno@clisp.org>
28953
28954         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28955         failure on older glibc systems.
28956         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28957
28958 2008-01-05  Eric Blake  <ebb9@byu.net>
28959
28960         Avoid quadratic system memmem.
28961         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28962         Reported by Ralf Wildenhues.
28963
28964         Fix memmem test for mingw.
28965         * modules/memmem-tests (configure.ac): Check for alarm.
28966         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28967         it.
28968         * doc/functions/memmem.texi: New file.
28969         * doc/gnulib.texi (Function Substitutes): Add memmem.
28970         Reported by Bruno Haible.
28971
28972 2008-01-04  Bruno Haible  <bruno@clisp.org>
28973
28974         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28975         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28976         gl_HEADER_STRING_H_DEFAULTS.
28977
28978 2008-01-04  Eric Blake  <ebb9@byu.net>
28979
28980         Shorten duration of memmem test.
28981         * tests/test-memmem.c (main): Use alarm to declare failure if test
28982         is taking too long.
28983         Reported by Ralf Wildenhues.
28984
28985 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28986
28987         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28988         string, needed by strerror.
28989
28990 2008-01-03  Colin Watson  <cjwatson@debian.org>
28991             Bruno Haible  <bruno@clisp.org>
28992
28993         * doc/gnulib-tool.texi (Localization): New section.
28994
28995 2008-01-02  Bruno Haible  <bruno@clisp.org>
28996
28997         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28998         variables to 'unsigned char *' type.
28999         Reported by Paul Eggert.
29000
29001 2008-01-02  Jim Meyering  <jim@meyering.net>
29002
29003         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
29004
29005 2007-12-31  Jim Meyering  <jim@meyering.net>
29006
29007         Avoid use of private FTS type name.
29008         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
29009
29010 2007-12-30  Karl Berry  <karl@gnu.org>
29011
29012         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
29013         work around defect in Texinfo and/or the standalone Info browser.
29014
29015 2007-12-30  Bruno Haible  <bruno@clisp.org>
29016
29017         Unify 5 copies of the KMP code.
29018         * lib/str-kmp.h: New file.
29019         * lib/c-strcasestr.c: Include str-kmp.h.
29020         (knuth_morris_pratt): Remove function.
29021         (c_strcasestr): Update.
29022         * lib/c-strstr.c: Include str-kmp.h.
29023         (knuth_morris_pratt): Remove function.
29024         (c_strcasestr): Update.
29025         * lib/mbscasestr.c: Include str-kmp.h.
29026         (knuth_morris_pratt_unibyte): Remove function.
29027         * lib/mbsstr.c: Include str-kmp.h.
29028         (knuth_morris_pratt_unibyte): Remove function.
29029         * lib/strcasestr.c: Include str-kmp.h.
29030         (knuth_morris_pratt): Remove function.
29031         (strcasestr): Update.
29032         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
29033         * modules/c-strstr (Files): Likewise.
29034         * modules/mbscasestr (Files): Likewise.
29035         * modules/mbsstr (Files): Likewise.
29036         * modules/strcasestr (Files): Likewise.
29037         Suggested by Paul Eggert.
29038
29039 2007-12-30  Bruno Haible  <bruno@clisp.org>
29040
29041         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
29042         defined.
29043
29044 2007-12-30  Bruno Haible  <bruno@clisp.org>
29045
29046         * lib/xmalloca.h: Include xalloc.h.
29047         (xnmalloca): New macro.
29048
29049 2007-12-30  Bruno Haible  <bruno@clisp.org>
29050
29051         * lib/malloca.h (nmalloca): New macro.
29052         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29053         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29054         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29055         knuth_morris_pratt_multibyte): Likewise.
29056         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29057         knuth_morris_pratt_multibyte): Likewise.
29058         * lib/memmem.c (knuth_morris_pratt): Likewise.
29059         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29060
29061 2007-12-25  Bruno Haible  <bruno@clisp.org>
29062
29063         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29064         * lib/glob.c: Don't include openat.h.
29065         (link_exists2_p): Add back the code that deals with the
29066         !GLOB_ALTDIRFUNC case.
29067         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29068         let it do the filename concatenation.
29069         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29070         * modules/glob (Depends-on): Remove openat.
29071
29072 2007-12-31  Bruno Haible  <bruno@clisp.org>
29073
29074         * modules/dirfd (License): Change to LGPLv2+.
29075         Approved by Jim Meyering.
29076
29077 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29078
29079         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29080         when multiplying M by sizeof (size_t).
29081
29082 2007-12-10  Martin Lambers  <marlam@marlam.de>
29083
29084         Override getpagesize on mingw.
29085         * lib/getpagesize.c: New file.
29086         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29087         * modules/getpagesize (Files): Add lib/getpagesize.c.
29088         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29089         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29090         REPLACE_GETPAGESIZE.
29091         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29092
29093 2007-12-25  Bruno Haible  <bruno@clisp.org>
29094
29095         * modules/localcharset (Notice): New field.
29096         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29097         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29098
29099 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29100             Bruno Haible  <bruno@clisp.org>
29101
29102         Avoid using the syntax symbol() in formatted documentation.
29103         * MODULES.html.sh (func_module): When replacing symbol() with a
29104         hyperlink, remove the parentheses. Show an error if some remain.
29105         Recognize and render the '...' syntax.
29106         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29107         Rework. Add paragraph about GCC's inlining.
29108         * doc/alloca.texi: Likewise.
29109         * doc/error.texi: Remove parentheses from symbol reference.
29110         * doc/gnulib-intro.texi: Likewise.
29111         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29112         * modules/fnmatch (Description): Reword to say "the ... function".
29113         * modules/full-read (Description): Likewise.
29114         * modules/full-write (Description): Likewise.
29115         * modules/safe-read (Description): Likewise.
29116         * modules/safe-write (Description): Likewise.
29117         * modules/strchrnul (Description): Likewise.
29118         * modules/trim (Description): Likewise.
29119         * modules/error (Description): Remove parentheses from symbol
29120         references.
29121         * modules/verror (Description): Likewise.
29122         Reported by Karl Berry.
29123
29124 2007-12-25  Bruno Haible  <bruno@clisp.org>
29125
29126         Fixup after 2007-10-16 commit.
29127         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29128
29129 2007-12-24  Bruno Haible  <bruno@clisp.org>
29130
29131         Make --enable-relocatable work with DESTDIR.
29132         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29133         to compute installdir from destprog.
29134         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29135         also set the RELOC_DESTDIR variable.
29136         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29137
29138 2007-12-24  Bruno Haible  <bruno@clisp.org>
29139
29140         Fix link error due to xalloc_die().
29141         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29142         of xreadlink.
29143         * lib/relocwrapper.c: Update comments.
29144         * build-aux/install-reloc: Remove xreadlink.c from file list.
29145         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29146         xreadlink.c.
29147         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29148
29149 2007-12-24  Bruno Haible  <bruno@clisp.org>
29150
29151         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29152         * lib/setenv.h: Remove file.
29153         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29154         lib/setenv.h.
29155         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29156         (Depends-on): Add stdlib.
29157         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29158         gl_FUNC_UNSETENV.
29159         (Include): Replace setenv.h with <stdlib.h>.
29160         * modules/unsetenv: New file.
29161         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29162         * lib/unsetenv.c: Include <stdlib.h> first.
29163         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29164         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29165         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29166         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29167         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29168         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29169         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29170         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29171         * doc/functions/unsetenv.texi: Update.
29172         * modules/xsetenv (Depends-on): Add unsetenv.
29173         * modules/getdate (Depends-on): Likewise.
29174         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29175         * lib/xsetenv.c: Don't include setenv.h.
29176         * lib/getdate.y: Likewise.
29177         * lib/relocwrapper.c: Likewise.
29178         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29179         (Depends-on): Add stdlib.
29180         * NEWS: Mention the changes.
29181         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29182
29183 2007-12-23  Bruno Haible  <bruno@clisp.org>
29184
29185         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29186         indentation.
29187
29188 2007-12-23  Bruno Haible  <bruno@clisp.org>
29189
29190         * lib/c-strcasestr.c: Add more comments.
29191         * lib/c-strstr.c: Likewise.
29192         * lib/mbscasestr.c: Likewise.
29193         * lib/mbsstr.c: Likewise.
29194         * lib/strcasestr.c: Likewise.
29195         * lib/memmem.c: Likewise.
29196
29197 2007-12-23  Bruno Haible  <bruno@clisp.org>
29198
29199         * tests/test-memmem.c: Include <string.h> first.
29200
29201 2007-12-22  Bruno Haible  <bruno@clisp.org>
29202
29203         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29204         the contents of $testsbase.
29205         Reported by Ralf Wildenhues.
29206
29207 2007-12-22  Bruno Haible  <bruno@clisp.org>
29208
29209         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29210         two variables local_ldadd_before, local_ldadd_last.
29211
29212 2007-12-20  Eric Blake  <ebb9@byu.net>
29213
29214         Work around circular library issue when cross-compiling.
29215         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29216         that progname.o does not need to pull in rpl_memcmp.
29217
29218 2007-12-19  Eric Blake  <ebb9@byu.net>
29219
29220         Fix memmem to avoid O(n^2) worst-case complexity.
29221         * lib/memmem.c (knuth_morris_pratt): New function.
29222         (memmem): Use it if first few naive iterations fail.
29223         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29224         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29225         * modules/memchr (License): Likewise.
29226         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29227         malloca.
29228         * tests/test-memmem.c: Rewrite, borrowing ideas from
29229         test-mbsstr1.c; the old version wouldn't even compile!
29230         * modules/memmem-tests: New file.
29231         * lib/string.in.h (rpl_memmem): Add declaration.
29232         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29233         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29234         REPLACE_MEMMEM.
29235
29236 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29237
29238         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29239         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29240         before any system include files, and undef after them all.  This
29241         should fix a problem on VMS reported by John E. Malmberg in
29242         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29243
29244 2007-12-17  Eric Blake  <ebb9@byu.net>
29245
29246         Revert addition of verify, for BSD/OS.
29247         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29248         can't handle large files, for the sake of obsolete platforms.
29249         * modules/fseeko (Depends-on): Remove verify.
29250         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29251         * doc/functions/ftello.texi (ftello): Likewise.
29252         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29253         Reported by Larry Jones.
29254
29255 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29256
29257         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29258         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29259
29260 2007-12-17  Jim Meyering  <meyering@redhat.com>
29261
29262         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29263         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29264         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29265         * modules/getcwd (Depends-on): Add openat.
29266         Reported by Petr Salinger.
29267
29268 2007-12-17  Bruno Haible  <bruno@clisp.org>
29269
29270         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29271         avoid a segmentation fault of the configure test on x86_64 systems.
29272
29273 2007-12-15  Jim Meyering  <meyering@redhat.com>
29274
29275         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29276
29277 2007-12-13  Eric Blake  <ebb9@byu.net>
29278
29279         Another fseek test.
29280         * tests/test-fseek.c (main): Also test ungetc handling.
29281         * tests/test-fseeko.c (main): Likewise.
29282         * modules/fseeko (Depends-on): Add verify.
29283         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29284         large.
29285         Reported by Larry Jones.
29286
29287         Fix fseeko on mingw.
29288         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29289         seek.
29290
29291         Beef up fseek tests.
29292         * tests/test-fseek.c (main): Also test eof handling.
29293         * tests/test-fseeko.c (main): Likewise.
29294         Reported by Larry Jones.
29295
29296 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29297
29298         Fix fseeko on BSD-based platforms.
29299         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29300         successful seek.
29301
29302 2007-12-12  Eric Blake  <ebb9@byu.net>
29303
29304         Allow circular dependency of separate libtests.a
29305         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29306         when use_libtests.
29307
29308 2007-12-11  Eric Blake  <ebb9@byu.net>
29309
29310         Fix bug with -0.0L in previous patch.
29311         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29312         * tests/test-isnan.c (main): Also test on zeroes.
29313         * tests/test-isnanf.c (main): Likewise.
29314         * tests/test-isnanl.h (main): Likewise.
29315
29316         Detect pseudo-denormals on x86 even when cross-compiling.
29317         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29318         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29319         invalid bit patterns that happen to satisfy ==.
29320
29321         Avoid link failures with separate libtests.a.
29322         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29323         last, to satisfy circular dependencies.
29324
29325 2007-12-11  Eric Blake  <ebb9@byu.net>
29326         and Bruno Haible  <bruno@clisp.org>
29327
29328         Fix OpenBSD 4.0 <float.h> handling of long double.
29329         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29330         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29331         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29332
29333 2007-12-11  Jim Meyering  <meyering@redhat.com>
29334
29335         * users.txt: Add libvirt.
29336
29337         Support versions of autoconf prior to 2.59c.
29338         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29339         if it is not already defined.
29340
29341 2007-12-09  Bruno Haible  <bruno@clisp.org>
29342
29343         Let 'gnulib-tool --import' collect sources needed for the tests in
29344         tests/ rather than in lib/.
29345         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29346         argument. If true, add rules to generate libtests.a, and put libtests.a
29347         into $(LDADD). Consider source files in subdirectories and set
29348         uses_subdirs.
29349         (func_emit_initmacro_start, func_emit_initmacro_end,
29350         func_emit_initmacro_done): Pass all arguments explicitly.
29351         (func_import): Determine two module lists main_modules,
29352         testsrelated_modules. Determine use_libtests. Determine two variables
29353         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29354         instead of just sed_transform_lib_file. Determine two variables
29355         main_files and testsrelated_files. Compute 'files' as the union of
29356         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29357         func_add_or_update. In the generated gnulib-comp.m4, collect the
29358         object files for tests/ in different variables than those for lib/.
29359         Substitute LIBTESTS_LIBDEPS.
29360         (func_create_testdir): Combine the uses_subdirs results from
29361         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29362
29363 2007-12-09  Bruno Haible  <bruno@clisp.org>
29364
29365         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29366         the build-aux directory.
29367
29368 2007-12-09  Bruno Haible  <bruno@clisp.org>
29369
29370         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29371         introduced on 2006-09-09.
29372
29373 2007-12-07  Jim Meyering  <meyering@redhat.com>
29374
29375         Let these macros work also with autoconf-2.59.
29376         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29377         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29378         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29379
29380 2007-12-06  Jim Meyering  <meyering@redhat.com>
29381
29382         Avoid a configure-time syntax error in gl_FUNC_ACL.
29383         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29384         function in each branch, before testing the cache variable.
29385
29386 2007-12-04  Eric Blake  <ebb9@byu.net>
29387
29388         Make scripts executable.
29389         * build-aux/config.guess: Add execute permissions.
29390         * build-aux/config.sub: Likewise.
29391         * build-aux/gendocs.sh: Likewise.
29392
29393         Fix frexp on mingw.
29394         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29395         cross-compiling.
29396         * doc/functions/frexp.texi (frexp): Document the bug.
29397
29398         Make cygwin fseeko check more reliable.
29399         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29400         version numbers, rather than unrelated feature check.
29401         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29402         * doc/functions/ftello.texi (ftello): Likewise.
29403         Reported by Bruno Haible.
29404
29405         * m4/strerror.m4: Bump version number.
29406
29407 2007-12-03  Bruno Haible  <bruno@clisp.org>
29408
29409         * doc/functions/mprotect.texi: Mention the mingw problem.
29410
29411 2007-12-03  Eric Blake  <ebb9@byu.net>
29412
29413         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29414         REPLACE_STRERROR is initialized before this macro.
29415
29416 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29417
29418         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29419         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29420         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29421         put -lsec in even for programs other than 'ls'.  This fixes a problem
29422         for gettext reported by Bruno Haible in
29423         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29424         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29425         Add support for Solaris 10.  This isn't efficient, but should get the
29426         job done for now.
29427
29428 2007-12-03  James Youngman  <jay@gnu.org>
29429
29430         * doc/regexprops-generic.texi: change "an close-group" to "a
29431         close-group" and "illegal" to "not allowed".
29432
29433 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29434
29435         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29436         pr_byname.h. Needed for the rare case when the maintainer has done
29437         "make maintainer-clean" in the source directory and then attempts a
29438         build outside the source directory.
29439         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29440         scripts_byname.h.
29441
29442 2007-12-02  Martin Lambers <marlam@marlam.de>
29443             Bruno Haible  <bruno@clisp.org>
29444
29445         * lib/getpagesize.h: Remove file.
29446         * lib/unistd.in.h: Include declaration of getpagesize here.
29447         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29448         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29449         HAVE_SYS_PARAM_H.
29450         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29451         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29452         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29453         (Depends-on): Add unistd.
29454         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29455         (Include): Use <unistd.h> instead of getpagesize.h.
29456         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29457         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29458         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29459         gl_GETPAGESIZE invocation, already handled by module dependency.
29460         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29461
29462 2007-12-02  Bruno Haible  <bruno@clisp.org>
29463
29464         * modules/strings-tests: New file.
29465         * tests/test-strings.c: New file.
29466
29467         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29468         * lib/strings.in.h: New file.
29469         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29470         * m4/strings_h.m4: New file.
29471         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29472         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29473         * modules/strings: New file.
29474         * modules/string (Makefile.am): Update.
29475         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29476         Reported by Karl Berry.
29477
29478 2007-12-01  Eric Blake  <ebb9@byu.net>
29479
29480         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29481         accomodate fix in cygwin 1.5.25.
29482
29483 2007-12-01  Jim Meyering  <meyering@redhat.com>
29484
29485         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29486         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29487         that would inhibit utf8-optimization of a regexp containing line-
29488         or buffer-anchors, e.g., `^', `$'.
29489
29490 2007-11-30  Bruno Haible  <bruno@clisp.org>
29491
29492         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29493         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29494         glthread_recursive_lock_init.
29495         * lib/lock.c (glthread_recursive_lock_init)
29496         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29497         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29498
29499 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29500
29501         New function qset_acl, like set_acl but with syscall semantics.
29502         * lib/acl.h (qset_acl): New decl.
29503         * lib/acl.c (qset_acl): New function.
29504         (set_acl): Use new function.  Use more-consistent diagnostics.
29505
29506 2007-11-28  Jim Meyering  <meyering@redhat.com>
29507
29508         * modules/physmem (License): Change from GPL to LGPLv2+.
29509
29510 2007-11-26  Bruno Haible  <bruno@clisp.org>
29511
29512         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29513         'long double' type has excess precision.
29514         Reported by Jim Meyering in
29515         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29516
29517 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29518
29519         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29520         Sync from <http://gnu.org/licenses>.
29521         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29522         with license text from same location.
29523         * doc/maintain.texi, doc/standards.texi:  Sync from
29524         <http://savannah.gnu.org/projects/gnustandards>.
29525
29526 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29527         and Jim Meyering  <meyering@redhat.com>
29528
29529         Adjust getdate' grammar to accept a slightly more regular language.
29530         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29531         Before, the former was rejected.
29532         * lib/getdate.y (digits_to_date_time): New function, factored
29533         out of ...
29534         (number): ...here.  Just call digits_to_date_time.
29535         (hybrid): New non-terminal to handle an <unsigned number,
29536         signed relative offset> sequence consistently.
29537
29538 2007-11-18  Jim Meyering  <meyering@redhat.com>
29539
29540         Pull my changes from coreutils:
29541         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29542         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29543         use of $gnulib_tool_option_extras, so that it's separated from the
29544         preceding argument.
29545
29546         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29547         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29548         parent destination directories before copying a file into place.
29549
29550 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29551
29552         bootstrap: work also with 4-argument variant of AC_INIT
29553         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29554
29555 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29556
29557         Port test-getaddrinfo to Solaris.
29558         Problem reported by Bruno Haible in
29559         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29560         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29561         explanation of setting 'hints'.
29562         Don't reject an implementation merely because it returns EAI_SERVICE.
29563         (EAI_SERVICE): Define to 0 if not defined.
29564
29565 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29566
29567         The license of gnu-make and posix-shell is now "GPLed build tool".
29568         * modules/gnu-make (License): Likewise.
29569         * modules/posix-shell (License): Likewise.
29570
29571         New module posix-shell, for determining a POSIX shell
29572         or perhaps something that is close enough to a POSIX shell.
29573         * m4/posix-shell.m4: New file.
29574         * modules/posix-shell: New file.
29575
29576         * MODULES.html.sh: Mention new module.
29577
29578         New module gnu-make, for determining whether we're using GNU Make.
29579         * m4/gnu-make.m4: New file.
29580         * modules/gnu-make: New file.
29581         * MODULES.html.sh: Mention new module.
29582
29583 2007-11-14  Jim Meyering  <meyering@redhat.com>
29584
29585         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29586         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29587         use this macro to create a function _definition_.
29588         Remove useless "#undef ARGMATCH_DIE".
29589
29590 2007-11-14  Bruno Haible  <bruno@clisp.org>
29591
29592         * lib/config.charset: Update for OpenBSD 4.1.
29593         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29594
29595 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29596
29597         Document 64-bit #if problems in stdint.texi.
29598         * doc/headers/stdint.texi (stdint.h): Mention problems with
29599         64-bit-#if, and how to work around them.
29600
29601         Don't insist on 'long long int' support in the preprocessor.  It
29602         breaks too many things.  For example, PRIdMAX still uses a 'long
29603         long int' format with the latest Sun compiler, even though
29604         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29605         preprocessor problem.  This causes the latest coreutils to dump
29606         core on Solaris 10 sparc with the Sun C compiler.
29607         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29608         the troublesome expressions at configure-time, not at #if-time.
29609         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29610         preprocessor.
29611         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29612         compile-time C checks, done at 'configure'-time.
29613         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29614         * modules/inttypes (Makefile): Substitute the new symbols that
29615         gl_INTTYPES_H now generates.
29616         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29617
29618 2007-11-12  Bruno Haible  <bruno@clisp.org>
29619
29620         Tests for Unicode character classification functions.
29621
29622         * modules/unictype/bidicategory-byname-tests: New file.
29623         * modules/unictype/bidicategory-name-tests: New file.
29624         * modules/unictype/bidicategory-of-tests: New file.
29625         * modules/unictype/bidicategory-test-tests: New file.
29626         * modules/unictype/block-list-tests: New file.
29627         * modules/unictype/block-of-tests: New file.
29628         * modules/unictype/block-test-tests: New file.
29629         * modules/unictype/category-C-tests: New file.
29630         * modules/unictype/category-Cc-tests: New file.
29631         * modules/unictype/category-Cf-tests: New file.
29632         * modules/unictype/category-Cn-tests: New file.
29633         * modules/unictype/category-Co-tests: New file.
29634         * modules/unictype/category-Cs-tests: New file.
29635         * modules/unictype/category-L-tests: New file.
29636         * modules/unictype/category-Ll-tests: New file.
29637         * modules/unictype/category-Lm-tests: New file.
29638         * modules/unictype/category-Lo-tests: New file.
29639         * modules/unictype/category-Lt-tests: New file.
29640         * modules/unictype/category-Lu-tests: New file.
29641         * modules/unictype/category-M-tests: New file.
29642         * modules/unictype/category-Mc-tests: New file.
29643         * modules/unictype/category-Me-tests: New file.
29644         * modules/unictype/category-Mn-tests: New file.
29645         * modules/unictype/category-N-tests: New file.
29646         * modules/unictype/category-Nd-tests: New file.
29647         * modules/unictype/category-Nl-tests: New file.
29648         * modules/unictype/category-No-tests: New file.
29649         * modules/unictype/category-P-tests: New file.
29650         * modules/unictype/category-Pc-tests: New file.
29651         * modules/unictype/category-Pd-tests: New file.
29652         * modules/unictype/category-Pe-tests: New file.
29653         * modules/unictype/category-Pf-tests: New file.
29654         * modules/unictype/category-Pi-tests: New file.
29655         * modules/unictype/category-Po-tests: New file.
29656         * modules/unictype/category-Ps-tests: New file.
29657         * modules/unictype/category-S-tests: New file.
29658         * modules/unictype/category-Sc-tests: New file.
29659         * modules/unictype/category-Sk-tests: New file.
29660         * modules/unictype/category-Sm-tests: New file.
29661         * modules/unictype/category-So-tests: New file.
29662         * modules/unictype/category-Z-tests: New file.
29663         * modules/unictype/category-Zl-tests: New file.
29664         * modules/unictype/category-Zp-tests: New file.
29665         * modules/unictype/category-Zs-tests: New file.
29666         * modules/unictype/category-and-not-tests: New file.
29667         * modules/unictype/category-and-tests: New file.
29668         * modules/unictype/category-byname-tests: New file.
29669         * modules/unictype/category-name-tests: New file.
29670         * modules/unictype/category-none-tests: New file.
29671         * modules/unictype/category-of-tests: New file.
29672         * modules/unictype/category-or-tests: New file.
29673         * modules/unictype/category-test-withtable-tests: New file.
29674         * modules/unictype/combining-class-tests: New file.
29675         * modules/unictype/ctype-alnum-tests: New file.
29676         * modules/unictype/ctype-alpha-tests: New file.
29677         * modules/unictype/ctype-blank-tests: New file.
29678         * modules/unictype/ctype-cntrl-tests: New file.
29679         * modules/unictype/ctype-digit-tests: New file.
29680         * modules/unictype/ctype-graph-tests: New file.
29681         * modules/unictype/ctype-lower-tests: New file.
29682         * modules/unictype/ctype-print-tests: New file.
29683         * modules/unictype/ctype-punct-tests: New file.
29684         * modules/unictype/ctype-space-tests: New file.
29685         * modules/unictype/ctype-upper-tests: New file.
29686         * modules/unictype/ctype-xdigit-tests: New file.
29687         * modules/unictype/decimal-digit-tests: New file.
29688         * modules/unictype/digit-tests: New file.
29689         * modules/unictype/mirror-tests: New file.
29690         * modules/unictype/numeric-tests: New file.
29691         * modules/unictype/property-alphabetic-tests: New file.
29692         * modules/unictype/property-ascii-hex-digit-tests: New file.
29693         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29694         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29695         * modules/unictype/property-bidi-block-separator-tests: New file.
29696         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29697         * modules/unictype/property-bidi-common-separator-tests: New file.
29698         * modules/unictype/property-bidi-control-tests: New file.
29699         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29700         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29701         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29702         * modules/unictype/property-bidi-european-digit-tests: New file.
29703         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29704         * modules/unictype/property-bidi-left-to-right-tests: New file.
29705         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29706         * modules/unictype/property-bidi-other-neutral-tests: New file.
29707         * modules/unictype/property-bidi-pdf-tests: New file.
29708         * modules/unictype/property-bidi-segment-separator-tests: New file.
29709         * modules/unictype/property-bidi-whitespace-tests: New file.
29710         * modules/unictype/property-byname-tests: New file.
29711         * modules/unictype/property-combining-tests: New file.
29712         * modules/unictype/property-composite-tests: New file.
29713         * modules/unictype/property-currency-symbol-tests: New file.
29714         * modules/unictype/property-dash-tests: New file.
29715         * modules/unictype/property-decimal-digit-tests: New file.
29716         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29717         * modules/unictype/property-deprecated-tests: New file.
29718         * modules/unictype/property-diacritic-tests: New file.
29719         * modules/unictype/property-extender-tests: New file.
29720         * modules/unictype/property-format-control-tests: New file.
29721         * modules/unictype/property-grapheme-base-tests: New file.
29722         * modules/unictype/property-grapheme-extend-tests: New file.
29723         * modules/unictype/property-grapheme-link-tests: New file.
29724         * modules/unictype/property-hex-digit-tests: New file.
29725         * modules/unictype/property-hyphen-tests: New file.
29726         * modules/unictype/property-id-continue-tests: New file.
29727         * modules/unictype/property-id-start-tests: New file.
29728         * modules/unictype/property-ideographic-tests: New file.
29729         * modules/unictype/property-ids-binary-operator-tests: New file.
29730         * modules/unictype/property-ids-trinary-operator-tests: New file.
29731         * modules/unictype/property-ignorable-control-tests: New file.
29732         * modules/unictype/property-iso-control-tests: New file.
29733         * modules/unictype/property-join-control-tests: New file.
29734         * modules/unictype/property-left-of-pair-tests: New file.
29735         * modules/unictype/property-line-separator-tests: New file.
29736         * modules/unictype/property-logical-order-exception-tests: New file.
29737         * modules/unictype/property-lowercase-tests: New file.
29738         * modules/unictype/property-math-tests: New file.
29739         * modules/unictype/property-non-break-tests: New file.
29740         * modules/unictype/property-not-a-character-tests: New file.
29741         * modules/unictype/property-numeric-tests: New file.
29742         * modules/unictype/property-other-alphabetic-tests: New file.
29743         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29744         * modules/unictype/property-other-grapheme-extend-tests: New file.
29745         * modules/unictype/property-other-id-continue-tests: New file.
29746         * modules/unictype/property-other-id-start-tests: New file.
29747         * modules/unictype/property-other-lowercase-tests: New file.
29748         * modules/unictype/property-other-math-tests: New file.
29749         * modules/unictype/property-other-uppercase-tests: New file.
29750         * modules/unictype/property-paired-punctuation-tests: New file.
29751         * modules/unictype/property-paragraph-separator-tests: New file.
29752         * modules/unictype/property-pattern-syntax-tests: New file.
29753         * modules/unictype/property-pattern-white-space-tests: New file.
29754         * modules/unictype/property-private-use-tests: New file.
29755         * modules/unictype/property-punctuation-tests: New file.
29756         * modules/unictype/property-quotation-mark-tests: New file.
29757         * modules/unictype/property-radical-tests: New file.
29758         * modules/unictype/property-sentence-terminal-tests: New file.
29759         * modules/unictype/property-soft-dotted-tests: New file.
29760         * modules/unictype/property-space-tests: New file.
29761         * modules/unictype/property-terminal-punctuation-tests: New file.
29762         * modules/unictype/property-test-tests: New file.
29763         * modules/unictype/property-titlecase-tests: New file.
29764         * modules/unictype/property-unassigned-code-value-tests: New file.
29765         * modules/unictype/property-unified-ideograph-tests: New file.
29766         * modules/unictype/property-uppercase-tests: New file.
29767         * modules/unictype/property-variation-selector-tests: New file.
29768         * modules/unictype/property-white-space-tests: New file.
29769         * modules/unictype/property-xid-continue-tests: New file.
29770         * modules/unictype/property-xid-start-tests: New file.
29771         * modules/unictype/property-zero-width-tests: New file.
29772         * modules/unictype/scripts-tests: New file.
29773         * modules/unictype/syntax-c-ident-tests: New file.
29774         * modules/unictype/syntax-c-whitespace-tests: New file.
29775         * modules/unictype/syntax-java-ident-tests: New file.
29776         * modules/unictype/syntax-java-whitespace-tests: New file.
29777         * tests/unictype/test-bidi_byname.c: New file.
29778         * tests/unictype/test-bidi_name.c: New file.
29779         * tests/unictype/test-bidi_of.c: New file.
29780         * tests/unictype/test-bidi_test.c: New file.
29781         * tests/unictype/test-block_list.c: New file.
29782         * tests/unictype/test-block_of.c: New file.
29783         * tests/unictype/test-block_test.c: New file.
29784         * tests/unictype/test-categ_and.c: New file.
29785         * tests/unictype/test-categ_and_not.c: New file.
29786         * tests/unictype/test-categ_byname.c: New file.
29787         * tests/unictype/test-categ_name.c: New file.
29788         * tests/unictype/test-categ_none.c: New file.
29789         * tests/unictype/test-categ_of.c: New file.
29790         * tests/unictype/test-categ_or.c: New file.
29791         * tests/unictype/test-categ_test_withtable.c: New file.
29792         * tests/unictype/test-combining.c: New file.
29793         * tests/unictype/test-decdigit.c: New file.
29794         * tests/unictype/test-digit.c: New file.
29795         * tests/unictype/test-mirror.c: New file.
29796         * tests/unictype/test-numeric.c: New file.
29797         * tests/unictype/test-pr_byname.c: New file.
29798         * tests/unictype/test-pr_test.c: New file.
29799         * tests/unictype/test-predicate-part1.h: New file.
29800         * tests/unictype/test-predicate-part2.h: New file.
29801         * tests/unictype/test-scripts.c: New file.
29802         * tests/unictype/test-sy_c_ident.c: New file.
29803         * tests/unictype/test-sy_java_ident.c: New file.
29804
29805         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29806         for Unicode 5.0.0.
29807         * tests/unictype/test-categ_Cc.c: Likewise.
29808         * tests/unictype/test-categ_Cf.c: Likewise.
29809         * tests/unictype/test-categ_Cn.c: Likewise.
29810         * tests/unictype/test-categ_Co.c: Likewise.
29811         * tests/unictype/test-categ_Cs.c: Likewise.
29812         * tests/unictype/test-categ_L.c: Likewise.
29813         * tests/unictype/test-categ_Ll.c: Likewise.
29814         * tests/unictype/test-categ_Lm.c: Likewise.
29815         * tests/unictype/test-categ_Lo.c: Likewise.
29816         * tests/unictype/test-categ_Lt.c: Likewise.
29817         * tests/unictype/test-categ_Lu.c: Likewise.
29818         * tests/unictype/test-categ_M.c: Likewise.
29819         * tests/unictype/test-categ_Mc.c: Likewise.
29820         * tests/unictype/test-categ_Me.c: Likewise.
29821         * tests/unictype/test-categ_Mn.c: Likewise.
29822         * tests/unictype/test-categ_N.c: Likewise.
29823         * tests/unictype/test-categ_Nd.c: Likewise.
29824         * tests/unictype/test-categ_Nl.c: Likewise.
29825         * tests/unictype/test-categ_No.c: Likewise.
29826         * tests/unictype/test-categ_P.c: Likewise.
29827         * tests/unictype/test-categ_Pc.c: Likewise.
29828         * tests/unictype/test-categ_Pd.c: Likewise.
29829         * tests/unictype/test-categ_Pe.c: Likewise.
29830         * tests/unictype/test-categ_Pf.c: Likewise.
29831         * tests/unictype/test-categ_Pi.c: Likewise.
29832         * tests/unictype/test-categ_Po.c: Likewise.
29833         * tests/unictype/test-categ_Ps.c: Likewise.
29834         * tests/unictype/test-categ_S.c: Likewise.
29835         * tests/unictype/test-categ_Sc.c: Likewise.
29836         * tests/unictype/test-categ_Sk.c: Likewise.
29837         * tests/unictype/test-categ_Sm.c: Likewise.
29838         * tests/unictype/test-categ_So.c: Likewise.
29839         * tests/unictype/test-categ_Z.c: Likewise.
29840         * tests/unictype/test-categ_Zl.c: Likewise.
29841         * tests/unictype/test-categ_Zp.c: Likewise.
29842         * tests/unictype/test-categ_Zs.c: Likewise.
29843         * tests/unictype/test-ctype_alnum.c: Likewise.
29844         * tests/unictype/test-ctype_alpha.c: Likewise.
29845         * tests/unictype/test-ctype_blank.c: Likewise.
29846         * tests/unictype/test-ctype_cntrl.c: Likewise.
29847         * tests/unictype/test-ctype_digit.c: Likewise.
29848         * tests/unictype/test-ctype_graph.c: Likewise.
29849         * tests/unictype/test-ctype_lower.c: Likewise.
29850         * tests/unictype/test-ctype_print.c: Likewise.
29851         * tests/unictype/test-ctype_punct.c: Likewise.
29852         * tests/unictype/test-ctype_space.c: Likewise.
29853         * tests/unictype/test-ctype_upper.c: Likewise.
29854         * tests/unictype/test-ctype_xdigit.c: Likewise.
29855         * tests/unictype/test-decdigit.h: Likewise.
29856         * tests/unictype/test-digit.h: Likewise.
29857         * tests/unictype/test-numeric.h: Likewise.
29858         * tests/unictype/test-pr_alphabetic.c: Likewise.
29859         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29860         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29861         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29862         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29863         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29864         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29865         * tests/unictype/test-pr_bidi_control.c: Likewise.
29866         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29867         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29868         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29869         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29870         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29871         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29872         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29873         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29874         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29875         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29876         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29877         * tests/unictype/test-pr_combining.c: Likewise.
29878         * tests/unictype/test-pr_composite.c: Likewise.
29879         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29880         * tests/unictype/test-pr_dash.c: Likewise.
29881         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29882         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29883         * tests/unictype/test-pr_deprecated.c: Likewise.
29884         * tests/unictype/test-pr_diacritic.c: Likewise.
29885         * tests/unictype/test-pr_extender.c: Likewise.
29886         * tests/unictype/test-pr_format_control.c: Likewise.
29887         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29888         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29889         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29890         * tests/unictype/test-pr_hex_digit.c: Likewise.
29891         * tests/unictype/test-pr_hyphen.c: Likewise.
29892         * tests/unictype/test-pr_id_continue.c: Likewise.
29893         * tests/unictype/test-pr_id_start.c: Likewise.
29894         * tests/unictype/test-pr_ideographic.c: Likewise.
29895         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29896         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29897         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29898         * tests/unictype/test-pr_iso_control.c: Likewise.
29899         * tests/unictype/test-pr_join_control.c: Likewise.
29900         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29901         * tests/unictype/test-pr_line_separator.c: Likewise.
29902         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29903         * tests/unictype/test-pr_lowercase.c: Likewise.
29904         * tests/unictype/test-pr_math.c: Likewise.
29905         * tests/unictype/test-pr_non_break.c: Likewise.
29906         * tests/unictype/test-pr_not_a_character.c: Likewise.
29907         * tests/unictype/test-pr_numeric.c: Likewise.
29908         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29909         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29910         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29911         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29912         * tests/unictype/test-pr_other_id_start.c: Likewise.
29913         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29914         * tests/unictype/test-pr_other_math.c: Likewise.
29915         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29916         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29917         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29918         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29919         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29920         * tests/unictype/test-pr_private_use.c: Likewise.
29921         * tests/unictype/test-pr_punctuation.c: Likewise.
29922         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29923         * tests/unictype/test-pr_radical.c: Likewise.
29924         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29925         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29926         * tests/unictype/test-pr_space.c: Likewise.
29927         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29928         * tests/unictype/test-pr_titlecase.c: Likewise.
29929         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29930         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29931         * tests/unictype/test-pr_uppercase.c: Likewise.
29932         * tests/unictype/test-pr_variation_selector.c: Likewise.
29933         * tests/unictype/test-pr_white_space.c: Likewise.
29934         * tests/unictype/test-pr_xid_continue.c: Likewise.
29935         * tests/unictype/test-pr_xid_start.c: Likewise.
29936         * tests/unictype/test-pr_zero_width.c: Likewise.
29937         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29938         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29939
29940 2007-11-12  Bruno Haible  <bruno@clisp.org>
29941
29942         Unicode character classification functions.
29943         * lib/unictype.h: New file.
29944         * modules/unictype/base: New file.
29945         * modules/unictype/category-L: New file.
29946         * modules/unictype/category-Lu: New file.
29947         * modules/unictype/category-Ll: New file.
29948         * modules/unictype/category-Lt: New file.
29949         * modules/unictype/category-Lm: New file.
29950         * modules/unictype/category-Lo: New file.
29951         * modules/unictype/category-M: New file.
29952         * modules/unictype/category-Mn: New file.
29953         * modules/unictype/category-Mc: New file.
29954         * modules/unictype/category-Me: New file.
29955         * modules/unictype/category-N: New file.
29956         * modules/unictype/category-Nd: New file.
29957         * modules/unictype/category-Nl: New file.
29958         * modules/unictype/category-No: New file.
29959         * modules/unictype/category-P: New file.
29960         * modules/unictype/category-Pc: New file.
29961         * modules/unictype/category-Pd: New file.
29962         * modules/unictype/category-Ps: New file.
29963         * modules/unictype/category-Pe: New file.
29964         * modules/unictype/category-Pi: New file.
29965         * modules/unictype/category-Pf: New file.
29966         * modules/unictype/category-Po: New file.
29967         * modules/unictype/category-S: New file.
29968         * modules/unictype/category-Sm: New file.
29969         * modules/unictype/category-Sc: New file.
29970         * modules/unictype/category-Sk: New file.
29971         * modules/unictype/category-So: New file.
29972         * modules/unictype/category-Z: New file.
29973         * modules/unictype/category-Zs: New file.
29974         * modules/unictype/category-Zl: New file.
29975         * modules/unictype/category-Zp: New file.
29976         * modules/unictype/category-C: New file.
29977         * modules/unictype/category-Cc: New file.
29978         * modules/unictype/category-Cf: New file.
29979         * modules/unictype/category-Cs: New file.
29980         * modules/unictype/category-Co: New file.
29981         * modules/unictype/category-Cn: New file.
29982         * modules/unictype/category-or: New file.
29983         * modules/unictype/category-of: New file.
29984         * modules/unictype/category-test: New file.
29985         * modules/unictype/category-test-withtable: New file.
29986         * modules/unictype/category-byname: New file.
29987         * modules/unictype/category-none: New file.
29988         * modules/unictype/category-and: New file.
29989         * modules/unictype/category-and-not: New file.
29990         * modules/unictype/category-name: New file.
29991         * modules/unictype/combining-class: New file.
29992         * modules/unictype/category-all: New file.
29993         * modules/unictype/bidicategory-all: New file.
29994         * modules/unictype/bidicategory-byname: New file.
29995         * modules/unictype/bidicategory-name: New file.
29996         * modules/unictype/bidicategory-of: New file.
29997         * modules/unictype/bidicategory-test: New file.
29998         * modules/unictype/decimal-digit: New file.
29999         * modules/unictype/digit: New file.
30000         * modules/unictype/numeric: New file.
30001         * modules/unictype/mirror: New file.
30002         * modules/unictype/property-white-space: New file.
30003         * modules/unictype/property-alphabetic: New file.
30004         * modules/unictype/property-other-alphabetic: New file.
30005         * modules/unictype/property-not-a-character: New file.
30006         * modules/unictype/property-default-ignorable-code-point: New file.
30007         * modules/unictype/property-other-default-ignorable-code-point: New
30008         file.
30009         * modules/unictype/property-deprecated: New file.
30010         * modules/unictype/property-logical-order-exception: New file.
30011         * modules/unictype/property-variation-selector: New file.
30012         * modules/unictype/property-private-use: New file.
30013         * modules/unictype/property-unassigned-code-value: New file.
30014         * modules/unictype/property-uppercase: New file.
30015         * modules/unictype/property-other-uppercase: New file.
30016         * modules/unictype/property-lowercase: New file.
30017         * modules/unictype/property-other-lowercase: New file.
30018         * modules/unictype/property-titlecase: New file.
30019         * modules/unictype/property-soft-dotted: New file.
30020         * modules/unictype/property-id-start: New file.
30021         * modules/unictype/property-other-id-start: New file.
30022         * modules/unictype/property-id-continue: New file.
30023         * modules/unictype/property-other-id-continue: New file.
30024         * modules/unictype/property-xid-start: New file.
30025         * modules/unictype/property-xid-continue: New file.
30026         * modules/unictype/property-pattern-white-space: New file.
30027         * modules/unictype/property-pattern-syntax: New file.
30028         * modules/unictype/property-join-control: New file.
30029         * modules/unictype/property-grapheme-base: New file.
30030         * modules/unictype/property-grapheme-extend: New file.
30031         * modules/unictype/property-other-grapheme-extend: New file.
30032         * modules/unictype/property-grapheme-link: New file.
30033         * modules/unictype/property-bidi-control: New file.
30034         * modules/unictype/property-bidi-left-to-right: New file.
30035         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
30036         * modules/unictype/property-bidi-arabic-right-to-left: New file.
30037         * modules/unictype/property-bidi-european-digit: New file.
30038         * modules/unictype/property-bidi-eur-num-separator: New file.
30039         * modules/unictype/property-bidi-eur-num-terminator: New file.
30040         * modules/unictype/property-bidi-arabic-digit: New file.
30041         * modules/unictype/property-bidi-common-separator: New file.
30042         * modules/unictype/property-bidi-block-separator: New file.
30043         * modules/unictype/property-bidi-segment-separator: New file.
30044         * modules/unictype/property-bidi-whitespace: New file.
30045         * modules/unictype/property-bidi-non-spacing-mark: New file.
30046         * modules/unictype/property-bidi-boundary-neutral: New file.
30047         * modules/unictype/property-bidi-pdf: New file.
30048         * modules/unictype/property-bidi-embedding-or-override: New file.
30049         * modules/unictype/property-bidi-other-neutral: New file.
30050         * modules/unictype/property-hex-digit: New file.
30051         * modules/unictype/property-ascii-hex-digit: New file.
30052         * modules/unictype/property-ideographic: New file.
30053         * modules/unictype/property-unified-ideograph: New file.
30054         * modules/unictype/property-radical: New file.
30055         * modules/unictype/property-ids-binary-operator: New file.
30056         * modules/unictype/property-ids-trinary-operator: New file.
30057         * modules/unictype/property-zero-width: New file.
30058         * modules/unictype/property-space: New file.
30059         * modules/unictype/property-non-break: New file.
30060         * modules/unictype/property-iso-control: New file.
30061         * modules/unictype/property-format-control: New file.
30062         * modules/unictype/property-dash: New file.
30063         * modules/unictype/property-hyphen: New file.
30064         * modules/unictype/property-punctuation: New file.
30065         * modules/unictype/property-line-separator: New file.
30066         * modules/unictype/property-paragraph-separator: New file.
30067         * modules/unictype/property-quotation-mark: New file.
30068         * modules/unictype/property-sentence-terminal: New file.
30069         * modules/unictype/property-terminal-punctuation: New file.
30070         * modules/unictype/property-currency-symbol: New file.
30071         * modules/unictype/property-math: New file.
30072         * modules/unictype/property-other-math: New file.
30073         * modules/unictype/property-paired-punctuation: New file.
30074         * modules/unictype/property-left-of-pair: New file.
30075         * modules/unictype/property-combining: New file.
30076         * modules/unictype/property-composite: New file.
30077         * modules/unictype/property-decimal-digit: New file.
30078         * modules/unictype/property-numeric: New file.
30079         * modules/unictype/property-diacritic: New file.
30080         * modules/unictype/property-extender: New file.
30081         * modules/unictype/property-ignorable-control: New file.
30082         * modules/unictype/property-test: New file.
30083         * modules/unictype/property-byname: New file.
30084         * modules/unictype/property-all: New file.
30085         * modules/unictype/scripts: New file.
30086         * modules/unictype/scripts-all: New file.
30087         * modules/unictype/block-of: New file.
30088         * modules/unictype/block-test: New file.
30089         * modules/unictype/block-list: New file.
30090         * modules/unictype/block-all: New file.
30091         * modules/unictype/syntax-c-whitespace: New file.
30092         * modules/unictype/syntax-java-whitespace: New file.
30093         * modules/unictype/syntax-c-ident: New file.
30094         * modules/unictype/syntax-java-ident: New file.
30095         * modules/unictype/ctype-alnum: New file.
30096         * modules/unictype/ctype-alpha: New file.
30097         * modules/unictype/ctype-cntrl: New file.
30098         * modules/unictype/ctype-digit: New file.
30099         * modules/unictype/ctype-graph: New file.
30100         * modules/unictype/ctype-lower: New file.
30101         * modules/unictype/ctype-print: New file.
30102         * modules/unictype/ctype-punct: New file.
30103         * modules/unictype/ctype-space: New file.
30104         * modules/unictype/ctype-upper: New file.
30105         * modules/unictype/ctype-xdigit: New file.
30106         * modules/unictype/ctype-blank: New file.
30107         * lib/unictype/bidi_byname.c: New file.
30108         * lib/unictype/bidi_name.c: New file.
30109         * lib/unictype/bidi_of.c: New file.
30110         * lib/unictype/bidi_test.c: New file.
30111         * lib/unictype/bitmap.h: New file.
30112         * lib/unictype/block_test.c: New file.
30113         * lib/unictype/blocks.c: New file.
30114         * lib/unictype/categ_C.c: New file.
30115         * lib/unictype/categ_Cc.c: New file.
30116         * lib/unictype/categ_Cf.c: New file.
30117         * lib/unictype/categ_Cn.c: New file.
30118         * lib/unictype/categ_Co.c: New file.
30119         * lib/unictype/categ_Cs.c: New file.
30120         * lib/unictype/categ_L.c: New file.
30121         * lib/unictype/categ_Ll.c: New file.
30122         * lib/unictype/categ_Lm.c: New file.
30123         * lib/unictype/categ_Lo.c: New file.
30124         * lib/unictype/categ_Lt.c: New file.
30125         * lib/unictype/categ_Lu.c: New file.
30126         * lib/unictype/categ_M.c: New file.
30127         * lib/unictype/categ_Mc.c: New file.
30128         * lib/unictype/categ_Me.c: New file.
30129         * lib/unictype/categ_Mn.c: New file.
30130         * lib/unictype/categ_N.c: New file.
30131         * lib/unictype/categ_Nd.c: New file.
30132         * lib/unictype/categ_Nl.c: New file.
30133         * lib/unictype/categ_No.c: New file.
30134         * lib/unictype/categ_P.c: New file.
30135         * lib/unictype/categ_Pc.c: New file.
30136         * lib/unictype/categ_Pd.c: New file.
30137         * lib/unictype/categ_Pe.c: New file.
30138         * lib/unictype/categ_Pf.c: New file.
30139         * lib/unictype/categ_Pi.c: New file.
30140         * lib/unictype/categ_Po.c: New file.
30141         * lib/unictype/categ_Ps.c: New file.
30142         * lib/unictype/categ_S.c: New file.
30143         * lib/unictype/categ_Sc.c: New file.
30144         * lib/unictype/categ_Sk.c: New file.
30145         * lib/unictype/categ_Sm.c: New file.
30146         * lib/unictype/categ_So.c: New file.
30147         * lib/unictype/categ_Z.c: New file.
30148         * lib/unictype/categ_Zl.c: New file.
30149         * lib/unictype/categ_Zp.c: New file.
30150         * lib/unictype/categ_Zs.c: New file.
30151         * lib/unictype/categ_and.c: New file.
30152         * lib/unictype/categ_and_not.c: New file.
30153         * lib/unictype/categ_byname.c: New file.
30154         * lib/unictype/categ_name.c: New file.
30155         * lib/unictype/categ_none.c: New file.
30156         * lib/unictype/categ_of.c: New file.
30157         * lib/unictype/categ_or.c: New file.
30158         * lib/unictype/categ_test.c: New file.
30159         * lib/unictype/combining.c: New file.
30160         * lib/unictype/ctype_alnum.c: New file.
30161         * lib/unictype/ctype_alpha.c: New file.
30162         * lib/unictype/ctype_blank.c: New file.
30163         * lib/unictype/ctype_cntrl.c: New file.
30164         * lib/unictype/ctype_digit.c: New file.
30165         * lib/unictype/ctype_graph.c: New file.
30166         * lib/unictype/ctype_lower.c: New file.
30167         * lib/unictype/ctype_print.c: New file.
30168         * lib/unictype/ctype_punct.c: New file.
30169         * lib/unictype/ctype_space.c: New file.
30170         * lib/unictype/ctype_upper.c: New file.
30171         * lib/unictype/ctype_xdigit.c: New file.
30172         * lib/unictype/decdigit.c: New file.
30173         * lib/unictype/digit.c: New file.
30174         * lib/unictype/identsyntaxmap.h: New file.
30175         * lib/unictype/mirror.c: New file.
30176         * lib/unictype/numeric.c: New file.
30177         * lib/unictype/pr_alphabetic.c: New file.
30178         * lib/unictype/pr_ascii_hex_digit.c: New file.
30179         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30180         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30181         * lib/unictype/pr_bidi_block_separator.c: New file.
30182         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30183         * lib/unictype/pr_bidi_common_separator.c: New file.
30184         * lib/unictype/pr_bidi_control.c: New file.
30185         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30186         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30187         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30188         * lib/unictype/pr_bidi_european_digit.c: New file.
30189         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30190         * lib/unictype/pr_bidi_left_to_right.c: New file.
30191         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30192         * lib/unictype/pr_bidi_other_neutral.c: New file.
30193         * lib/unictype/pr_bidi_pdf.c: New file.
30194         * lib/unictype/pr_bidi_segment_separator.c: New file.
30195         * lib/unictype/pr_bidi_whitespace.c: New file.
30196         * lib/unictype/pr_byname.c: New file.
30197         * lib/unictype/pr_byname.gperf: New file.
30198         * lib/unictype/pr_combining.c: New file.
30199         * lib/unictype/pr_composite.c: New file.
30200         * lib/unictype/pr_currency_symbol.c: New file.
30201         * lib/unictype/pr_dash.c: New file.
30202         * lib/unictype/pr_decimal_digit.c: New file.
30203         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30204         * lib/unictype/pr_deprecated.c: New file.
30205         * lib/unictype/pr_diacritic.c: New file.
30206         * lib/unictype/pr_extender.c: New file.
30207         * lib/unictype/pr_format_control.c: New file.
30208         * lib/unictype/pr_grapheme_base.c: New file.
30209         * lib/unictype/pr_grapheme_extend.c: New file.
30210         * lib/unictype/pr_grapheme_link.c: New file.
30211         * lib/unictype/pr_hex_digit.c: New file.
30212         * lib/unictype/pr_hyphen.c: New file.
30213         * lib/unictype/pr_id_continue.c: New file.
30214         * lib/unictype/pr_id_start.c: New file.
30215         * lib/unictype/pr_ideographic.c: New file.
30216         * lib/unictype/pr_ids_binary_operator.c: New file.
30217         * lib/unictype/pr_ids_trinary_operator.c: New file.
30218         * lib/unictype/pr_ignorable_control.c: New file.
30219         * lib/unictype/pr_iso_control.c: New file.
30220         * lib/unictype/pr_join_control.c: New file.
30221         * lib/unictype/pr_left_of_pair.c: New file.
30222         * lib/unictype/pr_line_separator.c: New file.
30223         * lib/unictype/pr_logical_order_exception.c: New file.
30224         * lib/unictype/pr_lowercase.c: New file.
30225         * lib/unictype/pr_math.c: New file.
30226         * lib/unictype/pr_non_break.c: New file.
30227         * lib/unictype/pr_not_a_character.c: New file.
30228         * lib/unictype/pr_numeric.c: New file.
30229         * lib/unictype/pr_other_alphabetic.c: New file.
30230         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30231         * lib/unictype/pr_other_grapheme_extend.c: New file.
30232         * lib/unictype/pr_other_id_continue.c: New file.
30233         * lib/unictype/pr_other_id_start.c: New file.
30234         * lib/unictype/pr_other_lowercase.c: New file.
30235         * lib/unictype/pr_other_math.c: New file.
30236         * lib/unictype/pr_other_uppercase.c: New file.
30237         * lib/unictype/pr_paired_punctuation.c: New file.
30238         * lib/unictype/pr_paragraph_separator.c: New file.
30239         * lib/unictype/pr_pattern_syntax.c: New file.
30240         * lib/unictype/pr_pattern_white_space.c: New file.
30241         * lib/unictype/pr_private_use.c: New file.
30242         * lib/unictype/pr_punctuation.c: New file.
30243         * lib/unictype/pr_quotation_mark.c: New file.
30244         * lib/unictype/pr_radical.c: New file.
30245         * lib/unictype/pr_sentence_terminal.c: New file.
30246         * lib/unictype/pr_soft_dotted.c: New file.
30247         * lib/unictype/pr_space.c: New file.
30248         * lib/unictype/pr_terminal_punctuation.c: New file.
30249         * lib/unictype/pr_test.c: New file.
30250         * lib/unictype/pr_titlecase.c: New file.
30251         * lib/unictype/pr_unassigned_code_value.c: New file.
30252         * lib/unictype/pr_unified_ideograph.c: New file.
30253         * lib/unictype/pr_uppercase.c: New file.
30254         * lib/unictype/pr_variation_selector.c: New file.
30255         * lib/unictype/pr_white_space.c: New file.
30256         * lib/unictype/pr_xid_continue.c: New file.
30257         * lib/unictype/pr_xid_start.c: New file.
30258         * lib/unictype/pr_zero_width.c: New file.
30259         * lib/unictype/scripts.c: New file.
30260         * lib/unictype/sy_c_ident.c: New file.
30261         * lib/unictype/sy_c_whitespace.c: New file.
30262         * lib/unictype/sy_java_ident.c: New file.
30263         * lib/unictype/sy_java_whitespace.c: New file.
30264
30265         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30266         Unicode 5.0.0.
30267         * lib/unictype/blocks.h: Likewise.
30268         * lib/unictype/categ_C.h: Likewise.
30269         * lib/unictype/categ_Cc.h: Likewise.
30270         * lib/unictype/categ_Cf.h: Likewise.
30271         * lib/unictype/categ_Cn.h: Likewise.
30272         * lib/unictype/categ_Co.h: Likewise.
30273         * lib/unictype/categ_Cs.h: Likewise.
30274         * lib/unictype/categ_L.h: Likewise.
30275         * lib/unictype/categ_Ll.h: Likewise.
30276         * lib/unictype/categ_Lm.h: Likewise.
30277         * lib/unictype/categ_Lo.h: Likewise.
30278         * lib/unictype/categ_Lt.h: Likewise.
30279         * lib/unictype/categ_Lu.h: Likewise.
30280         * lib/unictype/categ_M.h: Likewise.
30281         * lib/unictype/categ_Mc.h: Likewise.
30282         * lib/unictype/categ_Me.h: Likewise.
30283         * lib/unictype/categ_Mn.h: Likewise.
30284         * lib/unictype/categ_N.h: Likewise.
30285         * lib/unictype/categ_Nd.h: Likewise.
30286         * lib/unictype/categ_Nl.h: Likewise.
30287         * lib/unictype/categ_No.h: Likewise.
30288         * lib/unictype/categ_P.h: Likewise.
30289         * lib/unictype/categ_Pc.h: Likewise.
30290         * lib/unictype/categ_Pd.h: Likewise.
30291         * lib/unictype/categ_Pe.h: Likewise.
30292         * lib/unictype/categ_Pf.h: Likewise.
30293         * lib/unictype/categ_Pi.h: Likewise.
30294         * lib/unictype/categ_Po.h: Likewise.
30295         * lib/unictype/categ_Ps.h: Likewise.
30296         * lib/unictype/categ_S.h: Likewise.
30297         * lib/unictype/categ_Sc.h: Likewise.
30298         * lib/unictype/categ_Sk.h: Likewise.
30299         * lib/unictype/categ_Sm.h: Likewise.
30300         * lib/unictype/categ_So.h: Likewise.
30301         * lib/unictype/categ_Z.h: Likewise.
30302         * lib/unictype/categ_Zl.h: Likewise.
30303         * lib/unictype/categ_Zp.h: Likewise.
30304         * lib/unictype/categ_Zs.h: Likewise.
30305         * lib/unictype/categ_of.h: Likewise.
30306         * lib/unictype/combining.h: Likewise.
30307         * lib/unictype/ctype_alnum.h: Likewise.
30308         * lib/unictype/ctype_alpha.h: Likewise.
30309         * lib/unictype/ctype_blank.h: Likewise.
30310         * lib/unictype/ctype_cntrl.h: Likewise.
30311         * lib/unictype/ctype_digit.h: Likewise.
30312         * lib/unictype/ctype_graph.h: Likewise.
30313         * lib/unictype/ctype_lower.h: Likewise.
30314         * lib/unictype/ctype_print.h: Likewise.
30315         * lib/unictype/ctype_punct.h: Likewise.
30316         * lib/unictype/ctype_space.h: Likewise.
30317         * lib/unictype/ctype_upper.h: Likewise.
30318         * lib/unictype/ctype_xdigit.h: Likewise.
30319         * lib/unictype/decdigit.h: Likewise.
30320         * lib/unictype/digit.h: Likewise.
30321         * lib/unictype/mirror.h: Likewise.
30322         * lib/unictype/numeric.h: Likewise.
30323         * lib/unictype/pr_alphabetic.h: Likewise.
30324         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30325         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30326         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30327         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30328         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30329         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30330         * lib/unictype/pr_bidi_control.h: Likewise.
30331         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30332         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30333         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30334         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30335         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30336         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30337         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30338         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30339         * lib/unictype/pr_bidi_pdf.h: Likewise.
30340         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30341         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30342         * lib/unictype/pr_combining.h: Likewise.
30343         * lib/unictype/pr_composite.h: Likewise.
30344         * lib/unictype/pr_currency_symbol.h: Likewise.
30345         * lib/unictype/pr_dash.h: Likewise.
30346         * lib/unictype/pr_decimal_digit.h: Likewise.
30347         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30348         * lib/unictype/pr_deprecated.h: Likewise.
30349         * lib/unictype/pr_diacritic.h: Likewise.
30350         * lib/unictype/pr_extender.h: Likewise.
30351         * lib/unictype/pr_format_control.h: Likewise.
30352         * lib/unictype/pr_grapheme_base.h: Likewise.
30353         * lib/unictype/pr_grapheme_extend.h: Likewise.
30354         * lib/unictype/pr_grapheme_link.h: Likewise.
30355         * lib/unictype/pr_hex_digit.h: Likewise.
30356         * lib/unictype/pr_hyphen.h: Likewise.
30357         * lib/unictype/pr_id_continue.h: Likewise.
30358         * lib/unictype/pr_id_start.h: Likewise.
30359         * lib/unictype/pr_ideographic.h: Likewise.
30360         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30361         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30362         * lib/unictype/pr_ignorable_control.h: Likewise.
30363         * lib/unictype/pr_iso_control.h: Likewise.
30364         * lib/unictype/pr_join_control.h: Likewise.
30365         * lib/unictype/pr_left_of_pair.h: Likewise.
30366         * lib/unictype/pr_line_separator.h: Likewise.
30367         * lib/unictype/pr_logical_order_exception.h: Likewise.
30368         * lib/unictype/pr_lowercase.h: Likewise.
30369         * lib/unictype/pr_math.h: Likewise.
30370         * lib/unictype/pr_non_break.h: Likewise.
30371         * lib/unictype/pr_not_a_character.h: Likewise.
30372         * lib/unictype/pr_numeric.h: Likewise.
30373         * lib/unictype/pr_other_alphabetic.h: Likewise.
30374         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30375         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30376         * lib/unictype/pr_other_id_continue.h: Likewise.
30377         * lib/unictype/pr_other_id_start.h: Likewise.
30378         * lib/unictype/pr_other_lowercase.h: Likewise.
30379         * lib/unictype/pr_other_math.h: Likewise.
30380         * lib/unictype/pr_other_uppercase.h: Likewise.
30381         * lib/unictype/pr_paired_punctuation.h: Likewise.
30382         * lib/unictype/pr_paragraph_separator.h: Likewise.
30383         * lib/unictype/pr_pattern_syntax.h: Likewise.
30384         * lib/unictype/pr_pattern_white_space.h: Likewise.
30385         * lib/unictype/pr_private_use.h: Likewise.
30386         * lib/unictype/pr_punctuation.h: Likewise.
30387         * lib/unictype/pr_quotation_mark.h: Likewise.
30388         * lib/unictype/pr_radical.h: Likewise.
30389         * lib/unictype/pr_sentence_terminal.h: Likewise.
30390         * lib/unictype/pr_soft_dotted.h: Likewise.
30391         * lib/unictype/pr_space.h: Likewise.
30392         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30393         * lib/unictype/pr_titlecase.h: Likewise.
30394         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30395         * lib/unictype/pr_unified_ideograph.h: Likewise.
30396         * lib/unictype/pr_uppercase.h: Likewise.
30397         * lib/unictype/pr_variation_selector.h: Likewise.
30398         * lib/unictype/pr_white_space.h: Likewise.
30399         * lib/unictype/pr_xid_continue.h: Likewise.
30400         * lib/unictype/pr_xid_start.h: Likewise.
30401         * lib/unictype/pr_zero_width.h: Likewise.
30402         * lib/unictype/scripts.h: Likewise.
30403         * lib/unictype/scripts_byname.gperf: Likewise.
30404         * lib/unictype/sy_c_ident.h: Likewise.
30405         * lib/unictype/sy_c_whitespace.h: Likewise.
30406         * lib/unictype/sy_java_ident.h: Likewise.
30407         * lib/unictype/sy_java_whitespace.h: Likewise.
30408
30409         * lib/unictype/Makefile: New file.
30410         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30411         glibc.
30412         * lib/unictype/3level.h: New file, copied from glibc.
30413         * lib/unictype/3levelbit.h: New file.
30414
30415 2007-11-11  Bruno Haible  <bruno@clisp.org>
30416
30417         * modules/gperf: New file.
30418         * modules/iconv_open (Depends-on): Add it.
30419         (Makefile.am): Remove the GPERF definition.
30420
30421 2007-11-11  Bruno Haible  <bruno@clisp.org>
30422
30423         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30424         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30425
30426 2007-11-11  Bruno Haible  <bruno@clisp.org>
30427
30428         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30429         (usage): Remove function.
30430
30431 2007-11-11  Bruno Haible  <bruno@clisp.org>
30432
30433         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30434         gl_FUNC_CEILF_LIBS.
30435         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30436         gl_FUNC_CEIL_LIBS.
30437         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30438         gl_FUNC_CEILL_LIBS.
30439         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30440         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30441         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30442
30443 2007-11-11  Bruno Haible  <bruno@clisp.org>
30444
30445         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30446         roundf were declared but do not exist on functions.
30447         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30448         roundl were declared but do not exist on functions.
30449         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30450         HAVE_FLOORL_AND_CEILL, respectively.
30451         Needed for Sun C on Solaris 10.
30452
30453 2007-11-11  Bruno Haible  <bruno@clisp.org>
30454
30455         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30456         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30457         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30458         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30459         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30460         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30461         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30462         HAVE_DECL_ROUNDF.
30463         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30464         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30465         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30466         of HAVE_DECL_ROUND*.
30467         * modules/math (Makefile.am): Update.
30468
30469 2007-11-10  Bruno Haible  <bruno@clisp.org>
30470
30471         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30472         ptrdiff_t as m4/intl.m4.
30473
30474 2007-11-10  Jim Meyering  <meyering@redhat.com>
30475
30476         Avoid link failure for the argmatch test.
30477         * tests/test-argmatch.c (usage): Define function to avoid a link
30478         failure: argmatch_die requires a usage function.
30479
30480 2007-11-09  Bruno Haible  <bruno@clisp.org>
30481
30482         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30483         * doc/functions/vsnprintf.texi: Likewise.
30484         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30485         with a size argument < 2.
30486
30487 2007-11-09  Bruno Haible  <bruno@clisp.org>
30488
30489         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30490         buffer. Fixes an inefficiency introduced on 2007-11-03.
30491
30492 2007-11-09  Bruno Haible  <bruno@clisp.org>
30493
30494         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30495         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30496
30497 2007-11-08  Jim Meyering  <meyering@redhat.com>
30498
30499         Change cache variable name prefix "jm_" to "gl_" everywhere.
30500         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30501         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30502         * m4/uptime.m4: s/gl_/jm_/
30503
30504 2007-11-07  Bruno Haible  <bruno@clisp.org>
30505
30506         Update to GNU gettext 0.17.
30507         * m4/intl.m4: Update to GNU gettext 0.17.
30508         * m4/po.m4: Likewise.
30509         * modules/gettext (Files): Remove m4/ulonglong.m4.
30510         (configure.ac): Require gettext infrastructure from version 0.17.
30511
30512 2007-11-06  Bruno Haible  <bruno@clisp.org>
30513
30514         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30515         symbolic values are not defined in a public header.
30516         * lib/freadable.c (freadable) [QNX]: Likewise.
30517         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30518         * lib/freading.c (freading) [QNX]: Likewise.
30519         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30520         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30521         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30522         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30523         Reported by Alain Magloire.
30524
30525         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30526
30527 2007-11-05  Bruno Haible  <bruno@clisp.org>
30528
30529         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30530         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30531         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30532         Reported by Eric Blake.
30533
30534 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30535             Bruno Haible  <bruno@clisp.org>
30536
30537         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30538         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30539         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30540         (malloc): Undefine also before including <stdlib.h>.
30541         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30542         Needed on OSF/1 4.0.
30543
30544 2007-11-05  Jim Meyering  <meyering@redhat.com>
30545
30546         git-version-gen: sync from coreutils.
30547         * build-aux/git-version-gen: Add comments.
30548         Change the first '-' to '.' in the snapshot version string,
30549         e.g., 6.9-377-08144 -> 6.9.377-08144
30550         Remove first parameter.
30551         Don't declare a version "-dirty" merely because a time
30552         stamp has changed.
30553
30554 2007-11-04  Bruno Haible  <bruno@clisp.org>
30555
30556         * lib/lock.h: Protect all macro definitions containing an 'if'
30557         statement through a "do { ... } while (0)".
30558         * lib/tls.h: Likewise.
30559
30560 2007-11-04  Bruno Haible  <bruno@clisp.org>
30561
30562         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30563
30564 2007-11-04  Bruno Haible  <bruno@clisp.org>
30565
30566         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30567         * modules/fprintf-posix (Depends-on): Add nocrash.
30568         * modules/snprintf-posix (Depends-on): Likewise.
30569         * modules/sprintf-posix (Depends-on): Likewise.
30570         * modules/vasnprintf-posix (Depends-on): Likewise.
30571         * modules/vasprintf-posix (Depends-on): Likewise.
30572         * modules/vfprintf-posix (Depends-on): Likewise.
30573         * modules/vsnprintf-posix (Depends-on): Likewise.
30574         * modules/vsprintf-posix (Depends-on): Likewise.
30575         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30576         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30577         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30578         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30579         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30580         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30581         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30582
30583 2007-11-04  Bruno Haible  <bruno@clisp.org>
30584
30585         * modules/nocrash: New file.
30586         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30587         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30588
30589 2007-11-04  Bruno Haible  <bruno@clisp.org>
30590
30591         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30592         precision handling.
30593         * tests/test-vasprintf-posix.c (test_function): Likewise.
30594         * tests/test-snprintf-posix.h (test_function): Likewise.
30595         * tests/test-sprintf-posix.h (test_function): Likewise.
30596
30597         Fix *printf behaviour for large precisions on mingw and BeOS.
30598         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30599         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30600         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30601         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30602         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30603         gl_PRINTF_PRECISION and test its result. Invoke
30604         gl_PREREQ_VASNPRINTF_PRECISION.
30605         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30606         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30607         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30608         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30609         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30610         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30611         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30612         * doc/functions/fprintf.texi: Update.
30613         * doc/functions/printf.texi: Update.
30614         * doc/functions/snprintf.texi: Update.
30615         * doc/functions/sprintf.texi: Update.
30616         * doc/functions/vfprintf.texi: Update.
30617         * doc/functions/vprintf.texi: Update.
30618         * doc/functions/vsnprintf.texi: Update.
30619         * doc/functions/vsprintf.texi: Update.
30620
30621 2007-11-04  Bruno Haible  <bruno@clisp.org>
30622
30623         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30624
30625 2007-11-04  Bruno Haible  <bruno@clisp.org>
30626
30627         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30628         Reported by Sylvain Beucler <beuc@gnu.org>.
30629
30630 2007-11-03  Bruno Haible  <bruno@clisp.org>
30631
30632         * tests/test-fprintf-posix2.sh: New file.
30633         * tests/test-fprintf-posix2.c: New file.
30634         * modules/fprintf-posix-tests (Files): Add them.
30635         (TESTS): Add test-fprintf-posix2.sh.
30636         (configure.ac): Check for getrlimit and setrlimit.
30637         (check_PROGRAMS): Add test-fprintf-posix2.
30638
30639         * tests/test-printf-posix2.sh: New file.
30640         * tests/test-printf-posix2.c: New file.
30641         * modules/printf-posix-tests (Files): Add them.
30642         (TESTS): Add test-printf-posix2.sh.
30643         (configure.ac): Check for getrlimit and setrlimit.
30644         (check_PROGRAMS): Add test-printf-posix2.
30645
30646         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30647         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30648         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30649         (decode_double): New function, copied from decode_long_double.
30650         (scale10_round_decimal_decoded): New function, extracted from
30651         scale10_round_decimal_long_double.
30652         (scale10_round_decimal_long_double): Use it.
30653         (scale10_round_decimal_double): New function.
30654         (floorlog10): New function.
30655         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30656         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30657         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30658         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30659         gl_PRINTF_ENOMEM and test its result. Invoke
30660         gl_PREREQ_VASNPRINTF_ENOMEM.
30661         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30662         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30663         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30664         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30665         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30666         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30667         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30668         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30669         * modules/snprintf-posix (Depends-on): Likewise.
30670         * modules/sprintf-posix (Depends-on): Likewise.
30671         * modules/vasnprintf-posix (Depends-on): Likewise.
30672         * modules/vasprintf-posix (Depends-on): Likewise.
30673         * modules/vfprintf-posix (Depends-on): Likewise.
30674         * modules/vsnprintf-posix (Depends-on): Likewise.
30675         * modules/vsprintf-posix (Depends-on): Likewise.
30676         * doc/functions/fprintf.texi: Update.
30677         * doc/functions/printf.texi: Update.
30678         * doc/functions/snprintf.texi: Update.
30679         * doc/functions/sprintf.texi: Update.
30680         * doc/functions/vfprintf.texi: Update.
30681         * doc/functions/vprintf.texi: Update.
30682         * doc/functions/vsnprintf.texi: Update.
30683         * doc/functions/vsprintf.texi: Update.
30684
30685 2007-11-03  Bruno Haible  <bruno@clisp.org>
30686
30687         * modules/frexp-nolibm-tests: New file.
30688
30689         * modules/frexp-nolibm: New file.
30690         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30691
30692 2007-11-03  Bruno Haible  <bruno@clisp.org>
30693
30694         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30695         value is C99 compliant.
30696         Needed for OSF/1 5.1.
30697
30698 2007-11-03  Bruno Haible  <bruno@clisp.org>
30699
30700         Fix out-of-memory handling of vasnprintf.
30701         * lib/printf-parse.c: Include <errno.h>.
30702         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30703         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30704         is already set.
30705
30706 2007-11-02  Eric Blake  <ebb9@byu.net>
30707
30708         Fix tests on cygwin.
30709         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30710
30711 2007-11-01  Bruno Haible  <bruno@clisp.org>
30712
30713         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30714         warning.
30715         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30716         needed for POSIX compatibility.
30717
30718 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30719
30720         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30721         for compatibility with GNU.
30722
30723 2007-11-01  Bruno Haible  <bruno@clisp.org>
30724
30725         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30726         (putenv): Renamed from rpl_putenv. Change argument type from
30727         'const char *' to 'char *'.
30728         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30729         of defining putenv in config.h, just set REPLACE_PUTENV.
30730         * modules/putenv (Depends-on): Add stdlib.
30731         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30732         (Include): Use <stdlib.h>.
30733         * lib/stdlib.in.h (putenv): New declaration.
30734         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30735         REPLACE_PUTENV.
30736         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30737         REPLACE_PUTENV.
30738         Needed for MacOS X 10.5.0.
30739         Reported by Peter O'Gorman <peter@pogma.com>.
30740
30741 2007-11-01  Jim Meyering  <meyering@redhat.com>
30742
30743         Treat an empty date string exactly like "0".
30744         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30745         if the remaining date string (to be parsed) is empty, use "0".
30746         Reported by Mischa Molhoek and discussed in this thread:
30747         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30748
30749 2007-10-31  Bruno Haible  <bruno@clisp.org>
30750
30751         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30752         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30753         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30754         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30755         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30756         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30757
30758 2007-10-31  Bruno Haible  <bruno@clisp.org>
30759
30760         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30761         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30762         (AC_TYPE_LONG_LONG_INT): Use it.
30763         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30764         it as well.
30765         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30766         to m4/longlong.m4.
30767         * modules/stdint (Files): Remove m4/ulonglong.m4.
30768         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30769         m4/ulonglong.m4.
30770         * modules/strtoumax (Files): Likewise.
30771
30772 2007-10-30  Bruno Haible  <bruno@clisp.org>
30773
30774         * modules/xvasprintf-posix: New file.
30775         Suggested by Eric Blake.
30776
30777 2007-10-30  Bruno Haible  <bruno@clisp.org>
30778
30779         * modules/xprintf-posix-tests: New file.
30780         * tests/test-xprintf-posix.sh: New file.
30781         * tests/test-xprintf-posix.c: New file.
30782         * tests/test-xfprintf-posix.c: New file.
30783
30784         * modules/xprintf-posix: New file.
30785
30786 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30787
30788         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30789         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30790         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30791
30792 2007-10-29  Bruno Haible  <bruno@clisp.org>
30793
30794         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30795         contain the special marker '_cv_'.
30796         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30797         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30798         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30799         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30800         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30801         Reported by Ralf Wildenhues.
30802
30803 2007-10-29  Bruno Haible  <bruno@clisp.org>
30804
30805         * gnulib-tool (func_import): When --lgpl is not specified, set
30806         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30807         GPLv3.
30808         Reported by Simon Josefsson.
30809
30810 2007-10-28  Bruno Haible  <bruno@clisp.org>
30811
30812         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30813         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30814         HAVE_DECL_ISFINITE.
30815         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30816         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30817         HAVE_DECL_ISFINITE.
30818
30819 2007-10-28  Bruno Haible  <bruno@clisp.org>
30820
30821         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30822         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30823
30824 2007-10-28  Bruno Haible  <bruno@clisp.org>
30825
30826         Fix link errors with Sun C 5.0 on Solaris 10.
30827         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30828         function is declared but not present in the compiler's libm.
30829         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30830         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30831         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30832         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30833         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30834         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30835         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30836         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30837         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30838         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30839         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30840         HAVE_DECL_FLOORL.
30841
30842 2007-10-28  Bruno Haible  <bruno@clisp.org>
30843
30844         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30845         gl_FUNC_FLOORL. Cache the result.
30846         (gl_FUNC_FLOORL): Use it.
30847         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30848         gl_FUNC_CEILL. Cache the result.
30849         (gl_FUNC_CEILL): Use it.
30850
30851         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30852         gl_FUNC_FLOOR. Cache the result.
30853         (gl_FUNC_FLOOR): Use it.
30854         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30855         gl_FUNC_CEIL. Cache the result.
30856         (gl_FUNC_CEIL): Use it.
30857
30858         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30859         gl_FUNC_FLOORF. Cache the result.
30860         (gl_FUNC_FLOORF): Use it.
30861         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30862         gl_FUNC_CEILF. Cache the result.
30863         (gl_FUNC_CEILF): Use it.
30864
30865 2007-10-28  Bruno Haible  <bruno@clisp.org>
30866
30867         * gnulib-tool: Allow specifying the LGPL version number through
30868         --lgpl=2 or --lgpl=3.
30869         (func_usage): Document --lgpl with argument.
30870         Handle --lgpl=... arguments.
30871         (func_import): Recognize also gl_LGPL calls with an argument. When
30872         --lgpl=2 is used and the module's license is just LGPL, report an
30873         error. Set sed_transform_lib_file according to the lgpl variable. In
30874         the generated files, use --lgpl or gl_LGPL invocations with argument,
30875         if necessary.
30876         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30877         an LGPv2+ license.
30878         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30879         gl_LGPL macro.
30880
30881 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30882             Bruno Haible  <bruno@clisp.org>
30883
30884         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30885         (u16_uctomb_aux): Likewise.
30886         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30887         !HAVE_INLINE.
30888         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30889
30890 2007-10-28  Bruno Haible  <bruno@clisp.org>
30891
30892         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30893         Invoke AM_GETTEXT_OPTION if it exists.
30894         * modules/vasprintf: Likewise.
30895         * modules/verror: Likewise.
30896         * modules/xprintf: Likewise.
30897         * modules/xvasprintf: Likewise.
30898
30899 2007-10-27  Ben Pfaff  <blp@gnu.org>
30900
30901         * lib/math.in.h: Define isfinite macro and prototypes for
30902         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30903         implementations.
30904         * m4/math_h.m4: New substitutions for isfinite module.
30905         * lib/isfinite.c: New file.
30906         * m4/isfinite.m4: New file.
30907         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30908         * modules/isfinite: New file.
30909         * modules/isfinite-tests: New file.
30910         * tests/tests-isfinite.c: New file.
30911         * doc/functions/isfinite.texi: Mention isfinite module.
30912         * MODULES.html.sh: Mention new module.
30913
30914 2007-10-27  Ben Pfaff  <blp@gnu.org>
30915
30916         Ralf Wildenhues reported that Tru64 4.0D declares the round
30917         functions but does not have definitions.
30918         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30919         cannot be found in any library, set the output variable to
30920         "missing" instead of "".
30921         * m4/round.m4: Also use our substitute if we cannot find round in
30922         any library, even if it is declared.
30923         * m4/roundf.m4: Likewise for roundf.
30924         * m4/roundl.m4: Likewise for roundl.
30925         * lib/math.in.h: Undefine roundf, round, roundl before defining
30926         their replacements, to allow for hypothetical systems where these
30927         may be defined as macros but not available in libraries.
30928
30929 2007-10-27  Bruno Haible  <bruno@clisp.org>
30930
30931         * doc/gnulib.texi: Invoke @firstparagraphindent.
30932         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30933         changes in gnulib.
30934         (Source changes): New section.
30935
30936 2007-10-26  Bruno Haible  <bruno@clisp.org>
30937
30938         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30939         borrowed from autoconf.
30940
30941 2007-10-26  Bruno Haible  <bruno@clisp.org>
30942
30943         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30944         strerror returned the empty string. Needed on HP-UX 11.00.
30945
30946 2007-10-24  Micah Cowan  <micah@cowan.name>
30947
30948         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30949         * build-aux/bootstrap: Remove support for now-unnecessary option,
30950         --cvs-user, and envvars CVS_USER, CVS_RSH.
30951
30952 2007-10-24  Jim Meyering  <meyering@redhat.com>
30953
30954         Avoid diagnostics from sha1sum when there is no cached checksum.
30955         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30956         if the po.s1 file hasn't been created yet.
30957
30958         * build-aux/bootstrap: Sync from coreutils:
30959         2007-10-24  Jim Meyering  <meyering@redhat.com>
30960         Get gnulib from the git repository, not from an obsolete cvs one.
30961         * build-aux/bootstrap: Suggestion from Micah Cowan.
30962         2007-10-04  Jim Meyering  <jim@meyering.net>
30963         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30964         (update_po_files): Work also when there are no .po files in po/.
30965
30966 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30967
30968         * README: Append ".git" to git and cg examples.
30969         Problem reported by Benoit Sigoure.
30970
30971 2007-10-23  Micah Cowan  <micah@cowan.name>
30972
30973         * users.txt: Add wget.
30974
30975 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30976
30977         Fix linking of some unistdio tests on FreeBSD.
30978         * modules/unistdio/u16-vsnprintf-tests
30979         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30980         * modules/unistdio/u16-vsprintf-tests
30981         (test_u16_vsnprintf1_LDADD): Likewise.
30982         * modules/unistdio/u32-vsnprintf-tests
30983         (test_u32_vsnprintf1_LDADD): Likewise.
30984         * modules/unistdio/u32-vsprintf-tests
30985         (test_u32_vsprintf1_LDADD): Likewise.
30986         * modules/unistdio/u8-vsnprintf-tests
30987         (test_u8_vsnprintf1_LDADD): Likewise.
30988         * modules/unistdio/u8-vsprintf-tests
30989         (test_u8_vsprintf1_LDADD): Likewise.
30990         * modules/unistdio/ulc-vsnprintf-tests
30991         (test_ulc_vsnprintf1_LDADD): Likewise.
30992         * modules/unistdio/ulc-vsprintf-tests
30993         (test_ulc_vsprintf1_LDADD): Likewise.
30994
30995         Fix linking of some uniconv tests on FreeBSD.
30996         * modules/uniconv/u16-conv-from-enc-tests
30997         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30998         * modules/uniconv/u16-conv-to-enc-tests
30999         (test_u16_conv_to_enc_LDADD): Likewise.
31000         * modules/uniconv/u16-strconv-from-enc-tests
31001         (test_u16_strconv_from_enc_LDADD): Likewise.
31002         * modules/uniconv/u16-strconv-to-enc-tests
31003         (test_u16_strconv_to_enc_LDADD): Likewise.
31004         * modules/uniconv/u32-conv-from-enc-tests
31005         (test_u32_conv_from_enc_LDADD): Likewise.
31006         * modules/uniconv/u32-conv-to-enc-tests
31007         (test_u32_conv_to_enc_LDADD): Likewise.
31008         * modules/uniconv/u32-strconv-from-enc-tests
31009         (test_u32_strconv_from_enc_LDADD): Likewise.
31010         * modules/uniconv/u32-strconv-to-enc-tests
31011         (test_u32_strconv_to_enc_LDADD): Likewise.
31012         * modules/uniconv/u8-conv-from-enc-tests
31013         (test_u8_conv_from_enc_LDADD): Likewise.
31014         * modules/uniconv/u8-conv-to-enc-tests
31015         (test_u8_conv_to_enc_LDADD): Likewise.
31016         * modules/uniconv/u8-strconv-from-enc-tests
31017         (test_u8_strconv_from_enc_LDADD): Likewise.
31018         * modules/uniconv/u8-strconv-to-enc-tests
31019         (test_u8_strconv_to_enc_LDADD): Likewise.
31020
31021 2007-10-22  Bruno Haible  <bruno@clisp.org>
31022
31023         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
31024         size.
31025
31026 2007-10-22  Eric Blake  <ebb9@byu.net>
31027
31028         Tweak x*printf documentation.
31029         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
31030         variable name and comments.
31031         Suggested by Bruno Haible.
31032
31033 2007-10-22  Bruno Haible  <bruno@clisp.org>
31034
31035         * lib/acl.c (copy_acl): Fix file name in comment.
31036
31037 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31038
31039         Fix Tru64 problem with stdbool.h.
31040         * lib/stdbool.in.h (false, true):
31041         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
31042         Don't declare as an enum in this situation; it runs afoul of Tru64.
31043         Problem reported by Steven M. Schweda in
31044         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
31045
31046 2007-10-22  Eric Blake  <ebb9@byu.net>
31047
31048         Also wrap vf?printf.
31049         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
31050         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31051         (xvprintf, xvfprintf): New functions.
31052
31053 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31054
31055         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31056         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31057
31058         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31059         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31060
31061 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31064         by Bruno Haible.
31065
31066 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31067
31068         * lib/getloadavg.c
31069         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31070         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31071
31072         * tests/test-i-ring.c: Work for C89.
31073
31074 2007-10-22  Bruno Haible  <bruno@clisp.org>
31075
31076         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31077         -1u, in preprocessor expression, so that we don't test for the bug
31078         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31079         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31080
31081 2007-10-22  Eric Blake  <ebb9@byu.net>
31082
31083         * tests/test-yesno.sh: Silence stderr during test.
31084
31085 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31086
31087         * modules/crypto/gc-camellia: New file.
31088
31089         * m4/gc-camellia.m4: New file.
31090
31091         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31092
31093         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31094
31095 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31096
31097         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31098         --help to stdout.  Reported by sms@antinode.org (Steven
31099         M. Schweda).
31100
31101 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31102
31103         * users.txt: Fix link to libksba.
31104
31105 2007-10-21  Ben Pfaff  <blp@gnu.org>
31106
31107         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31108         round.c roundf implementation that depends on floorf and ceilf to
31109         be tested unconditionally.
31110
31111 2007-10-21  Ben Pfaff  <blp@gnu.org>
31112
31113         * m4/check-libm-func.m4: Removed.
31114         * m4/check-math-lib.m4: New file.
31115         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31116         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31117         definition and lack of AC_LIBOBJ([roundf]).
31118         * m4/roundl.m4: Ditto, and similarly for roundl.
31119         * modules/round: Reference new m4 file.
31120         * modules/roundf: Ditto.
31121         * modules/roundl: Ditto.
31122         * tests/test-round2.c (main): Use ROUND instead of round.
31123         Bug report from Bruno Haible.
31124
31125 2007-10-21  Bruno Haible  <bruno@clisp.org>
31126
31127         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31128         context.
31129
31130 2007-10-21  Bruno Haible  <bruno@clisp.org>
31131
31132         * tests/test-wcwidth.c (main): Allow negative result for some control
31133         characters.
31134
31135         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31136         Needed on OSF/1 5.1.
31137
31138 2007-10-21  Bruno Haible  <bruno@clisp.org>
31139
31140         * tests/test-floorf1.c: Include isnanf.h.
31141         (main): Use isnanf() instead of isnan().
31142         * tests/test-ceilf1.c: Include isnanf.h.
31143         (main): Use isnanf() instead of isnan().
31144         * tests/test-truncf1.c: Include isnanf.h.
31145         (main): Use isnanf() instead of isnan().
31146         * tests/test-roundf1.c: Include isnanf.h.
31147         (main): Use isnanf() instead of isnan().
31148
31149 2007-10-21  Eric Blake  <ebb9@byu.net>
31150
31151         * users.txt: Update URL for m4.
31152
31153 2007-10-21  Bruno Haible  <bruno@clisp.org>
31154
31155         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31156
31157 2007-10-21  Bruno Haible  <bruno@clisp.org>
31158
31159         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31160         Git's management files if the CVS files are not present.
31161
31162 2007-10-20  Bruno Haible  <bruno@clisp.org>
31163
31164         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31165         gcc-3.4.x.
31166
31167 2007-10-20  Ben Pfaff  <blp@gnu.org>
31168
31169         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31170         implementations.
31171         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31172         * lib/round.c: New file.
31173         * lib/roundf.c: New file.
31174         * lib/roundl.c: New file.
31175         * m4/round.m4: New file.
31176         * m4/roundf.m4: New file.
31177         * m4/roundl.m4: New file.
31178         * m4/check-libm-func-m4: New file.
31179         * modules/math: Replace round, roundf, roundl related @VARS@ in
31180         math.in.h.
31181         * modules/round: New file.
31182         * modules/round-tests: New file.
31183         * modules/roundf: New file.
31184         * modules/roundf-tests: New file.
31185         * modules/roundl: New file.
31186         * modules/roundl-tests: New file.
31187         * tests/test-round1.c: New file.
31188         * tests/test-round2.c: New file.
31189         * tests/test-roundf1.c: New file.
31190         * tests/test-roundf2.c: New file.
31191         * tests/test-roundl.c: New file.
31192         * doc/functions/round.texi: Mention round module.
31193         * doc/functions/roundf.texi: Mention roundf module.
31194         * doc/functions/roundl.texi: Mention roundl module.
31195         * MODULES.html.sh: Mention new modules.
31196         Thanks to Bruno Haible for suggestions.
31197
31198 2007-10-20  Jim Meyering  <meyering@redhat.com>
31199
31200         * lib/xprintf.c: Include <config.h> unconditionally.
31201
31202         Change xprintf's license to GPL.
31203         * modules/xprintf (License): s/LGPL/GPL/, since this module
31204         depends on modules (exit and exitfail) which are GPL.
31205         Suggestion from Bruno Haible.
31206
31207         xprintf fixes.
31208         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31209         Use a clearer diagnostic.
31210         Patch from Bruno Haible.
31211
31212 2007-10-20  Bruno Haible  <bruno@clisp.org>
31213
31214         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31215         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31216         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31217
31218 2007-10-20  Bruno Haible  <bruno@clisp.org>
31219
31220         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31221         precision in the comparison result > x - 1 or similar.
31222         * tests/test-ceilf2.c (correct_result_p): Likewise.
31223         * tests/test-truncf2.c (correct_result_p): Likewise.
31224         * tests/test-trunc2.c (correct_result_p): Likewise.
31225         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31226
31227 2007-10-20  Bruno Haible  <bruno@clisp.org>
31228
31229         * modules/ceil: New file.
31230         * m4/ceil.m4: New file.
31231         * doc/functions/ceil.texi: Mention the 'ceil' module.
31232
31233 2007-10-20  Bruno Haible  <bruno@clisp.org>
31234
31235         * modules/floor: New file.
31236         * m4/floor.m4: New file.
31237         * doc/functions/floor.texi: Mention the 'floor' module.
31238
31239 2007-10-20  Bruno Haible  <bruno@clisp.org>
31240
31241         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31242         of %a.
31243         * modules/floorf-tests (Depends-on): Likewise.
31244         * modules/truncf-tests (Depends-on): Likewise.
31245         * modules/trunc-tests (Depends-on): Likewise.
31246         Reported by Ben Pfaff.
31247
31248 2007-10-19  Jim Meyering  <meyering@redhat.com>
31249
31250         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31251         Don't bother testing specific errno values.  Just test ferror.
31252
31253         New module: xprintf
31254         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31255
31256 2007-10-19  Bruno Haible  <bruno@clisp.org>
31257
31258         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31259         syntax.
31260         * modules/javaexec (Makefile.am): Likewise.
31261         * modules/relocatable-prog (Makefile.am): Likewise.
31262         Suggested by Jim Meyering.
31263
31264 2007-10-18  Bruno Haible  <bruno@clisp.org>
31265
31266         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31267         Reported by Jim Meyering.
31268
31269 2007-10-18  Eric Blake  <ebb9@byu.net>
31270
31271         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31272
31273 2007-10-18  Bruno Haible  <bruno@clisp.org>
31274
31275         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31276         the format string into writable memory. Needed in Fortify conditions.
31277
31278 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31279             Bruno Haible  <bruno@clisp.org>
31280
31281         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31282         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31283         * modules/trim (Depends-on): Add mbchar.
31284         (configure.ac): Add gl_FUNC_MBRTOWC.
31285         (Makefile.am): Augment lib_SOURCES.
31286
31287 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31288
31289         Modify glob.c to use fstatat and dirfd, to simplify it.
31290         Suggested by Eric Blake.
31291         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31292         Don't include <stdbool.h>; not used.
31293         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31294         (link_exists_p): Simplify implementation, since we can now assume
31295         dirfd and fstatat.
31296         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31297
31298 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31299
31300         * gnulib-tool (func_get_dependencies): Fix sed script to
31301         match only tests.
31302
31303 2007-10-17  Bruno Haible  <bruno@clisp.org>
31304
31305         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31306         allow locale names without encoding suffix.
31307         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31308         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31309
31310 2007-10-16  Bruno Haible  <bruno@clisp.org>
31311
31312         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31313         * lib/getgroups.c (getgroups): Likewise.
31314         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31315
31316 2007-10-16  Bruno Haible  <bruno@clisp.org>
31317
31318         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31319         * modules/malloc-posix (License): Likewise.
31320         * modules/realloc-posix (License): Likewise.
31321         * modules/calloc-posix (License): Likewise.
31322         * modules/intprops (License): Change from GPL to LGPL, with
31323         Paul Eggert's approval.
31324
31325 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31326
31327         Merge glibc changes into lib/glob.c.
31328
31329         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31330         2007-10-15 04:59:03 UTC.  Here are the changes:
31331
31332         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31333
31334         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31335
31336         * lib/glob.c: Add some branch prediction throughout.
31337
31338         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31339
31340         [BZ #5103]
31341         * lib/glob.c (glob): Recognize patterns starting \/.
31342
31343         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31344
31345         [BZ #3996]
31346         * lib/glob.c (attribute_hidden): Define if not defined.
31347         (glob): Unescape dirname, filename or username when needed and not
31348         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31349         is NULL.  Handle unescaped [ in pattern without closing ].
31350         Don't pass GLOB_CHECK down to recursive glob for directories.
31351         (__glob_pattern_type): New function.
31352         (__glob_pattern_p): Implement using __glob_pattern_type.
31353         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31354         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31355         Remove unreachable code.
31356
31357         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31358
31359         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31360         explain why there are no leaks.
31361
31362         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31363
31364         [BZ #3253]
31365         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31366         time, rather allocate increasingly bigger arrays of pointers, if
31367         possible with alloca, if too large with malloc.
31368
31369 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31370
31371         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31372         Problem reported by H.Merijn Brand in
31373         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31374         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31375         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31376
31377 2007-10-15  Bruno Haible  <bruno@clisp.org>
31378
31379         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31380         with explicit rpl_ prefix.
31381         * lib/fopen.c (fopen): Likewise.
31382         * lib/freopen.c (freopen): Likewise.
31383         * lib/iconv.c (iconv): Likewise.
31384         * lib/iconv_close.c (iconv_close): Likewise.
31385
31386 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31387
31388         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31389
31390 2007-10-15  Bruno Haible  <bruno@clisp.org>
31391
31392         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31393         <stddef.h> instead of <stdlib.h> since we only need NULL.
31394         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31395
31396 2007-10-15  Bruno Haible  <bruno@clisp.org>
31397
31398         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31399         Replace paragraph talking about LIBOBJS.
31400         Reported by Colin Watson <cjwatson@debian.org>.
31401
31402 2007-10-15  Bruno Haible  <bruno@clisp.org>
31403
31404         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31405         <stdlib.h> before using NULL.
31406
31407 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31408
31409         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31410         Reported by Albert Chin <china@thewrittenword.com>.
31411
31412 2007-10-14  Bruno Haible  <bruno@clisp.org>
31413
31414         * modules/iconv_open-utf-tests: New file.
31415         * tests/test-iconv-utf.c: New file.
31416
31417         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31418         * modules/iconv_open-utf: New file.
31419         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31420         (iconv, iconv_close): New declarations.
31421         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31422         be defined.
31423         (iconv_open): Add special handling of conversion between UTF-8 and
31424         UTF-{16,32}{BE,LE}.
31425         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31426         * lib/iconv_close.c: New file.
31427         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31428         gl_FUNC_ICONV_OPEN.
31429         (gl_FUNC_ICONV_OPEN): Use it.
31430         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31431         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31432         and REPLACE_ICONV_UTF.
31433         * modules/iconv_open (Depends-on): Add c-strcase.
31434         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31435         ICONV_CONST.
31436         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31437
31438 2007-10-13  Albert Chin  <china@thewrittenword.com>
31439             Bruno Haible  <bruno@clisp.org>
31440
31441         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31442         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31443
31444 2007-10-13  Bruno Haible  <bruno@clisp.org>
31445
31446         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31447         defined, use the ISO C99 inline semantics.
31448         * lib/argp.h (ARGP_EI): Likewise.
31449
31450 2007-10-13  Bruno Haible  <bruno@clisp.org>
31451
31452         Handle 'inline' change in gcc 4.3.0.
31453         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31454         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31455         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31456         argp_fmtstream_point): Disable 'extern' declaration if the function
31457         definition is going to be provided inline.
31458         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31459         semantics, not the ISO C99 inline semantics.
31460         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31461         'extern' declaration if the function definition is going to be provided
31462         inline.
31463         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31464         the GNU C inline semantics, not the ISO C99 inline semantics. With
31465         GCC 4.2, avoid a warning.
31466
31467 2007-10-13  Bruno Haible  <bruno@clisp.org>
31468
31469         * lib/freading.h (freading): Enable the use of __freading for
31470         glibc >= 2.7.
31471         * lib/freading.c (freading): Likewise.
31472
31473 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31474
31475         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31476         "warning: C99 inline functions are not supported; using GNU89".
31477
31478 2007-10-12  Bruno Haible  <bruno@clisp.org>
31479
31480         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31481         of 2.
31482         * tests/test-ceilf2.c: New file.
31483         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31484
31485         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31486         * modules/ceilf-tests: Update.
31487
31488 2007-10-12  Bruno Haible  <bruno@clisp.org>
31489
31490         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31491         of 2.
31492         * tests/test-floorf2.c: New file.
31493         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31494
31495         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31496         * modules/floorf-tests: Update.
31497
31498 2007-10-12  Bruno Haible  <bruno@clisp.org>
31499
31500         * tests/test-trunc2.c: New file.
31501         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31502
31503         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31504         * modules/trunc-tests: Update.
31505
31506 2007-10-12  Bruno Haible  <bruno@clisp.org>
31507
31508         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31509         of 2.
31510         * tests/test-truncf2.c: New file.
31511         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31512
31513         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31514         * modules/truncf-tests: Update.
31515
31516 2007-10-11  Eric Blake  <ebb9@byu.net>
31517
31518         Don't claim strerror is broken on Interix.
31519         * doc/functions/strerror.texi (strerror): Known broken systems are
31520         now Solaris 8, and not Interix.
31521         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31522         Interix on cross-compile.
31523         Reported by Martin Koeppe in
31524         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31525
31526 2007-10-11  Bruno Haible  <bruno@clisp.org>
31527
31528         * modules/i-ring-tests: New file.
31529         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31530         instead of assert.
31531
31532 2007-10-11  Bruno Haible  <bruno@clisp.org>
31533
31534         * modules/filenamecat-tests: New file.
31535         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31536         * lib/filenamecat.c: Remove test code.
31537
31538 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31539
31540         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31541
31542         * lib/strerror.c: Include <string.h> always, to test interface,
31543         and to remove the need for the dummy.
31544         Include intprops.h to compute width instead of doing it ourselves
31545         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31546         (strerror): Define it to return NULL if there's no system strerror.
31547         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31548         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31549         ancient pre-strerror Unix systems well any more.  Saying "unknown
31550         system error" is enough.
31551         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31552         simpler strerror.c implementation.
31553         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31554         Simplify the tests to reflect the simpler strerror implementation.
31555         * modules/strerror (Depends-on): Add intprops.
31556
31557 2007-10-09  Eric Blake  <ebb9@byu.net>
31558
31559         Silence test-fpending.
31560         * modules/fpending-tests (Files): Add wrapper script.
31561         * tests/test-fpending.sh: New file.
31562
31563 2007-10-09  Bruno Haible  <bruno@clisp.org>
31564
31565         * MODULES.html.sh (func_module): Don't create a hyperlink for
31566         function names like 'printf_frexp'.
31567         (Misc): Add crc, memxor.
31568         (Characteristics of floating types): New section.
31569         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31570         isnanf-nolibm, signbit, trunc, truncf, truncl.
31571         (Enhancements for ISO C 99 functions): New subsection Input/output.
31572         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31573         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31574         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31575         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31576         (Enhancements for POSIX:2001 functions): Add chdir-long.
31577         (File system functions): Add areadlink, chdir-safer, read-file.
31578         Remove cycle-check.
31579         (File system as inode set): New section.
31580         (Date and time): Add gethrxtime.
31581         (Multithreading): Add openmp.
31582         (Internationalization functions): Add localename.
31583         (Unicode string functions): Add unistr/u*-mbsnlen.
31584         (Support for maintaining and releasing projects): Add git-version-gen.
31585         (Lone files): Remove directories.
31586
31587 2007-10-08  Ben Pfaff  <blp@gnu.org>
31588
31589         * lib/xmalloca.h: Fix typo in comment.
31590
31591 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31594         when avoiding problems with integer overflow.  Use a portable test
31595         instead.
31596
31597 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31598
31599         * modules/dummy (License): Change to LGPLv2+.
31600         * modules/float (License): Likewise
31601         * modules/realloc (License): Likewise
31602         * modules/stdlib (License): Likewise
31603
31604 2007-10-07  Bruno Haible  <bruno@clisp.org>
31605
31606         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31607         * floor.c (TWO_MANT_DIG): Likewise.
31608         * ceil.c (TWO_MANT_DIG): Likewise.
31609         Reported by Ben Pfaff.
31610
31611 2007-10-07  Bruno Haible  <bruno@clisp.org>
31612
31613         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31614         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31615         * lib/frexp.c (FUNC): Likewise.
31616         * lib/printf-frexp.h (printf_frexp): Likewise.
31617         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31618         * lib/printf-frexp.c (FUNC): Likewise.
31619         Suggested by Jim Meyering.
31620
31621 2007-10-07  Jim Meyering  <meyering@redhat.com>
31622
31623         Make xnanosleep's integer overflow test more robust.
31624         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31625         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31626
31627 2007-10-07  Bruno Haible  <bruno@clisp.org>
31628
31629         * NEWS: Mention the license change.
31630
31631         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31632         abbreviations in the modules files.
31633
31634         Change copyright notice from GPLv2+ to GPLv3+.
31635         * README: Change copyright notice.
31636         * MODULES.html.sh: Likewise.
31637         * build-aux/bootstrap.conf: Likewise.
31638         * build-aux/config.libpath: Likewise.
31639         * build-aux/csharpcomp.sh.in: Likewise.
31640         * build-aux/csharpexec.sh.in: Likewise.
31641         * build-aux/install-reloc: Likewise.
31642         * build-aux/javacomp.sh.in: Likewise.
31643         * build-aux/javaexec.sh.in: Likewise.
31644         * build-aux/ldd.sh.in: Likewise.
31645         * build-aux/reloc-ldflags: Likewise.
31646         * build-aux/relocatable.sh.in: Likewise.
31647         * build-aux/x-to-1.in: Likewise.
31648         * check-module: Likewise.
31649         * config/srclistvars.sh: Likewise.
31650         * gnulib-tool: Likewise.
31651         * lib/acl-internal.h: Likewise.
31652         * lib/acl.c: Likewise.
31653         * lib/acl.h: Likewise.
31654         * lib/acl_entries.c: Likewise.
31655         * lib/areadlink-with-size.c: Likewise.
31656         * lib/areadlink.c: Likewise.
31657         * lib/areadlink.h: Likewise.
31658         * lib/argmatch.c: Likewise.
31659         * lib/argmatch.h: Likewise.
31660         * lib/argp-ba.c: Likewise.
31661         * lib/argp-eexst.c: Likewise.
31662         * lib/argp-fmtstream.c: Likewise.
31663         * lib/argp-fmtstream.h: Likewise.
31664         * lib/argp-fs-xinl.c: Likewise.
31665         * lib/argp-help.c: Likewise.
31666         * lib/argp-namefrob.h: Likewise.
31667         * lib/argp-parse.c: Likewise.
31668         * lib/argp-pin.c: Likewise.
31669         * lib/argp-pv.c: Likewise.
31670         * lib/argp-pvh.c: Likewise.
31671         * lib/argp-xinl.c: Likewise.
31672         * lib/argp.h: Likewise.
31673         * lib/at-func.c: Likewise.
31674         * lib/atanl.c: Likewise.
31675         * lib/backupfile.c: Likewise.
31676         * lib/backupfile.h: Likewise.
31677         * lib/basename.c: Likewise.
31678         * lib/binary-io.h: Likewise.
31679         * lib/byteswap.in.h: Likewise.
31680         * lib/c-stack.c: Likewise.
31681         * lib/c-stack.h: Likewise.
31682         * lib/c-strcasestr.c: Likewise.
31683         * lib/c-strcasestr.h: Likewise.
31684         * lib/c-strstr.c: Likewise.
31685         * lib/c-strstr.h: Likewise.
31686         * lib/c-strtod.c: Likewise.
31687         * lib/calloc.c: Likewise.
31688         * lib/canon-host.c: Likewise.
31689         * lib/canon-host.h: Likewise.
31690         * lib/canonicalize-lgpl.c: Likewise.
31691         * lib/canonicalize.c: Likewise.
31692         * lib/canonicalize.h: Likewise.
31693         * lib/ceil.c: Likewise.
31694         * lib/ceilf.c: Likewise.
31695         * lib/ceill.c: Likewise.
31696         * lib/chdir-long.c: Likewise.
31697         * lib/chdir-long.h: Likewise.
31698         * lib/chdir-safer.c: Likewise.
31699         * lib/chdir-safer.h: Likewise.
31700         * lib/chown.c: Likewise.
31701         * lib/classpath.c: Likewise.
31702         * lib/classpath.h: Likewise.
31703         * lib/clean-temp.c: Likewise.
31704         * lib/clean-temp.h: Likewise.
31705         * lib/cloexec.c: Likewise.
31706         * lib/close-stream.c: Likewise.
31707         * lib/closein.c: Likewise.
31708         * lib/closein.h: Likewise.
31709         * lib/closeout.c: Likewise.
31710         * lib/closeout.h: Likewise.
31711         * lib/concat-filename.c: Likewise.
31712         * lib/copy-file.c: Likewise.
31713         * lib/copy-file.h: Likewise.
31714         * lib/count-one-bits.h: Likewise.
31715         * lib/crc.c: Likewise.
31716         * lib/crc.h: Likewise.
31717         * lib/creat-safer.c: Likewise.
31718         * lib/csharpcomp.c: Likewise.
31719         * lib/csharpcomp.h: Likewise.
31720         * lib/csharpexec.c: Likewise.
31721         * lib/csharpexec.h: Likewise.
31722         * lib/cycle-check.c: Likewise.
31723         * lib/cycle-check.h: Likewise.
31724         * lib/diacrit.c: Likewise.
31725         * lib/diacrit.h: Likewise.
31726         * lib/diffseq.h: Likewise.
31727         * lib/dirchownmod.c: Likewise.
31728         * lib/dirent.in.h: Likewise.
31729         * lib/dirfd.c: Likewise.
31730         * lib/dirfd.h: Likewise.
31731         * lib/dirname.c: Likewise.
31732         * lib/dirname.h: Likewise.
31733         * lib/dummy.c: Likewise.
31734         * lib/dup-safer.c: Likewise.
31735         * lib/dup2.c: Likewise.
31736         * lib/eealloc.h: Likewise.
31737         * lib/error.c: Likewise.
31738         * lib/error.h: Likewise.
31739         * lib/euidaccess.c: Likewise.
31740         * lib/exclude.c: Likewise.
31741         * lib/exclude.h: Likewise.
31742         * lib/execute.c: Likewise.
31743         * lib/execute.h: Likewise.
31744         * lib/exitfail.c: Likewise.
31745         * lib/exitfail.h: Likewise.
31746         * lib/expl.c: Likewise.
31747         * lib/fatal-signal.c: Likewise.
31748         * lib/fatal-signal.h: Likewise.
31749         * lib/fbufmode.c: Likewise.
31750         * lib/fbufmode.h: Likewise.
31751         * lib/fchdir.c: Likewise.
31752         * lib/fchmodat.c: Likewise.
31753         * lib/fchownat.c: Likewise.
31754         * lib/fcntl--.h: Likewise.
31755         * lib/fcntl-safer.h: Likewise.
31756         * lib/fcntl.in.h: Likewise.
31757         * lib/fd-safer.c: Likewise.
31758         * lib/fflush.c: Likewise.
31759         * lib/file-has-acl.c: Likewise.
31760         * lib/file-set.c: Likewise.
31761         * lib/file-type.c: Likewise.
31762         * lib/file-type.h: Likewise.
31763         * lib/fileblocks.c: Likewise.
31764         * lib/filemode.c: Likewise.
31765         * lib/filemode.h: Likewise.
31766         * lib/filename.h: Likewise.
31767         * lib/filenamecat.c: Likewise.
31768         * lib/filenamecat.h: Likewise.
31769         * lib/findprog.c: Likewise.
31770         * lib/findprog.h: Likewise.
31771         * lib/float.in.h: Likewise.
31772         * lib/floor.c: Likewise.
31773         * lib/floorf.c: Likewise.
31774         * lib/floorl.c: Likewise.
31775         * lib/fopen-safer.c: Likewise.
31776         * lib/fopen.c: Likewise.
31777         * lib/fpending.c: Likewise.
31778         * lib/fpending.h: Likewise.
31779         * lib/fprintf.c: Likewise.
31780         * lib/fprintftime.h: Likewise.
31781         * lib/fpucw.h: Likewise.
31782         * lib/fpurge.c: Likewise.
31783         * lib/fpurge.h: Likewise.
31784         * lib/freadable.c: Likewise.
31785         * lib/freadable.h: Likewise.
31786         * lib/freadahead.c: Likewise.
31787         * lib/freadahead.h: Likewise.
31788         * lib/freading.c: Likewise.
31789         * lib/freading.h: Likewise.
31790         * lib/free.c: Likewise.
31791         * lib/freopen.c: Likewise.
31792         * lib/frexp.c: Likewise.
31793         * lib/frexpl.c: Likewise.
31794         * lib/fseek.c: Likewise.
31795         * lib/fseterr.c: Likewise.
31796         * lib/fseterr.h: Likewise.
31797         * lib/fstatat.c: Likewise.
31798         * lib/fstrcmp.c: Likewise.
31799         * lib/fstrcmp.h: Likewise.
31800         * lib/fsusage.c: Likewise.
31801         * lib/fsusage.h: Likewise.
31802         * lib/ftell.c: Likewise.
31803         * lib/ftello.c: Likewise.
31804         * lib/fts-cycle.c: Likewise.
31805         * lib/fts.c: Likewise.
31806         * lib/fts_.h: Likewise.
31807         * lib/full-read.c: Likewise.
31808         * lib/full-read.h: Likewise.
31809         * lib/full-write.c: Likewise.
31810         * lib/full-write.h: Likewise.
31811         * lib/fwritable.c: Likewise.
31812         * lib/fwritable.h: Likewise.
31813         * lib/fwriteerror.c: Likewise.
31814         * lib/fwriteerror.h: Likewise.
31815         * lib/fwriting.c: Likewise.
31816         * lib/fwriting.h: Likewise.
31817         * lib/gcd.c: Likewise.
31818         * lib/gcd.h: Likewise.
31819         * lib/getcwd.c: Likewise.
31820         * lib/getdate.h: Likewise.
31821         * lib/getdate.y: Likewise.
31822         * lib/getdomainname.c: Likewise.
31823         * lib/getdomainname.h: Likewise.
31824         * lib/getgroups.c: Likewise.
31825         * lib/gethostname.c: Likewise.
31826         * lib/gethrxtime.c: Likewise.
31827         * lib/gethrxtime.h: Likewise.
31828         * lib/getloadavg.c: Likewise.
31829         * lib/getndelim2.c: Likewise.
31830         * lib/getndelim2.h: Likewise.
31831         * lib/getnline.c: Likewise.
31832         * lib/getnline.h: Likewise.
31833         * lib/getopt.c: Likewise.
31834         * lib/getopt.in.h: Likewise.
31835         * lib/getopt1.c: Likewise.
31836         * lib/getopt_int.h: Likewise.
31837         * lib/getpagesize.h: Likewise.
31838         * lib/getsubopt.c: Likewise.
31839         * lib/gettime.c: Likewise.
31840         * lib/getugroups.c: Likewise.
31841         * lib/getugroups.h: Likewise.
31842         * lib/getusershell.c: Likewise.
31843         * lib/gl_anyavltree_list1.h: Likewise.
31844         * lib/gl_anyavltree_list2.h: Likewise.
31845         * lib/gl_anyhash_list1.h: Likewise.
31846         * lib/gl_anyhash_list2.h: Likewise.
31847         * lib/gl_anylinked_list1.h: Likewise.
31848         * lib/gl_anylinked_list2.h: Likewise.
31849         * lib/gl_anyrbtree_list1.h: Likewise.
31850         * lib/gl_anyrbtree_list2.h: Likewise.
31851         * lib/gl_anytree_list1.h: Likewise.
31852         * lib/gl_anytree_list2.h: Likewise.
31853         * lib/gl_anytree_oset.h: Likewise.
31854         * lib/gl_anytreehash_list1.h: Likewise.
31855         * lib/gl_anytreehash_list2.h: Likewise.
31856         * lib/gl_array_list.c: Likewise.
31857         * lib/gl_array_list.h: Likewise.
31858         * lib/gl_array_oset.c: Likewise.
31859         * lib/gl_array_oset.h: Likewise.
31860         * lib/gl_avltree_list.c: Likewise.
31861         * lib/gl_avltree_list.h: Likewise.
31862         * lib/gl_avltree_oset.c: Likewise.
31863         * lib/gl_avltree_oset.h: Likewise.
31864         * lib/gl_avltreehash_list.c: Likewise.
31865         * lib/gl_avltreehash_list.h: Likewise.
31866         * lib/gl_carray_list.c: Likewise.
31867         * lib/gl_carray_list.h: Likewise.
31868         * lib/gl_linked_list.c: Likewise.
31869         * lib/gl_linked_list.h: Likewise.
31870         * lib/gl_linkedhash_list.c: Likewise.
31871         * lib/gl_linkedhash_list.h: Likewise.
31872         * lib/gl_list.c: Likewise.
31873         * lib/gl_list.h: Likewise.
31874         * lib/gl_oset.c: Likewise.
31875         * lib/gl_oset.h: Likewise.
31876         * lib/gl_rbtree_list.c: Likewise.
31877         * lib/gl_rbtree_list.h: Likewise.
31878         * lib/gl_rbtree_oset.c: Likewise.
31879         * lib/gl_rbtree_oset.h: Likewise.
31880         * lib/gl_rbtreehash_list.c: Likewise.
31881         * lib/gl_rbtreehash_list.h: Likewise.
31882         * lib/gl_sublist.c: Likewise.
31883         * lib/gl_sublist.h: Likewise.
31884         * lib/group-member.c: Likewise.
31885         * lib/group-member.h: Likewise.
31886         * lib/hard-locale.c: Likewise.
31887         * lib/hard-locale.h: Likewise.
31888         * lib/hash-pjw.c: Likewise.
31889         * lib/hash-pjw.h: Likewise.
31890         * lib/hash-triple.c: Likewise.
31891         * lib/hash.c: Likewise.
31892         * lib/hash.h: Likewise.
31893         * lib/human.c: Likewise.
31894         * lib/human.h: Likewise.
31895         * lib/i-ring.c: Likewise.
31896         * lib/i-ring.h: Likewise.
31897         * lib/idcache.c: Likewise.
31898         * lib/imaxabs.c: Likewise.
31899         * lib/imaxdiv.c: Likewise.
31900         * lib/inet_pton.c: Likewise.
31901         * lib/inet_pton.h: Likewise.
31902         * lib/intprops.h: Likewise.
31903         * lib/inttostr.c: Likewise.
31904         * lib/inttostr.h: Likewise.
31905         * lib/inttypes.in.h: Likewise.
31906         * lib/isapipe.c: Likewise.
31907         * lib/isdir.c: Likewise.
31908         * lib/isnan.c: Likewise.
31909         * lib/isnan.h: Likewise.
31910         * lib/isnanf.c: Likewise.
31911         * lib/isnanf.h: Likewise.
31912         * lib/isnanl-nolibm.h: Likewise.
31913         * lib/isnanl.c: Likewise.
31914         * lib/isnanl.h: Likewise.
31915         * lib/javacomp.c: Likewise.
31916         * lib/javacomp.h: Likewise.
31917         * lib/javaexec.c: Likewise.
31918         * lib/javaexec.h: Likewise.
31919         * lib/javaversion.c: Likewise.
31920         * lib/javaversion.h: Likewise.
31921         * lib/javaversion.java: Likewise.
31922         * lib/lbrkprop.h: Likewise.
31923         * lib/lchmod.h: Likewise.
31924         * lib/lchown.c: Likewise.
31925         * lib/ldexpl.c: Likewise.
31926         * lib/linebreak.c: Likewise.
31927         * lib/linebreak.h: Likewise.
31928         * lib/linebuffer.c: Likewise.
31929         * lib/linebuffer.h: Likewise.
31930         * lib/locale.in.h: Likewise.
31931         * lib/logl.c: Likewise.
31932         * lib/long-options.c: Likewise.
31933         * lib/long-options.h: Likewise.
31934         * lib/lstat.c: Likewise.
31935         * lib/lstat.h: Likewise.
31936         * lib/math.in.h: Likewise.
31937         * lib/mbchar.c: Likewise.
31938         * lib/mbchar.h: Likewise.
31939         * lib/mbfile.h: Likewise.
31940         * lib/mbiter.h: Likewise.
31941         * lib/mbscasecmp.c: Likewise.
31942         * lib/mbscasestr.c: Likewise.
31943         * lib/mbschr.c: Likewise.
31944         * lib/mbscspn.c: Likewise.
31945         * lib/mbslen.c: Likewise.
31946         * lib/mbsncasecmp.c: Likewise.
31947         * lib/mbsnlen.c: Likewise.
31948         * lib/mbspbrk.c: Likewise.
31949         * lib/mbspcasecmp.c: Likewise.
31950         * lib/mbsrchr.c: Likewise.
31951         * lib/mbssep.c: Likewise.
31952         * lib/mbsspn.c: Likewise.
31953         * lib/mbsstr.c: Likewise.
31954         * lib/mbstok_r.c: Likewise.
31955         * lib/mbswidth.c: Likewise.
31956         * lib/mbswidth.h: Likewise.
31957         * lib/mbuiter.h: Likewise.
31958         * lib/memcasecmp.c: Likewise.
31959         * lib/memcasecmp.h: Likewise.
31960         * lib/memchr.c: Likewise.
31961         * lib/memcmp.c: Likewise.
31962         * lib/memcoll.c: Likewise.
31963         * lib/memcoll.h: Likewise.
31964         * lib/memcpy.c: Likewise.
31965         * lib/memrchr.c: Likewise.
31966         * lib/mkancesdirs.c: Likewise.
31967         * lib/mkdir-p.c: Likewise.
31968         * lib/mkdir-p.h: Likewise.
31969         * lib/mkdir.c: Likewise.
31970         * lib/mkdirat.c: Likewise.
31971         * lib/mkdtemp.c: Likewise.
31972         * lib/mkstemp-safer.c: Likewise.
31973         * lib/mkstemp.c: Likewise.
31974         * lib/modechange.c: Likewise.
31975         * lib/modechange.h: Likewise.
31976         * lib/mountlist.c: Likewise.
31977         * lib/mountlist.h: Likewise.
31978         * lib/mpsort.c: Likewise.
31979         * lib/nanosleep.c: Likewise.
31980         * lib/obstack.c: Likewise.
31981         * lib/obstack.h: Likewise.
31982         * lib/open-safer.c: Likewise.
31983         * lib/open.c: Likewise.
31984         * lib/openat-die.c: Likewise.
31985         * lib/openat-priv.h: Likewise.
31986         * lib/openat-proc.c: Likewise.
31987         * lib/openat.c: Likewise.
31988         * lib/openat.h: Likewise.
31989         * lib/pagealign_alloc.c: Likewise.
31990         * lib/pagealign_alloc.h: Likewise.
31991         * lib/physmem.c: Likewise.
31992         * lib/physmem.h: Likewise.
31993         * lib/pipe-safer.c: Likewise.
31994         * lib/pipe.c: Likewise.
31995         * lib/pipe.h: Likewise.
31996         * lib/posixtm.c: Likewise.
31997         * lib/posixtm.h: Likewise.
31998         * lib/posixver.c: Likewise.
31999         * lib/printf-frexp.c: Likewise.
32000         * lib/printf-frexp.h: Likewise.
32001         * lib/printf-frexpl.c: Likewise.
32002         * lib/printf-frexpl.h: Likewise.
32003         * lib/printf.c: Likewise.
32004         * lib/progname.c: Likewise.
32005         * lib/progname.h: Likewise.
32006         * lib/progreloc.c: Likewise.
32007         * lib/putenv.c: Likewise.
32008         * lib/quote.c: Likewise.
32009         * lib/quote.h: Likewise.
32010         * lib/quotearg.c: Likewise.
32011         * lib/quotearg.h: Likewise.
32012         * lib/raise.c: Likewise.
32013         * lib/readline.c: Likewise.
32014         * lib/readline.h: Likewise.
32015         * lib/readlink.c: Likewise.
32016         * lib/readtokens.c: Likewise.
32017         * lib/readtokens.h: Likewise.
32018         * lib/readtokens0.c: Likewise.
32019         * lib/readtokens0.h: Likewise.
32020         * lib/readutmp.c: Likewise.
32021         * lib/readutmp.h: Likewise.
32022         * lib/realloc.c: Likewise.
32023         * lib/relocwrapper.c: Likewise.
32024         * lib/rename-dest-slash.c: Likewise.
32025         * lib/rename.c: Likewise.
32026         * lib/rmdir.c: Likewise.
32027         * lib/rpmatch.c: Likewise.
32028         * lib/safe-read.c: Likewise.
32029         * lib/safe-read.h: Likewise.
32030         * lib/safe-write.c: Likewise.
32031         * lib/safe-write.h: Likewise.
32032         * lib/same-inode.h: Likewise.
32033         * lib/same.c: Likewise.
32034         * lib/same.h: Likewise.
32035         * lib/save-cwd.c: Likewise.
32036         * lib/save-cwd.h: Likewise.
32037         * lib/savedir.c: Likewise.
32038         * lib/savedir.h: Likewise.
32039         * lib/savewd.c: Likewise.
32040         * lib/savewd.h: Likewise.
32041         * lib/search.in.h: Likewise.
32042         * lib/setenv.c: Likewise.
32043         * lib/setenv.h: Likewise.
32044         * lib/settime.c: Likewise.
32045         * lib/sh-quote.c: Likewise.
32046         * lib/sh-quote.h: Likewise.
32047         * lib/sig2str.c: Likewise.
32048         * lib/sig2str.h: Likewise.
32049         * lib/signal.in.h: Likewise.
32050         * lib/signbitd.c: Likewise.
32051         * lib/signbitf.c: Likewise.
32052         * lib/signbitl.c: Likewise.
32053         * lib/sigprocmask.c: Likewise.
32054         * lib/sincosl.c: Likewise.
32055         * lib/sleep.c: Likewise.
32056         * lib/sprintf.c: Likewise.
32057         * lib/sqrtl.c: Likewise.
32058         * lib/stat-time.h: Likewise.
32059         * lib/stdio--.h: Likewise.
32060         * lib/stdio-safer.h: Likewise.
32061         * lib/stdlib--.h: Likewise.
32062         * lib/stdlib-safer.h: Likewise.
32063         * lib/stdlib.in.h: Likewise.
32064         * lib/stpcpy.c: Likewise.
32065         * lib/stpncpy.c: Likewise.
32066         * lib/strchrnul.c: Likewise.
32067         * lib/strcspn.c: Likewise.
32068         * lib/strerror.c: Likewise.
32069         * lib/strftime.c: Likewise.
32070         * lib/strftime.h: Likewise.
32071         * lib/striconveh.c: Likewise.
32072         * lib/striconveh.h: Likewise.
32073         * lib/striconveha.c: Likewise.
32074         * lib/striconveha.h: Likewise.
32075         * lib/stripslash.c: Likewise.
32076         * lib/strnlen1.c: Likewise.
32077         * lib/strnlen1.h: Likewise.
32078         * lib/strtod.c: Likewise.
32079         * lib/strtoimax.c: Likewise.
32080         * lib/strtok_r.c: Likewise.
32081         * lib/strtol.c: Likewise.
32082         * lib/strtoll.c: Likewise.
32083         * lib/strtoul.c: Likewise.
32084         * lib/strtoull.c: Likewise.
32085         * lib/sysexits.in.h: Likewise.
32086         * lib/tempname.c: Likewise.
32087         * lib/tempname.h: Likewise.
32088         * lib/timespec.h: Likewise.
32089         * lib/tls.c: Likewise.
32090         * lib/tls.h: Likewise.
32091         * lib/tmpdir.c: Likewise.
32092         * lib/tmpdir.h: Likewise.
32093         * lib/tmpfile-safer.c: Likewise.
32094         * lib/tmpfile.c: Likewise.
32095         * lib/trigl.c: Likewise.
32096         * lib/trigl.h: Likewise.
32097         * lib/trim.c: Likewise.
32098         * lib/trim.h: Likewise.
32099         * lib/trunc.c: Likewise.
32100         * lib/truncf.c: Likewise.
32101         * lib/truncl.c: Likewise.
32102         * lib/tsearch.c: Likewise.
32103         * lib/unicodeio.c: Likewise.
32104         * lib/unicodeio.h: Likewise.
32105         * lib/unistd--.h: Likewise.
32106         * lib/unistd-safer.h: Likewise.
32107         * lib/unistdio/ulc-fprintf.c: Likewise.
32108         * lib/unistdio/ulc-vfprintf.c: Likewise.
32109         * lib/unlinkdir.c: Likewise.
32110         * lib/unlinkdir.h: Likewise.
32111         * lib/unlocked-io.h: Likewise.
32112         * lib/unsetenv.c: Likewise.
32113         * lib/userspec.c: Likewise.
32114         * lib/utime.c: Likewise.
32115         * lib/utimecmp.c: Likewise.
32116         * lib/utimecmp.h: Likewise.
32117         * lib/utimens.c: Likewise.
32118         * lib/verify.h: Likewise.
32119         * lib/verror.c: Likewise.
32120         * lib/verror.h: Likewise.
32121         * lib/version-etc-fsf.c: Likewise.
32122         * lib/version-etc.c: Likewise.
32123         * lib/version-etc.h: Likewise.
32124         * lib/vfprintf.c: Likewise.
32125         * lib/vprintf.c: Likewise.
32126         * lib/vsprintf.c: Likewise.
32127         * lib/w32spawn.h: Likewise.
32128         * lib/wait-process.c: Likewise.
32129         * lib/wait-process.h: Likewise.
32130         * lib/wcwidth.c: Likewise.
32131         * lib/write-any-file.c: Likewise.
32132         * lib/xalloc-die.c: Likewise.
32133         * lib/xalloc.h: Likewise.
32134         * lib/xasprintf.c: Likewise.
32135         * lib/xgetcwd.c: Likewise.
32136         * lib/xgetcwd.h: Likewise.
32137         * lib/xgetdomainname.c: Likewise.
32138         * lib/xgetdomainname.h: Likewise.
32139         * lib/xgethostname.c: Likewise.
32140         * lib/xmalloc.c: Likewise.
32141         * lib/xmalloca.c: Likewise.
32142         * lib/xmalloca.h: Likewise.
32143         * lib/xmemcoll.c: Likewise.
32144         * lib/xnanosleep.c: Likewise.
32145         * lib/xreadlink.c: Likewise.
32146         * lib/xreadlink.h: Likewise.
32147         * lib/xsetenv.c: Likewise.
32148         * lib/xsetenv.h: Likewise.
32149         * lib/xstriconv.c: Likewise.
32150         * lib/xstriconv.h: Likewise.
32151         * lib/xstrndup.c: Likewise.
32152         * lib/xstrndup.h: Likewise.
32153         * lib/xstrtod.c: Likewise.
32154         * lib/xstrtod.h: Likewise.
32155         * lib/xstrtol-error.c: Likewise.
32156         * lib/xstrtol.c: Likewise.
32157         * lib/xstrtol.h: Likewise.
32158         * lib/xtime.h: Likewise.
32159         * lib/xvasprintf.c: Likewise.
32160         * lib/xvasprintf.h: Likewise.
32161         * lib/yesno.c: Likewise.
32162         * lib/yesno.h: Likewise.
32163         * posix-modules: Likewise.
32164         * tests/test-alloca-opt.c: Likewise.
32165         * tests/test-arcfour.c: Likewise.
32166         * tests/test-arctwo.c: Likewise.
32167         * tests/test-argmatch.c: Likewise.
32168         * tests/test-argp-2.sh: Likewise.
32169         * tests/test-argp.c: Likewise.
32170         * tests/test-arpa_inet.c: Likewise.
32171         * tests/test-array_list.c: Likewise.
32172         * tests/test-array_oset.c: Likewise.
32173         * tests/test-atexit.c: Likewise.
32174         * tests/test-avltree_list.c: Likewise.
32175         * tests/test-avltree_oset.c: Likewise.
32176         * tests/test-avltreehash_list.c: Likewise.
32177         * tests/test-base64.c: Likewise.
32178         * tests/test-binary-io.c: Likewise.
32179         * tests/test-byteswap.c: Likewise.
32180         * tests/test-c-ctype.c: Likewise.
32181         * tests/test-c-strcasecmp.c: Likewise.
32182         * tests/test-c-strcasestr.c: Likewise.
32183         * tests/test-c-strncasecmp.c: Likewise.
32184         * tests/test-c-strstr.c: Likewise.
32185         * tests/test-canonicalize-lgpl.c: Likewise.
32186         * tests/test-canonicalize.c: Likewise.
32187         * tests/test-carray_list.c: Likewise.
32188         * tests/test-ceilf.c: Likewise.
32189         * tests/test-ceill.c: Likewise.
32190         * tests/test-count-one-bits.c: Likewise.
32191         * tests/test-crc.c: Likewise.
32192         * tests/test-dirname.c: Likewise.
32193         * tests/test-fbufmode.c: Likewise.
32194         * tests/test-fcntl.c: Likewise.
32195         * tests/test-fflush.c: Likewise.
32196         * tests/test-floorf.c: Likewise.
32197         * tests/test-floorl.c: Likewise.
32198         * tests/test-fopen.c: Likewise.
32199         * tests/test-fprintf-posix.c: Likewise.
32200         * tests/test-fprintf-posix.h: Likewise.
32201         * tests/test-fpurge.c: Likewise.
32202         * tests/test-freadable.c: Likewise.
32203         * tests/test-freadahead.c: Likewise.
32204         * tests/test-freading.c: Likewise.
32205         * tests/test-freopen.c: Likewise.
32206         * tests/test-frexp.c: Likewise.
32207         * tests/test-frexpl.c: Likewise.
32208         * tests/test-fseek.c: Likewise.
32209         * tests/test-fseeko.c: Likewise.
32210         * tests/test-fseterr.c: Likewise.
32211         * tests/test-fstrcmp.c: Likewise.
32212         * tests/test-ftell.c: Likewise.
32213         * tests/test-ftello.c: Likewise.
32214         * tests/test-fwritable.c: Likewise.
32215         * tests/test-fwriting.c: Likewise.
32216         * tests/test-getaddrinfo.c: Likewise.
32217         * tests/test-getpass.c: Likewise.
32218         * tests/test-gettimeofday.c: Likewise.
32219         * tests/test-hmac-md5.c: Likewise.
32220         * tests/test-hmac-sha1.c: Likewise.
32221         * tests/test-iconv.c: Likewise.
32222         * tests/test-iconvme.c: Likewise.
32223         * tests/test-inttypes.c: Likewise.
32224         * tests/test-isnan.c: Likewise.
32225         * tests/test-isnanf.c: Likewise.
32226         * tests/test-isnanl-nolibm.c: Likewise.
32227         * tests/test-isnanl.c: Likewise.
32228         * tests/test-isnanl.h: Likewise.
32229         * tests/test-ldexpl.c: Likewise.
32230         * tests/test-linked_list.c: Likewise.
32231         * tests/test-linkedhash_list.c: Likewise.
32232         * tests/test-locale.c: Likewise.
32233         * tests/test-localename.c: Likewise.
32234         * tests/test-lock.c: Likewise.
32235         * tests/test-lseek.c: Likewise.
32236         * tests/test-malloca.c: Likewise.
32237         * tests/test-math.c: Likewise.
32238         * tests/test-mbscasecmp.c: Likewise.
32239         * tests/test-mbscasestr1.c: Likewise.
32240         * tests/test-mbscasestr2.c: Likewise.
32241         * tests/test-mbscasestr3.c: Likewise.
32242         * tests/test-mbscasestr4.c: Likewise.
32243         * tests/test-mbschr.c: Likewise.
32244         * tests/test-mbscspn.c: Likewise.
32245         * tests/test-mbsncasecmp.c: Likewise.
32246         * tests/test-mbspbrk.c: Likewise.
32247         * tests/test-mbspcasecmp.c: Likewise.
32248         * tests/test-mbsrchr.c: Likewise.
32249         * tests/test-mbsspn.c: Likewise.
32250         * tests/test-mbsstr1.c: Likewise.
32251         * tests/test-mbsstr2.c: Likewise.
32252         * tests/test-mbsstr3.c: Likewise.
32253         * tests/test-md5.c: Likewise.
32254         * tests/test-memmem.c: Likewise.
32255         * tests/test-netinet_in.c: Likewise.
32256         * tests/test-open.c: Likewise.
32257         * tests/test-printf-frexp.c: Likewise.
32258         * tests/test-printf-frexpl.c: Likewise.
32259         * tests/test-printf-posix.c: Likewise.
32260         * tests/test-printf-posix.h: Likewise.
32261         * tests/test-rbtree_list.c: Likewise.
32262         * tests/test-rbtree_oset.c: Likewise.
32263         * tests/test-rbtreehash_list.c: Likewise.
32264         * tests/test-read-file.c: Likewise.
32265         * tests/test-rijndael.c: Likewise.
32266         * tests/test-search.c: Likewise.
32267         * tests/test-signbit.c: Likewise.
32268         * tests/test-sleep.c: Likewise.
32269         * tests/test-snprintf-posix.c: Likewise.
32270         * tests/test-snprintf-posix.h: Likewise.
32271         * tests/test-snprintf.c: Likewise.
32272         * tests/test-sprintf-posix.c: Likewise.
32273         * tests/test-sprintf-posix.h: Likewise.
32274         * tests/test-stat-time.c: Likewise.
32275         * tests/test-stdbool.c: Likewise.
32276         * tests/test-stdint.c: Likewise.
32277         * tests/test-stdio.c: Likewise.
32278         * tests/test-stdlib.c: Likewise.
32279         * tests/test-stpncpy.c: Likewise.
32280         * tests/test-strcasestr.c: Likewise.
32281         * tests/test-striconv.c: Likewise.
32282         * tests/test-striconveh.c: Likewise.
32283         * tests/test-striconveha.c: Likewise.
32284         * tests/test-string.c: Likewise.
32285         * tests/test-sys_select.c: Likewise.
32286         * tests/test-sys_socket.c: Likewise.
32287         * tests/test-sys_stat.c: Likewise.
32288         * tests/test-sys_time.c: Likewise.
32289         * tests/test-sysexits.c: Likewise.
32290         * tests/test-time.c: Likewise.
32291         * tests/test-tls.c: Likewise.
32292         * tests/test-trunc.c: Likewise.
32293         * tests/test-truncf.c: Likewise.
32294         * tests/test-truncl.c: Likewise.
32295         * tests/test-unistd.c: Likewise.
32296         * tests/test-vasnprintf-posix.c: Likewise.
32297         * tests/test-vasnprintf-posix2.c: Likewise.
32298         * tests/test-vasnprintf.c: Likewise.
32299         * tests/test-vasprintf-posix.c: Likewise.
32300         * tests/test-vasprintf.c: Likewise.
32301         * tests/test-verify.c: Likewise.
32302         * tests/test-vfprintf-posix.c: Likewise.
32303         * tests/test-vprintf-posix.c: Likewise.
32304         * tests/test-vsnprintf-posix.c: Likewise.
32305         * tests/test-vsnprintf.c: Likewise.
32306         * tests/test-vsprintf-posix.c: Likewise.
32307         * tests/test-wchar.c: Likewise.
32308         * tests/test-wctype.c: Likewise.
32309         * tests/test-wcwidth.c: Likewise.
32310         * tests/test-xstrtol.c: Likewise.
32311         * tests/test-xvasprintf.c: Likewise.
32312         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32313         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32314         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32315         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32316         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32317         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32318         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32319         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32320         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32321         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32322         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32323         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32324         * tests/uniname/test-uninames.c: Likewise.
32325         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32326         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32327         * tests/unistdio/test-u16-printf1.h: Likewise.
32328         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32329         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32330         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32331         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32332         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32333         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32334         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32335         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32336         * tests/unistdio/test-u32-printf1.h: Likewise.
32337         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32338         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32339         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32340         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32341         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32342         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32343         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32344         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32345         * tests/unistdio/test-u8-printf1.h: Likewise.
32346         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32347         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32348         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32349         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32350         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32351         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32352         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32353         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32354         * tests/unistdio/test-ulc-printf1.h: Likewise.
32355         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32356         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32357         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32358         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32359         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32360         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32361         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32362         * tests/uniwidth/test-u16-width.c: Likewise.
32363         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32364         * tests/uniwidth/test-u32-width.c: Likewise.
32365         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32366         * tests/uniwidth/test-u8-width.c: Likewise.
32367         * tests/uniwidth/test-uc_width.c: Likewise.
32368         * config/srclist-update: Likewise.
32369         (fixlicense): Update to GPLv3+.
32370
32371         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32372         * tests/test-tsearch.c: Change copyright notice.
32373
32374         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32375         * lib/c-strcaseeq.h: Change copyright notice.
32376         * lib/streq.h: Likewise.
32377         * lib/uniconv.h: Likewise.
32378         * lib/uniconv/u-conv-from-enc.h: Likewise.
32379         * lib/uniconv/u-conv-to-enc.h: Likewise.
32380         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32381         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32382         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32383         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32384         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32385         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32386         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32387         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32388         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32389         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32390         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32391         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32392         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32393         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32394         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32395         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32396         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32397         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32398         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32399         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32400         * lib/uniname.h: Likewise.
32401         * lib/uniname/uniname.c: Likewise.
32402         * lib/unistdio.h: Likewise.
32403         * lib/unistdio/u-asnprintf.h: Likewise.
32404         * lib/unistdio/u-asprintf.h: Likewise.
32405         * lib/unistdio/u-printf-args.c: Likewise.
32406         * lib/unistdio/u-printf-args.h: Likewise.
32407         * lib/unistdio/u-printf-parse.h: Likewise.
32408         * lib/unistdio/u-snprintf.h: Likewise.
32409         * lib/unistdio/u-sprintf.h: Likewise.
32410         * lib/unistdio/u-vasprintf.h: Likewise.
32411         * lib/unistdio/u-vsnprintf.h: Likewise.
32412         * lib/unistdio/u-vsprintf.h: Likewise.
32413         * lib/unistdio/u16-asnprintf.c: Likewise.
32414         * lib/unistdio/u16-asprintf.c: Likewise.
32415         * lib/unistdio/u16-printf-parse.c: Likewise.
32416         * lib/unistdio/u16-snprintf.c: Likewise.
32417         * lib/unistdio/u16-sprintf.c: Likewise.
32418         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32419         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32420         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32421         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32422         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32423         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32424         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32425         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32426         * lib/unistdio/u16-vasnprintf.c: Likewise.
32427         * lib/unistdio/u16-vasprintf.c: Likewise.
32428         * lib/unistdio/u16-vsnprintf.c: Likewise.
32429         * lib/unistdio/u16-vsprintf.c: Likewise.
32430         * lib/unistdio/u32-asnprintf.c: Likewise.
32431         * lib/unistdio/u32-asprintf.c: Likewise.
32432         * lib/unistdio/u32-printf-parse.c: Likewise.
32433         * lib/unistdio/u32-snprintf.c: Likewise.
32434         * lib/unistdio/u32-sprintf.c: Likewise.
32435         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32436         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32437         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32438         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32439         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32440         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32441         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32442         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32443         * lib/unistdio/u32-vasnprintf.c: Likewise.
32444         * lib/unistdio/u32-vasprintf.c: Likewise.
32445         * lib/unistdio/u32-vsnprintf.c: Likewise.
32446         * lib/unistdio/u32-vsprintf.c: Likewise.
32447         * lib/unistdio/u8-asnprintf.c: Likewise.
32448         * lib/unistdio/u8-asprintf.c: Likewise.
32449         * lib/unistdio/u8-printf-parse.c: Likewise.
32450         * lib/unistdio/u8-snprintf.c: Likewise.
32451         * lib/unistdio/u8-sprintf.c: Likewise.
32452         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32453         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32454         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32455         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32456         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32457         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32458         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32459         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32460         * lib/unistdio/u8-vasnprintf.c: Likewise.
32461         * lib/unistdio/u8-vasprintf.c: Likewise.
32462         * lib/unistdio/u8-vsnprintf.c: Likewise.
32463         * lib/unistdio/u8-vsprintf.c: Likewise.
32464         * lib/unistdio/ulc-asnprintf.c: Likewise.
32465         * lib/unistdio/ulc-asprintf.c: Likewise.
32466         * lib/unistdio/ulc-printf-parse.c: Likewise.
32467         * lib/unistdio/ulc-snprintf.c: Likewise.
32468         * lib/unistdio/ulc-sprintf.c: Likewise.
32469         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32470         * lib/unistdio/ulc-vasprintf.c: Likewise.
32471         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32472         * lib/unistdio/ulc-vsprintf.c: Likewise.
32473         * lib/unistr.h: Likewise.
32474         * lib/unistr/u-cpy-alloc.h: Likewise.
32475         * lib/unistr/u-cpy.h: Likewise.
32476         * lib/unistr/u-endswith.h: Likewise.
32477         * lib/unistr/u-move.h: Likewise.
32478         * lib/unistr/u-set.h: Likewise.
32479         * lib/unistr/u-startswith.h: Likewise.
32480         * lib/unistr/u-stpcpy.h: Likewise.
32481         * lib/unistr/u-stpncpy.h: Likewise.
32482         * lib/unistr/u-strcat.h: Likewise.
32483         * lib/unistr/u-strcpy.h: Likewise.
32484         * lib/unistr/u-strcspn.h: Likewise.
32485         * lib/unistr/u-strdup.h: Likewise.
32486         * lib/unistr/u-strlen.h: Likewise.
32487         * lib/unistr/u-strncat.h: Likewise.
32488         * lib/unistr/u-strncpy.h: Likewise.
32489         * lib/unistr/u-strnlen.h: Likewise.
32490         * lib/unistr/u-strpbrk.h: Likewise.
32491         * lib/unistr/u-strspn.h: Likewise.
32492         * lib/unistr/u-strstr.h: Likewise.
32493         * lib/unistr/u-strtok.h: Likewise.
32494         * lib/unistr/u16-check.c: Likewise.
32495         * lib/unistr/u16-chr.c: Likewise.
32496         * lib/unistr/u16-cmp.c: Likewise.
32497         * lib/unistr/u16-cpy-alloc.c: Likewise.
32498         * lib/unistr/u16-cpy.c: Likewise.
32499         * lib/unistr/u16-endswith.c: Likewise.
32500         * lib/unistr/u16-mblen.c: Likewise.
32501         * lib/unistr/u16-mbsnlen.c: Likewise.
32502         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32503         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32504         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32505         * lib/unistr/u16-mbtouc.c: Likewise.
32506         * lib/unistr/u16-mbtoucr.c: Likewise.
32507         * lib/unistr/u16-move.c: Likewise.
32508         * lib/unistr/u16-next.c: Likewise.
32509         * lib/unistr/u16-prev.c: Likewise.
32510         * lib/unistr/u16-set.c: Likewise.
32511         * lib/unistr/u16-startswith.c: Likewise.
32512         * lib/unistr/u16-stpcpy.c: Likewise.
32513         * lib/unistr/u16-stpncpy.c: Likewise.
32514         * lib/unistr/u16-strcat.c: Likewise.
32515         * lib/unistr/u16-strchr.c: Likewise.
32516         * lib/unistr/u16-strcmp.c: Likewise.
32517         * lib/unistr/u16-strcpy.c: Likewise.
32518         * lib/unistr/u16-strcspn.c: Likewise.
32519         * lib/unistr/u16-strdup.c: Likewise.
32520         * lib/unistr/u16-strlen.c: Likewise.
32521         * lib/unistr/u16-strmblen.c: Likewise.
32522         * lib/unistr/u16-strmbtouc.c: Likewise.
32523         * lib/unistr/u16-strncat.c: Likewise.
32524         * lib/unistr/u16-strncmp.c: Likewise.
32525         * lib/unistr/u16-strncpy.c: Likewise.
32526         * lib/unistr/u16-strnlen.c: Likewise.
32527         * lib/unistr/u16-strpbrk.c: Likewise.
32528         * lib/unistr/u16-strrchr.c: Likewise.
32529         * lib/unistr/u16-strspn.c: Likewise.
32530         * lib/unistr/u16-strstr.c: Likewise.
32531         * lib/unistr/u16-strtok.c: Likewise.
32532         * lib/unistr/u16-to-u32.c: Likewise.
32533         * lib/unistr/u16-to-u8.c: Likewise.
32534         * lib/unistr/u16-uctomb-aux.c: Likewise.
32535         * lib/unistr/u16-uctomb.c: Likewise.
32536         * lib/unistr/u32-check.c: Likewise.
32537         * lib/unistr/u32-chr.c: Likewise.
32538         * lib/unistr/u32-cmp.c: Likewise.
32539         * lib/unistr/u32-cpy-alloc.c: Likewise.
32540         * lib/unistr/u32-cpy.c: Likewise.
32541         * lib/unistr/u32-endswith.c: Likewise.
32542         * lib/unistr/u32-mblen.c: Likewise.
32543         * lib/unistr/u32-mbsnlen.c: Likewise.
32544         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32545         * lib/unistr/u32-mbtouc.c: Likewise.
32546         * lib/unistr/u32-mbtoucr.c: Likewise.
32547         * lib/unistr/u32-move.c: Likewise.
32548         * lib/unistr/u32-next.c: Likewise.
32549         * lib/unistr/u32-prev.c: Likewise.
32550         * lib/unistr/u32-set.c: Likewise.
32551         * lib/unistr/u32-startswith.c: Likewise.
32552         * lib/unistr/u32-stpcpy.c: Likewise.
32553         * lib/unistr/u32-stpncpy.c: Likewise.
32554         * lib/unistr/u32-strcat.c: Likewise.
32555         * lib/unistr/u32-strchr.c: Likewise.
32556         * lib/unistr/u32-strcmp.c: Likewise.
32557         * lib/unistr/u32-strcpy.c: Likewise.
32558         * lib/unistr/u32-strcspn.c: Likewise.
32559         * lib/unistr/u32-strdup.c: Likewise.
32560         * lib/unistr/u32-strlen.c: Likewise.
32561         * lib/unistr/u32-strmblen.c: Likewise.
32562         * lib/unistr/u32-strmbtouc.c: Likewise.
32563         * lib/unistr/u32-strncat.c: Likewise.
32564         * lib/unistr/u32-strncmp.c: Likewise.
32565         * lib/unistr/u32-strncpy.c: Likewise.
32566         * lib/unistr/u32-strnlen.c: Likewise.
32567         * lib/unistr/u32-strpbrk.c: Likewise.
32568         * lib/unistr/u32-strrchr.c: Likewise.
32569         * lib/unistr/u32-strspn.c: Likewise.
32570         * lib/unistr/u32-strstr.c: Likewise.
32571         * lib/unistr/u32-strtok.c: Likewise.
32572         * lib/unistr/u32-to-u16.c: Likewise.
32573         * lib/unistr/u32-to-u8.c: Likewise.
32574         * lib/unistr/u32-uctomb.c: Likewise.
32575         * lib/unistr/u8-check.c: Likewise.
32576         * lib/unistr/u8-chr.c: Likewise.
32577         * lib/unistr/u8-cmp.c: Likewise.
32578         * lib/unistr/u8-cpy-alloc.c: Likewise.
32579         * lib/unistr/u8-cpy.c: Likewise.
32580         * lib/unistr/u8-endswith.c: Likewise.
32581         * lib/unistr/u8-mblen.c: Likewise.
32582         * lib/unistr/u8-mbsnlen.c: Likewise.
32583         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32584         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32585         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32586         * lib/unistr/u8-mbtouc.c: Likewise.
32587         * lib/unistr/u8-mbtoucr.c: Likewise.
32588         * lib/unistr/u8-move.c: Likewise.
32589         * lib/unistr/u8-next.c: Likewise.
32590         * lib/unistr/u8-prev.c: Likewise.
32591         * lib/unistr/u8-set.c: Likewise.
32592         * lib/unistr/u8-startswith.c: Likewise.
32593         * lib/unistr/u8-stpcpy.c: Likewise.
32594         * lib/unistr/u8-stpncpy.c: Likewise.
32595         * lib/unistr/u8-strcat.c: Likewise.
32596         * lib/unistr/u8-strchr.c: Likewise.
32597         * lib/unistr/u8-strcmp.c: Likewise.
32598         * lib/unistr/u8-strcpy.c: Likewise.
32599         * lib/unistr/u8-strcspn.c: Likewise.
32600         * lib/unistr/u8-strdup.c: Likewise.
32601         * lib/unistr/u8-strlen.c: Likewise.
32602         * lib/unistr/u8-strmblen.c: Likewise.
32603         * lib/unistr/u8-strmbtouc.c: Likewise.
32604         * lib/unistr/u8-strncat.c: Likewise.
32605         * lib/unistr/u8-strncmp.c: Likewise.
32606         * lib/unistr/u8-strncpy.c: Likewise.
32607         * lib/unistr/u8-strnlen.c: Likewise.
32608         * lib/unistr/u8-strpbrk.c: Likewise.
32609         * lib/unistr/u8-strrchr.c: Likewise.
32610         * lib/unistr/u8-strspn.c: Likewise.
32611         * lib/unistr/u8-strstr.c: Likewise.
32612         * lib/unistr/u8-strtok.c: Likewise.
32613         * lib/unistr/u8-to-u16.c: Likewise.
32614         * lib/unistr/u8-to-u32.c: Likewise.
32615         * lib/unistr/u8-uctomb-aux.c: Likewise.
32616         * lib/unistr/u8-uctomb.c: Likewise.
32617         * lib/unitypes.h: Likewise.
32618         * lib/uniwidth.h: Likewise.
32619         * lib/uniwidth/cjk.h: Likewise.
32620         * lib/uniwidth/u16-strwidth.c: Likewise.
32621         * lib/uniwidth/u16-width.c: Likewise.
32622         * lib/uniwidth/u32-strwidth.c: Likewise.
32623         * lib/uniwidth/u32-width.c: Likewise.
32624         * lib/uniwidth/u8-strwidth.c: Likewise.
32625         * lib/uniwidth/u8-width.c: Likewise.
32626         * lib/uniwidth/width.c: Likewise.
32627
32628 2007-10-07  Bruno Haible  <bruno@clisp.org>
32629
32630         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32631         The file is still under LGPL (see modules/inttypes).
32632
32633 2007-10-06  Bruno Haible  <bruno@clisp.org>
32634
32635         * modules/trunc (Dependencies): Add 'extensions'.
32636         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32637         Reported by Ben Pfaff <blp@gnu.org>.
32638
32639 2007-10-06  Bruno Haible  <bruno@clisp.org>
32640
32641         * modules/freopen-tests: New file.
32642         * tests/test-freopen.c: New file.
32643
32644         * modules/fopen-tests: New file.
32645         * tests/test-fopen.c: New file.
32646
32647         * modules/fopen: New file.
32648         * lib/fopen.c: New file.
32649         * m4/fopen.m4: New file.
32650         * modules/freopen: New file.
32651         * lib/freopen.c: New file.
32652         * m4/freopen.m4: New file.
32653         * lib/stdio.in.h (fopen, freopen): New declarations.
32654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32655         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32656         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32657         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32658         * doc/functions/fopen.texi: Mention the 'fopen' module.
32659         * doc/functions/freopen.texi: Mention the 'freopen' module.
32660
32661 2007-10-06  Bruno Haible  <bruno@clisp.org>
32662
32663         * modules/open-tests: New file.
32664         * tests/test-open.c: New file.
32665
32666         * modules/open: New file.
32667         * lib/open.c: New file.
32668         * m4/open.m4: New file.
32669         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32670         lib/open.c does.
32671         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32672         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32673         macros.
32674         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32675         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32676         REPLACE_OPEN.
32677         * doc/functions/open.texi: Mention the 'open' module.
32678
32679 2007-10-04  Bruno Haible  <bruno@clisp.org>
32680
32681         * modules/ceill-tests: New file.
32682         * tests/test-ceill.c: New file.
32683
32684         * modules/ceill: New file.
32685         * lib/ceill.c: Replace entire file.
32686         * m4/ceill.m4: New file.
32687         * lib/math.in.h (ceill): Replace declaration.
32688         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32689         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32690         * doc/functions/ceill.texi: Mention the 'ceill' module.
32691         * modules/mathl (Files): Remove lib/ceill.c.
32692         (Depends-on): Add ceill.
32693
32694 2007-10-04  Bruno Haible  <bruno@clisp.org>
32695
32696         * modules/ceilf-tests: New file.
32697         * tests/test-ceilf.c: New file.
32698
32699         * modules/ceilf: New file.
32700         * lib/ceil.c: New file.
32701         * lib/ceilf.c: New file.
32702         * m4/ceilf.m4: New file.
32703         * lib/math.in.h (ceilf): New declaration.
32704         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32705         HAVE_DECL_CEILF.
32706         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32707         HAVE_DECL_CEILF.
32708         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32709
32710 2007-10-04  Bruno Haible  <bruno@clisp.org>
32711
32712         * modules/floorl-tests: New file.
32713         * tests/test-floorl.c: New file.
32714
32715         * modules/floorl: New file.
32716         * lib/floorl.c: Replace entire file.
32717         * m4/floorl.m4: New file.
32718         * lib/math.in.h (floorl): Replace declaration.
32719         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32720         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32721         * doc/functions/floorl.texi: Mention the 'floorl' module.
32722         * modules/mathl (Files): Remove lib/floorl.c.
32723         (Depends-on): Add floorl.
32724
32725 2007-10-04  Bruno Haible  <bruno@clisp.org>
32726
32727         * modules/floorf-tests: New file.
32728         * tests/test-floorf.c: New file.
32729
32730         * modules/floorf: New file.
32731         * lib/floor.c: New file.
32732         * lib/floorf.c: New file.
32733         * m4/floorf.m4: New file.
32734         * lib/math.in.h (floorf): New declaration.
32735         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32736         HAVE_DECL_FLOORF.
32737         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32738         HAVE_DECL_FLOORF.
32739         * doc/functions/floorf.texi: Mention the 'floorf' module.
32740
32741 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32742             Bruno Haible  <bruno@clisp.org>
32743
32744         Advertise for the Git server instead of the CVS server.
32745         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32746         repository instead of the CVS one.
32747         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32748         about all VCS systems generically.
32749         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32750
32751 2007-10-04  Bruno Haible  <bruno@clisp.org>
32752
32753         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32754         means.
32755         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32756
32757 2007-10-04  Bruno Haible  <bruno@clisp.org>
32758
32759         * modules/truncl-tests: New file.
32760         * tests/test-truncl.c: New file.
32761
32762         * modules/truncl: New file.
32763         * lib/truncl.c: New file.
32764         * m4/truncl.m4: New file.
32765         * lib/math.in.h (truncl): New declaration.
32766         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32767         HAVE_DECL_TRUNCL.
32768         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32769         HAVE_DECL_TRUNCL.
32770         * doc/functions/truncl.texi: Mention the 'truncl' module.
32771
32772 2007-10-04  Bruno Haible  <bruno@clisp.org>
32773
32774         * modules/truncf-tests: New file.
32775         * tests/test-truncf.c: New file.
32776
32777         * modules/truncf: New file.
32778         * lib/trunc.c: Make paramerizable through USE_* macros.
32779         * lib/truncf.c: New file.
32780         * m4/truncf.m4: New file.
32781         * lib/math.in.h (truncf): New declaration.
32782         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32783         HAVE_DECL_TRUNCF.
32784         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32785         HAVE_DECL_TRUNCF.
32786         * doc/functions/truncf.texi: Mention the 'truncf' module.
32787
32788 2007-10-03  Bruno Haible  <bruno@clisp.org>
32789
32790         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32791         augmentation also for tests modules.
32792         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32793         * modules/atexit-tests (Makefile.am): Likewise.
32794         * modules/binary-io-tests (Makefile.am): Likewise.
32795         * modules/c-strcase-tests (Makefile.am): Likewise.
32796         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32797         * modules/canonicalize-tests (Makefile.am): Likewise.
32798         * modules/closein-tests (Makefile.am): Likewise.
32799         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32800         * modules/freadahead-tests (Makefile.am): Likewise.
32801         * modules/fseek-tests (Makefile.am): Likewise.
32802         * modules/fseeko-tests (Makefile.am): Likewise.
32803         * modules/ftell-tests (Makefile.am): Likewise.
32804         * modules/ftello-tests (Makefile.am): Likewise.
32805         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32806         * modules/isnanl-tests (Makefile.am): Likewise.
32807         * modules/lseek-tests (Makefile.am): Likewise.
32808         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32809         * modules/mbscasestr-tests (Makefile.am): Likewise.
32810         * modules/mbschr-tests (Makefile.am): Likewise.
32811         * modules/mbscspn-tests (Makefile.am): Likewise.
32812         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32813         * modules/mbspbrk-tests (Makefile.am): Likewise.
32814         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32815         * modules/mbsrchr-tests (Makefile.am): Likewise.
32816         * modules/mbsspn-tests (Makefile.am): Likewise.
32817         * modules/mbsstr-tests (Makefile.am): Likewise.
32818         * modules/printf-posix-tests (Makefile.am): Likewise.
32819         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32820         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32821         * modules/tsearch-tests (Makefile.am): Likewise.
32822         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32823         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32824         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32825         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32826         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32827         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32828         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32829         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32830         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32831         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32832         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32833         * modules/xstrtol-tests (Makefile.am): Likewise.
32834         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32835         * modules/yesno-tests (Makefile.am): Likewise.
32836
32837 2007-10-03  Bruno Haible  <bruno@clisp.org>
32838
32839         * modules/trunc-tests: New file.
32840         * tests/test-trunc.c: New file.
32841
32842         * modules/trunc: New file.
32843         * lib/trunc.c: New file.
32844         * m4/trunc.m4: New file.
32845         * lib/math.in.h (trunc): New declaration.
32846         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32847         HAVE_DECL_TRUNC.
32848         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32849         HAVE_DECL_TRUNC.
32850         * doc/functions/trunc.texi: Mention the 'trunc' module.
32851
32852 2007-10-03  Bruno Haible  <bruno@clisp.org>
32853
32854         * tests/test-fpending.c: New file, mostly copied
32855         from coreutils/lib/t-fpending.c.
32856         * modules/fpending-tests: New file.
32857
32858 2007-10-03  Bruno Haible  <bruno@clisp.org>
32859
32860         Port the stdio extensions to QNX (untested).
32861         * lib/fseterr.c (fseterr): Add support for QNX.
32862         * lib/fbufmode.c (fbufmode): Likewise.
32863         * lib/freadable.c (freadable): Likewise.
32864         * lib/fwritable.c (fwritable): Likewise.
32865         * lib/freading.c (freading): Likewise.
32866         * lib/fwriting.c (fwriting): Likewise.
32867         * lib/freadahead.c (freadahed): Likewise.
32868         * lib/fpurge.c (fpurge): Likewise.
32869         * lib/fseeko.c (rpl_fseeko): Likewise.
32870
32871 2007-10-03  Bruno Haible  <bruno@clisp.org>
32872             Jim Meyering  <jim@meyering.net>
32873             Eric Blake  <ebb9@byu.net>
32874
32875         * doc/relocatable.texi: Use @command instead of @program.
32876
32877 2007-10-02  Jim Meyering  <jim@meyering.net>
32878
32879         Perform one more "_.h" -> ".in.h" substitution.
32880         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32881         instead of unistd_.h here, too.
32882
32883 2007-10-01  Bruno Haible  <bruno@clisp.org>
32884
32885         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32886         Needed for the alloca-opt module.
32887
32888 2007-09-30  Bruno Haible  <bruno@clisp.org>
32889
32890         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32891         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32892         alloca_.h.
32893         * lib/argz.in.h: Renamed from lib/argz_.h.
32894         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32895         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32896         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32897         byteswap_.h.
32898         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32899         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32900         dirent_.h.
32901         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32902         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32903         fcntl_.h.
32904         * lib/float.in.h: Renamed from lib/float_.h.
32905         * modules/float (Files, Makefile.am): Use float.in.h instead of
32906         float_.h.
32907         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32908         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32909         fnmatch_.h.
32910         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32911         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32912         getopt_.h.
32913         * lib/glob.in.h: Renamed from lib/glob_.h.
32914         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32915         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32916         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32917         iconv_.h.
32918         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32919         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32920         inttypes_.h.
32921         * lib/locale.in.h: Renamed from lib/locale_.h.
32922         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32923         locale_.h.
32924         * lib/math.in.h: Renamed from lib/math_.h.
32925         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32926         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32927         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32928         of netinet_in_.h. Add dependency.
32929         * lib/poll.in.h: Renamed from lib/poll_.h.
32930         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32931         * lib/search.in.h: Renamed from lib/search_.h.
32932         * modules/search (Files, Makefile.am): Use search.in.h instead of
32933         search_.h.
32934         * lib/signal.in.h: Renamed from lib/signal_.h.
32935         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32936         _signal.h.
32937         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32938         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32939         stdbool_.h.
32940         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32941         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32942         stdint_.h.
32943         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32944         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32945         stdio_.h.
32946         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32947         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32948         stdlib_.h.
32949         * lib/string.in.h: Renamed from lib/string_.h.
32950         * modules/string (Files, Makefile.am): Use string.in.h instead of
32951         string_.h.
32952         * doc/gnulib-tool.texi (Initial import): Update.
32953         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32954         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32955         of sys_select_.h. Add dependency.
32956         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32957         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32958         of sys_socket_.h.
32959         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32960         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32961         sys_stat_.h.
32962         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32963         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32964         sys_time_.h.
32965         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32966         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32967         sysexits_.h.
32968         * lib/time.in.h: Renamed from lib/time_.h.
32969         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32970         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32971         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32972         unistd_.h.
32973         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32974         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32975         wchar_.h.
32976         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32977         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32978         wctype_.h.
32979         * build-aux/bootstrap (slurp): Update.
32980         * lib/.cppi-disable: Update.
32981
32982 2007-09-30  Bruno Haible  <bruno@clisp.org>
32983
32984         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32985         Needed on BeOS.
32986
32987 2007-09-30  Bruno Haible  <bruno@clisp.org>
32988
32989         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32990
32991 2007-09-29  Bruno Haible  <bruno@clisp.org>
32992
32993         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32994
32995 2007-09-29  Bruno Haible  <bruno@clisp.org>
32996
32997         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32998         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32999         * build-aux/install-reloc: Compile also areadlink.c.
33000         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
33001
33002 2007-09-29  Bruno Haible  <bruno@clisp.org>
33003
33004         * gnulib-tool (func_emit_initmacro_done): Indentation.
33005
33006 2007-09-29  Bruno Haible  <bruno@clisp.org>
33007
33008         * README: Add CVS checkout update instructions.
33009         Info from Bob Proulx <bob@proulx.com>.
33010
33011 2007-09-28  Eric Blake  <ebb9@byu.net>
33012
33013         Provide move-if-change.
33014         * build-aux/move-if-change: New file, based on best practice
33015         rather than any canonical upstream location.
33016
33017 2007-09-28  Jim Meyering  <jim@meyering.net>
33018
33019         Fix canonicalize loop-detection corner case.
33020         Do not attempt to stat the symlink values stored via seen_triple.
33021         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
33022         on linux-2.6.18, (but not 2.6.22).
33023         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
33024         triple_compare.  The former compares dev,ino,filename, while the latter
33025         would actually stat dirname(filename) when dev and ino were equal.
33026         * lib/hash-triple.c: Install <string.h>.
33027         (STREQ): Define.
33028         (triple_compare_ino_str): New function.
33029         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
33030
33031 2007-09-28  Eric Blake  <ebb9@byu.net>
33032
33033         Enforce that AC_REPLACE_FUNCS files exist.
33034         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
33035         override check for typos.
33036
33037         Fix test-closein on Solaris 10.
33038         * tests/test-closein.c (main): Don't assume stdin can be inherited
33039         closed on all systems.
33040         * tests/test-closein.sh: Likewise.
33041         Reported by Piotr Tarnowski.
33042
33043 2007-09-28  Jim Meyering  <jim@meyering.net>
33044
33045         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
33046
33047 2007-09-27  Jim Meyering  <jim@meyering.net>
33048
33049         canonicalize: Avoid a false-positive cycle failure.
33050         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33051         Sort.  Remove cycle-check.
33052         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33053         not cycle-check.h.
33054         (seen_triple): New function.
33055         (canonicalize_filename_mode): Use it instead of cycle-check.
33056         * tests/test-canonicalize.c: Add a test for this bug.
33057         * tests/test-canonicalize.sh: Set up and run the test.
33058
33059         New module, file-set, from coreutils.
33060         * modules/file-set: Define it.
33061         * lib/file-set.c, lib/file-set.h: Implement.
33062
33063         New module, hash-triple, from coreutils.
33064         * modules/hash-triple: Define it.
33065         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33066
33067 2007-09-25  Eric Blake  <ebb9@byu.net>
33068
33069         Fix strerror on Interix.
33070         * lib/string_.h (strerror): Declare replacement.
33071         * doc/functions/strerror.texi (strerror): Document the Interix
33072         shortcoming.
33073         * modules/string (Makefile.am): Support new hooks.
33074         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33075         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33076         gl_FUNC_STRERROR_SEPARATE.
33077         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33078         * lib/strerror.c (rpl_strerror): Provide replacement.
33079         * modules/strerror (Depends-on): Add string.
33080         (configure.ac): Detect use of module.
33081         * tests/test-strerror.c: New file.
33082         * modules/strerror-tests: New test module.
33083         * modules/argp (Depends-on): Add strerror.
33084         * modules/error (Depends-on): Likewise.
33085         Reported by Martin Koeppe.
33086
33087 2007-09-24  Bruno Haible  <bruno@clisp.org>
33088
33089         * README: Update git instructions.
33090
33091 2007-09-24  Eric Blake  <ebb9@byu.net>
33092
33093         Revert fpending breakage from 2007-09-08.
33094         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33095         __fpending.c.
33096
33097 2007-09-24  Jim Meyering  <jim@meyering.net>
33098
33099         filenamecat.c: Add a test.
33100         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33101         showing how the function works when DIR is the empty string.
33102
33103 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33104
33105         * tests/test-canonicalize.sh: Turn on executable bit.
33106
33107 2007-09-19  Eric Blake  <ebb9@byu.net>
33108
33109         * README: Update CVS instructions.
33110
33111 2007-09-18  Bruno Haible  <bruno@clisp.org>
33112
33113         * modules/areadlink: New file.
33114         * lib/areadlink.h (areadlink): New declaration.
33115         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33116
33117 2007-09-17  Jim Meyering  <jim@meyering.net>
33118
33119         * lib/savewd.c (ESTALE) [!defined]: Define.
33120         Reported to be required on Interix by Martin Koeppe.
33121
33122 2007-09-17  Bruno Haible  <bruno@clisp.org>
33123
33124         * gnulib-tool (func_version): Use $version.
33125
33126 2007-09-16  Bruno Haible  <bruno@clisp.org>
33127
33128         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33129         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33130         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33131         Reported by Greg Schafer <gschafer@zip.com.au>.
33132
33133 2007-09-15  Bruno Haible  <bruno@clisp.org>
33134
33135         * gnulib-tool (sed): Try a little harder to make bash understand the
33136         alias.
33137         Reported by Bruce Korb <bruce.korb@gmail.com>.
33138
33139 2007-09-13  Eric Blake  <ebb9@byu.net>
33140
33141         * ChangeLog: Remove conflict markers.
33142
33143 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33144
33145         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33146         Reported by Bruno Haible <bruno@clisp.org>.
33147
33148 2007-09-12  Bruno Haible  <bruno@clisp.org>
33149
33150         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33151         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33152         is not defined.
33153
33154 2007-09-12  Eric Blake  <ebb9@byu.net>
33155
33156         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33157         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33158         Autoconf definition.
33159         * modules/euidaccess (Depends-on): Add extensions, for
33160         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33161         * modules/fnmatch (Depends-on): Likewise.
33162         * modules/getaddrinfo (Depends-on): Likewise.
33163         * modules/getdelim (Depends-on): Likewise.
33164         * modules/getline (Depends-on): Likewise.
33165         * modules/getsubopt (Depends-on): Likewise.
33166         * modules/gettext (Depends-on): Likewise.
33167         * modules/group-member (Depends-on): Likewise.
33168         * modules/mbchar (Depends-on): Likewise.
33169         * modules/memmem (Depends-on): Likewise.
33170         * modules/mempcpy (Depends-on): Likewise.
33171         * modules/memrchr (Depends-on): Likewise.
33172         * modules/pagealign_alloc (Depends-on): Likewise.
33173         * modules/readutmp (Depends-on): Likewise.
33174         * modules/stpcpy (Depends-on): Likewise.
33175         * modules/stpncpy (Depends-on): Likewise.
33176         * modules/strchrnul (Depends-on): Likewise.
33177         * modules/strndup (Depends-on): Likewise.
33178         * modules/strsep (Depends-on): Likewise.
33179         * modules/strverscmp (Depends-on): Likewise.
33180         * modules/vasprintf (Depends-on): Likewise.
33181         * modules/wcwidth (Depends-on): Likewise.
33182         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33183         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33184         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33185         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33186         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33187         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33188         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33189         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33190         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33191         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33192         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33193         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33194         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33195         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33196         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33197         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33198         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33199         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33200         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33201         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33202         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33203         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33204         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33205         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33206         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33207         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33208         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33209         so that lock.m4 can be used in gettext without extensions module.
33210
33211 2007-09-11  Bruno Haible  <bruno@clisp.org>
33212
33213         * m4/isc-posix.m4: Remove file.
33214         Suggested by Eric Blake.
33215
33216 2007-09-11  Eric Blake  <ebb9@byu.net>
33217
33218         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33219
33220 2007-09-10  Bruno Haible  <bruno@clisp.org>
33221
33222         * posix-modules: Fix typo in error message.
33223         Reported by Matt <mkraai@beckman.com>.
33224
33225 2007-09-09  Bruno Haible  <bruno@clisp.org>
33226
33227         * doc/functions/getdelim.texi: Update list of platforms lacking the
33228         function.
33229         * doc/functions/getline.texi: Likewise.
33230
33231 2007-09-09  Jim Meyering  <jim@meyering.net>
33232
33233         * lib/hash.c (hash_initialize): Detect calloc failure.
33234         Reported by Bruno Haible.
33235
33236 2007-09-09  Bruno Haible  <bruno@clisp.org>
33237
33238         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33239         malloc or realloc fails.
33240
33241 2007-09-09  Bruno Haible  <bruno@clisp.org>
33242
33243         * modules/getcwd (Depends-on): Add malloc-posix.
33244         * modules/glob (Depends-on): Likewise.
33245         * modules/putenv (Depends-on): Likewise.
33246         * modules/strdup (Depends-on): Likewise.
33247         * modules/getdelim (Depends-on): Add realloc-posix.
33248         * modules/read-file (Depends-on): Likewise.
33249
33250 2007-09-09  Bruno Haible  <bruno@clisp.org>
33251
33252         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33253         (gl_FUNC_MALLOC_POSIX): Require it.
33254         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33255         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33256         * modules/realloc (Files): Add m4/malloc.m4.
33257         * modules/calloc (Files): Likewise.
33258
33259 2007-09-09  Bruno Haible  <bruno@clisp.org>
33260
33261         * modules/malloc-posix: New file.
33262         * modules/malloc (Depends-on): Add malloc-posix.
33263         * lib/malloc.c: Include errno.h.
33264         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33265         and a POSIX-compatible malloc into a single function. Set ENOMEM
33266         when returning NULL.
33267         * m4/malloc.m4: New file.
33268         * doc/functions/malloc.texi: Mention the malloc-posix module.
33269         * lib/stdlib_.h (malloc): New declaration.
33270         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33271         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33272         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33273         and HAVE_MALLOC_POSIX.
33274
33275 2007-09-09  Bruno Haible  <bruno@clisp.org>
33276
33277         * modules/realloc-posix: New file.
33278         * modules/realloc (Depends-on): Add realloc-posix.
33279         * lib/realloc.c: Include errno.h.
33280         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33281         and a POSIX-compatible realloc into a single function. Set ENOMEM
33282         when returning NULL.
33283         * m4/realloc.m4: New file.
33284         * doc/functions/realloc.texi: Mention the realloc-posix module.
33285         * lib/stdlib_.h (realloc): New declaration.
33286         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33287         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33288         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33289         and HAVE_REALLOC_POSIX.
33290
33291 2007-09-09  Bruno Haible  <bruno@clisp.org>
33292
33293         * modules/calloc-posix: New file.
33294         * modules/calloc (Depends-on): Add calloc-posix.
33295         * lib/calloc.c: Include errno.h.
33296         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33297         and a POSIX-compatible calloc into a single function. Set ENOMEM
33298         when returning NULL.
33299         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33300         * doc/functions/calloc.texi: Mention the calloc-posix module.
33301         * lib/stdlib_.h (calloc): New declaration.
33302         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33303         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33304         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33305         and HAVE_CALLOC_POSIX.
33306
33307 2007-09-09  Bruno Haible  <bruno@clisp.org>
33308
33309         Allow for modules to show an arbitrary notice.
33310         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33311         * gnulib-tool: New option --extract-notice.
33312         (func_usage): Document it.
33313         (sed_extract_prog): Update.
33314         (func_get_notice): New function.
33315         (func_modules_notice): New function.
33316         (func_import, func_create_testdir): Invoke it.
33317         Suggested by Jim Meyering.
33318
33319 2007-09-09  Bruno Haible  <bruno@clisp.org>
33320
33321         * gnulib-tool: New options --verbose, --quiet.
33322         (func_usage): Document them.
33323         (verbose): New variable.
33324         (func_execute_command): New function.
33325         (func_import): Don't show the module list and the file list if
33326         $verbose < 0.
33327         (func_create_testdir): Likewise. Use func_execute_command.
33328         (func_create_megatestdir): Use func_execute_command.
33329
33330 2007-09-08  Bruno Haible  <bruno@clisp.org>
33331
33332         * gnulib-tool (func_import): Prefer rsync over wget when available,
33333         for fetching the PO files.
33334
33335 2007-09-08  Bruno Haible  <bruno@clisp.org>
33336
33337         * posix-modules: New file. Portions copied from gnulib-tool.
33338         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33339
33340 2007-09-08  Jim Meyering  <jim@meyering.net>
33341
33342         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33343         * lib/fpending.h: Rename from __fpending.h.
33344         * lib/fpending.c: Rename from __fpending.c.
33345         Include "fpending.h", not "__fpending.h".
33346         * lib/__fpending.h, lib/__fpending.c: Remove files.
33347         * modules/fpending (Files): Reflect new file names.
33348         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33349
33350 2007-09-08  Bruno Haible  <bruno@clisp.org>
33351
33352         * m4/inttypes-h.m4: Remove stub file.
33353
33354 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33355
33356         * doc/headers/stdint.texi: Discuss #include_next issue.
33357
33358 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33359
33360         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33361
33362 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33363
33364         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33365         in variable name.
33366
33367 2007-09-03  Jim Meyering  <jim@meyering.net>
33368
33369         New module: git-version-gen.
33370         * modules/git-version-gen: New file.
33371
33372         Import changes from coreutils for bootstrap script.
33373
33374         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33375
33376         bootstrap: uses rsync to download the .po files
33377         * build-aux/bootstrap (po_download_command_format): New global.
33378         (download_po_files): Use rsync.
33379         (update_po_files): Don't remove .po files after download,
33380         so future rsync runs can take advantage of the copies.
33381
33382         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33383
33384         Solve the unnecessary-.po-file-regeneration problem once and for all.
33385         * build-aux/bootstrap (download_po_files): New function, renamed from
33386         get_translations.  Now, downloads, but doesn't update LINGUAS.
33387         (update_po_files): New function.
33388
33389         bootstrap: Ignore more.
33390         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33391         uniwidth to e.g., lib/.gitignore.
33392         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33393
33394         * build-aux/bootstrap: New setting: vc_ignore.
33395         (insert_sorted_if_absent): Create $file if absent.
33396         Adapt to new, possibly empty, list: $vc_ignore.
33397
33398         bootstrap: generate more ignorable names
33399         * build-aux/bootstrap (slurp): When generating ignorable names,
33400         also map .sin to .sed, .gperf to .c, and .y to .c.
33401
33402 2007-09-03  Jim Meyering  <jim@meyering.net>
33403
33404         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33405         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33406
33407 2007-09-02  Bruno Haible  <bruno@clisp.org>
33408
33409         Fix mis-recognition of 'mcs' on QNX 6.
33410         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33411         output contains the string "Mono".
33412         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33413         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33414
33415 2007-09-01  Bruno Haible  <bruno@clisp.org>
33416
33417         Fix collision between uniwidth/* and linebreak modules.
33418         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33419         u32_width): Remove declarations.
33420         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33421         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33422         streq3, streq2, streq1, streq0): Remove functions.
33423         (STREQ): Remove macro.
33424         (is_cjk_encoding): Remove function.
33425         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33426         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33427         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33428         * NEWS: Document the change.
33429
33430 2007-09-01  Bruno Haible  <bruno@clisp.org>
33431
33432         * lib/streq.h: Add double-inclusion guard.
33433
33434 2007-09-01  Karl Berry  <karl@gnu.org>
33435
33436         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33437
33438 2007-08-28  Jim Meyering  <jim@meyering.net>
33439
33440         Rename mreadlink_with_size to areadlink_with_size.
33441         * NEWS: Document the change.
33442         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33443         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33444         * lib/mreadlink.h: Rename this to...
33445         * lib/areadlink.h: ...this.
33446         * modules/mreadlink-with-size: Rename this to...
33447         * modules/areadlink-with-size: ...this.
33448         * lib/canonicalize.c: Reflect the renaming.
33449         * modules/canonicalize: Likewise.
33450
33451 2007-08-26  Bruno Haible  <bruno@clisp.org>
33452
33453         * gnulib-tool (func_import): When deciding which files to remove,
33454         consider also dangling symbolic links.
33455         Reported by Eric Blake.
33456
33457 2007-08-26  Bruno Haible  <bruno@clisp.org>
33458
33459         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33460
33461 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33462
33463         * lib/readline.c: Don't include getline.h, the prototype is now
33464         found in stdio.h.
33465
33466 2007-08-23  Jim Meyering  <jim@meyering.net>
33467
33468         Getdelim touchup.
33469         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33470         around the funlockfile call, since funlockfile never sets errno.
33471         Don't set errno upon failed realloc.
33472
33473 2007-08-22  Eric Blake  <ebb9@byu.net>
33474
33475         Getline touchups.
33476         * lib/getdelim.c (getdelim): Revert regression that required *n to
33477         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33478         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33479         getdelim, rather than whether implementation is missing.
33480         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33481         * lib/stdio_.h (getline): Also declare if replacement is
33482         required.
33483         * doc/functions/getdelim.texi: New file.
33484         * doc/functions/getline.texi: Likewise.
33485         * doc/gnulib.texi (Function Substitutes): Add new files.
33486         Reported by Bruno Haible.
33487
33488 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33489
33490         * users.txt: Add Guile.
33491
33492 2007-08-22  Eric Blake  <ebb9@byu.net>
33493
33494         * tests/test-getdelim.c (main): Use remove, not unlink.
33495         * tests/test-getline.c (main): Likewise.
33496
33497         Move getline and getdelim into stdio.h, per POSIX 200x.
33498         * modules/getline (Files): Remove getline.h.
33499         (Depends-on): Add stdio.
33500         (configure.ac): Add module indicator.
33501         * modules/getdelim (Files): Remove getdelim.h.
33502         (Depends-on): Add stdio.
33503         (configure.ac): Add module indicator.
33504         * modules/stdio (Makefile.am): Work with new indicators.
33505         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33506         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33507         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33508         * lib/getdelim.h: Delete.
33509         * lib/getline.h: Delete.
33510         * lib/stdio_.h (getdelim, getline): Declare.
33511         * modules/getdelim-tests: New module.
33512         * modules/getline-tests: Likewise.
33513         * tests/test-getdelim.c: New file.
33514         * tests/test-getline.c: Likewise.
33515         * NEWS: Document the change.
33516         * lib/getline.c: Update choice of header.
33517         * lib/csharpcomp.c: Likewise.
33518         * lib/getpass.c: Likewise.
33519         * lib/javacomp.c: Likewise.
33520         * lib/javaversion.c: Likewise.
33521         * lib/yesno.c: Likewise.
33522         * lib/getdelim.c: Likewise.
33523         (getdelim): Set errno on failure, and avoid memory leak.
33524
33525 2007-08-19  Bruno Haible  <bruno@clisp.org>
33526
33527         * modules/closein (Depends-on): Add freadahead.
33528         * lib/closein.c: Include freadahead.h.
33529         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33530         is zero.
33531
33532 2007-08-19  Bruno Haible  <bruno@clisp.org>
33533
33534         * modules/freadahead-tests: New file.
33535         * tests/test-freadahead.sh: New file.
33536         * tests/test-freadahead.c: New file.
33537
33538         * modules/freadahead: New file.
33539         * lib/freadahead.h: New file.
33540         * lib/freadahead.c: New file.
33541         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33542         fbufmode, fpurge, freadable, fwritable.
33543
33544 2007-08-19  Eric Blake  <ebb9@byu.net>
33545
33546         Test yesno in combination with closein.
33547         * lib/yesno.c (yesno): Document use of stdin.
33548         * modules/yesno-tests (Files): New module.
33549         * tests/test-yesno.c (main): New file.
33550         * tests/test-yesno.sh: Likewise.
33551
33552 2007-08-19  Bruno Haible  <bruno@clisp.org>
33553
33554         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33555         * lib/fseeko.c (rpl_fseeko): Likewise.
33556         * lib/fseterr.c (fseterr): Likewise.
33557
33558 2007-08-19  Bruno Haible  <bruno@clisp.org>
33559
33560         * tests/test-lseek.c (main): Disable a test for BeOS.
33561         * doc/functions/lseek.texi: Document the BeOS bug.
33562
33563 2007-08-19  Bruno Haible  <bruno@clisp.org>
33564             Eric Blake  <ebb9@byu.net>
33565
33566         * lib/lseek.c: Include <sys/stat.h>.
33567         (rpl_lseek): Add workaround code also for Unix platforms.
33568         Needed for BeOS.
33569         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33570         * doc/functions/lseek.texi: Document BeOS definiency.
33571
33572 2007-08-18  Bruno Haible  <bruno@clisp.org>
33573
33574         * modules/fstrcmp-tests: New file.
33575         * tests/test-fstrcmp.c: New file.
33576
33577 2007-08-18  Bruno Haible  <bruno@clisp.org>
33578
33579         * modules/fstrcmp: New file, from GNU gettext with modifications.
33580         * lib/fstrcmp.h: New file, from GNU gettext.
33581         * lib/fstrcmp.c: New file, from GNU gettext.
33582         * MODULES.html.sh (String handling): Add fstrcmp.
33583
33584 2007-08-18  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33587         'bool'.
33588         (diag, compareseq): Remove const from the ctxt argument.
33589         (USE_HEURISTIC): Undefine at the end.
33590
33591 2007-08-18  Jim Meyering  <jim@meyering.net>
33592
33593         New file: lib/idcache.h
33594         * NEWS: Mention the addition.
33595         * modules/idcache (Files): Add lib/idcache.h
33596         * lib/idcache.c: Include "idcache.h".
33597         Don't include <sys/types.h>.
33598         Add a FIXME comment.
33599         Move file-scoped "static" declarations to the top.
33600         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33601
33602 2007-08-17  Bruno Haible  <bruno@clisp.org>
33603         and Paul Eggert  <eggert@cs.ucla.edu>
33604
33605         * MODULES.html.sh: Add diffseq.
33606         * modules/diffseq: New file.
33607         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33608         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33609
33610 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33611
33612         Import changes from coreutils for bootstrap script.
33613
33614         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33615
33616         * build-aux/bootstrap (slurp): Work even in environments where
33617         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33618         current code does not slurp files whose names start with ".", and
33619         this looks like it might be a troublesome area.
33620
33621         2007-07-11  Jim Meyering  <jim@meyering.net>
33622
33623         If there's a GPL vN copyright comment, require that N == 3.
33624
33625         2007-07-08  Jim Meyering  <jim@meyering.net>
33626
33627         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33628         * build-aux/bootstrap (mam_template): Move definition out of loop.
33629
33630         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33631
33632         * build-aux/bootstrap (symlink_to_dir): Rename function from
33633         symlink_to_gnulib.  Add a directory parameter.  Update all
33634         callers.
33635         (cp_mark_as_generated): Also check for -- and link to -- files in
33636         gl/.
33637
33638         2007-07-08  Jim Meyering  <jim@meyering.net>
33639
33640         Adapt to deeper hierarchy in gnulib.
33641         * build-aux/bootstrap (symlink_to_dir): If the destination
33642         directory doesn't exist, create it. This is required at least for
33643         "lib/uniwidth/cjk.h".
33644
33645         2007-05-15  Jim Meyering  <jim@meyering.net>
33646
33647         * build-aux/bootstrap: Now that generated Makefile.am files
33648         are no longer under version control, they must be created at
33649         bootstrap time.
33650
33651 2007-08-14  Ben Pfaff  <blp@gnu.org>
33652
33653         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33654
33655 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33656
33657         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33658         given the changes below.
33659         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33660         even on hosts that have padding bits beyond the supported 64.
33661
33662 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33663
33664         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33665         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33666         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33667         depends on it.
33668         (xstrtol_error): Remove.
33669         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33670         but with a different signature.
33671         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33672         * lib/xstrtol-error.c: Include exitfail.h.
33673         (xstrtol_fatal): New function, with a different signature from the
33674         old xstrtol_error, so that the caller need not worry about passing
33675         in an exit status, or about storage management of the option argument.
33676         (xstrtol_error): Now a static function.  Redo signature to
33677         implement xstrtol_fatal.  Output the correct number of hyphens in
33678         front of the option so that the caller need not worry about
33679         storage management.
33680         (N_): New macro.
33681         (_): Remove; not used now.
33682         * modules/xstrtol: Depend on getopt.
33683         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33684         of old STRTOL_FATAL_ERROR macro.
33685         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33686         of test program.
33687         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33688         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33689
33690 2007-08-08  Eric Blake  <ebb9@byu.net>
33691
33692         * lib/xstrtol-error.c: Add missing include.
33693
33694         Move xstrtol messages into gnulib domain, when --pobase is used.
33695         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33696         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33697         * modules/xstrtol (Files): Distribute new file.
33698         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33699         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33700         * tests/test-xstrtol.c: ...into new file.
33701         * tests/test-xstrtoul.c: Also test xstrtoul.
33702         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33703         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33704         * tests/test-xstrtol.sh: Drive the tests.
33705         * tests/test-xstrtoimax.sh: Likewise.
33706         * tests/test-xstrtoumax.sh: Likewise.
33707         * modules/xstrtol-tests: New module.
33708         * modules/xstrtoimax-tests: Likewise.
33709         * modules/xstrtoumax-tests: Likewise.
33710
33711 2007-08-08  Jim Meyering  <jim@meyering.net>
33712
33713         New function: mfile_name_concat.
33714         * lib/filenamecat.c (mfile_name_concat): New function, just like
33715         file_name_concat, but return NULL upon failure rather than exiting
33716         with a diagnostic.
33717         * lib/filenamecat.h: Declare it.
33718
33719 2007-08-07  Bruno Haible  <bruno@clisp.org>
33720
33721         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33722         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33723         warning from gcc.
33724         Reported by Eric Blake.
33725
33726 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33727
33728         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33729         * modules/crypto/arcfour (License): Likewise.
33730         * modules/crypto/des-tests (License): Likewise.
33731         * modules/crypto/gc-arctwo-tests (License): Likewise.
33732         * modules/crypto/gc-des-tests (License): Likewise.
33733         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33734         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33735         * modules/crypto/gc-md2-tests (License): Likewise.
33736         * modules/crypto/gc-md4-tests (License): Likewise.
33737         * modules/crypto/gc-md5-tests (License): Likewise.
33738         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33739         * modules/crypto/gc-rijndael-tests (License): Likewise.
33740         * modules/crypto/gc-sha1-tests (License): Likewise.
33741         * modules/crypto/gc-tests (License): Likewise.
33742         * modules/crypto/hmac-md5 (License): Likewise.
33743         * modules/crypto/hmac-sha1 (License): Likewise.
33744         * modules/crypto/md2-tests (License): Likewise.
33745         * modules/crypto/md4-tests (License): Likewise.
33746         * modules/crypto/md5 (License): Likewise.
33747         * modules/crypto/rijndael (License): Likewise.
33748         * modules/crypto/sha1 (License): Likewise.
33749         * modules/memxor (License): Likewise.
33750
33751 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33752         and Bruno Haible  <bruno@clisp.org>
33753
33754         * NEWS: Describe interface changes to human, xstrtol.
33755         * lib/human.h: Include <xstrtol.h>.
33756         (human_options): Return enum strtol_error, not int.  Remove
33757         bool arg; take int * instead.
33758         * lib/human.c: Don't include "gettext.h".
33759         (_): Remove; no longer used.
33760         Don't include <xstrtol.h>, since human.h does it.
33761         (human_options): Adjust to abovementioned interface changes.
33762         Do not report error to stderr; that's now the caller's
33763         responsibility.
33764         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33765         interface change.
33766         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33767         Str, Argument_type_string.  All uses changed.  Put " argument"
33768         in diagnostics to make them clearer.  Change wording of suffix
33769         message for clarity.
33770         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33771         Argument_type_string.
33772         (STRTOL_FATAL_WARN): Remove; no longer used.
33773         * modules/human (Depends-on): Remove gettext-h.
33774
33775 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33776
33777         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33778
33779 2007-07-31  Bruno Haible  <bruno@clisp.org>
33780
33781         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33782         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33783         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33784
33785 2007-07-31  Bruno Haible  <bruno@clisp.org>
33786
33787         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33788         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33789
33790 2007-07-30  Bruno Haible  <bruno@clisp.org>
33791
33792         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33793         * modules/c-ctype (License): Likewise.
33794         * modules/c-strcase (License): Likewise.
33795         * modules/check-version (License): Likewise.
33796         * modules/iconv (License): Likewise.
33797         * modules/iconv_open (License): Likewise.
33798         * modules/read-file (License): Likewise.
33799         * modules/striconv (License): Likewise.
33800         * modules/strverscmp (License): Likewise.
33801         * modules/vasprintf (License): Likewise.
33802         * modules/crypto/des (License): Likewise.
33803         * modules/crypto/gc (License): Likewise.
33804         * modules/crypto/gc-arcfour (License): Likewise.
33805         * modules/crypto/gc-arctwo (License): Likewise.
33806         * modules/crypto/gc-des (License): Likewise.
33807         * modules/crypto/gc-hmac-md5 (License): Likewise.
33808         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33809         * modules/crypto/gc-md2 (License): Likewise.
33810         * modules/crypto/gc-md4 (License): Likewise.
33811         * modules/crypto/gc-md5 (License): Likewise.
33812         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33813         * modules/crypto/gc-random (License): Likewise.
33814         * modules/crypto/gc-rijndael (License): Likewise.
33815         * modules/crypto/gc-sha1 (License): Likewise.
33816         * modules/crypto/md2 (License): Likewise.
33817         * modules/crypto/md4 (License): Likewise.
33818
33819 2007-07-30  Jim Meyering  <jim@meyering.net>
33820
33821         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33822         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33823         it has valid stat data.  This bug would cause du not to count the
33824         sizes of inaccessible directories.
33825         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33826         in <http://bugzilla.redhat.com/250077>.
33827
33828 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33829             Bruno Haible  <bruno@clisp.org>
33830
33831         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33832         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33833         #include_next, gives a diagnostic about it, but reports no error in
33834         the exit code.
33835         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33836
33837 2007-07-24  Ben Pfaff  <blp@gnu.org>
33838
33839         Improve name: "count-one-bits" is better than "popcount".
33840         * MODULES.html.sh: Update name.
33841         * lib/popcount.h: Renamed lib/count-one-bits.h.
33842         (popcount): Renamed count_one_bits.
33843         (popcountl): Renamed count_one_bits_l.
33844         (popcountll): Renamed count_one_bits_ll.
33845         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33846         * modules/popcount: Renamed module/count-one-bits.
33847         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33848         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33849
33850 2007-07-23  Ben Pfaff  <blp@gnu.org>
33851
33852         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33853         better code generation, and add U to large constants to avoid
33854         warnings, in non-GCC case.
33855         Suggested by Bruno Haible.
33856
33857 2007-07-23  Ben Pfaff  <blp@gnu.org>
33858
33859         * lib/popcount.h: Use verify_true instead of if...abort.
33860         * modules/popcount: Depend on verify module.
33861         Suggested by Jim Meyering.
33862
33863 2007-07-23  Bruno Haible  <bruno@clisp.org>
33864
33865         * gnulib-tool (func_import): Create a .cvsignore file also when the
33866         directory is not yet in CVS but the toplevel directory is. When
33867         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33868         Reported by Karl Berry.
33869
33870 2007-07-22  Ben Pfaff  <blp@gnu.org>
33871
33872         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33873         case.
33874         Suggested by Eric Blake.
33875
33876 2007-07-22  Ben Pfaff  <blp@gnu.org>
33877
33878         New module: popcount.
33879         * MODULES.html.sh: Add popcount.
33880         * modules/popcount: New file.
33881         * modules/popcount-tests: New file.
33882         * tests/test-popcount.c: New file.
33883         * lib/popcount.h: New file.
33884         * m4/popcount.m4: New file.
33885
33886 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33887
33888         * build-aux/announce-gen: Update to GPLv3.
33889
33890         * build-aux/config.guess: Update from config.
33891
33892 2007-07-21  Bruno Haible  <bruno@clisp.org>
33893
33894         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33895         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33896
33897 2007-07-20  Jim Meyering  <jim@meyering.net>
33898
33899         * check-module: Diagnose a self-dependency.
33900
33901 2007-07-19  Bruno Haible  <bruno@clisp.org>
33902
33903         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33904         empty.
33905         Reported by Eric Blake.
33906
33907 2007-07-18  Bruno Haible  <bruno@clisp.org>
33908
33909         * gnulib-tool: New options --po-base, --po-domain.
33910         (func_usage): Document them.
33911         (pobase, po_domain): New variables.
33912         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33913         DEFAULT_TEXT_DOMAIN.
33914         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33915         (func_import): Consider pobase and po_domain. Create a po/ directory.
33916         (func_create_testdir): Set pobase and po_domain to empty.
33917         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33918         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33919
33920 2007-07-18  Bruno Haible  <bruno@clisp.org>
33921
33922         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33923         EXTRA_DIST augmentation for files in build-aux/.
33924
33925 2007-07-16  Bruno Haible  <bruno@clisp.org>
33926
33927         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33928         * modules/getdelim (License): Likewise.
33929
33930 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33931
33932         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33933         * modules/d-type (License): Likewise.
33934         * modules/extensions (License): Likewise.
33935         * modules/fnmatch (License): Likewise.
33936         * modules/fseeko (License): Likewise.
33937         * modules/getaddrinfo (License): Likewise.
33938         * modules/getline (License): Likewise.
33939         * modules/getlogin_r (License): Likewise.
33940         * modules/getpass (License): Likewise.
33941         * modules/gettimeofday (License): Likewise.
33942         * modules/glob (License): Likewise.
33943         * modules/inet_ntop (License): Likewise.
33944         * modules/malloc (License): Likewise.
33945         * modules/malloca (License): Likewise.
33946         * modules/memmem (License): Likewise.
33947         * modules/mempcpy (License): Likewise.
33948         * modules/memset (License): Likewise.
33949         * modules/minmax (License): Likewise.
33950         * modules/mktime (License): Likewise.
33951         * modules/netinet_in (License): Likewise.
33952         * modules/pathmax (License): Likewise.
33953         * modules/poll (License): Likewise.
33954         * modules/regex (License): Likewise.
33955         * modules/snprintf (License): Likewise.
33956         * modules/stdbool (License): Likewise.
33957         * modules/stdint (License): Likewise.
33958         * modules/stdio (License): Likewise.
33959         * modules/strcase (License): Likewise.
33960         * modules/strcasestr (License): Likewise.
33961         * modules/strdup (License): Likewise.
33962         * modules/string (License): Likewise.
33963         * modules/strndup (License): Likewise.
33964         * modules/strnlen (License): Likewise.
33965         * modules/strpbrk (License): Likewise.
33966         * modules/strptime (License): Likewise.
33967         * modules/strsep (License): Likewise.
33968         * modules/sys_select (License): Likewise.
33969         * modules/sys_socket (License): Likewise.
33970         * modules/sys_stat (License): Likewise.
33971         * modules/sys_time (License): Likewise.
33972         * modules/time (License): Likewise.
33973         * modules/time_r (License): Likewise.
33974         * modules/timegm (License): Likewise.
33975         * modules/unistd (License): Likewise.
33976         * modules/vsnprintf (License): Likewise.
33977         * modules/wctype (License): Likewise.
33978
33979 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33980
33981         * modules/argz (License): LGPLv2+.
33982
33983 2007-07-15  Karl Berry  <karl@gnu.org>
33984
33985         * doc/gnulib.texi: revise node structure per new fdl.texi.
33986
33987 2007-07-14  Bruno Haible  <bruno@clisp.org>
33988
33989         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33990         the output file.
33991         * lib/uniname/uninames.h: Regenerated.
33992
33993 2007-07-14  Karl Berry  <karl@gnu.org>
33994
33995         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33996         omitting sectioning and index commands.
33997
33998 2007-07-13  Bruno Haible  <bruno@clisp.org>
33999
34000         New gnulib-tool option --more-symlinks.
34001         * gnulib-tool (func_usage): Document --more-symlinks.
34002         (do_copyrights): New variable.
34003         Recognize option --more-symlinks.
34004         (func_import): Don't add a copyright notice transform to
34005         sed_transform_lib_file if do_copyrights is empty.
34006
34007 2007-07-13  Bruno Haible  <bruno@clisp.org>
34008
34009         * lib/vasnprintf.c (decimal_point_char): Define also if
34010         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
34011         && !NEED_PRINTF_DIRECTIVE_A.
34012         Reported by Clemens Koller <clemens.koller@anagramm.de> via
34013         Gary V. Vaughan <gary@gnu.org>.
34014
34015 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
34016
34017         * lib/inttypes_.h: Undo previous change, since it was fixed
34018         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
34019
34020 2007-07-13  Bruno Haible  <bruno@clisp.org>
34021
34022         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
34023         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
34024
34025 2007-07-13  Jim Meyering  <jim@meyering.net>
34026
34027         df: Don't fail for Tru64's "file-on-file mount".
34028         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
34029         so we fall through and use statfs instead.  Details here:
34030         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
34031         Reported by Albert Chin.
34032
34033 2007-07-13  Bruno Haible  <bruno@clisp.org>
34034
34035         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
34036         * modules/configmake (License): Likewise.
34037         * modules/gettext (License): Likewise.
34038         * modules/gettext-h (License): Likewise.
34039         * modules/include_next (License): Likewise.
34040         * modules/link-warning (License): Likewise.
34041         * modules/localcharset (License): Likewise.
34042         * modules/localename (License): Likewise.
34043         * modules/lock (License): Likewise.
34044         * modules/relocatable-lib-lgpl (License): Likewise.
34045         * modules/size_max (License): Likewise.
34046         * modules/vasnprintf (License): Likewise.
34047         * modules/wchar (License): Likewise.
34048         * modules/xsize (License): Likewise.
34049
34050 2007-07-13  Bruno Haible  <bruno@clisp.org>
34051
34052         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34053         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34054
34055 2007-07-12  Bruno Haible  <bruno@clisp.org>
34056
34057         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34058         in the modules files.
34059
34060 2007-07-11  Karl Berry  <karl@gnu.org>
34061
34062         * MODULES.html.sh (func_module): use
34063          sed -e '\|^'"${includefile}"'$|d'
34064          instead of /.../d, to avoid errors on $includefile's containing /.
34065
34066 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34067
34068         * gnulib-tool (func_import): Avoid duplication of --avoid
34069         statements
34070         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34071         names to `_' in variable names.
34072
34073 2007-07-10  Eric Blake  <ebb9@byu.net>
34074
34075         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34076         * NEWS: Document this change.
34077
34078 2007-07-08  Bruno Haible  <bruno@clisp.org>
34079
34080         Update to Unicode 5.0.
34081         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34082         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34083         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34084         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34085         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34086         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34087         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34088         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34089         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34090         U+10A3F, U+1D242..U+1D244.
34091         (nonspacing_table_ind): Update.
34092         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34093         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34094
34095 2007-07-08  Bruno Haible  <bruno@clisp.org>
34096
34097         Update to Unicode 5.0.
34098         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34099         code transform. Extend the name index field of unicode_name_to_code and
34100         unicode_code_to_name from 16 to 24 bits.
34101         * lib/uniname/uniname.c (unicode_character_name,
34102         unicode_name_character): Add the range 0x12xxx to the code transform.
34103         * lib/uniname/uninames.h: Regenerated.
34104         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34105
34106 2007-07-07  Bruno Haible  <bruno@clisp.org>
34107
34108         * modules/wcwidth-tests: New file.
34109         * tests/test-wcwidth.c: New file.
34110
34111         Work around MacOS X wcwidth() bug.
34112         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34113         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34114         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34115         original wcwidth in non-UTF-8 locales.
34116         * modules/wcwidth (Depends-on): Add localcharset, streq,
34117         uniwidth/width.
34118         * doc/functions/wcwidth.texi: Update.
34119
34120 2007-07-07  Bruno Haible  <bruno@clisp.org>
34121
34122         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34123         (wcwidth): New declaration.
34124         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34125         macros.
34126         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34127         here. Prepare for creating <wchar.h> unconditionally.
34128         * modules/wchar (Depends-on): Add link-warning.
34129         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34130         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34131         * lib/wcwidth.h: Remove file.
34132         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34133         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34134         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34135         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34136         (Include): Replace wcwidth.h with <wchar.h>.
34137         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34138         * lib/mbchar.h: Don't include wcwidth.h.
34139         * lib/mbswidth.c: Likewise.
34140         * NEWS: Mention the change.
34141
34142 2007-07-07  Bruno Haible  <bruno@clisp.org>
34143
34144         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34145         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34146         definition with an external declaration.
34147         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34148         defined as a function. Remove AC_C_INLINE requirement.
34149         * modules/wcwidth (Files): Add lib/wcwidth.c.
34150         (Makefile.am): Remove redundant statement.
34151
34152 2007-07-07  Bruno Haible  <bruno@clisp.org>
34153
34154         * MODULES.html.sh (Unicode string functions): Add the new modules.
34155
34156         * tests/uniwidth/test-u32-strwidth.c: New file.
34157         * modules/uniwidth/u32-strwidth-tests: New file.
34158
34159         * lib/uniwidth/u32-strwidth.c: New file.
34160         * modules/uniwidth/u32-strwidth: New file.
34161
34162         * tests/uniwidth/test-u16-strwidth.c: New file.
34163         * modules/uniwidth/u16-strwidth-tests: New file.
34164
34165         * lib/uniwidth/u16-strwidth.c: New file.
34166         * modules/uniwidth/u16-strwidth: New file.
34167
34168         * tests/uniwidth/test-u8-strwidth.c: New file.
34169         * modules/uniwidth/u8-strwidth-tests: New file.
34170
34171         * lib/uniwidth/u8-strwidth.c: New file.
34172         * modules/uniwidth/u8-strwidth: New file.
34173
34174         * tests/uniwidth/test-u32-width.c: New file.
34175         * modules/uniwidth/u32-width-tests: New file.
34176
34177         * lib/uniwidth/u32-width.c: New file.
34178         * modules/uniwidth/u32-width: New file.
34179
34180         * tests/uniwidth/test-u16-width.c: New file.
34181         * modules/uniwidth/u16-width-tests: New file.
34182
34183         * lib/uniwidth/u16-width.c: New file.
34184         * modules/uniwidth/u16-width: New file.
34185
34186         * tests/uniwidth/test-u8-width.c: New file.
34187         * modules/uniwidth/u8-width-tests: New file.
34188
34189         * lib/uniwidth/u8-width.c: New file.
34190         * modules/uniwidth/u8-width: New file.
34191
34192         * tests/uniwidth/test-uc_width.c: New file.
34193         * modules/uniwidth/width-tests: New file.
34194
34195         * lib/uniwidth/width.c: New file, from GNU libiconv.
34196         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34197         * modules/uniwidth/width: New file.
34198
34199         * lib/uniwidth.h: New file, from GNU libiconv.
34200         * modules/uniwidth/base: New file.
34201
34202 2007-07-07  Bruno Haible  <bruno@clisp.org>
34203
34204         * lib/uniname.h: New file, from GNU gettext.
34205         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34206         * lib/uniname/uninames.h: New file, from GNU gettext.
34207         * lib/uniname/uniname.c: New file, from GNU gettext.
34208         * tests/uniname/test-uninames.sh: New file.
34209         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34210         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34211         * modules/uniname/base: New file.
34212         * modules/uniname/uniname: New file.
34213         * modules/uniname/uniname-tests: New file.
34214         * MODULES.html.sh (Unicode string functions): Add the new modules.
34215
34216 2007-07-06  Bruno Haible  <bruno@clisp.org>
34217
34218         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34219
34220 2007-07-06  Bruno Haible  <bruno@clisp.org>
34221
34222         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34223         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34224         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34225         include <sys/time.h>.
34226         Reported by Eric Blake.
34227
34228 2007-07-06  Eric Blake  <ebb9@byu.net>
34229
34230         Fix testing canonicalize on cygwin.
34231         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34232         Revert patch from 2007-06-19.
34233         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34234         canonicalize module is also in use.
34235         * tests/test-canonicalize.c: New file.
34236         * tests/test-canonicalize.sh: Likewise.
34237         * modules/canonicalize-tests: Likewise.
34238
34239 2007-07-06  Jim Meyering  <jim@meyering.net>
34240
34241         * lib/getugroups.c (getugroups): Detect getgrent failure.
34242         Adjust comment to reflect reality: this function may return -1.
34243
34244 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34245
34246         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34247         the new TP address.
34248         (usage): Fix typo
34249         (gnulib_mk): New variable.
34250
34251 2007-07-05  Jim Meyering  <jim@meyering.net>
34252
34253         Don't let endgrent clobber errno, no matter how improbable.
34254         * lib/getugroups.c (getugroups): Save and restore errno around
34255         endgrent call.
34256
34257         Close the group DB even when failing with 2^31 or more members.
34258         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34259
34260 2007-07-04  Jim Meyering  <jim@meyering.net>
34261
34262         * lib/getugroups.h: New file.
34263         * lib/getugroups.c: Include "getugroups.h".
34264         Remove uses of "register" keyword.
34265         Move local variable, "cp", down into scope where used.
34266         Give "username" parameter the "const" attribute.
34267         * modules/getugroups (Files): Add lib/getugroups.h
34268
34269 2007-07-04  Karl Berry  <karl@gnu.org>
34270
34271         * MODULES.html.sh (func_all_modules): Complete rename of
34272         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34273
34274 2007-07-02  Bruno Haible  <bruno@clisp.org>
34275
34276         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34277         mode, when inttypes.h comes from gnulib.
34278         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34279
34280 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34281
34282         * NEWS: Mention lgpl module name change.
34283
34284         * modules/lgpl-2.1: Renamed from lgpl.
34285
34286         * NEWS: Mention gpl module name change.
34287
34288         * modules/gpl-3.0: New file, based on gpl-2.0.
34289
34290         * modules/gpl-2.0: Renamed from gpl.
34291
34292         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34293         doc/gpl-2.0.texi.
34294
34295 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34296
34297         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34298         #define __STDC_LIMIT_MACROS temporarily while including
34299         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34300         Problem reported by Joel E. Denny in
34301         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34302
34303 2007-07-01  Bruno Haible  <bruno@clisp.org>
34304
34305         * lib/unistdio.h: New file.
34306         * lib/unistdio/u-asnprintf.h: New file.
34307         * lib/unistdio/u-asprintf.h: New file.
34308         * lib/unistdio/u-printf-args.c: New file.
34309         * lib/unistdio/u-printf-args.h: New file.
34310         * lib/unistdio/u-printf-parse.h: New file.
34311         * lib/unistdio/u-snprintf.h: New file.
34312         * lib/unistdio/u-sprintf.h: New file.
34313         * lib/unistdio/u-vasprintf.h: New file.
34314         * lib/unistdio/u-vsnprintf.h: New file.
34315         * lib/unistdio/u-vsprintf.h: New file.
34316         * lib/unistdio/ulc-asnprintf.c: New file.
34317         * lib/unistdio/ulc-asprintf.c: New file.
34318         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34319         * lib/unistdio/ulc-printf-parse.c: New file.
34320         * lib/unistdio/ulc-snprintf.c: New file.
34321         * lib/unistdio/ulc-sprintf.c: New file.
34322         * lib/unistdio/ulc-vasnprintf.c: New file.
34323         * lib/unistdio/ulc-vasprintf.c: New file.
34324         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34325         * lib/unistdio/ulc-vsnprintf.c: New file.
34326         * lib/unistdio/ulc-vsprintf.c: New file.
34327         * lib/unistdio/u8-asnprintf.c: New file.
34328         * lib/unistdio/u8-asprintf.c: New file.
34329         * lib/unistdio/u8-printf-parse.c: New file.
34330         * lib/unistdio/u8-snprintf.c: New file.
34331         * lib/unistdio/u8-sprintf.c: New file.
34332         * lib/unistdio/u8-vasnprintf.c: New file.
34333         * lib/unistdio/u8-vasprintf.c: New file.
34334         * lib/unistdio/u8-vsnprintf.c: New file.
34335         * lib/unistdio/u8-vsprintf.c: New file.
34336         * lib/unistdio/u8-u8-asnprintf.c: New file.
34337         * lib/unistdio/u8-u8-asprintf.c: New file.
34338         * lib/unistdio/u8-u8-snprintf.c: New file.
34339         * lib/unistdio/u8-u8-sprintf.c: New file.
34340         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34341         * lib/unistdio/u8-u8-vasprintf.c: New file.
34342         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34343         * lib/unistdio/u8-u8-vsprintf.c: New file.
34344         * lib/unistdio/u16-asnprintf.c: New file.
34345         * lib/unistdio/u16-asprintf.c: New file.
34346         * lib/unistdio/u16-printf-parse.c: New file.
34347         * lib/unistdio/u16-snprintf.c: New file.
34348         * lib/unistdio/u16-sprintf.c: New file.
34349         * lib/unistdio/u16-vasnprintf.c: New file.
34350         * lib/unistdio/u16-vasprintf.c: New file.
34351         * lib/unistdio/u16-vsnprintf.c: New file.
34352         * lib/unistdio/u16-vsprintf.c: New file.
34353         * lib/unistdio/u16-u16-asnprintf.c: New file.
34354         * lib/unistdio/u16-u16-asprintf.c: New file.
34355         * lib/unistdio/u16-u16-snprintf.c: New file.
34356         * lib/unistdio/u16-u16-sprintf.c: New file.
34357         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34358         * lib/unistdio/u16-u16-vasprintf.c: New file.
34359         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34360         * lib/unistdio/u16-u16-vsprintf.c: New file.
34361         * lib/unistdio/u32-asnprintf.c: New file.
34362         * lib/unistdio/u32-asprintf.c: New file.
34363         * lib/unistdio/u32-printf-parse.c: New file.
34364         * lib/unistdio/u32-snprintf.c: New file.
34365         * lib/unistdio/u32-sprintf.c: New file.
34366         * lib/unistdio/u32-vasnprintf.c: New file.
34367         * lib/unistdio/u32-vasprintf.c: New file.
34368         * lib/unistdio/u32-vsnprintf.c: New file.
34369         * lib/unistdio/u32-vsprintf.c: New file.
34370         * lib/unistdio/u32-u32-asnprintf.c: New file.
34371         * lib/unistdio/u32-u32-asprintf.c: New file.
34372         * lib/unistdio/u32-u32-snprintf.c: New file.
34373         * lib/unistdio/u32-u32-sprintf.c: New file.
34374         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34375         * lib/unistdio/u32-u32-vasprintf.c: New file.
34376         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34377         * lib/unistdio/u32-u32-vsprintf.c: New file.
34378         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34379         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34380         * tests/unistdio/test-ulc-printf1.h: New file.
34381         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34382         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34383         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34384         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34385         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34386         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34387         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34388         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34389         * tests/unistdio/test-u8-asnprintf1.c: New file.
34390         * tests/unistdio/test-u8-asnprintf1.h: New file.
34391         * tests/unistdio/test-u8-printf1.h: New file.
34392         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34393         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34394         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34395         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34396         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34397         * tests/unistdio/test-u8-vasprintf1.c: New file.
34398         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34399         * tests/unistdio/test-u8-vsprintf1.c: New file.
34400         * tests/unistdio/test-u16-asnprintf1.c: New file.
34401         * tests/unistdio/test-u16-asnprintf1.h: New file.
34402         * tests/unistdio/test-u16-printf1.h: New file.
34403         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34404         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34405         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34406         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34407         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34408         * tests/unistdio/test-u16-vasprintf1.c: New file.
34409         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34410         * tests/unistdio/test-u16-vsprintf1.c: New file.
34411         * tests/unistdio/test-u32-asnprintf1.c: New file.
34412         * tests/unistdio/test-u32-asnprintf1.h: New file.
34413         * tests/unistdio/test-u32-printf1.h: New file.
34414         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34415         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34416         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34417         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34418         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34419         * tests/unistdio/test-u32-vasprintf1.c: New file.
34420         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34421         * tests/unistdio/test-u32-vsprintf1.c: New file.
34422         * modules/unistdio/base: New file.
34423         * modules/unistdio/u-printf-args: New file.
34424         * modules/unistdio/ulc-asnprintf: New file.
34425         * modules/unistdio/ulc-asprintf: New file.
34426         * modules/unistdio/ulc-fprintf: New file.
34427         * modules/unistdio/ulc-printf-parse: New file.
34428         * modules/unistdio/ulc-snprintf: New file.
34429         * modules/unistdio/ulc-sprintf: New file.
34430         * modules/unistdio/ulc-vasnprintf: New file.
34431         * modules/unistdio/ulc-vasprintf: New file.
34432         * modules/unistdio/ulc-vfprintf: New file.
34433         * modules/unistdio/ulc-vsnprintf: New file.
34434         * modules/unistdio/ulc-vsprintf: New file.
34435         * modules/unistdio/u8-asnprintf: New file.
34436         * modules/unistdio/u8-asprintf: New file.
34437         * modules/unistdio/u8-printf-parse: New file.
34438         * modules/unistdio/u8-snprintf: New file.
34439         * modules/unistdio/u8-sprintf: New file.
34440         * modules/unistdio/u8-vasnprintf: New file.
34441         * modules/unistdio/u8-vasprintf: New file.
34442         * modules/unistdio/u8-vsnprintf: New file.
34443         * modules/unistdio/u8-vsprintf: New file.
34444         * modules/unistdio/u8-u8-asnprintf: New file.
34445         * modules/unistdio/u8-u8-asprintf: New file.
34446         * modules/unistdio/u8-u8-snprintf: New file.
34447         * modules/unistdio/u8-u8-sprintf: New file.
34448         * modules/unistdio/u8-u8-vasnprintf: New file.
34449         * modules/unistdio/u8-u8-vasprintf: New file.
34450         * modules/unistdio/u8-u8-vsnprintf: New file.
34451         * modules/unistdio/u8-u8-vsprintf: New file.
34452         * modules/unistdio/u16-asnprintf: New file.
34453         * modules/unistdio/u16-asprintf: New file.
34454         * modules/unistdio/u16-printf-parse: New file.
34455         * modules/unistdio/u16-snprintf: New file.
34456         * modules/unistdio/u16-sprintf: New file.
34457         * modules/unistdio/u16-vasnprintf: New file.
34458         * modules/unistdio/u16-vasprintf: New file.
34459         * modules/unistdio/u16-vsnprintf: New file.
34460         * modules/unistdio/u16-vsprintf: New file.
34461         * modules/unistdio/u16-u16-asnprintf: New file.
34462         * modules/unistdio/u16-u16-asprintf: New file.
34463         * modules/unistdio/u16-u16-snprintf: New file.
34464         * modules/unistdio/u16-u16-sprintf: New file.
34465         * modules/unistdio/u16-u16-vasnprintf: New file.
34466         * modules/unistdio/u16-u16-vasprintf: New file.
34467         * modules/unistdio/u16-u16-vsnprintf: New file.
34468         * modules/unistdio/u16-u16-vsprintf: New file.
34469         * modules/unistdio/u32-asnprintf: New file.
34470         * modules/unistdio/u32-asprintf: New file.
34471         * modules/unistdio/u32-printf-parse: New file.
34472         * modules/unistdio/u32-snprintf: New file.
34473         * modules/unistdio/u32-sprintf: New file.
34474         * modules/unistdio/u32-vasnprintf: New file.
34475         * modules/unistdio/u32-vasprintf: New file.
34476         * modules/unistdio/u32-vsnprintf: New file.
34477         * modules/unistdio/u32-vsprintf: New file.
34478         * modules/unistdio/u32-u32-asnprintf: New file.
34479         * modules/unistdio/u32-u32-asprintf: New file.
34480         * modules/unistdio/u32-u32-snprintf: New file.
34481         * modules/unistdio/u32-u32-sprintf: New file.
34482         * modules/unistdio/u32-u32-vasnprintf: New file.
34483         * modules/unistdio/u32-u32-vasprintf: New file.
34484         * modules/unistdio/u32-u32-vsnprintf: New file.
34485         * modules/unistdio/u32-u32-vsprintf: New file.
34486         * modules/unistdio/ulc-asnprintf-tests: New file.
34487         * modules/unistdio/ulc-vasnprintf-tests: New file.
34488         * modules/unistdio/ulc-vasprintf-tests: New file.
34489         * modules/unistdio/ulc-vsnprintf-tests: New file.
34490         * modules/unistdio/ulc-vsprintf-tests: New file.
34491         * modules/unistdio/u8-asnprintf-tests: New file.
34492         * modules/unistdio/u8-vasnprintf-tests: New file.
34493         * modules/unistdio/u8-vasprintf-tests: New file.
34494         * modules/unistdio/u8-vsnprintf-tests: New file.
34495         * modules/unistdio/u8-vsprintf-tests: New file.
34496         * modules/unistdio/u16-asnprintf-tests: New file.
34497         * modules/unistdio/u16-vasnprintf-tests: New file.
34498         * modules/unistdio/u16-vasprintf-tests: New file.
34499         * modules/unistdio/u16-vsnprintf-tests: New file.
34500         * modules/unistdio/u16-vsprintf-tests: New file.
34501         * modules/unistdio/u32-asnprintf-tests: New file.
34502         * modules/unistdio/u32-vasnprintf-tests: New file.
34503         * modules/unistdio/u32-vasprintf-tests: New file.
34504         * modules/unistdio/u32-vsnprintf-tests: New file.
34505         * modules/unistdio/u32-vsprintf-tests: New file.
34506         * MODULES.html.sh (Unicode string functions): Add the new modules.
34507
34508 2007-07-01  Bruno Haible  <bruno@clisp.org>
34509
34510         * lib/sprintf.c (sprintf): Limit the available length estimation,
34511         to avoid address wraparound.
34512         * lib/vsprintf.c (vsprintf): Likewise.
34513         * modules/sprintf-posix (Dependencies): Add stdint.
34514         * modules/vsprintf-posix (Dependencies): Likewise.
34515
34516 2007-07-01  Bruno Haible  <bruno@clisp.org>
34517
34518         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34519         Windows PATH as well. Conservative double-quoting. Comments.
34520
34521 2007-07-01  Bruno Haible  <bruno@clisp.org>
34522             Eric Blake  <ebb9@byu.net>
34523             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34524
34525         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34526         empty components in $PATH, denoting '.'.
34527
34528 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34529
34530         * gnulib-tool: Fix indentation.
34531         (func_create_megatestdir): Likewise.
34532         Report by Bruno Haible.
34533
34534 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34535
34536         Sync from Automake.
34537         * build-aux/gnupload: Fix shell portability issues with for loops.
34538         Report by Karl Berry.
34539
34540 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34541
34542         * build-aux/maint.mk (POURL): Use translationproject.org.
34543
34544 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34545             Bruno Haible  <bruno@clisp.org>
34546
34547         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34548         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34549         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34550         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34551         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34552
34553 2007-06-27  Bruno Haible  <bruno@clisp.org>
34554
34555         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34556         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34557
34558 2007-06-26  Karl Berry  <karl@gnu.org>
34559
34560         * MODULES.html.sh: remove xreadlink-with-size.
34561
34562 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34563
34564         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34565         method that I hope also handles the double-include problem noted
34566         by Bruno Haible in
34567         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34568
34569 2007-06-23  Bruno Haible  <bruno@clisp.org>
34570
34571         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34572         Don't let the 'mostlyclean' target fail if the last subdirectory could
34573         not be removed.
34574         Reported by Karl Berry.
34575
34576 2007-06-23  Bruno Haible  <bruno@clisp.org>
34577
34578         * gnulib-tool (echo): Add a speedier workaround for ksh.
34579         * tests/test-echo.sh: Likewise.
34580
34581 2007-06-23  Bruno Haible  <bruno@clisp.org>
34582
34583         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34584         * tests/test-echo.sh: Likewise.
34585
34586 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34587
34588         * gnulib-tool (IFS): Initialize early, so we don't set it to
34589         empty later.
34590         (self_abspathname): Rewrite algorithm to set it, reindent.
34591         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34592         (func_create_megatestdir): Merge some sed scripts.
34593
34594 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34595
34596         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34597         exposed by Sun Studio 11 cc on Solaris 8.
34598
34599 2007-06-22  Bruno Haible  <bruno@clisp.org>
34600
34601         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34602         backslashes.
34603         * tests/test-echo.sh: New file.
34604
34605 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34606
34607         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34608         simplify `sed_replace_build_aux' scripts, they are portable but
34609         echoing them with `echo' is not.
34610         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34611
34612 2007-06-21  Karl Berry  <karl@gnu.org>
34613
34614         * config/srclist.txt: guess we can't handle the licenses via
34615         srclist at the moment.
34616
34617 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34618
34619         * MODULES.html.sh: Add include_next.
34620         * modules/include_next: New file.
34621
34622 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34625         INCLUDE_NEXT.
34626         (gl_CHECK_NEXT_HEADERS): New macro.
34627         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34628         the obsolescent gl_ABSOLUTE_HEADER.
34629         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34630         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34631         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34632         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34633         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34634         * m4/math_h.m4 (gl_MATH_H): Likewise.
34635         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34636         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34637         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34638         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34639         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34640         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34641         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34642         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34643         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34644         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34645         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34646         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34647         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34648         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34649         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34650         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34651         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34652         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34653         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34654         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34655         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34656         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34657         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34658         * lib/float_.h: Likewise.
34659         * lib/inttypes_.h: Likewise.
34660         * lib/math_.h: Likewise.
34661         * lib/search_.h: Likewise.
34662         * lib/signal_.h: Likewise.
34663         * lib/stdint_.h: Likewise.
34664         * lib/stdio_.h: Likewise.
34665         * lib/stdlib_.h: Likewise.
34666         * lib/string_.h: Likewise.
34667         * lib/sys_stat_.h: Likewise.
34668         * lib/sys_time_.h: Likewise.
34669         * lib/time_.h: Likewise.
34670         * lib/unistd_.h: Likewise.
34671         * lib/wchar_.h: Likewise.
34672         * lib/wctype_.h: Likewise.
34673         * lib/dirent_.h: Likewise.
34674         * lib/iconv_.h: Likewise.
34675         * lib/locale_.h: Likewise.
34676         * lib/netinet_in_.h: Likewise.
34677         * lib/sys_select_.h: Likewise.
34678         * lib/sys_socket_.h: Likewise.
34679         * lib/sysexits_.h: Likewise.
34680         * modules/fcntl (Depends-on): Depend on include_next, not
34681         absolute_header.
34682         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34683         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34684         * modules/fchdir: Likewise.
34685         * modules/float: Likewise.
34686         * modules/iconv_open: Likewise.
34687         * modules/inttypes: Likewise.
34688         * modules/locale: Likewise.
34689         * modules/math: Likewise.
34690         * modules/netinet_in: Likewise.
34691         * modules/search: Likewise.
34692         * modules/signal: Likewise.
34693         * modules/stdint: Likewise.
34694         * modules/stdio: Likewise.
34695         * modules/stdlib: Likewise.
34696         * modules/string: Likewise.
34697         * modules/sys_select: Likewise.
34698         * modules/sys_socket: Likewise.
34699         * modules/sys_stat: Likewise.
34700         * modules/sys_time: Likewise.
34701         * modules/sysexits: Likewise.
34702         * modules/time: Likewise.
34703         * modules/unistd: Likewise.
34704         * modules/wchar: Likewise.
34705         * modules/wctype: Likewise.
34706         * modules/sys_stat: Change maintainer to "all".
34707         * modules/unistd: Likewise.
34708
34709 2007-06-20  Karl Berry  <karl@gnu.org>
34710
34711         * config/srclist.txt: track www changes in license files.
34712
34713 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34714
34715         * build-aux/bootstrap: Remove stray dot.
34716         Make sure build_aux settings are honored when linking
34717         gnulib_extra_files.
34718
34719 2007-06-19  Eric Blake  <ebb9@byu.net>
34720
34721         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34722         Allow compilation on cygwin.
34723
34724 2007-06-19  Jim Meyering  <jim@meyering.net>
34725
34726         xreadlink-with-size: Remove module.  No longer used.
34727         Ex-callers now use xreadlink or mreadlink-with-size.
34728         * modules/xreadlink-with-size: Remove module.
34729         * lib/xreadlink-with-size.c: Remove file.
34730         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34731         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34732         just before the function definition *is* accurate.
34733
34734         Eliminate one way canonicalize_filename_mode could exit.
34735         * lib/canonicalize.c (canonicalize_filename_mode):
34736         Use mreadlink_with_size, not xreadlink_with_size.
34737
34738 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34739
34740         Detect porting problems to FreeBSD/arm, which has time_t wider than
34741         long int.  Original problem reported for GNU diff by Xin Li in
34742         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34743         * modules/getdate (Depends-on): Add intprops, verify.
34744         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34745         is an integer type no wider than long int.
34746
34747 2007-06-18  Jim Meyering  <jim@meyering.net>
34748
34749         New module: mreadlink-with-size.
34750         * MODULES.html.sh: Add mreadlink-with-size.
34751         * modules/mreadlink-with-size: New module
34752         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34753         not xreadlink-with-size.
34754         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34755
34756 2007-06-16  Bruno Haible  <bruno@clisp.org>
34757
34758         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34759         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34760         Reported by Gary V. Vaughan <gary@gnu.org>.
34761
34762 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34763
34764         Revamp lchown so that it lives in unistd.h where it belongs.
34765         * lib/lchown.h: Remove.
34766         * lib/dirchownmod.c: Don't include lib/lchown.h.
34767         * lib/fchownat.c: Likewise.
34768         * lib/openat.c: Likewise.
34769         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34770         does not follow symlinks.
34771         (EOPNOTSUPP): Define if not defined.
34772         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34773         is defined to 0.
34774         (lchown): New decl.
34775         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34776         Do not check for lchown decl.
34777         Set REPLACE_LCHOWN.
34778         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34779         REPLACE_LCHOWN.
34780         * modules/chown: Make it clear it follows symlinks.
34781         * modules/lchown: Make it clear it doesn't follow symlinks.
34782         (Files): Remove lib/lchown.h
34783         (Depends-on): Add unistd.
34784         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34785         (Include): Include <unistd.h>, not "lchown.h".
34786         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34787         REPLACE_LCHOWN.
34788
34789 2007-06-15  Jim Meyering  <jim@meyering.net>
34790
34791         Change license (GPL to LGPL) of fsusage and dependents.
34792         * modules/fsusage (License): Change to LGPL.
34793         * modules/full-read (License): Likewise.
34794         * modules/full-write (License): Likewise.
34795         * modules/safe-read (License): Likewise.
34796         * modules/safe-write (License): Likewise.
34797
34798 2007-06-14  Ben Pfaff  <blp@gnu.org>
34799
34800         Missing part of allocsa -> malloca transition.
34801         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34802         gl_MALLOCA.
34803
34804 2007-06-12  Bruno Haible  <bruno@clisp.org>
34805
34806         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34807         to ia64, x86_64, i386.
34808         Reported by Eric Blake.
34809
34810 2007-06-12  Bruno Haible  <bruno@clisp.org>
34811
34812         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34813         cross-compiling to x86_64.
34814
34815 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34816
34817         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34818         glitch reported by Ralf Wildenhues in
34819         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34820
34821         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34822         Vin Shelton.
34823
34824 2007-06-11  Bruno Haible  <bruno@clisp.org>
34825
34826         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34827         replacement string.
34828         Reported by Eric Blake.
34829
34830 2007-06-10  Bruno Haible  <bruno@clisp.org>
34831
34832         Prepare vasnprintf code for use with Unicode strings.
34833         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34834         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34835         TYPE_U32_STRING.
34836         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34837         a_u32_string variants.
34838         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34839         * lib/printf-args.c: Don't include config.h and the specification
34840         header if PRINTF_FETCHARGS is already defined.
34841         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34842         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34843         TYPE_U16_STRING, TYPE_U32_STRING.
34844         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34845         u16_directive, u16_directives, u32_directive, u32_directives): New
34846         types.
34847         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34848         New declarations.
34849         * lib/printf-parse.c: Don't include config.h and the specification
34850         header if PRINTF_PARSE is already defined. Eliminate the set of
34851         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34852         them now. Include c-ctype.h.
34853         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34854         directive and CHAR_T_ONLY_ASCII.
34855         * lib/vasnprintf.c: Don't include config.h and the specification header
34856         if VASNPRINTF is already defined.
34857         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34858         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34859         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34860         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34861         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34862         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34863         code accordingly.
34864         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34865         pad_ourselves also in this case, with the 'c' and 's' directives, and
34866         with a different notion of "width".
34867         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34868
34869 2007-06-10  Bruno Haible  <bruno@clisp.org>
34870
34871         * modules/unistr/u32-mbsnlen: New file.
34872         * lib/unistr/u32-mbsnlen.c: New file.
34873
34874         * modules/unistr/u16-mbsnlen: New file.
34875         * lib/unistr/u16-mbsnlen.c: New file.
34876
34877         * modules/unistr/u8-mbsnlen: New file.
34878         * lib/unistr/u8-mbsnlen.c: New file.
34879
34880         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34881         declarations.
34882
34883 2007-06-10  Bruno Haible  <bruno@clisp.org>
34884
34885         * lib/string_.h (mbsnlen): New declaration.
34886         * lib/mbsnlen.c: New file.
34887         * m4/mbsnlen.m4: New file.
34888         * modules/mbsnlen: New file.
34889         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34890         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34891         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34892
34893 2007-06-10  Bruno Haible  <bruno@clisp.org>
34894
34895         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34896
34897 2007-06-10  Bruno Haible  <bruno@clisp.org>
34898
34899         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34900         * lib/mbuiter.h: Likewise.
34901
34902 2007-06-10  Bruno Haible  <bruno@clisp.org>
34903
34904         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34905         declaration.
34906
34907 2007-06-10  Karl Berry  <karl@gnu.org>
34908
34909         * config/srclist.txt: remove gettext entries, Bruno prefers
34910         to update individually.
34911
34912 2007-06-10  Bruno Haible  <bruno@clisp.org>
34913
34914         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34915         'maxlen'. Ensure only length + width bytes are allocated, not
34916         length + 1 + width.
34917
34918 2007-06-09  Bruno Haible  <bruno@clisp.org>
34919
34920         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34921         (CHAR_T): Remove macro.
34922         (VASNPRINTF): Update.
34923
34924 2007-06-09  Bruno Haible  <bruno@clisp.org>
34925
34926         * MODULES.html.sh (Unicode string functions): Add the new modules.
34927
34928         * modules/uniconv/u32-conv-to-enc: New file.
34929         * lib/uniconv/u32-conv-to-enc.c: New file.
34930         * modules/uniconv/u32-conv-to-enc-tests: New file.
34931         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34932
34933         * modules/uniconv/u16-conv-to-enc: New file.
34934         * lib/uniconv/u16-conv-to-enc.c: New file.
34935         * lib/uniconv/u-conv-to-enc.h: New file.
34936         * modules/uniconv/u16-conv-to-enc-tests: New file.
34937         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34938
34939         * modules/uniconv/u8-conv-to-enc: New file.
34940         * lib/uniconv/u8-conv-to-enc.c: New file.
34941         * modules/uniconv/u8-conv-to-enc-tests: New file.
34942         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34943
34944         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34945         u32_conv_to_encoding): New declarations.
34946
34947 2007-06-09  Bruno Haible  <bruno@clisp.org>
34948
34949         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34950
34951 2007-06-09  Bruno Haible  <bruno@clisp.org>
34952
34953         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34954         * modules/malloca: Renamed from modules/allocsa, updated.
34955         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34956         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34957         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34958         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34959         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34960         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34961         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34962         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34963         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34964         * modules/c-strcasestr (Depends-on): Update.
34965         * lib/c-strcasestr.c: Update.
34966         * modules/c-strstr (Depends-on): Update.
34967         * lib/c-strstr.c: Update.
34968         * modules/canonicalize-lgpl (Depends-on): Update.
34969         * lib/canonicalize-lgpl.c: Update.
34970         * modules/clean-temp (Depends-on): Update.
34971         * lib/clean-temp.c: Update.
34972         * modules/csharpcomp (Depends-on): Update.
34973         * lib/csharpcomp.c: Update.
34974         * modules/csharpexec (Depends-on): Update.
34975         * lib/csharpexec.c: Update.
34976         * modules/javacomp (Depends-on): Update.
34977         * lib/javacomp.c: Update.
34978         * modules/javaexec (Depends-on): Update.
34979         * lib/javaexec.c: Update.
34980         * modules/mbscasestr (Depends-on): Update.
34981         * lib/mbscasestr.c: Update.
34982         * modules/mbsstr (Depends-on): Update.
34983         * lib/mbsstr.c: Update.
34984         * modules/setenv (Depends-on): Update.
34985         * lib/setenv.c: Update.
34986         * modules/strcasestr (Depends-on): Update.
34987         * lib/strcasestr.c: Update.
34988         * modules/striconveha (Depends-on): Update.
34989         * lib/striconveha.c: Update.
34990         * modules/relocatable-prog-wrapper (Files): Update.
34991         * lib/relocwrapper.c: Update.
34992         * build-aux/install-reloc: Update.
34993         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34994
34995 2007-06-08  Bruno Haible  <bruno@clisp.org>
34996
34997         Port to uClibc.
34998         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34999         * lib/fpurge.c (fpurge): Likewise.
35000         * lib/freading.c (freading): Likewise.
35001         * lib/fseeko.c (rpl_fseeko): Likewise.
35002         * lib/fseterr.c (fseterr): Likewise.
35003         * lib/fwriting.c (fwriting): Likewise.
35004         * tests/test-fflush.c (main): Avoid a failure on uClibc.
35005
35006 2007-06-08  Bruno Haible  <bruno@clisp.org>
35007
35008         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
35009         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
35010         * modules/gettext (Files): Add m4/intlmacosx.m4.
35011
35012 2007-06-07  Bruno Haible  <bruno@clisp.org>
35013
35014         * modules/localename-tests: New file.
35015         * tests/test-localename.c: New file.
35016
35017         New module 'localename'.
35018         * lib/localename.h: New file.
35019         * lib/localename.c: New file, from GNU gettext.
35020         * m4/localename.m4: New file.
35021         * modules/localename: New file.
35022
35023 2007-06-07  Bruno Haible  <bruno@clisp.org>
35024
35025         Work around the lack of <wchar.h> on some builds of uClibc.
35026         * doc/headers/wchar.texi: Update.
35027         * lib/wchar_.h: Include <wchar.h> only if it exists.
35028         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
35029         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
35030         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
35031         doesn't exist.
35032         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
35033         * modules/mbfile (Depends-on): Add wchar.
35034         * modules/mbiter (Depends-on): Likewise.
35035         * modules/mbuiter (Depends-on): Likewise.
35036         Reported by Simon Josefsson.
35037
35038 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35039
35040         Work around problem reported by Steven M. Schweda in
35041         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
35042         Tru64 5.1B with the Compaq compiler environment installed declares
35043         an 'isblank' function but does not define it in the C library.
35044         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
35045         * lib/regex_internal.h (isblank): Likewise.
35046         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
35047         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35048
35049 2007-06-05  Bruno Haible  <bruno@clisp.org>
35050
35051         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35052         ia64.
35053         * modules/printf-safe: New file.
35054         * modules/fprintf-posix (Depends-on): Add printf-safe.
35055         * modules/printf-posix (Depends-on): Likewise.
35056         * modules/snprintf-posix (Depends-on): Likewise.
35057         * modules/sprintf-posix (Depends-on): Likewise.
35058         * modules/vasnprintf-posix (Depends-on): Likewise.
35059         * modules/vasprintf-posix (Depends-on): Likewise.
35060         * modules/vfprintf-posix (Depends-on): Likewise.
35061         * modules/vprintf-posix (Depends-on): Likewise.
35062         * modules/vsnprintf-posix (Depends-on): Likewise.
35063         * modules/vsprintf-posix (Depends-on): Likewise.
35064         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35065         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35066         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35067         "no" on i386, x86_64, ia64.
35068         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35069         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35070         on i386, x86_64, ia64.
35071         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35072         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35073         on i386, x86_64, ia64.
35074         * tests/test-vasnprintf-posix.c: Include float.h.
35075         (LDBL80_WORDS): New macro.
35076         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35077         on i386, x86_64, ia64.
35078         * tests/test-vasprintf-posix.c: Include float.h.
35079         (LDBL80_WORDS): New macro.
35080         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35081         on i386, x86_64, ia64.
35082         * tests/test-snprintf-posix.c: Include float.h.
35083         * tests/test-sprintf-posix.c: Likewise.
35084         * tests/test-vsnprintf-posix.c: Likewise.
35085         * tests/test-vsprintf-posix.c: Likewise.
35086
35087 2007-06-05  Bruno Haible  <bruno@clisp.org>
35088
35089         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35090         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35091         non-IEEE numbers on i386, x86_64, ia64.
35092         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35093         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35094         * tests/test-isnanl.h: Include float.h.
35095         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35096
35097 2007-06-05  Bruno Haible  <bruno@clisp.org>
35098
35099         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35100         also the %a / %A. Handle the %a / %A code before this extra handling.
35101
35102 2007-06-05  Bruno Haible  <bruno@clisp.org>
35103
35104         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35105         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35106
35107 2007-06-05  Bruno Haible  <bruno@clisp.org>
35108
35109         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35110         typo in variable name.
35111
35112 2007-06-05  Eric Blake  <ebb9@byu.net>
35113
35114         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35115         Reported by Simon Josefsson.
35116
35117 2007-06-04  Bruno Haible  <bruno@clisp.org>
35118
35119         Avoid test failures on some PowerPC platforms.
35120         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35121         Define differently for PowerPC.
35122         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35123         Reported by Gary V. Vaughan <gary@gnu.org>.
35124
35125 2007-06-02  Bruno Haible  <bruno@clisp.org>
35126
35127         Fix test-stdint failure on FreeBSD/ia64.
35128         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35129         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35130         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35131         * doc/headers/stdint.texi: Update.
35132
35133 2007-06-01  Bruno Haible  <bruno@clisp.org>
35134
35135         * tests/test-binary-io.c (main): Pass a third argument to open().
35136         Reported by Gary V. Vaughan <gary@gnu.org>.
35137
35138 2007-06-01  Bruno Haible  <bruno@clisp.org>
35139
35140         * doc/functions/frexpl.texi: Update for mingw.
35141
35142 2007-06-01  Bruno Haible  <bruno@clisp.org>
35143
35144         * tests/test-lseek.c (main): Disable test of errno for invalid third
35145         argument.
35146         * doc/functions/lseek.texi: Update.
35147         Reported by Gary V. Vaughan <gary@gnu.org>.
35148
35149 2007-05-28  Bruno Haible  <bruno@clisp.org>
35150
35151         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35152
35153 2007-05-31  Eric Blake  <ebb9@byu.net>
35154
35155         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35156         cross compiling.
35157
35158 2007-05-30  Eric Blake  <ebb9@byu.net>
35159         and Bruno Haible  <bruno@clisp.org>
35160
35161         Work around mingw test failures exposed by m4-1.4.9b.
35162         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35163         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35164         moment.
35165
35166 2007-05-30  Bruno Haible  <bruno@clisp.org>
35167
35168         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35169         assuming that they are closed. Needed on HP-UX 11.
35170
35171 2007-05-29  Bruno Haible  <bruno@clisp.org>
35172
35173         Fix a problem with #include_next.
35174         * lib/dirent_.h: Split the double-inclusion guard.
35175         * lib/fcntl_.h: Likewise.
35176         * lib/float_.h: Likewise.
35177         * lib/iconv_.h: Likewise.
35178         * lib/inttypes_.h: Likewise.
35179         * lib/locale_.h: Likewise.
35180         * lib/math_.h: Likewise.
35181         * lib/netinet_in_.h: Likewise.
35182         * lib/search_.h: Likewise.
35183         * lib/signal_.h: Likewise.
35184         * lib/stdint_.h: Likewise.
35185         * lib/stdio_.h: Likewise.
35186         * lib/stdlib_.h: Likewise.
35187         * lib/string_.h: Likewise.
35188         * lib/sys_select_.h: Likewise.
35189         * lib/sys_socket_.h: Likewise.
35190         * lib/sys_stat_.h: Likewise.
35191         * lib/sys_time_.h: Likewise.
35192         * lib/sysexits_.h: Likewise.
35193         * lib/time_.h: Likewise.
35194         * lib/unistd_.h: Likewise.
35195         * lib/wchar_.h: Likewise.
35196         * lib/wctype_.h: Likewise.
35197
35198 2007-05-29  Bruno Haible  <bruno@clisp.org>
35199
35200         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35201         for the moment.
35202
35203 2007-05-29  Bruno Haible  <bruno@clisp.org>
35204
35205         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35206         invocation.
35207         Reported by Eric Blake.
35208
35209 2007-05-29  Bruno Haible  <bruno@clisp.org>
35210
35211         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35212         compiling case.
35213
35214 2007-05-29  Eric Blake  <ebb9@byu.net>
35215             Bruno Haible  <bruno@clisp.org>
35216
35217         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35218         cross compiles.
35219
35220 2007-05-28  Eric Blake  <ebb9@byu.net>
35221
35222         * modules/closein-tests (test_closein_LDADD): Support test on
35223         cygwin with libtool.
35224
35225 2007-05-28  Bruno Haible  <bruno@clisp.org>
35226
35227         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35228         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35229         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35230         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35231         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35232         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35233         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35234         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35235         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35236
35237 2007-05-28  Eric Blake  <ebb9@byu.net>
35238
35239         Unconditionally include <config.h> in unit tests.
35240         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35241         * tests/test-allocsa.c, tests/test-arcfour.c,
35242         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35243         tests/test-array_list.c, tests/test-array_oset.c,
35244         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35245         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35246         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35247         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35248         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35249         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35250         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35251         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35252         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35253         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35254         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35255         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35256         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35257         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35258         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35259         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35260         test-md5.c, test-memmem.c, test-printf-posix.c,
35261         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35262         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35263         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35264         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35265         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35266         test-vasnprintf-posix2.c, test-vasnprintf.c,
35267         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35268         test-vfprintf-posix.c, test-vprintf-posix.c,
35269         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35270         test-xvasprintf.c: Likewise.
35271
35272 2007-05-28  Bruno Haible  <bruno@clisp.org>
35273
35274         * gnulib-tool (func_import): Remember the --with-tests command-line
35275         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35276         Reported by Eric Blake.
35277
35278 2007-05-28  Bruno Haible  <bruno@clisp.org>
35279
35280         * modules/ftell-tests: New file.
35281         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35282         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35283
35284         * lib/ftell.c: New file.
35285         * modules/ftell: New file.
35286         * m4/ftell.m4: New file.
35287         * doc/functions/ftell.texi: Update.
35288         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35289         REPLACE_FTELL.
35290         * lib/stdio_.h (rpl_ftell): New declaration.
35291         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35292         REPLACE_FTELL.
35293
35294 2007-05-28  Eric Blake  <ebb9@byu.net>
35295
35296         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35297
35298 2007-05-28  Bruno Haible  <bruno@clisp.org>
35299
35300         * modules/fseek-tests: New file.
35301         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35302         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35303
35304         * lib/fseek.c: New file.
35305         * modules/fseek: New file.
35306         * m4/fseek.m4: New file.
35307         * doc/functions/fseek.texi: Update.
35308         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35309         REPLACE_FSEEK.
35310         * lib/stdio_.h (rpl_fseek): New declaration.
35311         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35312         REPLACE_FSEEK.
35313
35314 2007-05-28  Bruno Haible  <bruno@clisp.org>
35315
35316         * lib/stdio_.h (fflush): More comments.
35317
35318 2007-05-28  Bruno Haible  <bruno@clisp.org>
35319
35320         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35321         runtime test.
35322
35323 2007-05-28  Eric Blake  <ebb9@byu.net>
35324
35325         Improve lseek module.
35326         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35327         * lib/unistd_.h (lseek): Scale back link warning message.
35328         * tests/test-lseek.c: Beef up test.
35329         * tests/test-lseek.sh: Exercise more facets of lseek.
35330         Reported by Bruno Haible.
35331
35332 2007-05-28  Bruno Haible  <bruno@clisp.org>
35333
35334         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35335         to define.
35336
35337 2007-05-27  Bruno Haible  <bruno@clisp.org>
35338
35339         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35340
35341 2007-05-27  Bruno Haible  <bruno@clisp.org>
35342
35343         * modules/openmp: New file.
35344         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35345         Noah Misch.
35346
35347 2007-05-26  Bruno Haible  <bruno@clisp.org>
35348
35349         * modules/chdir-long (Depends-on): Add fchdir.
35350         * modules/chdir-safer (Depends-on): Likewise.
35351         * modules/fts (Depends-on): Likewise.
35352         * modules/fts-lgpl (Depends-on): Likewise.
35353         * modules/openat (Depends-on): Likewise.
35354         * modules/savewd (Depends-on): Likewise.
35355
35356 2007-05-24  Eric Blake  <ebb9@byu.net>
35357
35358         Fix lseek on mingw.
35359         * modules/lseek: New module.
35360         * m4/lseek.m4: New file.
35361         * lib/lseek.c: New file.
35362         * modules/lseek-tests: New file.
35363         * tests/test-lseek.c: New file.
35364         * tests/test-lseek.sh: New file.
35365         * MODULES.html.sh: Document lseek module.
35366         * modules/fflush (Depends-on): Add lseek, fseeko.
35367         * modules/fseeko (Depends-on): Likewise.
35368         * modules/ftello (Depends-on): Likewise.
35369         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35370         broken.
35371         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35372         broken.
35373         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35374         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35375         * lib/ftello.c (rpl_ftello): Likewise.
35376         * tests/test-fseeko.c (main): Test this.
35377         * tests/test-fseeko.sh: Likewise.
35378         * tests/test-ftello.c (main): Likewise.
35379         * tests/test-ftello.sh: Likewise.
35380         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35381         implies replacing fseek.
35382         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35383         HAVE_FTELLO.
35384         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35385         * modules/unistd (Makefile.am): Likewise.
35386         * lib/unistd_.h (lseek): Declare a replacement.
35387         * doc/functions/lseek.texi (lseek): Document this fix.
35388         * doc/functions/fseek.texi (fseek): Likewise.
35389         * doc/functions/ftell.texi (ftell): Likewise.
35390
35391 2007-05-24  Bruno Haible  <bruno@clisp.org>
35392
35393         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35394         in the printed representation of a NaN.
35395         * tests/test-vasprintf-posix.c (test_function): Likewise.
35396         * tests/test-snprintf-posix.h (test_function): Likewise.
35397         * tests/test-sprintf-posix.h (test_function): Likewise.
35398         Reported by Eric Blake.
35399
35400 2007-05-23  Eric Blake  <ebb9@byu.net>
35401
35402         Fix fseeko/ftello on cygwin 1.5.24.
35403         * doc/functions/fseeko.texi (fseeko): Document the fix.
35404         * doc/functions/ftello.texi (ftello): Document the fix.
35405         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35406         * doc/functions/stdout.text (stdout): New file.
35407         * doc/functions/stderr.text (stderr): New file.
35408         * doc/gnulib.texi (Function Substitutes): Use new files.
35409         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35410         prior to 1.7.0.
35411         * tests/test-ftello.c (main): Likewise for ftello.
35412         * tests/test-fseeko.sh: New file.
35413         * tests/test-ftello.sh: New file.
35414         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35415         with seekable stdin.
35416         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35417         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35418         (gl_REPLACE_FSEEKO): New macro.
35419         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35420         * modules/fseeko (Files): Distribute fseeko.c.
35421         * modules/ftello (Files): Distribute ftello.c.
35422         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35423         mode.
35424         * lib/ftello.c (rpl_ftello): New file.
35425         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35426         fseeko, ftello.
35427         (gl_STDIN_LARGE_OFFSET): New macro.
35428         * modules/stdio (Makefile.am): Perform the replacement.
35429         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35430
35431 2007-05-23  Bruno Haible  <bruno@clisp.org>
35432
35433         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35434         GNULIB_POSIXCHECK is defined.
35435
35436 2007-05-21  Bruno Haible  <bruno@clisp.org>
35437
35438         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35439         Check also the output for NaN arguments. When cross-compiling, guess
35440         no on IRIX.
35441         * lib/vasnprintf.c: Update comments.
35442         * tests/test-vasnprintf-posix.c (strisnan): New function.
35443         (test_function): Use it.
35444         * tests/test-vasprintf-posix.c (strisnan): New function.
35445         (test_function): Use it.
35446         * tests/test-snprintf-posix.h (strisnan): New function.
35447         (test_function): Use it.
35448         * tests/test-sprintf-posix.h (strisnan): New function.
35449         (test_function): Use it.
35450         Reported by Eric Blake.
35451
35452 2007-05-20  Bruno Haible  <bruno@clisp.org>
35453
35454         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35455         numbers that fails on BeOS.
35456         * doc/functions/frexpl.texi: Update.
35457
35458 2007-05-20  Jim Meyering  <jim@meyering.net>
35459
35460         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35461         forced upon us by glibc-2.6.
35462
35463 2007-05-20  Bruno Haible  <bruno@clisp.org>
35464
35465         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35466         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35467         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35468         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35469         NEED_PRINTF_INFINITE.
35470         (is_infinitel): New function.
35471         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35472         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35473         gl_PREREQ_VASNPRINTF_INFINITE.
35474         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35475         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35476         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35477         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35478         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35479         gl_PREREQ_VASNPRINTF_INFINITE.
35480         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35481         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35482         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35483         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35484         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35485         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35486         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35487         * doc/functions/fprintf.texi: Update.
35488         * doc/functions/printf.texi: Update.
35489         * doc/functions/snprintf.texi: Update.
35490         * doc/functions/sprintf.texi: Update.
35491         * doc/functions/vfprintf.texi: Update.
35492         * doc/functions/vprintf.texi: Update.
35493         * doc/functions/vsnprintf.texi: Update.
35494         * doc/functions/vsprintf.texi: Update.
35495
35496 2007-05-20  Bruno Haible  <bruno@clisp.org>
35497
35498         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35499         was not found in libc.
35500         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35501
35502 2007-05-20  Bruno Haible  <bruno@clisp.org>
35503
35504         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35505         printed as "-nan" instead of "nan".
35506         * tests/test-vasprintf-posix.c (test_function): Likewise.
35507         * tests/test-snprintf-posix.h (test_function): Likewise.
35508         * tests/test-sprintf-posix.h (test_function): Likewise.
35509         Needed for HP-UX 11.
35510
35511 2007-05-20  Jim Meyering  <jim@meyering.net>
35512
35513         Fix buggy test for the fchownat-deref bug.
35514         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35515         symlink required for the run-test.  Without it, this test would
35516         always declare that fchownat doesn't work, and client code would
35517         unnecessarily use the replacement function with fixed libc.
35518         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35519         Reported by Greg Schafer.
35520
35521 2007-05-19  Bruno Haible  <bruno@clisp.org>
35522
35523         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35524         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35525         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35526         Needed for IRIX 6.5 and Solaris 2.5.1.
35527
35528 2007-05-19  Bruno Haible  <bruno@clisp.org>
35529
35530         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35531         (test_function): Skip tests involving -0.0 on platforms where
35532         -0.0 = 0.0.
35533         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35534         (test_function): Skip tests involving -0.0 on platforms where
35535         -0.0 = 0.0.
35536         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35537         (test_function): Skip tests involving -0.0 on platforms where
35538         -0.0 = 0.0.
35539         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35540         (test_function): Skip tests involving -0.0 on platforms where
35541         -0.0 = 0.0.
35542         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35543         tests.
35544         * tests/test-printf-posix.h (test_function): Likewise.
35545         * tests/test-printf-posix.output: Remove all -0.0 related results.
35546         Needed for IRIX 6.5.
35547
35548 2007-05-19  Bruno Haible  <bruno@clisp.org>
35549
35550         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35551         printed as "nan0x7fffffff" instead of "nan".
35552         * tests/test-vasprintf-posix.c (test_function): Likewise.
35553         * tests/test-snprintf-posix.h (test_function): Likewise.
35554         * tests/test-sprintf-posix.h (test_function): Likewise.
35555         * tests/test-fprintf-posix.h (NaN): Remove macro.
35556         (test_function): Remove all NaN related tests.
35557         * tests/test-printf-posix.h (NaN): Remove macro.
35558         (test_function): Remove all NaN related tests.
35559         * tests/test-printf-posix.output: Remove all NaN related results.
35560         Needed for IRIX 6.5.
35561
35562 2007-05-19  Bruno Haible  <bruno@clisp.org>
35563
35564         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35565         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35566
35567 2007-05-19  Bruno Haible  <bruno@clisp.org>
35568
35569         * lib/float_.h: New file.
35570         * m4/float_h.m4: New file.
35571         * modules/float: New file.
35572         * modules/isnanl (Dependencies): Add float.
35573         * modules/isnanl-nolibm (Dependencies): Likewise.
35574         * modules/mathl (Dependencies): Likewise.
35575         * modules/printf-frexpl (Dependencies): Likewise.
35576         * modules/signbit (Dependencies): Likewise.
35577         * modules/vasnprintf (Dependencies): Likewise.
35578         * doc/headers/float.texi: Update.
35579
35580 2007-05-19  Jim Meyering  <jim@meyering.net>
35581
35582         * lib/utimens.c (gl_futimens): Rename from futimens,
35583         now that glibc-2.6 declares futimens.
35584         * lib/utimens.h: Likewise.
35585
35586 2007-05-19  Bruno Haible  <bruno@clisp.org>
35587
35588         Avoid test failures on mingw.
35589         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35590         * tests/test-printf-posix.sh: Likewise.
35591         * tests/test-vfprintf-posix.sh: Likewise.
35592         * tests/test-vprintf-posix.sh: Likewise.
35593
35594 2007-05-19  Bruno Haible  <bruno@clisp.org>
35595
35596         Fix *printf result for NaN, Inf, -0.0 on mingw.
35597         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35598         * lib/vasnprintf.c: Include math.h and isnan.h.
35599         (is_infinite_or_zero): New function.
35600         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35601         values in the %f, %F, %e, %E, %g, %G directives.
35602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35603         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35604         gl_PRINTF_INFINITE and test its result. Invoke
35605         gl_PREREQ_VASNPRINTF_INFINITE.
35606         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35607         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35608         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35609         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35610         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35611         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35612         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35613         * doc/functions/fprintf.texi: Update.
35614         * doc/functions/printf.texi: Update.
35615         * doc/functions/snprintf.texi: Update.
35616         * doc/functions/sprintf.texi: Update.
35617         * doc/functions/vfprintf.texi: Update.
35618         * doc/functions/vprintf.texi: Update.
35619         * doc/functions/vsnprintf.texi: Update.
35620         * doc/functions/vsprintf.texi: Update.
35621
35622 2007-05-19  Bruno Haible  <bruno@clisp.org>
35623
35624         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35625         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35626         Instead of multiplying with 10^k, set extra_zeroes to k.
35627         (scale10_round_long_double): Remove function.
35628
35629 2007-05-18  Bruno Haible  <bruno@clisp.org>
35630
35631         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35632         introduced on 2007-05-06.
35633
35634 2007-05-18  Bruno Haible  <bruno@clisp.org>
35635
35636         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35637         %g directives.
35638         * tests/test-vasprintf-posix.c (test_function): Likewise.
35639         * tests/test-snprintf-posix.h (test_function): Likewise.
35640         * tests/test-sprintf-posix.h (test_function): Likewise.
35641
35642 2007-05-18  Bruno Haible  <bruno@clisp.org>
35643
35644         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35645         (strmatch): New function.
35646         (test_function): Test the %f directive on numbers of various exponents.
35647         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35648         (strmatch): New function.
35649         (test_function): Test the %f directive on numbers of various exponents.
35650         * tests/test-snprintf-posix.h (strmatch): New function.
35651         (test_function): Test the %f directive on numbers of various exponents.
35652         * tests/test-sprintf-posix.h (strmatch): New function.
35653         (test_function): Test the %f directive on numbers of various exponents.
35654         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35655         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35656         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35657         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35658
35659 2007-05-18  Bruno Haible  <bruno@clisp.org>
35660
35661         Add support for 'long double' number output.
35662         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35663         * lib/vasnprintf.c: Include math.h and float+.h.
35664         (mp_limb_t): New type.
35665         (GMP_LIMB_BITS): New macro.
35666         (mp_twolimb_t): New type.
35667         (GMP_TWOLIMB_BITS): New macro.
35668         (mpn_t): New type.
35669         (multiply, divide, convert_to_decimal, decode_long_double,
35670         scale10_round_long_double, scale10_round_decimal_long_double,
35671         floorlog10l): New functions.
35672         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35673         for the %f, %F, %e, %E, %g, %G directives.
35674         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35675         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35676         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35677         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35678         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35679         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35680         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35681         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35682         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35683         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35684         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35685         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35686         * modules/snprintf-posix (Depends-on): Likewise.
35687         * modules/sprintf-posix (Depends-on): Likewise.
35688         * modules/vasnprintf-posix (Depends-on): Likewise.
35689         * modules/vasprintf-posix (Depends-on): Likewise.
35690         * modules/vfprintf-posix (Depends-on): Likewise.
35691         * modules/vsnprintf-posix (Depends-on): Likewise.
35692         * modules/vsprintf-posix (Depends-on): Likewise.
35693         * modules/vasnprintf (Files): Add lib/float+.h.
35694         * doc/functions/fprintf.texi: Update.
35695         * doc/functions/printf.texi: Update.
35696         * doc/functions/snprintf.texi: Update.
35697         * doc/functions/sprintf.texi: Update.
35698         * doc/functions/vfprintf.texi: Update.
35699         * doc/functions/vprintf.texi: Update.
35700         * doc/functions/vsnprintf.texi: Update.
35701         * doc/functions/vsprintf.texi: Update.
35702
35703 2007-05-18  Bruno Haible  <bruno@clisp.org>
35704
35705         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35706
35707 2007-05-18  Bruno Haible  <bruno@clisp.org>
35708
35709         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35710         for printing 64-bit integers. Needed for mingw.
35711
35712 2007-05-18  Bruno Haible  <bruno@clisp.org>
35713
35714         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35715         gl_FUNC_FREXPL_WORKS.
35716         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35717
35718 2007-05-18  Bruno Haible  <bruno@clisp.org>
35719
35720         * modules/frexpl-nolibm-tests: New file.
35721
35722         * modules/frexpl-nolibm: New file.
35723         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35724
35725 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35726
35727         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35728         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35729         GCC 4.2, which otherwise issues a lot of warnings.
35730         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35731         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35732         Likewise.
35733         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35734         * modules/iconv_open (iconv.h): Likewise.
35735         * modules/locale (locale.h): Likewise.
35736         * modules/netinet_in (netinet/in.h): Likewise.
35737         * modules/sys_select (sys_select.h): Likewise.
35738         * modules/sys_socket (sys/socket.h): Likewise.
35739         * modules/sys_stat (sys/stat.h): Likewise.
35740         * modules/sysexits (sysexits.h): Likewise.
35741         * modules/unistd (unistd.h): Likewise.
35742
35743 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35744
35745         * modules/closein-tests (Makefile.am): Distribute
35746         `test-closein.sh'.
35747
35748 2007-05-17  Bruno Haible  <bruno@clisp.org>
35749
35750         * tests/test-printf-posix.output: Renamed from
35751         tests/test-fprintf-posix.out.
35752         * modules/fprintf-posix-tests: Update.
35753         * modules/printf-posix-tests: Update.
35754         * modules/vfprintf-posix-tests: Update.
35755         * modules/vprintf-posix-tests: Update.
35756         * tests/test-fprintf-posix.sh: Update.
35757         * tests/test-printf-posix.sh: Update.
35758         * tests/test-vfprintf-posix.sh: Update.
35759         * tests/test-vprintf-posix.sh: Update.
35760         Reported by Ralf Wildenhues.
35761
35762 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35763
35764         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35765         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35766         GCC 4.2, which otherwise issues a lot of warnings.
35767         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35768         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35769         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35770         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35771         it should no longer be needed.
35772         * lib/string_.h: Likewise.
35773         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35774         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35775         * modules/inttypes (inttypes.h): Likewise.
35776         * modules/math (math.h): Likewise.
35777         * modules/search (search.h): Likewise.
35778         * modules/signal (signal.h): Likewise.
35779         * modules/stdint (stdint.h): Likewise.
35780         * modules/stdio (stdio.h): Likewise.
35781         * modules/stdlib (stdlib.h): Likewise.
35782         * modules/string (string.h): Likewise.
35783         * modules/sys_time (sys/time.h): Likewise.
35784         * modules/time (time.h): Likewise.
35785         * modules/wchar (wchar.h): Likewise.
35786         * modules/wctype (wtype.h): Likewise.
35787
35788 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35789
35790         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35791
35792 2007-05-13  Bruno Haible  <bruno@clisp.org>
35793
35794         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35795         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35796         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35797         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35798         (gl_PREREQ_STRTOK_R): Don't require it here.
35799
35800 2007-05-13  Bruno Haible  <bruno@clisp.org>
35801
35802         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35803         when used in C++ mode.
35804
35805 2007-05-12  Bruno Haible  <bruno@clisp.org>
35806
35807         * lib/linebuffer.h: Tweak doc.
35808         * lib/linebuffer.c: Likewise.
35809
35810 2007-05-12  James Youngman  <jay@gnu.org>
35811
35812         * lib/linebuffer.c (readlinebuffer_delim): New function,
35813         like readlinebuffer, but use a caller-specified delimiter.
35814         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35815         as the delimiter.
35816         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35817
35818 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35819
35820         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35821         * modules/openat (Files): Remove openat-die.c.
35822         (Depends-on): Add openat-die.
35823         * modules/openat-die: New module.
35824
35825 2007-05-06  Bruno Haible  <bruno@clisp.org>
35826
35827         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35828         Update with info about Cygwin.
35829         * doc/functions/fprintf.texi: Update.
35830         * doc/functions/printf.texi: Update.
35831         * doc/functions/snprintf.texi: Update.
35832         * doc/functions/sprintf.texi: Update.
35833         * doc/functions/vfprintf.texi: Update.
35834         * doc/functions/vprintf.texi: Update.
35835         * doc/functions/vsnprintf.texi: Update.
35836         * doc/functions/vsprintf.texi: Update.
35837         Reported by Eric Blake.
35838
35839 2007-05-06  Bruno Haible  <bruno@clisp.org>
35840
35841         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35842         padding ourselves for the floating-point directives.
35843         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35844         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35845         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35846         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35847         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35848         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35849         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35850         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35851         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35852         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35853         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35854         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35855         * tests/test-snprintf-posix.h (test_function): Also check the width
35856         and some flags in the %f directive.
35857         * tests/test-sprintf-posix.h (test_function): Likewise.
35858         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35859         * tests/test-vasprintf-posix.c (test_function): Likewise.
35860         * doc/functions/fprintf.texi: Update.
35861         * doc/functions/printf.texi: Update.
35862         * doc/functions/snprintf.texi: Update.
35863         * doc/functions/sprintf.texi: Update.
35864         * doc/functions/vfprintf.texi: Update.
35865         * doc/functions/vprintf.texi: Update.
35866         * doc/functions/vsnprintf.texi: Update.
35867         * doc/functions/vsprintf.texi: Update.
35868
35869 2007-05-06  Bruno Haible  <bruno@clisp.org>
35870
35871         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35872         pass the ' flag character to sprintf or snprintf.
35873         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35874         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35875         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35876         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35877         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35878         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35879         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35880         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35881         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35882         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35883         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35884         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35885         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35886         flag.
35887         * tests/test-sprintf-posix.h (test_function): Likewise.
35888         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35889         * tests/test-vasprintf-posix.c (test_function): Likewise.
35890         * doc/functions/fprintf.texi: Update.
35891         * doc/functions/printf.texi: Update.
35892         * doc/functions/snprintf.texi: Update.
35893         * doc/functions/sprintf.texi: Update.
35894         * doc/functions/vfprintf.texi: Update.
35895         * doc/functions/vprintf.texi: Update.
35896         * doc/functions/vsnprintf.texi: Update.
35897         * doc/functions/vsprintf.texi: Update.
35898
35899 2007-05-01  Bruno Haible  <bruno@clisp.org>
35900
35901         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35902
35903 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35904
35905         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35906         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35907
35908 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35909
35910         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35911         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35912         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35913
35914 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35915
35916         * lib/argp-help.c (struct hol_entry): New member `ord'.
35917         (HOL_ENTRY_PTRCMP): Use ord for comparison
35918         (hol_sort): Initialize ord.
35919
35920 2007-05-01  Bruno Haible  <bruno@clisp.org>
35921
35922         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35923         Reported by Eric Blake.
35924         * doc/gnulib.texi (Function Substitutes): Update.
35925
35926 2007-05-01  Bruno Haible  <bruno@clisp.org>
35927
35928         * doc/functions.texi: Remove file, now redundant through
35929         doc/functions/*.texi.
35930
35931 2007-05-01  Bruno Haible  <bruno@clisp.org>
35932
35933         * modules/argp (Depends-on): Add sleep.
35934
35935 2007-05-01  Bruno Haible  <bruno@clisp.org>
35936
35937         * modules/sleep-tests: New file.
35938         * tests/test-sleep.c: New file.
35939
35940         * modules/sleep: New file.
35941         * lib/sleep.c: New file.
35942         * m4/sleep.m4: New file.
35943         * lib/unistd_.h (sleep): New declaration.
35944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35945         HAVE_SLEEP.
35946         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35947         * doc/functions/sleep.texi: Document the sleep module.
35948
35949 2007-05-01  Bruno Haible  <bruno@clisp.org>
35950
35951         * lib/sigprocmask.h: Remove file.
35952         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35953         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35954         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35955         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35956         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35957         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35958         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35959         HAVE_SIGSET_T as a shell variable.
35960         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35961         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35962         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35963         (Depends-on): Add signal. Remove verify.
35964         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35965         (Include): Mention <signal.h> instead of sigprocmask.h.
35966         * NEWS: Mention the change.
35967         * lib/fatal-signal.c: Don't include sigprocmask.h.
35968
35969 2007-05-01  Bruno Haible  <bruno@clisp.org>
35970
35971         * modules/signal: New file.
35972         * lib/signal_.h: New file.
35973         * m4/signal_h.m4: New file.
35974
35975 2007-05-01  Bruno Haible  <bruno@clisp.org>
35976
35977         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35978         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35979         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35980         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35981
35982 2007-05-01  Bruno Haible  <bruno@clisp.org>
35983
35984         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35985         configure time.
35986         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35987         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35988         * modules/sys_stat (Makefile.am): Substitute their values into
35989         sys/stat.h.
35990
35991 2007-05-01  Bruno Haible  <bruno@clisp.org>
35992
35993         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35994         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35995         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35996
35997 2007-05-01  Bruno Haible  <bruno@clisp.org>
35998
35999         * doc/header/assert.texi: Undo last change: don't mention the gnulib
36000         'assert' module here.
36001
36002 2007-05-01  Bruno Haible  <bruno@clisp.org>
36003
36004         * doc/functions/*.texi: New files.
36005         * doc/functions/google-ranking.txt: New file.
36006         * doc/gnulib.texi (Function Substitutes): New chapter.
36007         (ctime, inet_ntoa): Remove sections.
36008         * doc/ctime.texi: Remove file.
36009         * doc/inet_ntoa.texi: Remove file.
36010         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
36011         dependencies.
36012         (%.info): New rule, specifying a --reference-limit.
36013
36014 2007-05-01  Bruno Haible  <bruno@clisp.org>
36015
36016         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
36017
36018 2007-05-01  Bruno Haible  <bruno@clisp.org>
36019
36020         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
36021         the portability of 'mkdir' to mingw systems.
36022
36023 2007-05-01  Bruno Haible  <bruno@clisp.org>
36024
36025         * doc/headers/google-ranking.txt: New file.
36026
36027 2007-04-30  Eric Blake  <ebb9@byu.net>
36028
36029         Prefer fseeko to fseek.
36030         * modules/getpass (Depends-on): Add fseeko.
36031         * lib/getpass.c (getpass): Use fseeko, not fseek.
36032
36033 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
36034
36035         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
36036         assumes the sorting is stable, while most qsort implementations
36037         are not.  Use argument addresses to ensure they never compare as
36038         equal.
36039
36040         * tests/test-argp-2.sh (usage-indent test): Fix output
36041         (func_compare): Restore diff options
36042         * tests/test-argp.c: Restore #include "progname.h"
36043
36044 2007-04-29  Bruno Haible  <bruno@clisp.org>
36045
36046         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
36047         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36048         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
36049         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36050         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36051         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36052         (TESTS, check_PROGRAMS): Add test-snprintf.
36053         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36054         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36055         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36056         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36057         assertions that fail on HP-UX, OSF/1, or IRIX.
36058         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36059
36060 2007-04-29  Bruno Haible  <bruno@clisp.org>
36061
36062         * MODULES.html.sh (posix_functions): Remove 'contents'.
36063
36064 2007-04-29  Karl Berry  <karl@gnu.org>
36065
36066         * config/srclist.txt (gendocs_template_min): new entry.
36067
36068 2007-04-29  Bruno Haible  <bruno@clisp.org>
36069
36070         Work around fpurge bug on BSD systems.
36071         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36072         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36073         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36074         fpurge to rpl_fpurge if the system already has this function.
36075         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36076         the case where the system already has this function. Correct invariants
36077         on BSD systems.
36078         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36079         BSD systems.
36080
36081 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36082
36083         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36084         proposed by Sven Verdoolaege.
36085
36086         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36087         options.
36088         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36089         (usage and help tests): Update
36090
36091 2007-04-29  Bruno Haible  <bruno@clisp.org>
36092
36093         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36094         Print more information in case of failure. Disable a test on BeOS.
36095
36096 2007-04-29  Bruno Haible  <bruno@clisp.org>
36097
36098         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36099         This helps debugging on systems on which no gdb is available.
36100
36101 2007-04-29  Bruno Haible  <bruno@clisp.org>
36102
36103         * lib/freading.h: Improve comments.
36104         * lib/fwriting.h: Likewise.
36105         * tests/test-freading.c (main): Don't check freading immediately after
36106         repositioning. Needed for glibc.
36107
36108 2007-04-29  Bruno Haible  <bruno@clisp.org>
36109
36110         * lib/freading.c (freading): Trivial simplification.
36111
36112 2007-04-28  Bruno Haible  <bruno@clisp.org>
36113
36114         * tests/test-fwriting.c (main): Also test the interaction between
36115         fflush and fwriting.
36116         * modules/fwriting-tests (Depends-on): Add fflush.
36117
36118         * tests/test-freading.c (main): Also test the interaction between
36119         fflush and freading.
36120         * modules/freading-tests (Depends-on): Add fflush.
36121
36122 2007-04-28  Bruno Haible  <bruno@clisp.org>
36123
36124         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36125         fseeko and ftello.
36126         Suggested by Eric Blake.
36127
36128 2007-04-28  Jim Meyering  <jim@meyering.net>
36129
36130         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36131         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36132         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36133
36134 2007-04-27  Eric Blake  <ebb9@byu.net>
36135
36136         * doc/headers/assert.texi (assert.h): Document assert module use.
36137
36138 2007-04-27  Bruno Haible  <bruno@clisp.org>
36139
36140         * doc/headers/*.texi: New files.
36141         * doc/gnulib.texi (Header File Substitutes): New chapter.
36142         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36143         dependencies.
36144         (standards.info ,standards.html, standards.dvi): Update dependencies.
36145         (mostlyclean, clean): New targets.
36146
36147 2007-04-27  Bruno Haible  <bruno@clisp.org>
36148
36149         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36150         * modules/sysexits (Files, Makefile.am): Update.
36151
36152         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36153         * modules/sys_socket (Files, Makefile.am): Update.
36154
36155         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36156         * modules/sys_stat (Files, Makefile.am): Update.
36157
36158 2007-04-27  Eric Blake  <ebb9@byu.net>
36159
36160         * lib/freading.h: Improve comments.
36161         * lib/fwriting.h: Likewise.
36162         * lib/fflush.c: Likewise.
36163
36164         Fix closein for mingw.
36165         * modules/closein-tests: Add tests for closein.
36166         * tests/test-closein.c: New file.
36167         * tests/test-closein.sh: Likewise.
36168         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36169         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36170
36171 2007-04-27  Bruno Haible  <bruno@clisp.org>
36172
36173         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36174         version is < 6.
36175         * lib/math_.h [__DECC]: Likewise.
36176         * lib/stdio_.h [__DECC]: Likewise.
36177         * lib/stdlib_.h [__DECC]: Likewise.
36178         * lib/string_.h [__DECC]: Likewise.
36179         * lib/time_.h [__DECC]: Likewise.
36180         * lib/wchar_.h [__DECC]: Likewise.
36181         * lib/wctype_.h [__DECC]: Likewise.
36182
36183 2007-04-27  Bruno Haible  <bruno@clisp.org>
36184
36185         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36186
36187 2007-04-27  Bruno Haible  <bruno@clisp.org>
36188
36189         * lib/fflush.c: Add comments.
36190         * modules/fpurge-tests (Depends-on): Add fflush.
36191         * modules/freadable-tests (Depends-on): Likewise.
36192         * modules/fwritable-tests (Depends-on): Likewise.
36193
36194 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36195
36196         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36197         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36198         Report by Bruno Haible <bruno@clisp.org>.
36199
36200 2007-04-26  Eric Blake  <ebb9@byu.net>
36201
36202         Fix fflush on mingw.
36203         * modules/fflush (Depends-on): Add freading.
36204         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36205         but unread data.
36206
36207 2007-04-26  Eric Blake  <ebb9@byu.net>
36208         and Bruno Haible  <bruno@clisp.org>
36209
36210         Implement freading and fwriting.
36211         * lib/freading.c: New file.
36212         * lib/freading.h: Likewise.
36213         * m4/freading.m4: Likewise.
36214         * modules/freading: Likewise.
36215         * modules/freading-tests: Likewise.
36216         * tests/test-freading.c: Likewise.
36217         * lib/fwriting.c: New file.
36218         * lib/fwriting.h: Likewise.
36219         * m4/fwriting.m4: Likewise.
36220         * modules/fwriting: Likewise.
36221         * modules/fwriting-tests: Likewise.
36222         * tests/test-fwriting.c: Likewise.
36223         * MODULES.html.sh (File stream based Input/Output): Mention them.
36224
36225 2007-04-26  Bruno Haible  <bruno@clisp.org>
36226
36227         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36228         'long' when we assume it.
36229         Suggested by Eric Blake.
36230
36231 2007-04-26  Bruno Haible  <bruno@clisp.org>
36232
36233         Ensure fseeko, ftello are declared on glibc systems.
36234         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36235         * modules/fseeko (configure.ac-early): Likewise.
36236         * modules/ftello (configure.ac-early): Likewise.
36237         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36238         AC_FUNC_FSEEKO for this.
36239         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36240         (gl_CHECK_FSEEKO): Remove macro.
36241
36242 2007-04-26  Bruno Haible  <bruno@clisp.org>
36243
36244         * tests/test-fflush.c (main): Also check the ftell result after
36245         fflush and fseek/fseeko.
36246         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36247         file descriptor position cache in the stream.
36248         * lib/fseeko.c (rpl_fseeko): Likewise.
36249
36250 2007-04-26  Bruno Haible  <bruno@clisp.org>
36251
36252         * modules/fflush-tests (Depends-on): Add fseeko.
36253
36254 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36255             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36256
36257         * lib/argz_.h: ensure error_t definition is obtained in same
36258         mechanism system argz.h would have.
36259         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36260         argz facilities are known bad.  Err on the side of caution if
36261         cross-compiling.
36262
36263 2007-04-25  Eric Blake  <ebb9@byu.net>
36264
36265         * lib/fpurge.c (includes): Use stdlib.h for free.
36266         * tests/test-fflush.c (main): Also test fflush-fseeko.
36267
36268 2007-04-25  Bruno Haible  <bruno@clisp.org>
36269
36270         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36271         * lib/fseeko.c: New file.
36272         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36273         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36274         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36275         gl_FUNC_FSEEKO.
36276         (gl_FUNC_FSEEKO): Invoke it.
36277         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36278         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36279         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36280
36281 2007-04-25  Bruno Haible  <bruno@clisp.org>
36282
36283         * modules/fflush (Depends-on): Add ftello.
36284
36285 2007-04-25  Bruno Haible  <bruno@clisp.org>
36286
36287         * modules/ftello-tests: New file.
36288         * tests/test-ftello.c: New file.
36289
36290         * modules/ftello: New file.
36291         * m4/ftello.m4: New file.
36292         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36293         HAVE_FTELLO.
36294         * lib/stdio_.h (ftello): New declaration.
36295         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36296         HAVE_FTELLO.
36297
36298 2007-04-25  Bruno Haible  <bruno@clisp.org>
36299
36300         * modules/fseeko-tests: New file.
36301         * tests/test-fseeko.c: New file.
36302
36303         * modules/fseeko: New file.
36304         * m4/fseeko.m4: New file.
36305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36306         HAVE_FSEEKO.
36307         * lib/stdio_.h (fseeko): New declaration.
36308         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36309         HAVE_FSEEKO.
36310
36311 2007-04-25  Bruno Haible  <bruno@clisp.org>
36312
36313         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36314
36315 2007-04-25  Bruno Haible  <bruno@clisp.org>
36316
36317         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36318         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36319         * tests/test-unistd.c: Likewise.
36320         * tests/test-fcntl.c: Likewise.
36321
36322 2007-04-23  Eric Blake  <ebb9@byu.net>
36323
36324         * lib/fflush.c: Fix missing include.
36325         Reported by Bruno Haible.
36326
36327 2007-04-23  Bruno Haible  <bruno@clisp.org>
36328
36329         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36330         Reported by Eric Blake.
36331
36332 2007-04-23  Bruno Haible  <bruno@clisp.org>
36333
36334         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36335
36336 2007-04-23  Bruno Haible  <bruno@clisp.org>
36337
36338         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36339
36340 2007-04-23  Bruno Haible  <bruno@clisp.org>
36341
36342         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36343         Needed on HP-UX 11.
36344
36345 2007-04-16  Eric Blake  <ebb9@byu.net>
36346
36347         Make fflush rely on fpurge.
36348         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36349         open coding all variants.
36350         * modules/fflush (Depends-on): Add fpurge and unistd.
36351         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36352         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36353
36354         Fix --with-tests compilation on cygwin.
36355         * modules/argmatch-tests (Makefile.am): List gnulib library first
36356         in LDADD.
36357         * modules/argp-tests (Makefile.am): Likewise.
36358         * modules/array-list-tests (Makefile.am): Likewise.
36359         * modules/array-oset-tests (Makefile.am): Likewise.
36360         * modules/avltree-list-tests (Makefile.am): Likewise.
36361         * modules/avltree-oset-tests (Makefile.am): Likewise.
36362         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36363         * modules/carray-list-tests (Makefile.am): Likewise.
36364         * modules/dirname-tests (Makefile.am): Likewise.
36365         * modules/frexp-tests (Makefile.am): Likewise.
36366         * modules/isnanl-tests (Makefile.am): Likewise.
36367         * modules/linked-list-tests (Makefile.am): Likewise.
36368         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36369         * modules/lock-tests (Makefile.am): Likewise.
36370         * modules/rbtree-list-tests (Makefile.am): Likewise.
36371         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36372         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36373         * modules/tls-tests (Makefile.am): Likewise.
36374         * modules/tsearch-tests (Makefile.am): Likewise.
36375         * modules/xvasprintf-tests (Makefile.am): Likewise.
36376
36377         Fix fpurge for cygwin.
36378         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36379         value.
36380         * modules/fpurge-tests (Depends-on): Clean up trash.
36381
36382 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36383
36384         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36385
36386         * m4/autobuild.m4: Re-indent.
36387
36388 2007-04-13  Bruno Haible  <bruno@clisp.org>
36389
36390         * modules/fpurge-tests: New file.
36391         * tests/test-fpurge.c: New file.
36392
36393         * modules/fpurge: New file.
36394         * lib/fpurge.h: New file.
36395         * lib/fpurge.c: New file.
36396         * m4/fpurge.m4: New file.
36397
36398 2007-04-13  Bruno Haible  <bruno@clisp.org>
36399
36400         * modules/fbufmode-tests: New file.
36401         * tests/test-fbufmode.c: New file.
36402
36403         * modules/fbufmode: New file.
36404         * lib/fbufmode.h: New file.
36405         * lib/fbufmode.c: New file.
36406         * m4/fbufmode.m4: New file.
36407
36408 2007-04-13  Bruno Haible  <bruno@clisp.org>
36409
36410         * modules/fwritable-tests: New file.
36411         * tests/test-fwritable.c: New file.
36412
36413         * modules/fwritable: New file.
36414         * lib/fwritable.h: New file.
36415         * lib/fwritable.c: New file.
36416         * m4/fwritable.m4: New file.
36417
36418 2007-04-13  Bruno Haible  <bruno@clisp.org>
36419
36420         * modules/freadable-tests: New file.
36421         * tests/test-freadable.c: New file.
36422
36423         * modules/freadable: New file.
36424         * lib/freadable.h: New file.
36425         * lib/freadable.c: New file.
36426         * m4/freadable.m4: New file.
36427
36428 2007-04-13  Bruno Haible  <bruno@clisp.org>
36429
36430         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36431         MOSTLYCLEANFILES.
36432
36433 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36434
36435         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36436         gzip bootstrap.conf to avoid dragging in i18n machinery.
36437         (gnulib_tool_option): Use it.
36438
36439 2007-04-13  Bruno Haible  <bruno@clisp.org>
36440
36441         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36442         %F directives.
36443         * tests/test-vasprintf-posix.c (test_function): Likewise.
36444         * tests/test-snprintf-posix.h (test_function): Likewise.
36445         * tests/test-sprintf-posix.h (test_function): Likewise.
36446         * tests/test-fprintf-posix.h (test_function): Likewise.
36447         * tests/test-printf-posix.h (test_function): Likewise.
36448         * tests/test-fprintf-posix.out: Likewise.
36449
36450 2007-04-13  Bruno Haible  <bruno@clisp.org>
36451
36452         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36453         * modules/tls-tests (configure.ac): Likewise.
36454         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36455
36456 2007-04-13  Bruno Haible  <bruno@clisp.org>
36457
36458         * lib/tls.c (glthread_tls_get): Fix return type.
36459         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36460
36461 2007-04-12  Eric Blake  <ebb9@byu.net>
36462
36463         * modules/gettime (Depends-on): Remove gettime.
36464         Reported by Dmitry V. Levin.
36465
36466 2007-04-12  Bruno Haible  <bruno@clisp.org>
36467
36468         * modules/fflush (Include): Mention <stdio.h>.
36469         * modules/strtoimax (Include): Mention <inttypes.h>.
36470         * modules/strtoumax (Include): Likewise.
36471
36472 2007-04-12  Eric Blake  <ebb9@byu.net>
36473
36474         * .cvsignore: New file.
36475         * .gitignore: Likewise.
36476
36477 2007-04-12  Bruno Haible  <bruno@clisp.org>
36478
36479         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36480         not before, since $(LDADD) often contains libgnu.a.
36481         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36482         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36483         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36484         Needed on Cygwin.
36485
36486 2007-04-12  Eric Blake  <ebb9@byu.net>
36487
36488         Work around glibc's failure to flush stdin on fclose.
36489         * lib/closein.c (close_stdin): Flush stdin before closing.
36490
36491         Work around glibc's failure to reset seekable stdin on exit.
36492         * modules/closein: New module.
36493         * lib/closein.c: New file.
36494         * lib/closein.h: Likewise.
36495         * m4/closein.m4: Likewise.
36496         * MODULES.html.sh (File stream based Input/Output): Document it.
36497
36498 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36499
36500         * gnulib-tool: Rename generated 'autobuild' script to
36501         'do-autobuild' in --create-megatestdir output.
36502
36503         * doc/gnulib.texi (Build robot for gnulib): Fix.
36504
36505 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36506
36507         * modules/sysexits (Depends-on): Add absolute-header.
36508
36509 2007-04-12  Eric Blake  <ebb9@byu.net>
36510
36511         No need to preserve errno on success.
36512         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36513         Reported by Bruno Haible.
36514
36515 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36516
36517         * MODULES.html.sh (Support for maintaining and releasing
36518         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36519
36520 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36521
36522         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36523
36524 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36525
36526         * modules/autobuild: New module.
36527
36528         * m4/autobuild.m4: New file.
36529
36530 2007-04-11  Bruno Haible  <bruno@clisp.org>
36531
36532         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36533         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36534         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36535         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36536         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36537         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36538         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36539         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36540         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36541         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36542         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36543         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36544         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36545         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36546         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36547         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36548         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36549         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36550         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36551         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36552         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36553         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36554         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36555         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36556         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36557         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36558         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36559         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36560         Reported by Eric Blake.
36561
36562 2007-04-11  Bruno Haible  <bruno@clisp.org>
36563
36564         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36565
36566 2007-04-10  Bruno Haible  <bruno@clisp.org>
36567
36568         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36569         for NaN and Infinity. Needed on FreeBSD 6.1.
36570         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36571         regarding results for "%010a" of Infinity and NaN.
36572         * tests/test-vasprintf-posix.c (test_function): Likewise.
36573         * tests/test-snprintf-posix.h (test_function): Likewise.
36574         * tests/test-sprintf-posix.h (test_function): Likewise.
36575         * tests/test-fprintf-posix.h (test_function): Likewise.
36576         * tests/test-printf-posix.h (test_function): Likewise.
36577         * tests/test-fprintf-posix.out: Likewise.
36578
36579 2007-04-10  Bruno Haible  <bruno@clisp.org>
36580
36581         * modules/locale-tests: New file.
36582         * tests/test-locale.c: New file.
36583
36584         * modules/locale: New file.
36585         * lib/locale_.h: New file.
36586         * m4/locale_h.m4: New file.
36587
36588 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36589             Bruno Haible  <bruno@clisp.org>
36590
36591         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36592         be determined, test for availability of the copysignf, copysign,
36593         copysignl functions.
36594         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36595         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36596         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36597
36598 2007-04-09  Eric Blake  <ebb9@byu.net>
36599
36600         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36601         * modules/stdio (Makefile.am): Support fflush.
36602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36603         * modules/fflush: New file.
36604         * lib/fflush.c: Likewise.
36605         * m4/fflush.m4: Likewise.
36606         * modules/fflush-tests: New test.
36607         * tests/test-fflush.c: Likewise.
36608         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36609
36610 2007-04-06  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36613         (VASNPRINTF): Use signbit for faster determination whether to print a
36614         minus sign.
36615         * modules/vasnprintf (Files): Remove lib/float+.h.
36616         * modules/fprintf-posix (Depends-on): Add signbit.
36617         * modules/snprintf-posix (Depends-on): Likewise.
36618         * modules/sprintf-posix (Depends-on): Likewise.
36619         * modules/vasnprintf-posix (Depends-on): Likewise.
36620         * modules/vasprintf-posix (Depends-on): Likewise.
36621         * modules/vfprintf-posix (Depends-on): Likewise.
36622         * modules/vsnprintf-posix (Depends-on): Likewise.
36623         * modules/vsprintf-posix (Depends-on): Likewise.
36624
36625 2007-04-06  Bruno Haible  <bruno@clisp.org>
36626
36627         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36628         * tests/test-frexpl.c (main): Likewise.
36629         * tests/test-ldexpl.c (main): Likewise.
36630         * modules/frexp-tests (Depends-on): Add signbit.
36631         * modules/frexpl-tests (Depdends-on): Likewise.
36632         * modules/ldexpl-tests (Depdends-on): Likewise.
36633
36634 2007-04-06  Bruno Haible  <bruno@clisp.org>
36635
36636         * modules/signbit-tests: New file.
36637         * tests/test-signbit.c: New file.
36638
36639         * modules/signbit: New file.
36640         * lib/signbitf.c: New file.
36641         * lib/signbitd.c: New file.
36642         * lib/signbitl.c: New file.
36643         * m4/signbit.m4: New file.
36644         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36645         (signbit): New macro.
36646         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36647         REPLACE_SIGNBIT.
36648         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36649         REPLACE_FREXPL into math.h.
36650
36651 2007-04-06  Bruno Haible  <bruno@clisp.org>
36652
36653         * modules/isnanf-nolibm-tests: New file.
36654         * tests/test-isnanf.c: New file.
36655
36656         * modules/isnanf-nolibm: New file.
36657         * lib/isnanf.h: New file.
36658         * lib/isnanf.c: New file.
36659         * lib/isnan.c: Consider the USE_FLOAT macro.
36660         * m4/isnanf.m4: New file.
36661
36662 2007-04-06  Bruno Haible  <bruno@clisp.org>
36663
36664         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36665         (Link): New section.
36666
36667         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36668
36669 2007-04-06  Bruno Haible  <bruno@clisp.org>
36670
36671         Assume the 'long double' type.
36672         * m4/longdouble.m4: Remove file.
36673         * config/srclist.txt: Don't mention longdouble.m4.
36674         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36675         * lib/float+.h: Likewise.
36676         * lib/frexp.c: Likewise.
36677         * lib/printf-args.h: Likewise.
36678         * lib/printf-args.c: Likewise.
36679         * lib/printf-frexp.c: Likewise.
36680         * lib/printf-parse.c: Likewise.
36681         * lib/vasnprintf.c: Likewise.
36682         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36683         * m4/intl.m4: Likewise.
36684         * m4/isnanl.m4: Likewise.
36685         * m4/printf.m4: Likewise.
36686         * m4/printf-frexpl.m4: Likewise.
36687         * m4/vasnprintf.m4: Likewise.
36688         * modules/allocsa (Files): Remove m4/longdouble.m4.
36689         * modules/gettext (Files): Likewise.
36690         * modules/relocatable-prog-wrapper (Files): Likewise.
36691         * modules/vasnprintf (Files): Likewise.
36692         * modules/isnanl (Files): Likewise.
36693         (Include): Simplify.
36694         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36695         (Include): Simplify.
36696         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36697         (Include): Simplify.
36698         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36699         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36700         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36701         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36702         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36703         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36704         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36705         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36706         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36707         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36708         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36709         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36710         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36711         * tests/test-isnanl.c: Likewise.
36712         * tests/test-snprintf-posix.h: Likewise.
36713         * tests/test-sprintf-posix.h: Likewise.
36714         * tests/test-vasnprintf-posix.c: Likewise.
36715         * tests/test-vasnprintf-posix2.c: Likewise.
36716         * tests/test-vasprintf-posix.c: Likewise.
36717
36718 2007-04-06  Bruno Haible  <bruno@clisp.org>
36719
36720         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36721         * lib/math_.h [__DECC]: Include the overridden include file through
36722         #include_next, outside the double-inclusion guard.
36723         * lib/stdio_.h [__DECC]: Likewise.
36724         * lib/stdlib_.h [__DECC]: Likewise.
36725         * lib/string_.h [__DECC]: Likewise.
36726         * lib/time_.h [__DECC]: Likewise.
36727         * lib/wchar_.h [__DECC]: Likewise.
36728         * lib/wctype_.h [__DECC]: Likewise.
36729         * lib/inttypes_.h [__DECC]: Likewise.
36730         Reported by Albert Chin <china@thewrittenword.com> in
36731         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36732
36733 2007-04-04  Eric Blake  <ebb9@byu.net>
36734
36735         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36736         1.5.x.
36737
36738 2007-04-04  Bruno Haible  <bruno@clisp.org>
36739
36740         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36741         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36742
36743 2007-04-04  Bruno Haible  <bruno@clisp.org>
36744
36745         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36746         results for "%010a" of Infinity and NaN.
36747         * tests/test-vasprintf-posix.c (test_function): Likewise.
36748         * tests/test-snprintf-posix.h (test_function): Likewise.
36749         * tests/test-sprintf-posix.h (test_function): Likewise.
36750         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36751         * tests/test-printf-posix.h (test_function): Likewise.
36752         * tests/test-fprintf-posix.out: Update.
36753         Needed for FreeBSD 6.1.
36754
36755 2007-04-04  Bruno Haible  <bruno@clisp.org>
36756
36757         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36758         directly used by the gnulib modules nor by gnulib-tool.
36759
36760 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36761
36762         * DEPENDENCIES: Give overall description of version dependency
36763         desirability.  Use more-typical names for apps.
36764         Add shell, coreutils, diffutils, grep, tar, gzip.
36765
36766 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36767
36768         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36769
36770 2007-04-04  Karl Berry  <karl@gnu.org>
36771
36772         * MODULES.html.sh (func_module): missing '.
36773
36774 2007-04-03  Bruno Haible  <bruno@clisp.org>
36775
36776         * modules/argmatch-tests (Makefile.am): New variable
36777         test_argmatch_LDADD.
36778         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36779         * modules/array-list-tests (Makefile.am): New variable
36780         test_array_list_LDADD.
36781         * modules/array-oset-tests (Makefile.am): New variable
36782         test_array_oset_LDADD.
36783         * modules/avltree-list-tests (Makefile.am): New variable
36784         test_avltree_list_LDADD.
36785         * modules/avltree-oset-tests (Makefile.am): New variable
36786         test_avltree_oset_LDADD.
36787         * modules/avltreehash-list-tests (Makefile.am): New variable
36788         test_avltreehash_list_LDADD.
36789         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36790         test_canonicalize_lgpl_LDADD.
36791         * modules/carray-list-tests (Makefile.am): New variable
36792         test_carray_list_LDADD.
36793         * modules/dirname-tests (Makefile.am): New variable
36794         test_dirname_LDADD.
36795         * modules/linked-list-tests (Makefile.am): New variable
36796         test_linked_list_LDADD.
36797         * modules/linkedhash-list-tests (Makefile.am): New variable
36798         test_linkedhash_list_LDADD.
36799         * modules/rbtree-list-tests (Makefile.am): New variable
36800         test_rbtree_list_LDADD.
36801         * modules/rbtree-oset-tests (Makefile.am): New variable
36802         test_rbtree_oset_LDADD.
36803         * modules/rbtreehash-list-tests (Makefile.am): New variable
36804         test_rbtreehash_list_LDADD.
36805         * modules/xvasprintf-tests (Makefile.am): New variable
36806         test_xvasprintf_LDADD.
36807         Reported by Eric Blake.
36808
36809 2007-04-03  Eric Blake  <ebb9@byu.net>
36810
36811         * DEPENDENCIES: Weaken m4 requirements.
36812
36813 2007-04-03  Bruno Haible  <bruno@clisp.org>
36814
36815         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36816         * modules/isnanl-tests (configure.ac): Likewise.
36817
36818 2007-04-03  Ben Pfaff  <blp@gnu.org>
36819
36820         * modules/iconv_open: Add $(srcdir)/ to source directory
36821         references in Makefile fragments that call gperf, to fix VPATH
36822         builds.
36823
36824 2007-04-03  Bruno Haible  <bruno@clisp.org>
36825
36826         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36827         * lib/ldexpl.c: Undo last change.
36828
36829 2007-04-03  Bruno Haible  <bruno@clisp.org>
36830
36831         * modules/printf-frexpl (Depends-on): Undo last change.
36832         (Files): Add m4/ldexpl.m4.
36833
36834 2007-04-03  Bruno Haible  <bruno@clisp.org>
36835
36836         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36837         * modules/isnanl (Link): New section.
36838
36839         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36840         * modules/frexp (Link): New section.
36841
36842         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36843         * modules/frexpl (Link): New section.
36844
36845         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36846         * modules/ldexpl (Link): New section.
36847
36848 2007-04-03  Bruno Haible  <bruno@clisp.org>
36849
36850         * modules/TEMPLATE-EXTENDED: New file.
36851         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36852
36853 2007-04-03  Bruno Haible  <bruno@clisp.org>
36854
36855         * DEPENDENCIES: New file.
36856         Suggested by Simon Josefsson.
36857
36858 2007-04-03  Bruno Haible  <bruno@clisp.org>
36859
36860         * doc/gnulib.texi: Escape @.
36861
36862 2007-04-03  James Youngman  <jay@gnu.org>
36863         and Paul Eggert  <eggert@cs.ucla.edu>
36864
36865         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36866         birthtime on all systems that have birthtime, not just those which
36867         use st_birthtimensec rather than st_birthtim.  Putting zero in
36868         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36869         that the birth time is not available for files on an NFS mount.
36870
36871 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36872
36873         * modules/memxor: Move back from crypto/, suggested by Bruno.
36874         * modules/crypto/hmac-sha1: Fix memxor dependency.
36875
36876         * modules/crypto/gc: Moved from ../.
36877
36878 2007-04-02  Eric Blake  <ebb9@byu.net>
36879
36880         * lib/ldexpl.c (includes): Avoid libm.
36881
36882         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36883
36884 2007-04-02  Bruno Haible  <bruno@clisp.org>
36885
36886         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36887         on IRIX.
36888
36889 2007-04-02  Bruno Haible  <bruno@clisp.org>
36890
36891         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36892         x86 or x86_64 platforms running MacOS X.
36893         Reported by Ryan Schmidt <@ryandesign.com>.
36894
36895 2007-04-02  Bruno Haible  <bruno@clisp.org>
36896
36897         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36898         i386.
36899
36900 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36901
36902         * modules/crypto/arcfour: Moved from ../.
36903         * modules/crypto/arcfour-tests: Moved from ../.
36904         * modules/crypto/arctwo: Moved from ../.
36905         * modules/crypto/arctwo-tests: Moved from ../.
36906         * modules/crypto/des: Moved from ../.
36907         * modules/crypto/des-tests: Moved from ../.
36908         * modules/crypto/gc-arcfour: Moved from ../.
36909         * modules/crypto/gc-arcfour-tests: Moved from ../.
36910         * modules/crypto/gc-arctwo: Moved from ../.
36911         * modules/crypto/gc-arctwo-tests: Moved from ../.
36912         * modules/crypto/gc-des: Moved from ../.
36913         * modules/crypto/gc-des-tests: Moved from ../.
36914         * modules/crypto/gc-hmac-md5: Moved from ../.
36915         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36916         * modules/crypto/gc-hmac-sha1: Moved from ../.
36917         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36918         * modules/crypto/gc-md2: Moved from ../.
36919         * modules/crypto/gc-md2-tests: Moved from ../.
36920         * modules/crypto/gc-md4: Moved from ../.
36921         * modules/crypto/gc-md4-tests: Moved from ../.
36922         * modules/crypto/gc-md5: Moved from ../.
36923         * modules/crypto/gc-md5-tests: Moved from ../.
36924         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36925         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36926         * modules/crypto/gc-random: Moved from ../.
36927         * modules/crypto/gc-rijndael: Moved from ../.
36928         * modules/crypto/gc-rijndael-tests: Moved from ../.
36929         * modules/crypto/gc-sha1: Moved from ../.
36930         * modules/crypto/gc-sha1-tests: Moved from ../.
36931         * modules/crypto/gc-tests: Moved from ../.
36932         * modules/crypto/hmac-md5: Moved from ../.
36933         * modules/crypto/hmac-md5-tests: Moved from ../.
36934         * modules/crypto/hmac-sha1: Moved from ../.
36935         * modules/crypto/hmac-sha1-tests: Moved from ../.
36936         * modules/crypto/md2: Moved from ../.
36937         * modules/crypto/md2-tests: Moved from ../.
36938         * modules/crypto/md4: Moved from ../.
36939         * modules/crypto/md4-tests: Moved from ../.
36940         * modules/crypto/md5: Moved from ../.
36941         * modules/crypto/md5-tests: Moved from ../.
36942         * modules/crypto/memxor: Moved from ../.
36943         * modules/crypto/rijndael: Moved from ../.
36944         * modules/crypto/rijndael-tests: Moved from ../.
36945         * modules/crypto/sha1: Moved from ../.
36946
36947 2007-03-30  James Youngman  <jay@gnu.org>
36948
36949         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36950         rename() to change the ctime of a file (because ctime is unaffected
36951         by rename on jfs2 on AIX 5.1).
36952         (main): Start by doing cleanup, in case a previous run failed leaving
36953         test files behind.
36954
36955 2007-03-31  Bruno Haible  <bruno@clisp.org>
36956
36957         Support old proprietary implementations of iconv.
36958         * modules/iconv_open: New file.
36959         * lib/iconv_.h: New file.
36960         * m4/iconv_h.m4: New file.
36961         * lib/iconv_open.c: New file.
36962         * lib/iconv_open-aix.gperf: New file.
36963         * lib/iconv_open-hpux.gperf: New file.
36964         * lib/iconv_open-irix.gperf: New file.
36965         * lib/iconv_open-osf.gperf: New file.
36966         * m4/iconv_open.m4: New file.
36967         * modules/linebreak (Depends-on): Add iconv_open.
36968         * modules/striconv (Depends-on): Likewise.
36969         * modules/striconveh (Depends-on): Likewise.
36970         * modules/unicodeio (Depends-on): Likewise.
36971         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36972         (iconv_t)(-1).
36973         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36974         conversion if cd is (iconv_t)(-1).
36975         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36976         is not possible.
36977
36978 2007-03-31  Bruno Haible  <bruno@clisp.org>
36979
36980         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36981         work on Solaris either. Protect also second use of "autodetect_jp".
36982
36983 2007-03-31  Bruno Haible  <bruno@clisp.org>
36984
36985         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36986         the function is not present.
36987
36988 2007-03-31  Bruno Haible  <bruno@clisp.org>
36989
36990         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36991         the function is not present.
36992
36993 2007-03-31  Bruno Haible  <bruno@clisp.org>
36994
36995         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36996         a bug in HP-UX iconv_open().
36997
36998 2007-03-31  Bruno Haible  <bruno@clisp.org>
36999
37000         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
37001         (Mathematics <math.h>): New section, add fpieee.
37002         (Input/output <stdio.h>): Add fseterr.
37003         (Mathematics <math.h>): New section, add printf-frexp.
37004         (Container data structures): Add sublist.
37005         (Core language properties): Add fpucw, inline.
37006         (Functions for greatest-width integer types <inttypes.h>): Add
37007         imaxabs, imaxdiv, inttypes.
37008         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
37009         isnanl-nolibm, ldexp.
37010         (Mathematics <math.h>): New section, add printf-frexpl.
37011         (Support for systems lacking POSIX:2001): Add fprintf-posix,
37012         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
37013         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
37014         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
37015         (Unicode string functions): Add unistr/u*-mbtoucr.
37016         (Java): Add javacomp-script, javaexec-script.
37017         (C#): Add csharpcomp-script, csharpexec-script.
37018         (Support for building libraries and executables): Add havelib,
37019         relocatable-*.
37020         (Support for maintaining and releasing projects): Renamed from
37021         'Support for maintaining and release projects'. Add announce-gen.
37022
37023 2007-03-31  Bruno Haible  <bruno@clisp.org>
37024
37025         * README: Talk primarily about git.
37026         (git and CVS): Renamed from CVS.
37027         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
37028         gnulib is available through git.
37029         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
37030
37031 2007-03-30  Bruno Haible  <bruno@clisp.org>
37032
37033         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37034         * lib/poll_.h: Likewise.
37035         * lib/stat_.h: Likewise.
37036         * lib/sys_time_.h: Likewise.
37037         * lib/sysexit_.h: Likewise.
37038         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
37039         * lib/stdbool_.h: Likewise.
37040         * lib/byteswap_.h: Add double-inclusion guard.
37041
37042 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
37043
37044         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
37045
37046 2007-03-30  Karl Berry  <karl@gnu.org>
37047
37048         * config/srclist-update: double space after USA in the license
37049         substitution, since that's how it's usually (?) written.
37050
37051 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37052
37053         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37054         reported by Bruno Haible.
37055
37056 2007-03-29  Bruno Haible  <bruno@clisp.org>
37057
37058         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37059         a bug in AIX iconv().
37060
37061 2007-03-29  Bruno Haible  <bruno@clisp.org>
37062
37063         * modules/ldexpl-tests: New file.
37064         * tests/test-ldexpl.c: New file.
37065
37066 2007-03-29  Bruno Haible  <bruno@clisp.org>
37067
37068         * lib/ldexpl.c: Include fpucw.h.
37069         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37070         multiplication.
37071         * modules/ldexpl (Depends-on): Add fpucw.
37072
37073 2007-03-29  Bruno Haible  <bruno@clisp.org>
37074
37075         * modules/ldexpl: New file.
37076         * m4/ldexpl.m4: New file.
37077         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37078         set.
37079         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37080         REPLACE_LDEXPL.
37081         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37082         REPLACE_LDEXPL.
37083         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37084         gl_FUNC_LDEXPL_WORKS.
37085         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37086         * modules/mathl (Files): Remove lib/ldexpl.c.
37087         (Depends-on): Add ldexpl.
37088
37089 2007-03-29  Bruno Haible  <bruno@clisp.org>
37090
37091         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37092
37093 2007-03-29  Bruno Haible  <bruno@clisp.org>
37094
37095         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37096         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37097         and possibly also HP-UX.
37098         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37099         work on AIX, IRIX, HP-UX, OSF/1.
37100         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37101         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37102         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37103         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37104         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37105         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37106
37107 2007-03-29  Bruno Haible  <bruno@clisp.org>
37108
37109         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37110
37111 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37112
37113         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37114         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37115
37116 2007-03-29  Eric Blake  <ebb9@byu.net>
37117
37118         * lib/acl-internal.h: Remove redundant include.
37119         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37120         Cygwin when a file is locked.
37121
37122 2007-03-29  Bruno Haible  <bruno@clisp.org>
37123
37124         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37125         file.
37126         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37127
37128 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37129
37130         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37131         try to remove a parent directory if the child couldn't be removed
37132         (except for the first rmdir, which could fail because the child
37133         doesn't exist).  Problem reported by Jeff Blaine in
37134         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37135
37136 2007-03-28  Bruno Haible  <bruno@clisp.org>
37137
37138         * lib/striconveh.c (utf8conv_carefully): New function.
37139         (mem_cd_iconveh_internal): Invoke it.
37140
37141 2007-03-28  Bruno Haible  <bruno@clisp.org>
37142
37143         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37144         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37145         input.
37146         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37147         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37148         unistr/u8-uctomb.
37149
37150 2007-03-28  Bruno Haible  <bruno@clisp.org>
37151
37152         * modules/unistr/u8-mbtoucr: New file.
37153         * lib/unistr/u8-mbtoucr.c: New file.
37154         * modules/unistr/u16-mbtoucr: New file.
37155         * lib/unistr/u16-mbtoucr.c: New file.
37156         * modules/unistr/u16-mbtoucr: New file.
37157         * lib/unistr/u16-mbtoucr.c: New file.
37158         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37159
37160 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37161             Bruno Haible  <bruno@clisp.org>
37162
37163         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37164         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37165         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37166
37167         * m4/stdio_h.m4: Add stubs for vasprintf too.
37168
37169         * modules/stdio: Support vasprintf in sed command.
37170
37171         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37172         vasprintf.h.  Add stdio module indicator.
37173
37174         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37175         vasprintf.h.
37176
37177         * lib/vasprintf.h: File removed.
37178
37179         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37180         * lib/vasprintf.c: Ditto.
37181         * lib/xvasprintf.c: Ditto.
37182         * tests/test-vasprintf-posix.c: Ditto.
37183         * tests/test-vasprintf.c: Ditto.
37184
37185 2007-03-27  Bruno Haible  <bruno@clisp.org>
37186
37187         Make vasnprintf multithread-safe.
37188         * lib/vasnprintf.c (decimal_point_char): New function.
37189         (VASNPRINTF): Use it.
37190         Suggested by Simon Josefsson.
37191
37192 2007-03-27  Eric Blake  <ebb9@byu.net>
37193
37194         Support sub-second birthtime on cygwin.
37195         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37196         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37197         (get_stat_birthtime): Also work with st_birthtim.
37198
37199 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37200
37201         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37202         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37203         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37204         (get_stat_birthtime_ns): Simplify compile-time tests.
37205         (get_stat_birthtime): Change the API to look like
37206         get_stat_mtime etc., except return a negative tv_nsec on error.
37207         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37208         Don't check for "spare" fields.
37209         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37210         or for struct stat.st_birthtime, as these tests aren't used.
37211         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37212
37213 2007-03-27  Bruno Haible  <bruno@clisp.org>
37214
37215         * lib/stat-time.h: Include <sys/stat.h>.
37216
37217 2007-03-27  James Youngman  <jay@gnu.org>
37218
37219         * lib/stat-time.h (get_stat_birthtime): New function for
37220           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37221         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37222           and its variants.
37223         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37224         * modules/stat-time-test: New file.
37225         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37226
37227 2007-03-26  Bruno Haible  <bruno@clisp.org>
37228
37229         Better support of signalling NaNs.
37230         * lib/atanl.c: Include isnanl.h.
37231         (atanl): Perform test for NaN at the beginning of the function and
37232         through a call to isnanl.
37233         * lib/cosl.c: Include isnanl.h.
37234         (cosl): Perform test for NaN at the beginning of the function and
37235         through a call to isnanl.
37236         * lib/ldexpl.c: Include isnanl.h.
37237         (ldexpl): Perform test for NaN through a call to isnanl.
37238         * lib/logl.c: Include isnanl.h.
37239         (logl): Perform test for NaN at the beginning of the function and
37240         through a call to isnanl.
37241         * lib/sinl.c: Include isnanl.h.
37242         (sinl): Perform test for NaN at the beginning of the function and
37243         through a call to isnanl.
37244         * lib/sqrtl.c: Include isnanl.h.
37245         (sqrtl): Perform test for NaN at the beginning of the function and
37246         through a call to isnanl.
37247         * lib/tanl.c: Include isnanl.h.
37248         (tanl): Perform test for NaN at the beginning of the function and
37249         through a call to isnanl.
37250         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37251         * modules/mathl (Depends-on): Add isnanl.
37252
37253 2007-03-26  Eric Blake  <ebb9@byu.net>
37254
37255         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37256         regression in logic sense of previous patch.
37257
37258 2007-03-26  Bruno Haible  <bruno@clisp.org>
37259
37260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37261         unportable shell command "if ! ...".
37262         Reported by Ralf Wildenhues.
37263
37264 2007-03-25  Bruno Haible  <bruno@clisp.org>
37265
37266         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37267         <sysexits.h> file, and only add EX_CONFIG.
37268         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37269         absolute file name and whether it is sufficient. Substitute also
37270         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37271         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37272         ABSOLUTE_SYSEXITS_H into sysexits.h.
37273
37274 2007-03-25  Bruno Haible  <bruno@clisp.org>
37275
37276         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37277         hints is NULL.
37278
37279 2007-03-25  Bruno Haible  <bruno@clisp.org>
37280
37281         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37282         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37283
37284 2007-03-25  Bruno Haible  <bruno@clisp.org>
37285
37286         * lib/vasnprintf.c: Include langinfo.h.
37287         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37288         multithread-safe.
37289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37290         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37291         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37292         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37293         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37294         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37295         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37296         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37297         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37298         Reported by Simon Josefsson.
37299
37300 2007-03-25  Bruno Haible  <bruno@clisp.org>
37301
37302         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37303         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37304         * modules/vasnprintf (Depends-on): Add stdint.
37305
37306 2007-03-25  Bruno Haible  <bruno@clisp.org>
37307
37308         * modules/fpieee: New file.
37309         * m4/fpieee.m4: New file.
37310         * modules/isnan-nolibm (Depends-on): Add fpieee.
37311         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37312         * modules/isnanl (Depends-on): Add fpieee.
37313
37314 2007-03-25  Bruno Haible  <bruno@clisp.org>
37315
37316         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37317
37318 2007-03-25  Bruno Haible  <bruno@clisp.org>
37319
37320         Avoid test failures on IRIX 6.5.
37321         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37322         (main): Use it.
37323         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37324         macros.
37325         (main): Use them.
37326
37327 2007-03-25  Bruno Haible  <bruno@clisp.org>
37328
37329         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37330         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37331         exists but doesn't work.
37332         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37333         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37334         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37335         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37336
37337 2007-03-25  Bruno Haible  <bruno@clisp.org>
37338
37339         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37340         returns inf. Needed on IRIX 6.5.
37341
37342 2007-03-25  Bruno Haible  <bruno@clisp.org>
37343
37344         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37345         (main): Use isnanl instead of x != x idiom.
37346         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37347
37348         * tests/test-frexp.c: Include isnan.h.
37349         (main): Use isnan instead of x != x idiom.
37350         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37351
37352 2007-03-25  Bruno Haible  <bruno@clisp.org>
37353
37354         * tests/test-frexp.c (NaN): New function/macro.
37355         (main): Use it instead of 0.0 / 0.0.
37356         * tests/test-isnan.c (NaN): New function/macro.
37357         (main): Use it instead of 0.0 / 0.0.
37358         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37359         (test_function): Use it instead of 0.0 / 0.0.
37360         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37361         (test_function): Use it instead of 0.0 / 0.0.
37362         * tests/test-snprintf-posix.h (NaN): New function/macro.
37363         (test_function): Use it instead of 0.0 / 0.0.
37364         * tests/test-sprintf-posix.h (NaN): New function/macro.
37365         (test_function): Use it instead of 0.0 / 0.0.
37366         * tests/test-fprintf-posix.h (NaN): New function/macro.
37367         (test_function): Use it instead of 0.0 / 0.0.
37368         * tests/test-printf-posix.h (NaN): New function/macro.
37369         (test_function): Use it instead of 0.0 / 0.0.
37370
37371         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37372
37373 2007-03-25  Bruno Haible  <bruno@clisp.org>
37374
37375         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37376
37377 2007-03-25  Bruno Haible  <bruno@clisp.org>
37378
37379         * lib/regexec.c (merge_state_with_log): Make static.
37380
37381 2007-03-25  Bruno Haible  <bruno@clisp.org>
37382
37383         * lib/trigl.c (kernel_rem_pio2): Make static.
37384
37385 2007-03-25  Bruno Haible  <bruno@clisp.org>
37386
37387         * lib/sincosl.c (sincosl_table): Make static.
37388
37389 2007-03-25  Bruno Haible  <bruno@clisp.org>
37390
37391         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37392         if the compiler does not support C99.
37393
37394 2007-03-25  Bruno Haible  <bruno@clisp.org>
37395
37396         * modules/time (Makefile.am): Ensure all rule action lines start with a
37397         tab.
37398
37399 2007-03-24  Bruno Haible  <bruno@clisp.org>
37400
37401         * modules/tsearch-tests: New file.
37402         * tests/test-tsearch.sh: New file.
37403         * tests/test-tsearch.c: New file, mostly copied from glibc.
37404
37405         * modules/search-tests: New file.
37406         * tests/test-search.c: New file.
37407
37408         * modules/search: New file.
37409         * lib/search_.h: New file, incorporating lib/tsearch.h.
37410         * m4/search_h.m4: New file.
37411         * lib/tsearch.h: Remove file.
37412         * lib/tsearch.c: Include search.h instead of tsearch.h.
37413         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37414         HAVE_TSEARCH.
37415         * modules/tsearch (Files): Remove lib/tsearch.h.
37416         (Depends-on): Add search.
37417         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37418         (Include): Change tsearch.h into search.h.
37419
37420 2007-03-24  Bruno Haible  <bruno@clisp.org>
37421
37422         * modules/fpucw: New file.
37423         * lib/fpucw.h: New file.
37424         * lib/frexp.c: Include fpucw.h.
37425         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37426         (FUNC): Use them.
37427         * lib/printf-frexp.c: Include fpucw.h.
37428         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37429         (FUNC): Use them.
37430         * lib/vasnprintf.c: Include fpucw.h.
37431         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37432         'long double' calculations.
37433         * tests/test-frexpl.c: Include fpucw.h.
37434         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37435         * tests/test-printf-frexpl.c: Include fpucw.h.
37436         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37437         * modules/frexpl (Depends-on): Add fpucw.
37438         * modules/printf-frexpl (Depends-on): Likewise.
37439         * modules/fprintf-posix (Depends-on): Likewise.
37440         * modules/snprintf-posix (Depends-on): Likewise.
37441         * modules/sprintf-posix (Depends-on): Likewise.
37442         * modules/vasnprintf-posix (Depends-on): Likewise.
37443         * modules/vasprintf-posix (Depends-on): Likewise.
37444         * modules/vfprintf-posix (Depends-on): Likewise.
37445         * modules/vsnprintf-posix (Depends-on): Likewise.
37446         * modules/vsprintf-posix (Depends-on): Likewise.
37447         * modules/frexpl-tests (Depends-on): Likewise.
37448         * modules/printf-frexpl-tests (Depends-on): Likewise.
37449
37450 2007-03-24  Bruno Haible  <bruno@clisp.org>
37451
37452         * lib/float+.h: New file.
37453         * lib/isnan.c: Include float+.h.
37454         (SIZE): New macro.
37455         (FUNC): Compare only SIZE bytes of the value.
37456         * lib/vasnprintf.c: Include float+.h.
37457         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37458         SIZEOF_LDBL or SIZEOF_DBL bytes.
37459         * modules/isnan-nolibm (Files): Add lib/float+.h.
37460         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37461         * modules/isnanl (Files): Add lib/float+.h.
37462         * modules/vasnprintf (Files): Add lib/float+.h.
37463
37464 2007-03-24  Bruno Haible  <bruno@clisp.org>
37465
37466         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37467         include isnanl-nolibm.h.
37468
37469 2007-03-24  Bruno Haible  <bruno@clisp.org>
37470
37471         * tests/test-read-file.c (main): Don't produce spurious output for
37472         expected situations. Make the test fail if it encountered unexpected
37473         results.
37474
37475 2007-03-24  Bruno Haible  <bruno@clisp.org>
37476
37477         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37478         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37479
37480 2007-03-24  Bruno Haible  <bruno@clisp.org>
37481
37482         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37483
37484 2007-03-24  Bruno Haible  <bruno@clisp.org>
37485
37486         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37487         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37488
37489         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37490         * modules/utf8-ucs4: Turn into a symbolic link to module
37491         unistr/u8-mbtouc.
37492
37493         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37494         utf8-ucs4-unsafe.
37495         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37496         unistr/u8-mbtouc-unsafe.
37497
37498         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37499         * modules/utf16-ucs4: Turn into a symbolic link to module
37500         unistr/u16-mbtouc.
37501
37502         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37503         utf16-ucs4-unsafe.
37504         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37505         unistr/u16-mbtouc-unsafe.
37506
37507         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37508         * modules/ucs4-utf8: Turn into a symbolic link to module
37509         unistr/u8-ubtomb.
37510
37511         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37512         * modules/ucs4-utf16: Turn into a symbolic link to module
37513         unistr/u16-ubtomb.
37514
37515 2007-03-24  Bruno Haible  <bruno@clisp.org>
37516
37517         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37518         Enable the function only if HAVE_INLINE.
37519         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37520         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37521         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37522         Enable the function only if HAVE_INLINE.
37523         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37524         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37525         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37526         Enable the function only if HAVE_INLINE.
37527         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37528         Enable the function only if HAVE_INLINE.
37529         * modules/utf8-ucs4: Update.
37530         * modules/utf8-ucs4-unsafe: Update.
37531         * modules/utf16-ucs4: Update.
37532         * modules/utf16-ucs4-unsafe: Update.
37533         * modules/ucs4-utf8: Update.
37534         * modules/ucs4-utf16: Update.
37535
37536 2007-03-24  Bruno Haible  <bruno@clisp.org>
37537
37538         * lib/utf8-ucs4.h: Remove file.
37539         * lib/utf8-ucs4-unsafe.h: Remove file.
37540         * lib/utf16-ucs4.h: Remove file.
37541         * lib/utf16-ucs4-unsafe.h: Remove file.
37542         * lib/ucs4-utf8.h: Remove file.
37543         * lib/ucs4-utf16.h: Remove file.
37544         * lib/unistr.h: Include their previous contents.
37545         * m4/utf-ucs4.m4: Remove file.
37546         * m4/ucs4-utf.m4: Remove file.
37547         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.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/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.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 (Files): Remove lib/utf16-ucs4.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/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37563         (Depends-on): Add unistr/base.
37564         (configure.ac): Remove gl_UTF_UCS4.
37565         (Makefile.am): Update.
37566         (Include): Change to unistr.h.
37567         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.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         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37573         (Depends-on): Add unistr/base.
37574         (configure.ac): Remove gl_UCS4_UTF.
37575         (Makefile.am): Update.
37576         (Include): Change to unistr.h.
37577         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37578         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37579         utf8-ucs4-unsafe.h.
37580         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37581         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37582         utf16-ucs4-unsafe.h.
37583         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37584         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37585         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37586         * lib/unistr/u8-strchr.c: Likewise.
37587         * lib/unistr/u8-strrchr.c: Likewise.
37588         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37589         * lib/unistr/u16-strchr.c: Likewise.
37590         * lib/unistr/u16-strrchr.c: Likewise.
37591         * lib/striconveh.c: Update.
37592         * lib/linebreak.c: Update.
37593
37594 2007-03-24  Bruno Haible  <bruno@clisp.org>
37595
37596         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37597         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37598
37599 2007-03-22  Bruno Haible  <bruno@clisp.org>
37600
37601         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37602
37603 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37604
37605         * MODULES.html.sh (File system functions): New module write-any-file.
37606         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37607         * m4/write-any-file.m4: New files.
37608
37609 2007-03-23  Eric Blake  <ebb9@byu.net>
37610
37611         * gnulib-tool: Rearrange space-tab sequences, since some editors
37612         like to eat them.
37613
37614 2007-03-23  Eric Blake  <ebb9@byu.net>
37615
37616         * lib/version-etc.c (version_etc_va): Update license wording to
37617         be more concise.  Recommended by Richard Stallman.
37618
37619 2007-03-22  Bruno Haible  <bruno@clisp.org>
37620
37621         * lib/poll.c (MSG_PEEK): New fallback definition.
37622
37623 2007-03-22  Bruno Haible  <bruno@clisp.org>
37624
37625         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37626         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37627         (main): Update.
37628         Fixes a compilation error on BeOS.
37629
37630 2007-03-22  Bruno Haible  <bruno@clisp.org>
37631
37632         * modules/frexpl-tests: New file.
37633         * tests/test-frexpl.c: New file.
37634
37635         * modules/frexpl: New file.
37636         * m4/frexpl.m4: New file.
37637         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37638         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37639         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37640         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37641         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37642         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37643
37644 2007-03-22  Bruno Haible  <bruno@clisp.org>
37645
37646         * lib/frexpl.c: Share code with lib/frexp.c.
37647         * modules/mathl (Files): Add lib/frexp.c.
37648         (Depends-on): Add isnanl-nolibm.
37649
37650 2007-03-22  Bruno Haible  <bruno@clisp.org>
37651
37652         * modules/printf-frexp (Files): Add m4/frexp.m4.
37653         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37654         only if the found frexp function actually works.
37655
37656 2007-03-22  Bruno Haible  <bruno@clisp.org>
37657
37658         * lib/frexp.c: Remove older implementation that uses divisions.
37659
37660 2007-03-21  Bruno Haible  <bruno@clisp.org>
37661
37662         * modules/frexp-tests: New file.
37663         * tests/test-frexp.c: New file.
37664
37665         * modules/frexp: New file.
37666         * lib/frexp.c: New file.
37667         * m4/frexp.m4: New file.
37668         * lib/math_.h (frexp): New declaration.
37669         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37670         REPLACE_FREXP.
37671         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37672
37673 2007-03-21  Bruno Haible  <bruno@clisp.org>
37674
37675         * modules/isnanl-tests: New file.
37676         * tests/test-isnanl.c: New file.
37677
37678         * modules/isnanl: New file.
37679         * lib/isnanl.h: New file.
37680         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37681         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37682         gl_FUNC_ISNANL_WORKS.
37683         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37684         New macros.
37685
37686 2007-03-21  Bruno Haible  <bruno@clisp.org>
37687
37688         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37689         lib/isnanl.h.
37690         (Include): Update.
37691         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37692         * lib/vasnprintf.c: Update.
37693         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37694         tests/test-isnanl.h, remove tests/test-isnanl.c.
37695         (Makefile.am): Update.
37696         * tests/test-isnanl-nolibm.c: New file.
37697         * tests/test-isnanl.h: New file.
37698         * tests/test-isnanl.c: Remove file.
37699
37700 2007-03-21  Jim Meyering  <jim@meyering.net>
37701
37702         When trying to open ".", treat ESTALE like EACCES.
37703         * lib/savewd.c (savewd_save): Resort to forking not just upon
37704         failure with EACCES, but also when errno is ESTALE.
37705
37706 2007-03-20  Bruno Haible  <bruno@clisp.org>
37707
37708         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37709         Needed on AIX 5.1. Reported by Matthew Woehlke.
37710
37711 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37712
37713         Suggestions by Bruno Haible:
37714         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37715         our own.
37716         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37717         * modules/acl (Depends-on): Add gettext.
37718
37719 2007-03-19  Bruno Haible  <bruno@clisp.org>
37720
37721         * modules/iconvme: Remove file.
37722         * lib/iconvme.h: Remove file.
37723         * lib/iconvme.c: Remove file.
37724         * m4/iconvme.m4: Remove file.
37725
37726 2007-03-19  Bruno Haible  <bruno@clisp.org>
37727
37728         * doc/relocatable-maint.texi: Break long shell script line.
37729         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37730
37731 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37732
37733         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37734         handle file_has_acl.
37735         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37736         * lib/acl.c: Move header inclusions and related macro defns into
37737         lib/acl-internal.h.
37738         (S_ISLNK): Remove defn, since that's now done for us.
37739         (file_has_acl): Move to lib/file-has-acl.c.
37740         Call acl_trivial if available.  This is the crucial part of the fix.
37741         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37742         shared within the library.  Rewrite a bit, partly to make it compatible
37743         with the GNU coding style.
37744         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37745         Remove unnecessary double-quotes.
37746         Don't test for acl_to_text; the build will catch that.
37747         Replace acl_entries if it doesn't exist and it is needed.
37748         Check for -lsec and acl_trivial (as used on Solaris 10).
37749         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37750         lib/file-has-acl.c.
37751         (Depends-on): Add sys_stat, for S_ISLNK.
37752
37753 2007-03-19  Ben Pfaff  <blp@gnu.org>
37754
37755         * doc/gnulib.texi: Fix typos.
37756         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37757
37758 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37759
37760         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37761         If size is zero here, buf must be zero.
37762
37763 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37764
37765         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37766         <bruno@clisp.org>.
37767
37768 2007-03-18  Bruno Haible  <bruno@clisp.org>
37769
37770         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37771         Suggested by Eric Blake.
37772
37773 2007-03-18  Ben Pfaff  <blp@gnu.org>
37774
37775         * doc/relocatable.texi: Recommend using as prefix a directory
37776         that does not exist and will never be created.  Based on
37777         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37778         and others.
37779
37780 2007-03-17  Bruno Haible  <bruno@clisp.org>
37781
37782         * lib/fchownat.c: Include lchown.h.
37783
37784 2007-03-17  Bruno Haible  <bruno@clisp.org>
37785
37786         Fix endless loop when the given allocated size was > INT_MAX.
37787         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37788         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37789         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37790         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37791         * lib/sprintf.c (sprintf): Likewise.
37792
37793 2007-03-17  Bruno Haible  <bruno@clisp.org>
37794
37795         * tests/test-argp-2.sh (func_compare): Output a context diff.
37796
37797 2007-03-17  Bruno Haible  <bruno@clisp.org>
37798
37799         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37800         locale's decimal-point character.
37801
37802 2007-03-17  Bruno Haible  <bruno@clisp.org>
37803
37804         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37805         before comparing it. Needed because on some platforms (e.g. x86) a
37806         'long double' occupies less bytes than sizeof (long double).
37807
37808 2007-03-17  Bruno Haible  <bruno@clisp.org>
37809
37810         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37811         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37812         * tests/test-getaddrinfo.c (simple): Likewise.
37813         * tests/test-read-file.c (main): Likewise.
37814
37815 2007-03-17  Bruno Haible  <bruno@clisp.org>
37816
37817         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37818
37819 2007-03-17  Bruno Haible  <bruno@clisp.org>
37820
37821         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37822         unused variable.
37823
37824 2007-03-17  Bruno Haible  <bruno@clisp.org>
37825
37826         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37827         * tests/test-c-strncasecmp.c: Likewise.
37828
37829 2007-03-17  Bruno Haible  <bruno@clisp.org>
37830
37831         * modules/stdlib (Depends-on): Add unistd.
37832         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37833         Needed for MacOS X 10.3.
37834
37835 2007-03-17  Bruno Haible  <bruno@clisp.org>
37836
37837         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37838
37839 2007-03-17  Bruno Haible  <bruno@clisp.org>
37840
37841         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37842
37843 2007-03-17  Bruno Haible  <bruno@clisp.org>
37844
37845         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37846         to reflect files copied from gnulib (with or without modifications).
37847         Suggested by Jim Meyering.
37848
37849 2007-03-17  Eric Blake  <ebb9@byu.net>
37850
37851         * NEWS: Document stdlib change from 2007-02-18.
37852
37853 2007-03-17  Jim Meyering  <jim@meyering.net>
37854
37855         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37856         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37857         someone uses a name containing shell meta-characters.
37858         Reported by Alfred M. Szmidt.
37859
37860         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37861
37862 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37863
37864         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37865         and copy gettext configuration files only if configure.ac contains
37866         a use of AM_GNU_GETTEXT_VERSION.
37867
37868 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37869
37870         * build-aux/bootstrap (gnulib_name): New variable.
37871         (gnulib_tool_options): Use it.
37872
37873 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37874
37875         * tests/test-des.c: Use new namespace.
37876
37877 2007-03-15  Bruno Haible  <bruno@clisp.org>
37878
37879         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37880         Reported by James Youngman <jay@gnu.org>.
37881
37882 2007-03-15  Bruno Haible  <bruno@clisp.org>
37883
37884         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37885         declared prototype. Needed with cc on OSF/1 5.1.
37886
37887 2007-03-15  Bruno Haible  <bruno@clisp.org>
37888
37889         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37890         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37891         (struct gl_list_implementation): Add dispose_fn argument to the
37892         'create_empty', 'create' methods.
37893         (struct gl_list_impl_base): Add field 'dispose_fn'.
37894         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37895         argument.
37896         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37897         dispose_fn argument.
37898         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37899         dispose_fn on the dropped values.
37900         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37901         dispose_fn argument.
37902         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37903         dropped values.
37904         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37905         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37906         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37907         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37908         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37909         argument.
37910         (gl_tree_list_free): Call dispose_fn on the dropped values.
37911         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37912         the dropped values.
37913         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37914         Add dispose_fn argument.
37915         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37916         Call dispose_fn on the dropped values.
37917         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37918         Add dispose_fn argument.
37919         (gl_sublist_create): Initialize the 'dispose_fn' field.
37920         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37921         * tests/test-array_list.c (main): Update.
37922         * tests/test-carray_list.c (main): Update.
37923         * tests/test-avltree_list.c (main): Update.
37924         * tests/test-rbtree_list.c (main): Update.
37925         * tests/test-avltreehash_list.c (main): Update.
37926         * tests/test-rbtreehash_list.c (main): Update.
37927         * tests/test-linked_list.c (main): Update.
37928         * tests/test-linkedhash_list.c (main): Update.
37929         * tests/test-array_oset.c (main): Update.
37930
37931 2007-03-15  Bruno Haible  <bruno@clisp.org>
37932
37933         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37934         (gl_oset_create_empty): Add dispose_fn argument.
37935         (struct gl_oset_implementation): Add dispose_fn argument to
37936         'create_empty' method.
37937         (struct gl_oset_impl_base): Add dispose_fn field.
37938         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37939         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37940         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37941         values.
37942         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37943         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37944         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37945         dropped value.
37946         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37947         dropped value.
37948         * tests/test-array_oset.c (main): Update.
37949         * tests/test-avltree_oset.c (main): Update.
37950         * tests/test-rbtree_oset.c (main): Update.
37951         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37952
37953 2007-03-13  Bruno Haible  <bruno@clisp.org>
37954
37955         * tests/test-stdbool.c (i): Update after last patch.
37956
37957 2007-03-12  Bruno Haible  <bruno@clisp.org>
37958
37959         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37960         the iswprint macro. Needed on Solaris 2.5.1.
37961
37962 2007-03-12  Bruno Haible  <bruno@clisp.org>
37963
37964         * tests/test-printf-frexp.c (main): Declare x as volatile.
37965
37966 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37967
37968         * doc/gnulib.texi (Build robot for gnulib): New section.
37969
37970 2007-03-12  Jim Meyering  <jim@meyering.net>
37971
37972         * build-aux/bootstrap: New file.
37973         * build-aux/bootstrap.conf: New file, from coreutils.
37974
37975 2007-03-11  Bruno Haible  <bruno@clisp.org>
37976
37977         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37978
37979 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37980
37981         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37982         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37983         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37984
37985 2007-03-11  Bruno Haible  <bruno@clisp.org>
37986
37987         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37988         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37989
37990 2007-03-11  Bruno Haible  <bruno@clisp.org>
37991
37992         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37993         formula. Needed for SunPRO C 5.0.
37994
37995 2007-03-11  Bruno Haible  <bruno@clisp.org>
37996
37997         * modules/long-options (Depends-on): Add getopt.
37998
37999 2007-03-11  Bruno Haible  <bruno@clisp.org>
38000
38001         * modules/modechange (Depends-on): Add stdbool.
38002
38003 2007-03-11  Bruno Haible  <bruno@clisp.org>
38004
38005         * modules/i-ring (Depends-on): Add stdbool.
38006
38007 2007-03-11  Bruno Haible  <bruno@clisp.org>
38008
38009         * modules/gc-des (Depends-on): Add stdbool.
38010
38011 2007-03-11  Bruno Haible  <bruno@clisp.org>
38012
38013         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
38014
38015 2007-03-11  Bruno Haible  <bruno@clisp.org>
38016
38017         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
38018
38019 2007-03-11  Bruno Haible  <bruno@clisp.org>
38020
38021         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
38022
38023 2007-03-11  Bruno Haible  <bruno@clisp.org>
38024
38025         * lib/vasnprintf.c (sprintf): Undefine.
38026
38027 2007-03-11  Bruno Haible  <bruno@clisp.org>
38028
38029         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
38030         initializers in SunPRO C and Compaq C compilers.
38031
38032 2007-03-11  Bruno Haible  <bruno@clisp.org>
38033
38034         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
38035         decrementing code ANSI C compliant.
38036
38037 2007-03-11  Bruno Haible  <bruno@clisp.org>
38038
38039         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
38040         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
38041
38042 2007-03-11  Bruno Haible  <bruno@clisp.org>
38043
38044         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
38045         <stdbool.h> substitute doesn't pass.
38046
38047 2007-03-11  Bruno Haible  <bruno@clisp.org>
38048
38049         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
38050
38051 2007-03-11  Bruno Haible  <bruno@clisp.org>
38052
38053         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38054         script, for submission to autobuild.josefsson.org.
38055
38056 2007-03-10  Bruno Haible  <bruno@clisp.org>
38057
38058         * modules/canonicalize-lgpl-tests: New file.
38059         * tests/test-canonicalize-lgpl.sh: New file.
38060         * tests/test-canonicalize-lgpl.c: New file.
38061
38062         * modules/c-strcase-tests: New file.
38063         * tests/test-c-strcase.sh: New file.
38064         * tests/test-c-strcasecmp.c: New file.
38065         * tests/test-c-strncasecmp.c: New file.
38066
38067         * modules/atexit-tests: New file.
38068         * tests/test-atexit.sh: New file.
38069         * tests/test-atexit.c: New file.
38070
38071 2007-03-10  Bruno Haible  <bruno@clisp.org>
38072
38073         * tests/test-binary-io.sh: Use temporary filenames that are not so
38074         likely to clash with those of other tests (in a parallel make).
38075         * tests/test-binary-io.c: Likewise.
38076
38077 2007-03-10  Bruno Haible  <bruno@clisp.org>
38078
38079         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38080         fallback; use #error instead.
38081         Suggested by Simon Josefsson.
38082
38083 2007-03-10  Bruno Haible  <bruno@clisp.org>
38084
38085         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38086         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38087         first and the last.
38088
38089 2007-03-10  Bruno Haible  <bruno@clisp.org>
38090
38091         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38092
38093 2007-03-10  Bruno Haible  <bruno@clisp.org>
38094
38095         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38096         "make distcheck".
38097         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38098         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38099         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38100
38101 2007-03-10  Bruno Haible  <bruno@clisp.org>
38102
38103         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38104         variable.
38105         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38106         variable.
38107
38108 2007-03-09  Eric Blake  <ebb9@byu.net>
38109         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38110
38111         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38112         types are not being provided by gnulib.
38113         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38114         types are supported.
38115
38116 2007-03-10  Bruno Haible  <bruno@clisp.org>
38117
38118         * lib/stdio_.h (__attribute__): New macro.
38119         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38120         vsprintf): Specify __attribute__ __format__ for GCC.
38121         Suggested by Eric Blake.
38122
38123 2007-03-09  Bruno Haible  <bruno@clisp.org>
38124
38125         * modules/printf-posix-tests: New file.
38126         * tests/test-printf-posix.sh: New file.
38127         * tests/test-printf-posix.c: New file.
38128
38129         * modules/printf-posix: New file.
38130         * lib/printf.c: New file.
38131         * m4/printf-posix-rpl.m4: New file.
38132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38133         REPLACE_PRINTF.
38134         * lib/stdio_.h (printf): New declaration.
38135         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38136         ____strfmon____): New macros.
38137         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38138         REPLACE_PRINTF.
38139
38140 2007-03-09  Bruno Haible  <bruno@clisp.org>
38141
38142         * tests/test-vasnprintf-posix2.sh: New file.
38143         * tests/test-vasnprintf-posix2.c: New file.
38144         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38145         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38146         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38147
38148         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38149         a locale dependent decimal point, rather than always '.'.
38150
38151 2007-03-09  Eric Blake  <ebb9@byu.net>
38152
38153         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38154         spite of platforms like Tandem/NSK that define it to -1.
38155
38156 2007-03-08  Bruno Haible  <bruno@clisp.org>
38157
38158         * modules/vprintf-posix-tests: New file.
38159         * tests/test-vprintf-posix.sh: New file.
38160         * tests/test-vprintf-posix.c: New file.
38161         * tests/test-printf-posix.h: New file.
38162
38163         * modules/vprintf-posix: New file.
38164         * lib/vprintf.c: New file.
38165         * m4/vprintf-posix.m4: New file.
38166         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38167         REPLACE_VPRINTF.
38168         * lib/stdio_.h (vprintf): New declaration.
38169         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38170         REPLACE_VPRINTF.
38171
38172 2007-03-08  Bruno Haible  <bruno@clisp.org>
38173
38174         * modules/fprintf-posix-tests: New file.
38175         * tests/test-fprintf-posix.sh: New file.
38176         * tests/test-fprintf-posix.c: New file.
38177
38178         * modules/fprintf-posix: New file.
38179         * lib/fprintf.c: New file.
38180         * m4/fprintf-posix.m4: New file.
38181         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38182         REPLACE_FPRINTF.
38183         * lib/stdio_.h (fprintf): New declaration.
38184         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38185         REPLACE_FPRINTF.
38186
38187 2007-03-08  Bruno Haible  <bruno@clisp.org>
38188
38189         * modules/vfprintf-posix-tests: New file.
38190         * tests/test-vfprintf-posix.sh: New file.
38191         * tests/test-vfprintf-posix.c: New file.
38192         * tests/test-fprintf-posix.h: New file.
38193         * tests/test-fprintf-posix.out: New file.
38194
38195         * modules/vfprintf-posix: New file.
38196         * lib/vfprintf.c: New file.
38197         * m4/vfprintf-posix.m4: New file.
38198         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38199         REPLACE_VFPRINTF.
38200         * lib/stdio_.h (vfprintf): New declaration.
38201         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38202         REPLACE_VFPRINTF.
38203
38204 2007-03-08  Bruno Haible  <bruno@clisp.org>
38205
38206         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38207
38208 2007-03-08  Bruno Haible  <bruno@clisp.org>
38209
38210         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38211         instead of 'expr' invocations.
38212         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38213         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38214         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38215         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38216         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38217         Suggested by Paul Eggert.
38218
38219 2007-03-08  Bruno Haible  <bruno@clisp.org>
38220
38221         * modules/fseterr-tests: New file.
38222         * tests/test-fseterr.c: New file.
38223
38224         * modules/fseterr: New file.
38225         * lib/fseterr.h: New file.
38226         * lib/fseterr.c: New file.
38227
38228 2007-03-08  Bruno Haible  <bruno@clisp.org>
38229
38230         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38231         * lib/getopt_.h: Likewise.
38232         * lib/mbswidth.h: Likewise.
38233         * lib/setenv.h: Likewise.
38234         * lib/vasnprintf.h: Likewise.
38235         * lib/vasprintf.h: Likewise.
38236         * lib/verror.h: Likewise.
38237         * lib/xsetenv.h: Likewise.
38238         * lib/xvasprintf.h: Likewise.
38239
38240 2007-03-08  Jim Meyering  <jim@meyering.net>
38241
38242         * users.txt: Add parted.
38243
38244         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38245
38246 2007-03-07  Bruno Haible  <bruno@clisp.org>
38247
38248         * m4/printf.m4: Make the shell script snippets copy&pastable.
38249
38250 2007-03-02  Bruno Haible  <bruno@clisp.org>
38251
38252         * lib/netinet_in_.h: New file.
38253         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38254         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38255         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38256         (Depends-on): Add absolute-header.
38257         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38258         into netinet/in.h.
38259
38260 2007-03-03  Bruno Haible  <bruno@clisp.org>
38261
38262         * lib/sys_select_.h: New file.
38263         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38264         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38265         * modules/sys_select (Files): Add lib/sys_select_.h.
38266         (Depends-on): Add absolute-header.
38267         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38268         into sys/select.h.
38269
38270 2007-03-02  Bruno Haible  <bruno@clisp.org>
38271
38272         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38273         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38274         values.
38275         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38276         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38277         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38278         * modules/sys_socket (Depends-on): Add absolute-header.
38279         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38280         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38281         (Include): Remove requirement of inclusion of <sys/types.h>.
38282
38283 2007-03-02  Bruno Haible  <bruno@clisp.org>
38284
38285         * lib/byteswap_.h (bswap_32): Fix formula.
38286
38287 2007-03-06  Bruno Haible  <bruno@clisp.org>
38288
38289         * modules/sprintf-posix-tests: New file.
38290         * tests/test-sprintf-posix.c: New file.
38291
38292         * modules/sprintf-posix: New file.
38293         * lib/sprintf.c: New file.
38294         * m4/sprintf-posix.m4: New file.
38295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38296         REPLACE_SPRINTF.
38297         * lib/stdio_.h (sprintf): New declaration.
38298         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38299         REPLACE_SPRINTF.
38300
38301 2007-03-06  Bruno Haible  <bruno@clisp.org>
38302
38303         * modules/vsprintf-posix-tests: New file.
38304         * tests/test-vsprintf-posix.c: New file.
38305         * tests/test-sprintf-posix.h: New file.
38306
38307         * modules/vsprintf-posix: New file.
38308         * lib/vsprintf.c: New file.
38309         * m4/vsprintf-posix.m4: New file.
38310         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38311         REPLACE_VSPRINTF.
38312         * lib/stdio_.h (vsprintf): New declaration.
38313         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38314         REPLACE_VSPRINTF.
38315
38316 2007-03-06  Bruno Haible  <bruno@clisp.org>
38317
38318         * modules/vsnprintf (Depend-on): Remove minmax.
38319
38320 2007-03-06  Bruno Haible  <bruno@clisp.org>
38321
38322         * modules/snprintf-posix-tests: New file.
38323         * tests/test-snprintf-posix.c: New file.
38324
38325         * modules/snprintf-posix: New file.
38326         * m4/snprintf-posix.m4: New file.
38327         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38328         gl_FUNC_SNPRINTF.
38329         (gl_FUNC_SNPRINTF): Invoke it.
38330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38331         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38332         is set.
38333         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38334
38335 2007-03-06  Bruno Haible  <bruno@clisp.org>
38336
38337         * modules/vsnprintf-posix-tests: New file.
38338         * tests/test-vsnprintf-posix.c: New file.
38339         * tests/test-snprintf-posix.h: New file.
38340
38341         * modules/vsnprintf-posix: New file.
38342         * m4/vsnprintf-posix.m4: New file.
38343         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38344         gl_FUNC_VSNPRINTF.
38345         (gl_FUNC_VSNPRINTF): Invoke it.
38346         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38347         * lib/stdio_.h (vsnprintf): Define as a replacement if
38348         REPLACE_VSNPRINTF is set.
38349         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38350
38351 2007-03-06  Bruno Haible  <bruno@clisp.org>
38352
38353         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38354         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38355
38356 2007-03-06  Bruno Haible  <bruno@clisp.org>
38357
38358         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38359         (asinl): Declare also if HAVE_DECL_ASINL is set.
38360         (atanl): Declare also if HAVE_DECL_ATANL is set.
38361         (ceill): Declare also if HAVE_DECL_CEILL is set.
38362         (cosl): Declare also if HAVE_DECL_COSL is set.
38363         (expl): Declare also if HAVE_DECL_EXPL is set.
38364         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38365         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38366         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38367         (logl): Declare also if HAVE_DECL_LOGL is set.
38368         (sinl): Declare also if HAVE_DECL_SINL is set.
38369         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38370         (tanl): Declare also if HAVE_DECL_TANL is set.
38371         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38372         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38373         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38374         declaration of frexpl, ldexpl.
38375         * modules/printf-frexpl (Depends-on): Add math.
38376         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38377
38378 2007-03-05  Bruno Haible  <bruno@clisp.org>
38379
38380         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38381         frexpl and ldexpl are declared.
38382         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38383
38384 2007-03-05  Bruno Haible  <bruno@clisp.org>
38385
38386         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38387         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38388
38389 2007-03-05  Bruno Haible  <bruno@clisp.org>
38390
38391         * lib/stdio_.h: Include <stddef.h>.
38392
38393 2007-03-05  Bruno Haible  <bruno@clisp.org>
38394
38395         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38396
38397 2007-03-05  Bruno Haible  <bruno@clisp.org>
38398
38399         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38400         NetBSD 4, from Ralf Wildenhues.
38401
38402 2007-03-04  Bruno Haible  <bruno@clisp.org>
38403
38404         * lib/vasprintf.h: Update #if logic for the case when the functions
38405         exist but are overridden.
38406
38407 2007-03-04  Bruno Haible  <bruno@clisp.org>
38408
38409         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38410         implementations: glibc-2.4 and MacOS X 10.3.
38411         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38412         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38413         * tests/test-vasprintf-posix.c (test_function): Likewise.
38414
38415 2007-03-04  Bruno Haible  <bruno@clisp.org>
38416
38417         * modules/vasprintf-posix-tests: New file.
38418         * tests/test-vasprintf-posix.c: New file.
38419
38420         * modules/vasprintf-posix: New file.
38421         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38422         defined.
38423         * m4/vasprintf-posix.m4: New file.
38424         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38425         gl_FUNC_VASPRINTF.
38426         (gl_FUNC_VASPRINTF): Invoke it.
38427         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38428         here.
38429         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38430
38431 2007-03-04  Bruno Haible  <bruno@clisp.org>
38432
38433         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38434         REPLACE_GETTIMEOFDAY.
38435         * modules/sys_time (Makefile.am): Likewise.
38436         * m4/sys_time_h.m4: Likewise.
38437         * m4/gettimeofday.m4: Likewise.
38438
38439 2007-03-04  Bruno Haible  <bruno@clisp.org>
38440
38441         * modules/vasnprintf-posix-tests: New file.
38442         * tests/test-vasnprintf-posix.c: New file.
38443
38444         * modules/vasnprintf-posix: New file.
38445         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38446         printf-frexpl.h.
38447         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38448         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38449         REPLACE_VASNPRINTF is defined.
38450         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38451         gl_FUNC_VASNPRINTF.
38452         (gl_FUNC_VASNPRINTF): Invoke it.
38453         * m4/vasnprintf-posix.m4: New file.
38454         * m4/printf.m4: New file.
38455
38456 2007-03-04  Bruno Haible  <bruno@clisp.org>
38457
38458         Compile progreloc.c only if --enable-relocatable is specified.
38459         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38460         if --enable-relocatable was specified.
38461         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38462         lib_SOURCES.
38463
38464 2007-03-04  Jim Meyering  <jim@meyering.net>
38465
38466         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38467         Use it consistently, rather than enumerating errno constants.
38468
38469 2007-03-04  Bruno Haible  <bruno@clisp.org>
38470
38471         * modules/xvasprintf-tests: New file.
38472         * tests/test-xvasprintf.c: New file.
38473
38474         * modules/vasprintf-tests: New file.
38475         * tests/test-vasprintf.c: New file.
38476
38477         * modules/vasnprintf-tests: New file.
38478         * tests/test-vasnprintf.c: New file.
38479
38480         * modules/vsnprintf-tests: New file.
38481         * tests/test-vsnprintf.c: New file.
38482
38483         * modules/snprintf-tests: New file.
38484         * tests/test-snprintf.c: New file.
38485
38486 2007-03-04  Bruno Haible  <bruno@clisp.org>
38487
38488         Compile relocatable.c only if --enable-relocatable is specified.
38489         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38490         gl_RELOCATABLE_LIBRARY.
38491         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38492         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38493         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38494         gl_RELOCATABLE_LIBRARY.
38495         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38496         (Makefile.am): Remove lib_SOURCES.
38497         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38498         gl_RELOCATABLE_LIBRARY.
38499         (Makefile.am): Remove lib_SOURCES.
38500         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38501         always.
38502         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38503         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38504
38505 2007-03-04  Bruno Haible  <bruno@clisp.org>
38506
38507         * modules/argmatch-tests: New file.
38508         * tests/test-argmatch.c: New file.
38509
38510         * tests/test-allocsa.c (main): Halve the number of loop runs.
38511
38512         * modules/alloca-opt-tests: New file.
38513         * tests/test-alloca-opt.c: New file.
38514
38515 2007-03-04  Jim Meyering  <jim@meyering.net>
38516
38517         Work around difference between Linux ACLs and Solaris 10 ZFS.
38518         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38519         for EINVAL.
38520
38521 2007-03-03  Bruno Haible  <bruno@clisp.org>
38522
38523         * modules/relocatable-prog (Depends-on): Add back progreloc's
38524         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38525
38526 2007-03-03  Bruno Haible  <bruno@clisp.org>
38527
38528         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38529         * modules/relocatable-lib: New file.
38530
38531 2007-03-03  Bruno Haible  <bruno@clisp.org>
38532
38533         * modules/relocatable-prog: Renamed from modules/relocatable.
38534         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38535
38536 2007-03-03  Bruno Haible  <bruno@clisp.org>
38537
38538         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38539         m4/relocatable-lib.m4.
38540         (Depends-on): Remove 'relocatable'.
38541         (configure.ac): Add gl_RELOCATABLE_NOP.
38542
38543 2007-03-03  Bruno Haible  <bruno@clisp.org>
38544
38545         * modules/relocatable-prog-wrapper: New file.
38546         * modules/relocatable (Depends-on): Add it. Remove all other
38547         dependencies except progname.
38548         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38549
38550         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38551         (gl_FUNC_STRERROR): Nop.
38552         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38553
38554         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38555         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38556
38557         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38558         (gl_FUNC_READLINK): Update.
38559
38560         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38561
38562 2007-03-03  Bruno Haible  <bruno@clisp.org>
38563
38564         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38565         * modules/xreadlink (Depends-on): Add unistd.
38566         * modules/xreadlink-with-size (Depends-on): Likewise.
38567
38568 2007-03-03  Bruno Haible  <bruno@clisp.org>
38569
38570         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38571         extracted from gt_FUNC_SETENV.
38572         (gt_FUNC_SETENV): Remove macro.
38573         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38574         remove gt_FUNC_SETENV.
38575
38576 2007-03-03  Bruno Haible  <bruno@clisp.org>
38577
38578         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38579         ENABLE_RELOCATABLE here.
38580         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38581
38582 2007-03-03  Bruno Haible  <bruno@clisp.org>
38583
38584         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38585         * tests/test-rbtreehash_list.c: Include progname.h.
38586         (main): Call set_program_name.
38587
38588         * modules/rbtree-oset-tests (Depends-on): Add progname.
38589         * tests/test-rbtree_oset.c: Include progname.h.
38590         (main): Call set_program_name.
38591
38592         * modules/rbtree-list-tests (Depends-on): Add progname.
38593         * tests/test-rbtree_list.c: Include progname.h.
38594         (main): Call set_program_name.
38595
38596         * modules/linked-list-tests (Depends-on): Add progname.
38597         * tests/test-linked_list.c: Include progname.h.
38598         (main): Call set_program_name.
38599
38600 2007-03-03  Bruno Haible  <bruno@clisp.org>
38601
38602         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38603         All uses of __restrict changed to _Restrict_.
38604         * lib/glob_.h (__restrict): Remove macro.
38605
38606 2007-03-02  Bruno Haible  <bruno@clisp.org>
38607
38608         * modules/gettext (configure.ac): Require gettext infrastructure
38609         from version 0.16.1.
38610
38611 2007-03-02  Bruno Haible  <bruno@clisp.org>
38612
38613         * modules/linkedhash-list-tests (Depends-on): Add progname.
38614         * tests/test-linkedhash_list.c: Include progname.h.
38615         (main): Call set_program_name.
38616
38617         * modules/carray-list-tests (Depends-on): Add progname.
38618         * tests/test-carray_list.c: Include progname.h.
38619         (main): Call set_program_name.
38620
38621         * modules/avltreehash-list-tests (Depends-on): Add progname.
38622         * tests/test-avltreehash_list.c: Include progname.h.
38623         (main): Call set_program_name.
38624
38625         * modules/avltree-oset-tests (Depends-on): Add progname.
38626         * tests/test-avltree_oset.c: Include progname.h.
38627         (main): Call set_program_name.
38628
38629         * modules/avltree-list-tests (Depends-on): Add progname.
38630         * tests/test-avltree_list.c: Include progname.h.
38631         (main): Call set_program_name.
38632
38633         * modules/array-oset-tests (Depends-on): Add progname.
38634         * tests/test-array_oset.c: Include progname.h.
38635         (main): Call set_program_name.
38636
38637         * modules/array-list-tests (Depends-on): Add progname.
38638         * tests/test-array_list.c: Include progname.h.
38639         (main): Call set_program_name.
38640
38641         * modules/argp-tests (Depends-on): Add progname.
38642         * tests/test-argp.c: Include argp.h first. Include progname.h.
38643         (main): Call set_program_name.
38644
38645 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38646
38647         * doc/gnulib-tool.texi (Initial import): Reword description of
38648         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38649         limited effect even if defined after the first system include.
38650
38651 2007-03-01  Bruno Haible  <bruno@clisp.org>
38652
38653         * build-aux/config.libpath: Update to libtool-1.5.22.
38654         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38655
38656 2007-03-01  Bruno Haible  <bruno@clisp.org>
38657
38658         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38659         foo_CFLAGS.
38660         Reported by Ralf Wildenhues.
38661
38662 2007-03-01  Bruno Haible  <bruno@clisp.org>
38663
38664         * build-aux/install-reloc: Remove object files left over by some
38665         compilers.
38666         Reported by Ralf Wildenhues.
38667
38668 2007-03-01  Bruno Haible  <bruno@clisp.org>
38669
38670         * build-aux/install-reloc: Break long lines.
38671
38672 2007-03-01  Bruno Haible  <bruno@clisp.org>
38673
38674         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38675         Reported by Ralf Wildenhues.
38676
38677 2007-03-01  Bruno Haible  <bruno@clisp.org>
38678
38679         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38680         include ordering constraints.
38681
38682 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38683
38684         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38685         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38686         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38687         as another example.
38688         * lib/time_.h: Fix misspelling.
38689         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38690         Require gl_HEADER_TIME_H_DEFAULTS.
38691         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38692         * m4/time_r.m4 (gl_TIME_R): Likewise.
38693         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38694
38695 2007-03-01  Bruno Haible  <bruno@clisp.org>
38696
38697         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38698         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38699
38700 2007-03-01  Jim Meyering  <jim@meyering.net>
38701
38702         * modules/xreadlink (Maintainer): Add my name.
38703         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38704
38705 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38706             Bruno Haible  <bruno@clisp.org>
38707
38708         * build-aux/install-reloc: Compile also c-ctype.c.
38709         * build-aux/relocatable.sh.in: New file.
38710         * doc/relocatable.texi: New file.
38711         * doc/relocatable-maint.texi: New file.
38712         * doc/gnulib.texi: Include relocatable-maint.texi.
38713         * lib/progreloc.c: Include unistd.h unconditionally.
38714         * lib/relocwrapper.c: Include unistd.h unconditionally.
38715         Include c-ctype.h.
38716         (add_dotbin): Use c_tolower.
38717         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38718         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38719         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38720         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38721         to m4/relocatable-lib.m4.
38722         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38723         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38724         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38725         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38726         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38727         * modules/relocatable: New file.
38728         * modules/relocatable-lib: New file.
38729         * modules/relocatable-script: New file.
38730
38731 2007-02-28  Bruno Haible  <bruno@clisp.org>
38732
38733         Import --enable-relocatable infrastructure.
38734         * build-aux/config.libpath: New file, from GNU gettext.
38735         * build-aux/install-reloc: New file, from GNU gettext.
38736         * build-aux/reloc-ldflags: New file, from GNU gettext.
38737         * lib/relocatable.h: New file, from GNU gettext.
38738         * lib/relocatable.c: New file, from GNU gettext.
38739         * lib/relocwrapper.c: New file, from GNU gettext.
38740         * m4/relocatable.m4: New file, from GNU gettext.
38741
38742 2007-02-28  Bruno Haible  <bruno@clisp.org>
38743
38744         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38745
38746         * modules/xreadlink: New file, from GNU gettext with modifications.
38747         * lib/xreadlink.c: New file, from GNU gettext.
38748         * lib/xreadlink.h: Add comments.
38749         (xreadlink): New declaration.
38750
38751         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38752         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38753         lib/xreadlink-with-size.c.
38754         (configure.ac): Remove gl_XREADLINK invocation.
38755         (Makefile.am): Augment lib_SOURCES.
38756         * m4/xreadlink.m4: Remove file.
38757         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38758         (xreadlink_with_size): Renamed from xreadink.
38759         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38760         * modules/canonicalize (Depends-on): Replace xreadlink with
38761         xreadlink-with-size.
38762         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38763
38764 2007-02-25  Jim Meyering  <jim@meyering.net>
38765
38766         * build-aux/announce-gen: When complaining about excess arguments,
38767         list them.
38768
38769 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38770
38771         * README: Document signed integer overflow situation more
38772         accurately.
38773
38774 2007-02-25  Bruno Haible  <bruno@clisp.org>
38775
38776         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38777         'a' or 'A' conversion.
38778
38779 2007-02-25  Bruno Haible  <bruno@clisp.org>
38780
38781         * modules/filename: Renamed from modules/pathname.
38782         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38783         lib/concatpath.c with lib/concat-filename.c.
38784         (Makefile.am): Update.
38785         (Include): Replace pathname.h with filename.h.
38786         * lib/filename.h: Renamed from lib/pathname.h.
38787         (concatenated_filename): Renamed from concatenated_pathname.
38788         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38789         (concatenated_filename): Renamed from concatenated_pathname.
38790         * lib/findprog.c: Include filename.h instead of pathname.h.
38791         (find_in_path): Update.
38792         * lib/javacomp.c: Include filename.h instead of pathname.h.
38793         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38794         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38795         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38796         is_oldgcj_14_13_usable, is_javac_usable): Update.
38797         * lib/javaexec.c: Include filename.h instead of pathname.h.
38798         (execute_java_class): Update.
38799         * modules/findprog: Update.
38800         * modules/javacomp: Update.
38801         * modules/javaexec: Update.
38802         * MODULES.html.sh (File system functions): Add 'filename', remove
38803         'pathname'.
38804
38805 2007-02-25  Bruno Haible  <bruno@clisp.org>
38806
38807         * modules/printf-frexpl-tests: New file.
38808         * tests/test-printf-frexpl.c: New file.
38809
38810         * modules/printf-frexpl: New file.
38811         * lib/printf-frexpl.h: New file.
38812         * lib/printf-frexpl.c: New file.
38813         * m4/printf-frexpl.m4: New file.
38814
38815 2007-02-25  Bruno Haible  <bruno@clisp.org>
38816
38817         * modules/printf-frexp-tests: New file.
38818         * tests/test-printf-frexp.c: New file.
38819
38820         * modules/printf-frexp: New file.
38821         * lib/printf-frexp.h: New file.
38822         * lib/printf-frexp.c: New file.
38823         * m4/printf-frexp.m4: New file.
38824
38825 2007-02-25  Bruno Haible  <bruno@clisp.org>
38826
38827         Assume automake >= 1.10 for the tests.
38828         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38829         * modules/arctwo-tests: Likewise.
38830         * modules/argp-tests: Likewise.
38831         * modules/avltree-list-tests: Likewise.
38832         * modules/avltree-oset-tests: Likewise.
38833         * modules/avltreehash-list-tests: Likewise.
38834         * modules/carray-list-tests: Likewise.
38835         * modules/crc-tests: Likewise.
38836         * modules/des-tests: Likewise.
38837         * modules/gc-arcfour-tests: Likewise.
38838         * modules/gc-arctwo-tests: Likewise.
38839         * modules/gc-des-tests: Likewise.
38840         * modules/gc-hmac-md5-tests: Likewise.
38841         * modules/gc-hmac-sha1-tests: Likewise.
38842         * modules/gc-md2-tests: Likewise.
38843         * modules/gc-md4-tests: Likewise.
38844         * modules/gc-md5-tests: Likewise.
38845         * modules/gc-pbkdf2-sha1-tests: Likewise.
38846         * modules/gc-rijndael-tests: Likewise.
38847         * modules/gc-sha1-tests: Likewise.
38848         * modules/gc-tests: Likewise.
38849         * modules/getaddrinfo-tests: Likewise.
38850         * modules/hmac-md5-tests: Likewise.
38851         * modules/hmac-sha1-tests: Likewise.
38852         * modules/linked-list-tests: Likewise.
38853         * modules/linkedhash-list-tests: Likewise.
38854         * modules/lock-tests: Likewise.
38855         * modules/md2-tests: Likewise.
38856         * modules/md4-tests: Likewise.
38857         * modules/md5-tests: Likewise.
38858         * modules/rbtree-list-tests: Likewise.
38859         * modules/rbtree-oset-tests: Likewise.
38860         * modules/rbtreehash-list-tests: Likewise.
38861         * modules/read-file-tests: Likewise.
38862         * modules/rijndael-tests: Likewise.
38863         * modules/stdint-tests: Likewise.
38864         * modules/tls-tests: Likewise.
38865
38866 2007-02-24  Bruno Haible  <bruno@clisp.org>
38867
38868         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38869         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38870         function; instead check whether isnan with a double argument links.
38871         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38872         function; instead check whether isnan with a 'long double' argument
38873         links.
38874         Reported by Eric Blake <ebb9@byu.net>.
38875
38876 2007-02-24  Bruno Haible  <bruno@clisp.org>
38877
38878         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38879         defined.
38880         * lib/isnanl.c: Remove all code. Just include isnan.c.
38881         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38882
38883 2007-02-25  Jim Meyering  <jim@meyering.net>
38884
38885         Avoid conflicting types for 'unsetenv' on FreeBSD.
38886         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38887         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38888         in stdlib.h.
38889
38890 2007-02-24  Bruno Haible  <bruno@clisp.org>
38891
38892         * modules/isnanl-nolibm-tests: New file.
38893         * tests/test-isnanl.c: New file.
38894
38895         * modules/isnanl-nolibm: New file.
38896         * lib/isnanl.h: New file.
38897         * lib/isnanl.c: New file.
38898         * m4/isnanl.m4: New file.
38899
38900 2007-02-24  Bruno Haible  <bruno@clisp.org>
38901
38902         * modules/isnan-nolibm-tests: New file.
38903         * tests/test-isnan.c: New file.
38904
38905         * modules/isnan-nolibm: New file.
38906         * lib/isnan.h: New file.
38907         * lib/isnan.c: New file.
38908         * m4/isnan.m4: New file.
38909
38910 2007-02-24  Bruno Haible  <bruno@clisp.org>
38911
38912         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38913         assume that an exponent fits in 20 bits.
38914
38915 2007-02-24  Jim Meyering  <jim@meyering.net>
38916
38917         * m4/regex.m4: Update the description of the configure-time option,
38918         --without-included-regex, to state accurately what the defaults are,
38919         and perhaps to give people an idea why using this option is risky.
38920
38921 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38922
38923         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38924         loops on small arguments.  This attempts to avoid the problem
38925         Bruno Haible reported for AIX 4.3.2 in
38926         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38927
38928 2007-02-23  Bruno Haible  <bruno@clisp.org>
38929
38930         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38931         Needed for help2man.
38932
38933 2007-02-23  Karl Berry  <karl@gnu.org>
38934
38935         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38936         exists, foo.h should be cvs-ignored, not committed.
38937
38938 2007-02-23  Eric Blake  <ebb9@byu.net>
38939
38940         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38941         * lib/stat-time.h (includes): Likewise.
38942         * lib/utimecmp.c (includes): Likewise.
38943         * lib/utimens.h (includes): Likewise.
38944         * lib/getdate.y (includes): Also include "timespec.h" for use
38945         internal to the module.
38946         * modules/utimens (Depends-on): Revert yesterday's patch.
38947         * modules/nanosleep (Depends-on): Add missing dependency.
38948
38949 2007-02-22  Bruno Haible  <bruno@clisp.org>
38950
38951         * lib/glob.c: Don't include getlogin_r.h.
38952
38953 2007-02-22  Jim Meyering  <jim@meyering.net>
38954
38955         * modules/utimens (Depends-on): Add timespec, required for
38956         utimens.h's inclusion of timespec.h.
38957
38958 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38959
38960         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38961         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38962         Schwab in
38963         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38964         I'll try to think of a better way to fix the Solaris problem.
38965
38966         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38967         like glibc; on Solaris 10, it fails with errno == EINVAL.
38968         POSIX says the behavior is unspecified if the first argument is NULL,
38969         so play it safe and never pass NULL to the system getcwd.
38970
38971 2007-02-21  Jim Meyering  <jim@meyering.net>
38972
38973         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38974         of gettimeofday.  It would conflict with the one now always
38975         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38976         an IRIX 6.5 build failure.
38977
38978 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38979
38980         Minor fixups to port to Solaris 10 with Sun C 5.8.
38981         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38982         * modules/getcwd (Depends-on): Add dirfd.
38983         * lib/putenv.c (putenv): #undef it.
38984         (rpl_putenv): New decl.
38985         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38986
38987 2007-02-20  Bruno Haible  <bruno@clisp.org>
38988
38989         * modules/stdio-tests: New file.
38990         * tests/test-stdio.c: New file.
38991
38992         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38993         (Depends-on): Add stdio.
38994         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38995         (Include): Use <stdio.h> instead of vsnprintf.h.
38996         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38997         HAVE_DECL_VSNPRINTF.
38998         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38999
39000         * modules/snprintf (Files): Remove lib/snprintf.h.
39001         (Depends-on): Add stdio.
39002         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39003         (Include): Use <stdio.h> instead of snprintf.h.
39004         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39005         HAVE_DECL_SNPRINTF.
39006         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
39007         * lib/getaddrinfo.c: Likewise.
39008
39009         * modules/stdio: New file.
39010         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
39011         * lib/snprintf.h: Remove file.
39012         * lib/vsnprintf.h: Remove file.
39013         * lib/.cppi-disable: Remove snprintf.h.
39014         * m4/stdio_h.m4: New file.
39015         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
39016
39017 2007-02-20  Jim Meyering  <jim@meyering.net>
39018
39019         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
39020         used by e.g., mingw.  From Bruno Haible.
39021
39022 2007-02-19  Bruno Haible  <bruno@clisp.org>
39023
39024         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
39025         warnings.
39026         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39027
39028 2007-02-19  Bruno Haible  <bruno@clisp.org>
39029
39030         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
39031         from mingw users.
39032
39033 2007-02-19  Bruno Haible  <bruno@clisp.org>
39034
39035         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
39036         warnings.
39037         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
39038
39039 2007-02-19  Jim Meyering  <jim@meyering.net>
39040
39041         Don't use FD after a successful "fdopendir (fd)".
39042         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
39043         Reset it by calling dirfd on the just-obtained DIR*.
39044
39045         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
39046         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
39047
39048 2007-02-18  Bruno Haible  <bruno@clisp.org>
39049
39050         * lib/readlink.c: Include <unistd.h>.
39051         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39052         HAVE_READLINK.
39053         * modules/readlink (Depends-on): Add unistd.
39054         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39055         (Include): Add <unistd.h>.
39056
39057         * lib/getlogin_r.h: Remove file.
39058         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39059         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39060         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39061         HAVE_DECL_GETLOGIN_R.
39062         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39063         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39064         (Include): Use <unistd.h> instead of getlogin_r.h.
39065
39066         * lib/getcwd.h: Remove file.
39067         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39068         * lib/xgetcwd.c: Likewise.
39069         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39070         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39071         * modules/getcwd (Files): Remove lib/getcwd.h.
39072         (Depends-on): Add unistd.
39073         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39074         (Include): Use <unistd.h> instad of getcwd.h.
39075
39076         * lib/ftruncate.c: Include <unistd.h> first.
39077         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39078         Set HAVE_FTRUNCATE.
39079         * modules/ftruncate (Depends-on): Add unistd.
39080         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39081
39082         * lib/fchdir.c: Include <unistd.h> first.
39083         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39084         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39085         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39086         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39087         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39088
39089         * lib/dup2.c: Include <unistd.h> first.
39090         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39091         HAVE_DUP2.
39092         * modules/dup2 (Depends-on): Add unistd.
39093         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39094
39095         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39096         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39097         REPLACE_CHOWN. Don't define chown as a macro here.
39098         * modules/chown (Depends-on): Add unistd.
39099         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39100
39101         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39102         Add definition for GL_LINK_WARNING.
39103         (chown, dup2): New declarations.
39104         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39105         link warning.
39106         (ftruncate): New declaration.
39107         (getcwd): New declaration, taken from old getcwd.h.
39108         (getlogin_r): New declaration, taken from old getlogin_r.h.
39109         (readlink): New declaration.
39110         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39111         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39112         (gl_PREREQ_UNISTD): Remove macro.
39113         (gl_UNISTD_MODULE_INDICATOR): New macro.
39114         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39115         many new variables. Don't set UNISTD_H.
39116         * modules/unistd (Description): Change.
39117         (Depends-on): Add link-warning.
39118         (configure.ac): Update.
39119         (Makefile.am): Create unistd.h always. Substitute many new variables
39120         into it.
39121
39122 2007-02-18  Bruno Haible  <bruno@clisp.org>
39123
39124         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39125         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39126         HAVE_GETSUBOPT.
39127         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39128         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39129         * lib/getsubopt.h: Remove file.
39130         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39131         (Depends-on): Add stdlib.
39132         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39133         (Includes): Use <stdlib.h> instead of getsubopt.h.
39134         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39135         Set HAVE_GETSUBOPT.
39136         * lib/getsubopt.c: Don't include getsubopt.h.
39137
39138 2007-02-18  Bruno Haible  <bruno@clisp.org>
39139
39140         * modules/fchdir (Depends-on): Add dup2.
39141
39142 2007-02-18  Bruno Haible  <bruno@clisp.org>
39143
39144         * lib/stdlib_.h: Handle glibc's special invocation convention
39145         specially.
39146
39147 2007-02-18  Bruno Haible  <bruno@clisp.org>
39148
39149         * modules/stdlib-tests: New file.
39150         * tests/test-stdlib.c: New file.
39151
39152         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39153         (Depends-on): Add stdlib.
39154         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39155         (Includes): Use <stdlib.h> instead of mkstemp.h.
39156         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39157         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39158         * lib/mkstemp.c: Don't include mkstemp.h.
39159         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39160         * lib/stdlib--.h: Don't include mkstemp.h.
39161
39162         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39163         (Depends-on): Add stdlib.
39164         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39165         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39166         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39167         HAVE_MKDTEMP.
39168         * lib/mkdtemp.c: Don't include mkdtemp.h.
39169         * lib/clean-temp.c: Don't include mkdtemp.h.
39170
39171         * modules/exit (Files): Remove lib/exit.h.
39172         (Depends-on): Add stdlib.
39173         (Makefile.am): Remove lib_SOURCES.
39174         (Include): Use <stdlib.h> instead of exit.h.
39175         * lib/argmatch.c: Don't include exit.h.
39176         * lib/execute.c: Likewise.
39177         * lib/pagealign_alloc.c: Likewise.
39178         * lib/pipe.c: Likewise.
39179         * lib/wait-process.c: Likewise.
39180         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39181         * lib/exitfail.c: Likewise.
39182         * lib/savewd.c: Likewise.
39183         * lib/xsetenv.c: Likewise.
39184
39185         * modules/stdlib: New file.
39186         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39187         and extra comments about mkstemp().
39188         * lib/exit.h: Remove file.
39189         * lib/mkdtemp.h: Remove file.
39190         * lib/mkstemp.h: Remove file.
39191         * m4/stdlib_h.m4: New file.
39192         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39193
39194 2007-02-18  Bruno Haible  <bruno@clisp.org>
39195
39196         * modules/math-tests: New file.
39197         * tests/test-math.c: New file.
39198
39199         * modules/math: New file.
39200         * modules/mathl (Files): Remove lib/mathl.h.
39201         (Depends-on): Add math.
39202         (Makefile.am): Don't mention mathl.h.
39203         (Include): Use <math.h> instead of mathl.h.
39204         * lib/math_.h: New file.
39205         * lib/mathl.h: Remove file.
39206         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39207         mathl.h.
39208         * lib/asinl.c: Likewise.
39209         * lib/atanl.c: Likewise.
39210         * lib/ceill.c: Likewise.
39211         * lib/cosl.c: Likewise.
39212         * lib/expl.c: Likewise.
39213         * lib/floorl.c: Likewise.
39214         * lib/frexpl.c: Likewise.
39215         * lib/ldexpl.c: Likewise.
39216         * lib/logl.c: Likewise.
39217         * lib/sincosl.c: Likewise.
39218         * lib/sinl.c: Likewise.
39219         * lib/sqrtl.c: Likewise.
39220         * lib/tanl.c: Likewise.
39221         * lib/trigl.c: Likewise.
39222         * m4/math_h.m4: New file.
39223         * MODULES.html.sh (Mathematics): Add math.
39224
39225 2007-02-17  Bruno Haible  <bruno@clisp.org>
39226
39227         * modules/wctype-tests: New file.
39228         * tests/test-wctype.c: New file.
39229
39230         * modules/wchar-tests: New file.
39231         * tests/test-wchar.c: New file.
39232
39233         * modules/unistd-tests: New file.
39234         * tests/test-unistd.c: New file.
39235
39236         * modules/time-tests: New file.
39237         * tests/test-time.c: New file.
39238
39239         * modules/sysexits-tests: New file.
39240         * tests/test-sysexits.c: New file.
39241
39242         * modules/sys_time-tests: New file.
39243         * tests/test-sys_time.c: New file.
39244
39245         * modules/sys_stat-tests: New file.
39246         * tests/test-sys_stat.c: New file.
39247
39248         * modules/sys_socket-tests: New file.
39249         * tests/test-sys_socket.c: New file.
39250
39251         * modules/sys_select-tests: New file.
39252         * tests/test-sys_select.c: New file.
39253
39254         * modules/string-tests: New file.
39255         * tests/test-string.c: New file.
39256
39257         * modules/stdbool-tests: New file.
39258         * tests/test-stdbool.c: New file.
39259
39260         * modules/netinet_in-tests: New file.
39261         * tests/test-netinet_in.c: New file.
39262
39263         * modules/inttypes-tests: New file.
39264         * tests/test-inttypes.c: New file.
39265
39266         * modules/fcntl-tests: New file.
39267         * tests/test-fcntl.c: New file.
39268
39269         * modules/byteswap-tests: New file.
39270         * tests/test-byteswap.c: New file.
39271
39272         * modules/arpa_inet-tests: New file.
39273         * tests/test-arpa_inet.c: New file.
39274
39275 2007-02-17  Bruno Haible  <bruno@clisp.org>
39276
39277         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39278         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39279         if the corresponding module is not enabled. Emit link warnings if
39280         the function is used nevertheless.
39281         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39282         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39283         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39284         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39285         * modules/inttypes (Depends-on): Add link-warning.
39286         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39287         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39288         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39289         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39290         * modules/imaxdiv (configure.ac): Likewise.
39291         * modules/strtoimax (configure.ac): Likewise.
39292         * modules/strtoumax (configure.ac): Likewise.
39293
39294 2007-02-17  Bruno Haible  <bruno@clisp.org>
39295
39296         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39297         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39298         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39299         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39300
39301 2007-02-17  Bruno Haible  <bruno@clisp.org>
39302
39303         * modules/link-warning: New file.
39304         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39305         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39306         * modules/string (Depends-on): Add link-warning.
39307         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39308         string.h.
39309         * MODULES.html.sh (Support for building libraries and executables): Add
39310         link-warning.
39311
39312 2007-02-17  Bruno Haible  <bruno@clisp.org>
39313
39314         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39315         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39316         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39317         long lines.
39318
39319 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39320             Bruno Haible  <bruno@clisp.org>
39321
39322         * modules/tmpfile: New file.
39323         * lib/tmpfile.c: New file.
39324         * m4/tmpfile.m4: New file.
39325         * MODULES.html.sh (func_all_modules): New section "Input/output".
39326
39327 2007-02-15  Bruno Haible  <bruno@clisp.org>
39328
39329         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39330         (supports_delete_on_close): New function.
39331         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39332
39333 2007-02-14  Bruno Haible  <bruno@clisp.org>
39334
39335         * modules/mbspcasecmp-tests: New file.
39336         * tests/test-mbspcasecmp.sh: New file.
39337         * tests/test-mbspcasecmp.c: New file.
39338
39339         New module mbspcasecmp.
39340         * modules/mbspcasecmp: New file.
39341         * lib/mbspcasecmp.c: New file.
39342         * lib/string_.h (strncasecmp): Change warning message.
39343         (mbspcasecmp): New declaration.
39344         * m4/mbspcasecmp.m4: New file.
39345         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39346         GNULIB_MBSPCASECMP.
39347         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39348         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39349
39350 2007-02-14  Bruno Haible  <bruno@clisp.org>
39351
39352         * modules/mbsncasecmp-tests: New file.
39353         * tests/test-mbsncasecmp.sh: New file.
39354         * tests/test-mbsncasecmp.c: New file.
39355
39356         New module mbsncasecmp.
39357         * modules/mbsncasecmp: New file.
39358         * lib/mbsncasecmp.c: New file.
39359         * lib/string_.h (mbsncasecmp): New declaration.
39360         * m4/mbsncasecmp.m4: New file.
39361         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39362         GNULIB_MBSNCASECMP.
39363         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39364         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39365
39366 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39367
39368         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39369         Verify that it doesn't overlap with our flags.
39370         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39371         do not have the desired effect in multibyte locales; instead, use
39372         mbscasecmp.
39373         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39374         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39375         we don't require GNU fnmatch ourselves (if our users require it, they
39376         should do so explicitly).
39377
39378         Fix regex code so it doesn't rely on strcasecmp.
39379         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39380         Otherwise, include gnulib's langinfo.h.
39381         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39382         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39383         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39384         * modules/regex (FILES): Remove m4/codeset.m4.
39385         (Depends-on): Add localcharset.  Remove strcase.
39386
39387 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39388
39389         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39390         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39391
39392 2007-02-13  Bruno Haible  <bruno@clisp.org>
39393
39394         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39395         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39396
39397 2007-02-12  Bruno Haible  <bruno@clisp.org>
39398
39399         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39400         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39401         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39402         time warning rather than a link error.
39403
39404 2007-02-12  Bruno Haible  <bruno@clisp.org>
39405
39406         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39407         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39408         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39409
39410 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39411
39412         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39413         args, not 2.
39414
39415 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39416
39417         New module 'time', so that apps can include <time.h> as per
39418         POSIX and GNU instead of separate include files like time_r.h
39419         and timegm.h.  This implementation tries out a simpler approach
39420         for replacing decls in standard include files (as compared to
39421         the string module), somewhat as an experiment.
39422
39423         * config/srclist.txt: Comment out mktime.c for now.
39424         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39425         since it doesn't apply any more.  Use generic wording instead.
39426         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39427         'time'.
39428         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39429         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39430         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39431         Don't include <sys/types.h>; no longer needed since we assume C89.
39432         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39433         * lib/strftime.c: Likewise.
39434         * lib/time_r.c: Likewise.
39435         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39436         * lib/nanosleep.c: Include <time.h> first, to check interface.
39437         * lib/strptime.c: Likewise.
39438         * lib/time_r.c: Likewise.
39439         * lib/timegm.c: Likewise.
39440         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39441         needed.
39442         * lib/timegm.c: Don't include timegm.h; no longer needed.
39443         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39444         time.h now handles any problems in that area.
39445         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39446         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39447         that time.h defines struct timespec.
39448         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39449         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39450         handles that.
39451         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39452         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39453         needed.  Set REPLACE_LOCALTIME.
39454         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39455         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39456         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39457         nanosleep; time_h.m4 now does that.  Don't require
39458         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39459         module handles this now.
39460         * modules/getdate (Depends-on): Remove timespec.  Add time.
39461         * modules/nanosleep (Depends-on): Likewise.
39462         * modules/stat-time (Depends-on): Likewise.
39463         * modules/nanosleep (Include): Include time.h, not timespec.h.
39464         * modules/strptime (Files): Remove lib/strptime.h.
39465         (Depends-on): Add extensions, time.
39466         (Include): Include time.h, not strptime.h.
39467         * modules/time_r (Files): Remove lib/time_r.h.
39468         (Depends-on): Add time.
39469         (Include): Include time.h, not time_r.h.
39470         * modules/timegm: Likewise.
39471         * modules/timespec (Description): Now does timespec-related decls
39472         of our own, instead of struct timespec itself.
39473         (Depends-on): Add time; remove extensions.
39474         (Maintainer): Add self.
39475         * modules/utimecmp (Depends-on): Add time; remove timespec.
39476         * modules/utimens (Depends-on): Likewise.
39477         * modules/xnanosleep (Depends-on): Likewise.
39478
39479 2007-02-11  Bruno Haible  <bruno@clisp.org>
39480
39481         * lib/c-strstr.c: Include allocsa.h.
39482         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39483         * lib/c-strcasestr.c: Include allocsa.h.
39484         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39485         * lib/strcasestr.c: Include allocsa.h.
39486         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39487         * lib/mbsstr.c: Include allocsa.h.
39488         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39489         allocsa/freesa instead of malloc/free.
39490         * lib/mbscasestr.c: Include allocsa.h.
39491         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39492         allocsa/freesa instead of malloc/free.
39493         * modules/c-strstr (Depends-on): Add allocsa.
39494         * modules/c-strcasestr (Depends-on): Likewise.
39495         * modules/strcasestr (Depends-on): Likewise.
39496         * modules/mbsstr (Depends-on): Likewise.
39497         * modules/mbscasestr (Depends-on): Likewise.
39498
39499 2007-02-11  Bruno Haible  <bruno@clisp.org>
39500
39501         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39502
39503         * modules/mbsspn-tests: New file.
39504         * tests/test-mbsspn.sh: New file.
39505         * tests/test-mbsspn.c: New file.
39506
39507 2007-02-11  Bruno Haible  <bruno@clisp.org>
39508
39509         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39510
39511         * modules/mbspbrk-tests: New file.
39512         * tests/test-mbspbrk.sh: New file.
39513         * tests/test-mbspbrk.c: New file.
39514
39515 2007-02-11  Bruno Haible  <bruno@clisp.org>
39516
39517         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39518         unneeded cast.
39519
39520         * modules/mbscspn-tests: New file.
39521         * tests/test-mbscspn.sh: New file.
39522         * tests/test-mbscspn.c: New file.
39523
39524 2007-02-11  Bruno Haible  <bruno@clisp.org>
39525
39526         * modules/mbscasecmp-tests: New file.
39527         * tests/test-mbscasecmp.sh: New file.
39528         * tests/test-mbscasecmp.c: New file.
39529
39530 2007-02-11  Bruno Haible  <bruno@clisp.org>
39531
39532         Ensure O(n) worst-case complexity of mbscasestr.
39533         * lib/mbscasestr.c: Include stdbool.h.
39534         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39535         functions.
39536         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39537         the bookkeeping indicates that it's worth it.
39538         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39539
39540         * modules/mbscasestr-tests: New file.
39541         * tests/test-mbscasestr1.c: New file.
39542         * tests/test-mbscasestr2.sh: New file.
39543         * tests/test-mbscasestr2.c: New file.
39544         * tests/test-mbscasestr3.sh: New file.
39545         * tests/test-mbscasestr3.c: New file.
39546         * tests/test-mbscasestr4.sh: New file.
39547         * tests/test-mbscasestr4.c: New file.
39548         * m4/locale-tr.m4: New file.
39549
39550 2007-02-11  Bruno Haible  <bruno@clisp.org>
39551
39552         Ensure O(n) worst-case complexity of mbsstr.
39553         * lib/mbsstr.c: Include stdbool.h.
39554         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39555         functions.
39556         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39557         bookkeeping indicates that it's worth it.
39558         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39559
39560         * modules/mbsstr-tests: New file.
39561         * tests/test-mbsstr1.c: New file.
39562         * tests/test-mbsstr2.sh: New file.
39563         * tests/test-mbsstr2.c: New file.
39564         * tests/test-mbsstr3.sh: New file.
39565         * tests/test-mbsstr3.c: New file.
39566         * m4/locale-fr.m4: New file.
39567
39568 2007-02-11  Bruno Haible  <bruno@clisp.org>
39569
39570         * lib/mbsrchr.c (mbsrchr): Fix bug.
39571
39572         * modules/mbsrchr-tests: New file.
39573         * tests/test-mbsrchr.sh: New file.
39574         * tests/test-mbsrchr.c: New file.
39575
39576 2007-02-11  Bruno Haible  <bruno@clisp.org>
39577
39578         * lib/mbschr.c (mbschr): Fix bug.
39579
39580         * modules/mbschr-tests: New file.
39581         * tests/test-mbschr.sh: New file.
39582         * tests/test-mbschr.c: New file.
39583         * m4/locale-zh.m4: New file.
39584
39585 2007-02-11  Bruno Haible  <bruno@clisp.org>
39586
39587         Support for copying multibyte string iterators.
39588         * lib/mbiter.h: Include <string.h>.
39589         (mbiter_multi_copy): New function.
39590         (mbi_copy): New macro.
39591         * lib/mbuiter.h: Include <string.h>.
39592         (mbuiter_multi_copy): New function.
39593         (mbui_copy): New macro.
39594
39595 2007-02-11  Bruno Haible  <bruno@clisp.org>
39596
39597         New module mbslen.
39598         * modules/mbslen: New file.
39599         * lib/mbslen.c: New file.
39600         * lib/string_.h (mbslen): New declaration.
39601         * m4/mbslen.m4: New file.
39602         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39603         GNULIB_MBSLEN.
39604         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39605         * MODULES.html.sh (Internationalization functions): Add mbslen.
39606
39607 2007-02-11  Bruno Haible  <bruno@clisp.org>
39608
39609         Ensure O(n) worst-case complexity of strcasestr substitute.
39610         * lib/strcasestr.c: Include stdbool.h.
39611         (knuth_morris_pratt): New function.
39612         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39613         bookkeeping indicates that it's worth it.
39614         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39615
39616         * modules/strcasestr-tests: New file.
39617         * tests/test-strcasestr.c: New file.
39618
39619 2007-02-11  Bruno Haible  <bruno@clisp.org>
39620
39621         Ensure O(n) worst-case complexity of c_strcasestr.
39622         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39623         (knuth_morris_pratt): New function.
39624         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39625         the bookkeeping indicates that it's worth it.
39626         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39627
39628         * modules/c-strcasestr-tests: New file.
39629         * tests/test-c-strcasestr.c: New file.
39630
39631 2007-02-11  Bruno Haible  <bruno@clisp.org>
39632
39633         Ensure O(n) worst-case complexity of c_strstr.
39634         * lib/c-strstr.c: Include stdbool.h, string.h.
39635         (knuth_morris_pratt): New function.
39636         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39637         bookkeeping indicates that it's worth it.
39638         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39639
39640         * lib/c-strstr.c: Complete rewrite for maintainability.
39641
39642         * modules/c-strstr-tests: New file.
39643         * tests/test-c-strstr.c: New file.
39644
39645 2007-02-11  Bruno Haible  <bruno@clisp.org>
39646
39647         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39648         5.2.1 and earlier, whereby \055 was treated just like the range
39649         delimiter '-'.
39650         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39651
39652 2007-02-08  Bruno Haible  <bruno@clisp.org>
39653
39654         * modules/regex (Depends-on): Add stdbool.
39655         Reported by Dalibor Topic <robilad@kaffe.org>.
39656
39657 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39658
39659         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39660         Prefer returning from main to exiting from it.
39661         Remove unnecessary parens after sizeof.
39662
39663 2007-02-05  Bruno Haible  <bruno@clisp.org>
39664
39665         New module mbssep.
39666         * modules/mbssep: New file.
39667         * lib/mbssep.c: New file.
39668         * lib/string_.h (strsep): Add a conditional link warning.
39669         (mbssep): New declaration.
39670         * m4/mbssep.m4: New file.
39671         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39672         GNULIB_MBSSEP.
39673         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39674         * MODULES.html.sh (Internationalization functions): Add mbssep.
39675
39676 2007-02-05  Bruno Haible  <bruno@clisp.org>
39677
39678         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39679         Optimize search in case of 1 delimiter.
39680
39681 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39682
39683         * lib/acl.h: Include sys/types.h before sys/acl.h.
39684
39685 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39686
39687         Merge upstream fix for glibc bugzilla #3957:
39688
39689         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39690
39691         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39692         bit for RE_HAT_LISTS_NOT_NEWLINE.
39693         (build_charclass_op): Remove bogus comment.
39694
39695 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39696
39697         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39698
39699 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39700
39701         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39702         * lib/memmem.c [!defined _LIBC]: Include config.h.
39703
39704 2007-02-04  Bruno Haible  <bruno@clisp.org>
39705
39706         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39707         warning message.
39708
39709 2007-02-04  Bruno Haible  <bruno@clisp.org>
39710
39711         New module mbstok_r.
39712         * modules/mbstok_r: New file.
39713         * lib/mbstok_r.c: New file.
39714         * lib/string_.h (strtok_r): Change argument names to match the
39715         comments. Add a conditional link warning.
39716         (mbstok_r): New declaration.
39717         * m4/mbstok_r.m4: New file.
39718         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39719         GNULIB_MBSTOK_R.
39720         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39721         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39722
39723 2007-02-04  Bruno Haible  <bruno@clisp.org>
39724
39725         New module mbsspn.
39726         * modules/mbsspn: New file.
39727         * lib/mbsspn.c: New file.
39728         * lib/string_.h (strspn): Add a conditional link warning.
39729         (mbsspn): New declaration.
39730         * m4/mbsspn.m4: New file.
39731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39732         GNULIB_MBSSPN.
39733         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39734         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39735
39736 2007-02-04  Bruno Haible  <bruno@clisp.org>
39737
39738         New module mbspbrk.
39739         * modules/mbspbrk: New file.
39740         * lib/mbspbrk.c: New file.
39741         * lib/string_.h (strpbrk): Add a conditional link warning.
39742         (mbspbrk): New declaration.
39743         * m4/mbspbrk.m4: New file.
39744         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39745         GNULIB_MBSPBRK.
39746         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39747         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39748
39749 2007-02-04  Bruno Haible  <bruno@clisp.org>
39750
39751         New module mbscspn.
39752         * modules/mbscspn: New file.
39753         * lib/mbscspn.c: New file.
39754         * lib/string_.h (strcspn): Add a conditional link warning.
39755         (mbscspn): New declaration.
39756         * m4/mbscspn.m4: New file.
39757         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39758         GNULIB_MBSCSPN.
39759         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39760         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39761
39762 2007-02-04  Bruno Haible  <bruno@clisp.org>
39763
39764         New module mbscasestr, reduced goal of strcasestr.
39765         * modules/mbscasestr: New file.
39766         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39767         (mbscasestr): Renamed from strcasestr.
39768         * lib/strcasestr.c: Don't include mbuiter.h.
39769         (strcasestr): Remove support for multibyte locales.
39770         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39771         Change the conditional link warning.
39772         (mbscasestr): New declaration.
39773         * m4/mbscasestr.m4: New file.
39774         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39775         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39776         REPLACE_STRCASESTR.
39777         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39778         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39779         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39780         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39781         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39782         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39783         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39784         (Depends-on): Remove mbuiter.
39785         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39786
39787 2007-02-04  Bruno Haible  <bruno@clisp.org>
39788
39789         Simplify handling of strncasecmp.
39790         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39791         the conditional link warning.
39792         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39793         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39794         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39795         * modules/strcase (configure.ac): Don't invoke
39796         gl_STRING_MODULE_INDICATOR.
39797         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39798
39799 2007-02-04  Bruno Haible  <bruno@clisp.org>
39800
39801         New module mbscasecmp, reduced goal of strcasecmp.
39802         * modules/mbscasecmp: New file.
39803         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39804         (mbscasecmp): Renamed from strcasecmp.
39805         * lib/strcasecmp.c: Don't include mbuiter.h.
39806         (strcasecmp): Remove support for multibyte locales.
39807         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39808         Change the conditional link warning.
39809         (mbscasecmp): New declaration.
39810         * m4/mbscasecmp.m4: New file.
39811         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39812         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39813         REPLACE_STRCASECMP.
39814         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39815         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39816         GNULIB_MBSCASECMP.
39817         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39818         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39819         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39820         (Depends-on): Remove mbuiter.
39821         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39822
39823 2007-02-04  Bruno Haible  <bruno@clisp.org>
39824
39825         New module mbsstr. Remove module strstr.
39826         * modules/mbsstr: New file.
39827         * modules/strstr: Remove file.
39828         * lib/mbsstr.c: Renamed from lib/strstr.c.
39829         (mbsstr): Renamed from strstr.
39830         * lib/string_.h (strstr): Remove declaration. Change the conditional
39831         link warning.
39832         (mbsstr): New declaration.
39833         * m4/mbsstr.m4: New file.
39834         * m4/strstr.m4: Remove file.
39835         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39836         REPLACE_STRSTR.
39837         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39838         Don't initialize GNULIB_STRSTR.
39839         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39840         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39841         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39842         (Support for systems lacking ANSI C 89): Remove strstr.
39843
39844 2007-02-04  Bruno Haible  <bruno@clisp.org>
39845
39846         New module mbsrchr.
39847         * modules/mbsrchr: New file.
39848         * lib/mbsrchr.c: New file.
39849         * lib/string_.h (strrchr): Add a conditional link warning.
39850         (mbsrchr): New declaration.
39851         * m4/mbsrchr.m4: New file.
39852         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39853         GNULIB_MBSRCHR.
39854         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39855         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39856
39857 2007-02-04  Bruno Haible  <bruno@clisp.org>
39858
39859         New module mbschr.
39860         * modules/mbschr: New file.
39861         * lib/mbschr.c: New file.
39862         * lib/string_.h (strchr): Add a conditional link warning.
39863         (mbschr): New declaration.
39864         * m4/mbschr.m4: New file.
39865         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39866         GNULIB_MBSCHR.
39867         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39868         * MODULES.html.sh (Internationalization functions): Add mbschr.
39869
39870 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39871
39872         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39873
39874         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39875
39876 2007-02-04  Bruno Haible  <bruno@clisp.org>
39877
39878         New module description section 'configure.ac-early'.
39879         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39880         (func_get_autoconf_early_snippet): New function.
39881         (func_import, func_create_testdir): Use it. Remove special cases for
39882         modules 'extensions' and 'lock'.
39883         * modules/extensions (configure.ac-early): Require
39884         gl_USE_SYSTEM_EXTENSIONS.
39885         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39886
39887 2007-02-04  Bruno Haible  <bruno@clisp.org>
39888
39889         Make use of gcj-4.3's -fsource and -ftarget option.
39890         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39891         and if so try the options -fsource and -ftarget.
39892         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39893         source_version, ftarget_option, target_version arguments.
39894         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39895         (is_envjavac_oldgcj_14_14_usable): Renamed from
39896         is_envjavac_gcj_14_14_usable.
39897         (is_envjavac_oldgcj_14_13_usable): Renamed from
39898         is_envjavac_gcj_14_13_usable.
39899         (is_gcj_present): Update.
39900         (is_gcj_43, is_gcj43_usable): New functions.
39901         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39902         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39903         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39904         try the options -fsource and -ftarget.
39905
39906 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39907
39908         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39909         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39910         larger value.
39911
39912 2007-02-03  Jim Meyering  <jim@meyering.net>
39913
39914         Give tools a better chance to allocate space for very large buffers.
39915         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39916
39917         Make pwd and readlink work also when run with an unreadable parent dir
39918         on systems with openat support.
39919         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39920         provided getcwd function, even when we have openat support.
39921         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39922
39923 2007-02-02  Bruno Haible  <bruno@clisp.org>
39924
39925         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39926         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39927         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39928         portability problems if one of these functions is only used on specific
39929         platforms.
39930         Reported by Paul Eggert.
39931
39932 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39933
39934         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39935         is causing more trouble than it's curing.
39936         * lib/regex_internal.h (__mempcpy): Remove.
39937         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39938         (and make the code a tad smaller to boot).
39939         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39940
39941 2007-02-02  Jim Meyering  <jim@meyering.net>
39942
39943         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39944         section, not in the Makefile.am: one.
39945
39946 2007-02-02  Eric Blake  <ebb9@byu.net>
39947
39948         * lib/strchrnul.c: Always include config.h first.
39949
39950         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39951         gnulib strstr is not necessary here.
39952
39953 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39954
39955         * m4/socklen.m4: Fix typo.
39956
39957 2007-02-02  Eric Blake  <ebb9@byu.net>
39958
39959         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39960         * modules/netinet_in (Makefile.am): Likewise.
39961
39962 2007-02-01  Bruno Haible  <bruno@clisp.org>
39963
39964         * lib/string_.h (GL_LINK_WARNING): New macro.
39965         (strcasecmp, strstr, strcasestr): If provided by the system,
39966         conditionally define as a macro that leads to a warning instead of to
39967         an error.
39968         (strncasecmp): Conditionally define as a macro that leads to a warning.
39969
39970 2007-02-01  Karl Berry  <karl@gnu.org>
39971
39972         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39973
39974 2007-02-01  Bruno Haible  <bruno@clisp.org>
39975
39976         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39977         renamings.
39978
39979 2007-02-01  Eric Blake  <ebb9@byu.net>
39980
39981         * modules/regex (Depends-on): Revert dependence on mempcpy.
39982         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39983         module's definition of mempcpy.
39984         Reported by Paul Eggert.
39985
39986 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39987
39988         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39989         the symbol XYZ before redefining it.  This fixes a problem with
39990         programs that don't use XYZ, when compiled on systems that define
39991         XYZ to something else.
39992
39993 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39994
39995         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39996         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39997         writeable to group or other and (2) is intended to have a special
39998         mode bit that is set or cleared.  In such a case, the directory
39999         should be neither group- nor other-writeable until the special
40000         mode bits are right.
40001
40002 2007-01-31  Eric Blake  <ebb9@byu.net>
40003
40004         * modules/mountlist (Depends-on): Add strstr.
40005
40006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
40007         bug.
40008         * modules/string (Makefile.am): Remove redundant replacement.
40009         * modules/regex (Depends-on): Add mempcpy.
40010
40011 2007-01-31  Bruno Haible  <bruno@clisp.org>
40012
40013         New module description field 'Link'.
40014         * gnulib-tool (func_usage): Document --extract-link-directive.
40015         (sed_extract_prog): Recognize 'Link' directive.
40016         (func_get_link_directive): New function.
40017         (func_import): Show summary of link directives.
40018         Handle --extract-link-directive option.
40019         * modules/acl (Link): New section.
40020         * modules/clock-time (Link): New section.
40021         * modules/euidaccess (Link): New section.
40022         * modules/gettext (Link): New section.
40023         * modules/iconv (Link): New section.
40024         * modules/lock (Link): New section.
40025         * modules/nanosleep (Link): New section.
40026         * modules/readline (Link): New section.
40027
40028 2007-01-27  Bruno Haible  <bruno@clisp.org>
40029
40030         Enforce the use of gnulib modules for unportable <string.h> functions.
40031         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
40032         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
40033         (gl_HEADER_STRING_H_BODY): Require it.
40034         * lib/string_.h: If the gnulib module XYZ is not present, redefine
40035         the symbol XYZ to one that gives a link error.
40036         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
40037         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
40038         * modules/mempcpy (configure.ac): Likewise.
40039         * modules/memrchr (configure.ac): Likewise.
40040         * modules/stpcpy (configure.ac): Likewise.
40041         * modules/stpncpy (configure.ac): Likewise.
40042         * modules/strcase (configure.ac): Likewise.
40043         * modules/strcasestr (configure.ac): Likewise.
40044         * modules/strchrnul (configure.ac): Likewise.
40045         * modules/strdup (configure.ac): Likewise.
40046         * modules/strndup (configure.ac): Likewise.
40047         * modules/strnlen (configure.ac): Likewise.
40048         * modules/strpbrk (configure.ac): Likewise.
40049         * modules/strsep (configure.ac): Likewise.
40050         * modules/strstr (configure.ac): Likewise.
40051         * modules/strtok_r (configure.ac): Likewise.
40052
40053 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40054
40055         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40056
40057 2007-01-30  Jim Meyering  <jim@meyering.net>
40058
40059         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40060
40061 2007-01-29  Bruno Haible  <bruno@clisp.org>
40062
40063         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40064         * lib/execute.c: Likewise.
40065         * lib/pipe.c: Likewise.
40066         * lib/printf-args.h: Likewise.
40067         * lib/printf-args.c: Likewise.
40068         * lib/printf-parse.c: Likewise.
40069         * lib/vasnprintf.c: Likewise.
40070
40071 2007-01-29  Eric Blake  <ebb9@byu.net>
40072
40073         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40074         declaration.
40075
40076 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40077
40078         * lib/strptime.h (strptime): Use 'restrict' for args where
40079         POSIX requires this.
40080         * lib/strptime.c (strptime): Likewise.
40081         Change license notice from LGPL to GPL, since gnulib-tool will
40082         change this as needed.
40083         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40084         defined.
40085         Include "strptime.h" first, to check interface.
40086         Do not #undef _LIBC and _NL_CURRENT.
40087         Do not include <stdlib.h>; no longer needed.
40088         Include "time_r.h" and declare ptime_locale_status
40089         only if _LIBC is not defined.
40090         (__P): Remove unused macro.
40091         (match_string): Bring back glibc version, but use it only if _LIBC
40092         is defined.
40093         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40094         Remove unnecessary assertion and abort() call.
40095         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40096         * m4/strptime.m4: Fix serial number comment.
40097         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40098         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40099         (Depends-on): Add time_r.
40100
40101 2007-01-29  Bruno Haible  <bruno@clisp.org>
40102
40103         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40104         strptime.
40105         * modules/strptime (Depends-on): Add stdbool.
40106         * lib/strptime.h: Include <time.h> always. Add comments.
40107
40108 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40109
40110         * modules/strptime: New file.
40111         * lib/strptime.h: New file.
40112         * lib/strptime.c: New file.
40113         * m4/strptime.m4: New file.
40114
40115 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40116
40117         * MODULES.html.sh: New module mpsort.
40118         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40119
40120         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40121         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40123         All uses changed.
40124         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40125         All uses changed.
40126         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40127         to _Restrict_.
40128         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40129         the parameter matches the prototype.
40130
40131 2007-01-28  Jim Meyering  <jim@meyering.net>
40132
40133         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40134         sys/time.h here, reverting that part of the previous patch:
40135         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40136
40137 2007-01-28  Bruno Haible  <bruno@clisp.org>
40138
40139         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40140         value of $(SYS_TIME_H).
40141         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40142         remove it conditionally, too. [added by Jim Meyering]
40143         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40144         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40145         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40146         GETTIMEOFDAY_REPLACEMENT to 1.
40147
40148 2007-01-28  Bruno Haible  <bruno@clisp.org>
40149
40150         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40151         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40152         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40153         Set UNISTD_H instead of UNISTD_H2.
40154         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40155
40156 2007-01-28  Bruno Haible  <bruno@clisp.org>
40157
40158         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40159         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40160
40161 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40162
40163         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40164         (func_create_testdir): Ensure C locale for `grep' and `tr'
40165         character ranges.
40166         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40167         ACLOCAL_AMFLAGS parsing state machine.
40168
40169 2007-01-27  Bruno Haible  <bruno@clisp.org>
40170
40171         * modules/unistr/base: Update.
40172
40173 2007-01-27  Bruno Haible  <bruno@clisp.org>
40174
40175         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40176         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40177         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40178         modules/unistr/u32-mbtouc.
40179         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40180         * lib/unistr.h: Update.
40181         * lib/linebreak.c: Update.
40182         * modules/unistr/u32-mbtouc: Renamed from
40183         modules/unistr/u32-mbtouc-safe.
40184         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40185         * lib/unistr.h: Update.
40186         * lib/unistr/u32-to-u8.c: Update.
40187         * lib/unistr/u32-to-u16.c: Update.
40188
40189 2007-01-27  Bruno Haible  <bruno@clisp.org>
40190
40191         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40192         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40193         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40194         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40195         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40196         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40197         modules/unistr/u16-mbtouc.
40198         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40199         * lib/unistr.h: Update.
40200         * lib/linebreak.c: Update.
40201         * modules/linebreak: Update.
40202         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40203         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40204         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40205         * modules/unistr/u16-mbtouc: Renamed from
40206         modules/unistr/u16-mbtouc-safe.
40207         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40208         * lib/unistr.h: Update.
40209         * lib/unistr/u16-to-u8.c: Update.
40210         * modules/unistr/u16-to-u8: Update.
40211         * lib/unistr/u16-to-u32.c: Update.
40212         * modules/unistr/u16-to-u32: Update.
40213
40214 2007-01-27  Bruno Haible  <bruno@clisp.org>
40215
40216         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40217         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40218         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40219         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40220         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40221         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40222         modules/unistr/u8-mbtouc.
40223         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40224         * lib/unistr.h: Update.
40225         * lib/striconveh.c: Update.
40226         * modules/striconveh: Update.
40227         * lib/linebreak.c: Update.
40228         * modules/linebreak: Update.
40229         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40230         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40231         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40232         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40233         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40234         * lib/unistr.h: Update.
40235         * lib/striconveh.c: Update.
40236         * modules/striconveh: Update.
40237         * lib/unistr/u8-to-u16.c: Update.
40238         * modules/unistr/u8-to-u16: Update.
40239         * lib/unistr/u8-to-u32.c: Update.
40240         * modules/unistr/u8-to-u32: Update.
40241
40242 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40243
40244         Sync from Libtool.
40245         * lib/argz.c: Do not include strings.h nor memory.h, include
40246         string.h unconditionally.  Patch by Simon Josefsson.
40247
40248 2007-01-27  Bruno Haible  <bruno@clisp.org>
40249
40250         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40251         from gl_HEADER_STRING_H_BODY.
40252         (gl_HEADER_STRING_H_BODY): Require it.
40253         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40254         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40255         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40256         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40257         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40258         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40259         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40260         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40261         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40262         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40263         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40264         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40265         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40266         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40267         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40268
40269 2007-01-27  Bruno Haible  <bruno@clisp.org>
40270
40271         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40272         check_PROGRAMS into noinst_PROGRAMS.
40273         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40274         check_PROGRAMS in this case.
40275         (func_import): Set for_test to false.
40276         (func_create_testdir): Set for_test to true.
40277
40278 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40279             Bruno Haible  <bruno@clisp.org>
40280
40281         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40282         (Depends-on): Add string.
40283         (Includes): Use <string.h> instead of strcasestr.h.
40284         * modules/string (Makefile.am): Also substitute the value of
40285         REPLACE_STRCASESTR.
40286         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40287         assume strcasestr is declared in <string.h> not <strings.h>. Also
40288         set REPLACE_STRCASESTR.
40289         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40290         REPLACE_STRCASESTR.
40291         * lib/strcasestr.h: Remove file.
40292         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40293         * lib/string_.h (strcasestr): New declaration.
40294
40295 2007-01-27  Bruno Haible  <bruno@clisp.org>
40296
40297         * lib/string_.h: Use 'extern'.
40298
40299 2007-01-27  Jim Meyering  <jim@meyering.net>
40300
40301         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40302         of set-but-not-used local, "q".
40303
40304         * lib/mempcpy.c: Include <config.h> before <string.h>.
40305         This fixes a compilation error on HP-UX, due to the system's
40306         "restrict"-using mempcpy prototype.
40307
40308 2007-01-26  Bruno Haible  <bruno@clisp.org>
40309
40310         Small optimization.
40311         * lib/javacomp.c: Include c-strstr.h.
40312          (is_envjavac_gcj): Use c_strstr instead of strstr.
40313         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40314
40315 2007-01-26  Bruno Haible  <bruno@clisp.org>
40316
40317         * MODULES.html.sh (Unicode string functions): Add the new modules.
40318
40319         * modules/uniconv/u32-strconv-to-locale: New file.
40320         * lib/uniconv/u32-strconv-to-locale.c: New file.
40321
40322         * modules/uniconv/u16-strconv-to-locale: New file.
40323         * lib/uniconv/u16-strconv-to-locale.c: New file.
40324
40325         * modules/uniconv/u8-strconv-to-locale: New file.
40326         * lib/uniconv/u8-strconv-to-locale.c: New file.
40327
40328         * modules/uniconv/u32-strconv-from-locale: New file.
40329         * lib/uniconv/u32-strconv-from-locale.c: New file.
40330
40331         * modules/uniconv/u16-strconv-from-locale: New file.
40332         * lib/uniconv/u16-strconv-from-locale.c: New file.
40333
40334         * modules/uniconv/u8-strconv-from-locale: New file.
40335         * lib/uniconv/u8-strconv-from-locale.c: New file.
40336
40337         * modules/uniconv/u32-strconv-to-enc: New file.
40338         * lib/uniconv/u32-strconv-to-enc.c: New file.
40339         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40340         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40341
40342         * modules/uniconv/u16-strconv-to-enc: New file.
40343         * lib/uniconv/u16-strconv-to-enc.c: New file.
40344         * lib/uniconv/u-strconv-to-enc.h: New file.
40345         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40346         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40347
40348         * modules/uniconv/u8-strconv-to-enc: New file.
40349         * lib/uniconv/u8-strconv-to-enc.c: New file.
40350         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40351         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40352
40353         * modules/uniconv/u32-strconv-from-enc: New file.
40354         * lib/uniconv/u32-strconv-from-enc.c: New file.
40355         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40356         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40357
40358         * modules/uniconv/u16-strconv-from-enc: New file.
40359         * lib/uniconv/u16-strconv-from-enc.c: New file.
40360         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40361         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40362
40363         * modules/uniconv/u8-strconv-from-enc: New file.
40364         * lib/uniconv/u8-strconv-from-enc.c: New file.
40365         * lib/uniconv/u-strconv-from-enc.h: New file.
40366         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40367         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40368
40369         * modules/uniconv/u32-conv-from-enc: New file.
40370         * lib/uniconv/u32-conv-from-enc.c: New file.
40371         * modules/uniconv/u32-conv-from-enc-tests: New file.
40372         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40373
40374         * modules/uniconv/u16-conv-from-enc: New file.
40375         * lib/uniconv/u16-conv-from-enc.c: New file.
40376         * lib/uniconv/u-conv-from-enc.h: New file.
40377         * modules/uniconv/u16-conv-from-enc-tests: New file.
40378         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40379
40380         * modules/uniconv/u8-conv-from-enc: New file.
40381         * lib/uniconv/u8-conv-from-enc.c: New file.
40382         * modules/uniconv/u8-conv-from-enc-tests: New file.
40383         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40384
40385         * modules/uniconv/base: New file.
40386         * lib/uniconv.h: New file.
40387
40388 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40389
40390         * doc/gnulib-tool.texi (Initial import): Update to match current
40391         behavior with strdup module.
40392         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40393         * lib/memmem.h: Remove; all uses removed.  This is now done
40394         by <string.h>.
40395         * lib/mempcpy.h: Likewise.
40396         * lib/memrchr.h: Likewise.
40397         * lib/stpcpy.h: Likewise.
40398         * lib/stpncpy.h: Likewise.
40399         * lib/strcase.h: Likewise.
40400         * lib/strchrnul.h: Likewise.
40401         * lib/strdup.h: Likewise.
40402         * lib/strndup.h: Likewise.
40403         * lib/strnlen.h: Likewise.
40404         * lib/strpbrk.h: Likewise.
40405         * lib/strsep.h: Likewise.
40406         * lib/strstr.h: Likewise.
40407         * lib/strtok_r.h: Likewise.
40408         * lib/string_.h: New file.
40409         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40410         Rely on <string.h> instead.
40411         * lib/canon-host.c: Likewise.
40412         * lib/chdir-long.c: Likewise.
40413         * lib/concatpath.c: Likewise.
40414         * lib/exclude.c: Likewise.
40415         * lib/fchdir.c: Likewise.
40416         * lib/getaddrinfo.c: Likewise.
40417         * lib/getcwd.c: Likewise.
40418         * lib/getsubopt.c: Likewise.
40419         * lib/glob.c: Likewise.
40420         * lib/hard-locale.c: Likewise.
40421         * lib/iconvme.c: Likewise.
40422         * lib/javacomp.c: Likewise.
40423         * lib/mempcpy.c: Likewise.
40424         * lib/memrchr.c: Likewise.
40425         * lib/regex_internal.h: Likewise.
40426         * lib/stpncpy.c: Likewise.
40427         * lib/strcasecmp.c: Likewise.
40428         * lib/strchrnul.c: Likewise.
40429         * lib/strdup.c: Likewise.
40430         * lib/striconv.c: Likewise.
40431         * lib/striconveh.c: Likewise.
40432         * lib/striconveha.c: Likewise.
40433         * lib/strncasecmp.c: Likewise.
40434         * lib/strndup.c: Likewise.
40435         * lib/strnlen.c: Likewise.
40436         * lib/strsep.c: Likewise.
40437         * lib/strstr.c: Likewise.
40438         * lib/strtok_r.c: Likewise.
40439         * lib/userspec.c: Likewise.
40440         * lib/w32spawn.h: Likewise.
40441         * lib/xstrndup.c: Likewise.
40442         * lib/mountlist.c (strstr): Remove decl.
40443         * m4/string_h.m4: New file.
40444         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40445         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40446         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40447         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40448         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40449         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40450         Set REPLACE_STRCASECMP if necessary.
40451         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40452         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40453         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40454         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40455         HAVE_DECL_STRDUP if necessary.
40456         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40457         since gl_FUNC_STRNDUP does that now.
40458         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40459         Check for decl here...
40460         (gl_PREREQ_STRNLEN): ... not here.
40461         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40462         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40463         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40464         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40465         necessary.
40466         * modules/string: New file.
40467         * modules/memmem (Files): Remove special-purpose include file.
40468         (Depends-on): Add string.
40469         (Include): Include <string.h>, not the removed file.
40470         * modules/mempcpy: Likewise.
40471         * modules/memrchr: Likewise.
40472         * modules/stpcpy: Likewise.
40473         * modules/stpncpy: Likewise.
40474         * modules/strcase: Likewise.
40475         * modules/strchrnul: Likewise.
40476         * modules/strdup: Likewise.
40477         * modules/strndup: Likewise.
40478         * modules/strnlen: Likewise.
40479         * modules/strpbrk: Likewise.
40480         * modules/strsep: Likewise.
40481         * modules/strstr: Likewise.
40482         * modules/strtok_r: Likewise.
40483         * tests/test-dirname.c: Don't include "strdup.h", since
40484         <string.h> now suffices.
40485         * tests/test-memmem.c: Don't include "memmem.h", since
40486         <string.h> now suffices.
40487
40488 2007-01-25  Bruno Haible  <bruno@clisp.org>
40489
40490         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40491         *resultp is 0.
40492
40493         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40494         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40495         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40496         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40497
40498         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40499         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40500         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40501         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40502         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40503         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40504
40505 2007-01-24  Bruno Haible  <bruno@clisp.org>
40506
40507         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40508         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40509         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40510         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40511         gl_FUNC_FTS_CORE.
40512         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40513         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40514         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40515         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40516         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40517         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40518         gl_FUNC_FCHOWNAT.
40519         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40520         gl_FUNC_STRFTIME.
40521         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40522         Reported by Ralf Wildenhues.
40523
40524 2007-01-24  Bruno Haible  <bruno@clisp.org>
40525
40526         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40527         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40528         gl_GETADDRINFO.
40529         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40530         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40531         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40532
40533 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40534
40535         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40536         Don't use 'exit'; just return from 'main'.
40537         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40538
40539         * lib/fnmatch_.h: Readjust white space and comments to match
40540         glibc, to avoid spurious diffs.
40541
40542 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40543
40544         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40545         2004-12-01 change by Jakub Jelinek, since this code won't compile
40546         if !LIBC.  Problem reported by Bob Proulx.
40547
40548 2007-01-23  Bruno Haible  <bruno@clisp.org>
40549
40550         * lib/striconveh.c: Include c-strcaseeq.h.
40551         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40552         * modules/striconveh (Depends-on): Add c-strcaseeq.
40553
40554 2007-01-23  Bruno Haible  <bruno@clisp.org>
40555
40556         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40557
40558         * modules/c-strcaseeq: New file.
40559         * lib/c-strcaseeq.h: New file.
40560
40561         * modules/streq: New file.
40562         * lib/streq.h: New file.
40563
40564 2007-01-23  Bruno Haible  <bruno@clisp.org>
40565
40566         * modules/striconveha-tests: New file.
40567         * tests/test-striconveha.c: New file.
40568
40569         * lib/striconveha.h: Include <stdbool.h>.
40570         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40571         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40572         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40573         (mem_iconveha): New function.
40574         (str_iconveha_notranslit): Renamed from str_iconveha.
40575         (str_iconveha): New function.
40576         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40577         c-strcase.
40578
40579 2007-01-23  Bruno Haible  <bruno@clisp.org>
40580
40581         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40582         encodings without forgiving before trying any encoding with handler.
40583         (str_iconveha): Try all encodings without forgiving before trying any
40584         encoding with handler.
40585
40586 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40587
40588         Import the following changes from libc.
40589
40590         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40591
40592         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40593
40594         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40595
40596         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40597         normal_bracket label.
40598
40599         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40600
40601         [BZ #361]
40602         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40603         to normal_bracket after fetching the next character.
40604
40605 2007-01-22  Bruno Haible  <bruno@clisp.org>
40606
40607         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40608         argument.
40609         * lib/striconveh.c (iconv_carefully_1): New function.
40610         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40611         argument.
40612         (str_cd_iconveh): Update.
40613         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40614         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40615         * tests/test-striconveh.c (MAGIC): New macro.
40616         (new_offsets): New function.
40617         (main): Test call with and without offsets.
40618
40619 2007-01-22  Bruno Haible  <bruno@clisp.org>
40620
40621         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40622         * modules/sys_select (Makefile.am): Likewise.
40623         * modules/sys_socket (Makefile.am): Likewise.
40624         * modules/sys_time (Makefile.am): Likewise.
40625
40626 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40627
40628         * modules/gettimeofday (License): Change from GPL to LGPL, since
40629         gettimeofday is a library function.
40630
40631 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40632
40633         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40634
40635 2007-01-21  Bruno Haible  <bruno@clisp.org>
40636
40637         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40638
40639 2007-01-21  Bruno Haible  <bruno@clisp.org>
40640
40641         * modules/striconveha: New file.
40642         * lib/striconveha.h: New file.
40643         * lib/striconveha.c: New file.
40644         * MODULES.html.sh (Internationalization functions): Add striconveha.
40645         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40646         string.
40647         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40648
40649 2007-01-21  Bruno Haible  <bruno@clisp.org>
40650
40651         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40652         * lib/striconveh.c (str_iconveh): Likewise.
40653
40654 2007-01-21  Bruno Haible  <bruno@clisp.org>
40655
40656         * lib/striconveh.h (mem_iconveh): New declaration.
40657         * lib/striconveh.c (mem_iconveh): New function.
40658         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40659
40660 2007-01-21  Bruno Haible  <bruno@clisp.org>
40661
40662         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40663
40664         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40665         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40666         original result buffer.
40667         (str_cd_iconveh): Update.
40668         * tests/test-striconveh.c (main): Update.
40669
40670         * lib/striconv.h (mem_cd_iconv): Change specification.
40671         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40672         result buffer.
40673         (str_cd_iconv): Update.
40674         * tests/test-striconv.c (main): Update.
40675
40676 2007-01-21  Bruno Haible  <bruno@clisp.org>
40677
40678         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40679
40680 2007-01-20  Jim Meyering  <jim@meyering.net>
40681
40682         * lib/userspec.c (parse_with_separator): If a user or group string
40683         starts with "+", skip the corresponding name-to-ID look-up, since
40684         such a look-up must fail: user and group names may not include "+".
40685
40686 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40687
40688         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40689         since we now assume the sys_time module.
40690         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40691         check for sys/time.h; no longer needed.
40692         * modules/poll (Depends-on): Depend on sys_time.
40693
40694 2007-01-18  Bruno Haible  <bruno@clisp.org>
40695
40696         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40697         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40698
40699         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40700         gettimeofday.
40701
40702         * tests/test-gettimeofday.c: Include <time.h>.
40703         (dummy): Remove variable.
40704
40705         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40706         gl_HEADER_SYS_TIME_H.
40707         (gl_HEADER_SYS_TIME_H): New macro.
40708
40709         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40710         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40711         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40712         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40713         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40714         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40715         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40716         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40717         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40718         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40719         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40720
40721         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40722         last change; it caused a compilation error when cross-compiling to
40723         Cygwin.
40724
40725 2007-01-18  Jim Meyering  <jim@meyering.net>
40726
40727         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40728         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40729         than the race-prone "test -d sys || mkdir sys".
40730         (configure.ac): Use AC_PROG_MKDIR_P.
40731         * modules/sys_select: Likewise.
40732         * modules/sys_socket: Likewise.
40733         * modules/sys_time: Likewise.
40734
40735 2007-01-18  Eric Blake  <ebb9@byu.net>
40736
40737         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40738         replace gettimeofday.
40739         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40740         name, to avoid infinite recursion.
40741
40742 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40743
40744         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40745         module sys_time.
40746         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40747         assume timespec.h defines struct timeval.
40748         * lib/settime.c: Likewise.
40749         * lib/utimens.c: Likewise.
40750         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40751         since we now assume the gettimeofday module.
40752         * lib/tempname.c (__gen_tempname): Likewise.
40753         * lib/gettimeofday.h: Remove.
40754         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40755         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40756         Include <time.h>, for 'time()'.
40757         (localtime_buffer_addr): Also use this workaround if
40758         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40759         to simplify the uses.  All uses changed.
40760         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40761         that #undef is inside {}, and 'const' follows type name consistently.
40762         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40763         (gettimeofday): Do not use the maximum possible value for
40764         tv->tv_usec, since that might break usages other than ls.c.
40765         Instead, we'll leave ls.c alone.  This undoes today's patch
40766         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40767         we've never observed the problem but might as well keep the
40768         canary.
40769         * lib/nanosleep.c: Include timespec.h first, for interface check.
40770         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40771         now assume the sys_time module.
40772         * lib/tempname.c: Likewise.
40773         * lib/timespec.h: Likewise.
40774         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40775         needed.
40776         * lib/strftime.c: Likewise.
40777         * lib/timespec.h: Likewise.
40778         * lib/posixtm.c: Include posixtm.h first, for interface check.
40779         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40780         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40781         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40782         * lib/sys_time_.h: New file.
40783         * lib/timespec.h (struct timespec): Use long int, not long.
40784         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40785         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40786         Remove obsolescent call to AC_HEADER_TIME.
40787         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40788         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40789         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40790         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40791         Likewise.
40792         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40793         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40794         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40795         into the sys_time module.  Check for gettimeofday just once.
40796         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40797         for gettimeofday signature to just check the signature.  Merely
40798         compile it, since linking doesn't test signature.  Improve test for
40799         whether gettimeofday.o is actually needed.
40800         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40801         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40802         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40803         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40804         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40805         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40806         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40807         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40808         than worrying about sys/time.h.
40809         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40810         Don't bother worrying about TIME_WITH_SYS_TIME.
40811         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40812         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40813         * m4/sys_time_h.m4: New file.
40814         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40815         Don't include sys/time.h.  Return from main rather than exiting.
40816         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40817         all uses changed.
40818         * modules/gethrxtime (Depends-on): Add sys_time.
40819         * modules/gettime (Depends-on): Likewise.
40820         * modules/gettimeofday (Depends-on): Likewise.
40821         * modules/nanosleep (Depends-on): Likewise.
40822         * modules/settime (Depends-on): Likewise.
40823         * modules/tempname (Depends-on): Likewise.
40824         * modules/utimens (Depends-on): Likewise.
40825         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40826         (Include:) Change back to <sys/time.h>.
40827         (Maintainer:) Add self.
40828         * modules/sys_time: New file.
40829         * modules/tempname (Depends-on): Add gettimeofday.
40830         * tests/test-gettimeofday.c: Include <sys/time.h>
40831         rather than gettimeofday.h.
40832
40833 2007-01-17  Bruno Haible  <bruno@clisp.org>
40834
40835         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40836         the license default to GPL.
40837         (func_create_testdir): Don't complain if a module is LGPL and its
40838         tests module depends on GPLed modules.
40839
40840 2007-01-17  Bruno Haible  <bruno@clisp.org>
40841
40842         * lib/gettimeofday.c (gettimeofday): Add code for the case
40843         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40844         maximum possible value for tv->tv_usec, rather than the minimum one.
40845
40846 2005-10-08  Martin Lambers  <marlam@marlam.de>
40847 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40848 2007-01-16  Bruno Haible  <bruno@clisp.org>
40849
40850         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40851         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40852         gl_FUNC_GETTIMEOFDAY.
40853         (Include): Add gettimeofday.h.
40854         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40855         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40856         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40857         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40858         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40859         * lib/gettimeofday.h: New file.
40860         * lib/gettimeofday.c: Include <sys/timeb.h>.
40861         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40862         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40863         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40864         fall back on time().
40865
40866         * tests/test-gettimeofday.c: New file.
40867         * modules/gettimeofday-tests: New file.
40868
40869 2007-01-16  Eric Blake  <ebb9@byu.net>
40870
40871         * modules/fnmatch (Depends-on): Depend on wchar.
40872         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40873         * m4/fnmatch.m4: Likewise.
40874         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40875         * m4/mbchar.m4: Likewise.
40876         * modules/mbswidth (Depends-on): Depend on wchar.
40877         * lib/mbswidth.c: Assume <wchar.h>.
40878         * m4/mbswidth.m4: Likewise.
40879         * modules/quotearg (Depends-on): Depend on wchar.
40880         * lib/quotearg.c: Assume <wchar.h>.
40881         * m4/quotearg.m4: Likewise.
40882         * modules/regex (Depends-on): Depend on wchar.
40883         * lib/regex_internal.h: Assume <wchar.h>.
40884         * m4/regex.m4: Likewise.
40885         * modules/stdint (Depends-on): Depend on wchar.
40886         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40887         * m4/stdint.m4: Likewise.
40888         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40889         * modules/strftime (Depends-on): Depend on wchar.
40890         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40891         * modules/strtol (Depends-on): Depend on wchar.
40892         * lib/strtol.c: Assume <wchar.h>.
40893         * modules/wcwidth (Depends-on): Depend on wchar.
40894         * lib/wcwidth.h: Assume <wchar.h>.
40895         * m4/wcwidth.m4: Likewise.
40896
40897 2007-01-16  Bruno Haible  <bruno@clisp.org>
40898
40899         * modules/csharpexec-script: New, created from...
40900         * modules/csharpexec: ... this.
40901
40902 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40903
40904         * modules/javaexec-script: New, created from...
40905         * modules/javaexec: ... this.
40906
40907 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40908
40909         * modules/poll (Dependencies): Add sys_select.
40910
40911 2007-01-15  Jim Meyering  <jim@meyering.net>
40912
40913         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40914         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40915         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40916         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40917
40918 2007-01-15  Bruno Haible  <bruno@clisp.org>
40919
40920         * modules/striconveh: New file.
40921         * lib/striconveh.h: New file.
40922         * lib/striconveh.c: New file.
40923         * MODULES.html.sh (Internationalization functions): Add striconveh.
40924
40925         * modules/striconveh-tests: New file.
40926         * tests/test-striconveh.c: New file.
40927
40928 2007-01-15  Bruno Haible  <bruno@clisp.org>
40929
40930         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40931         not from GNU libiconv or GNU libc.
40932
40933 2007-01-15  Bruno Haible  <bruno@clisp.org>
40934
40935         * doc/gnulib-intro.texi (Copyright): Explain the different license
40936         terms for module descriptions, autoconf macros, tests, documentation.
40937
40938 2007-01-14  Bruno Haible  <bruno@clisp.org>
40939
40940         * modules/striconv-tests: New file.
40941         * tests/test-striconv.c: New file.
40942
40943 2007-01-14  Bruno Haible  <bruno@clisp.org>
40944
40945         * modules/iconv-tests: New file.
40946         * tests/test-iconv.c: New file.
40947
40948 2007-01-14  Bruno Haible  <bruno@clisp.org>
40949
40950         * gnulib-tool (func_get_license): For test modules, use the license of
40951         the main module.
40952
40953 2007-01-14  Bruno Haible  <bruno@clisp.org>
40954
40955         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40956         if iconv is found to exist.
40957
40958 2007-01-14  Bruno Haible  <bruno@clisp.org>
40959
40960         * modules/c-ctype-tests: New file.
40961         * tests/test-c-ctype.c: New file.
40962
40963 2007-01-14  Bruno Haible  <bruno@clisp.org>
40964
40965         * modules/binary-io-tests: New file.
40966         * tests/test-binary-io.sh: New file.
40967         * tests/test-binary-io.c: New file.
40968
40969 2007-01-14  Bruno Haible  <bruno@clisp.org>
40970
40971         * modules/array-oset-tests: New file.
40972         * tests/test-array_oset.c: New file.
40973
40974 2007-01-14  Bruno Haible  <bruno@clisp.org>
40975
40976         * modules/array-list-tests: New file.
40977         * tests/test-array_list.c: New file.
40978
40979 2007-01-14  Bruno Haible  <bruno@clisp.org>
40980
40981         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40982         and make.
40983         Reported by Simon Josefsson in
40984         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40985
40986 2007-01-14  Bruno Haible  <bruno@clisp.org>
40987
40988         * modules/allocsa-tests: New file.
40989         * tests/test-allocsa.c: New file.
40990
40991 2007-01-14  Bruno Haible  <bruno@clisp.org>
40992
40993         * modules/fchdir (Depends-on): Add absolute-header.
40994         * modules/unistd (Depends-on): Likewise.
40995
40996 2006-12-30  Bruno Haible  <bruno@clisp.org>
40997
40998         * modules/fchdir: New file.
40999         * modules/unistd (Files): Add lib/unistd_.h.
41000         (Makefile.am): Generate unistd.h from unistd_.h.
41001         * lib/fchdir.c: New file.
41002         * lib/dirent_.h: New file.
41003         * lib/unistd_.h: New file.
41004         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
41005         * m4/fchdir.m4: New file.
41006         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
41007         (gl_HEADER_UNISTD): Invoke it.
41008         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
41009         function.
41010         * lib/backupfile.c (opendir, closedir): Undefine.
41011         * lib/chown.c (open, close): Undefine.
41012         * lib/clean-temp.c (open, close): Undefine.
41013         * lib/copy-file.c (open, close): Undefine.
41014         * lib/execute.c (open, close): Undefine.
41015         * lib/fsusage.c (open, close): Undefine.
41016         * lib/gc-gnulib.c (open, close): Undefine.
41017         * lib/getcwd.c (opendir, closedir): Undefine.
41018         * lib/glob.c (opendir, closedir): Undefine.
41019         * lib/javacomp.c (open, close): Undefine.
41020         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
41021         * lib/openat-proc.c (open, close): Undefine.
41022         * lib/pagealign_alloc.c (open, close): Undefine.
41023         * lib/pipe.c (open, close): Undefine.
41024         * lib/progreloc.c (open, close): Undefine.
41025         * lib/savedir.c (opendir, closedir): Undefine.
41026         * lib/utime.c (open, close): Undefine.
41027         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
41028
41029 2007-01-10  Bruno Haible  <bruno@clisp.org>
41030
41031         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
41032
41033 2007-01-12  Eric Blake  <ebb9@byu.net>
41034
41035         Provide a robust <wchar.h>.  Further simplifications are now
41036         possible in other modules, but not included here.
41037         * modules/wchar: New module.
41038         * m4/wchar.m4: New file.
41039         * lib/wchar_.h: Likewise.
41040         * modules/mbchar (Depends-on): Depend on wchar, as the first use
41041         of the new module.
41042         * MODULES.html.sh (Extended multibyte and wide character utilities):
41043         New section.
41044
41045 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
41046
41047         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
41048         to a reasonable default for memory allocation.
41049         (xreadlink): Don't allocate a huge buffer, to work around a buggy
41050         file system that reports garbage st_size values for symlinks.
41051         Problem reported by Liyang Hu.
41052
41053 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41054
41055         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41056         Emacs .#* auto-save files).
41057
41058 2007-01-11  Bruno Haible  <bruno@clisp.org>
41059
41060         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41061         directory.
41062
41063 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41064
41065         Use @...@ consistently in lib/wctype_.h.
41066         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41067         on it being set to 1 or 0.
41068         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41069         go back to AC_SUBSTing it.
41070         * modules/wctype (Makefile.am): Undo previous change.
41071
41072 2007-01-10  Eric Blake  <ebb9@byu.net>
41073
41074         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41075         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41076         * modules/wctype (Makefile.am): Likewise.
41077         Reported by Chris McGuire.
41078
41079 2007-01-10  Jim Meyering  <jim@meyering.net>
41080
41081         fts.c: a small readability/maintainability improvement
41082         * lib/fts.c (fts_read): Make this code slightly more readable and
41083         maintainable by hoisting the "sp->fts_cur = p" assignments to
41084         immediately follow the statements that set P.  Derived from
41085         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41086
41087 2007-01-10  Eric Blake  <ebb9@byu.net>
41088
41089         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41090         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41091         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41092         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41093         Reported by Chris McGuire.
41094
41095 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41096
41097         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41098         in sed script.
41099
41100 2007-01-09  Bruno Haible  <bruno@clisp.org>
41101
41102         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41103         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41104         variables.
41105         (func_module): Use them.
41106
41107 2007-01-09  Bruno Haible  <bruno@clisp.org>
41108
41109         * modules/unistr/base: New file.
41110         * lib/unistr.h: New file.
41111
41112         * modules/unistr/u8-to-u16: New file.
41113         * lib/unistr/u8-to-u16.c: New file.
41114
41115         * modules/unistr/u8-to-u32: New file.
41116         * lib/unistr/u8-to-u32.c: New file.
41117
41118         * modules/unistr/u16-to-u8: New file.
41119         * lib/unistr/u16-to-u8.c: New file.
41120
41121         * modules/unistr/u16-to-u32: New file.
41122         * lib/unistr/u16-to-u32.c: New file.
41123
41124         * modules/unistr/u32-to-u8: New file.
41125         * lib/unistr/u32-to-u8.c: New file.
41126
41127         * modules/unistr/u32-to-u16: New file.
41128         * lib/unistr/u32-to-u16.c: New file.
41129
41130         * modules/unistr/u8-check: New file.
41131         * modules/unistr/u16-check: New file.
41132         * modules/unistr/u32-check: New file.
41133         * lib/unistr/u8-check.c: New file.
41134         * lib/unistr/u16-check.c: New file.
41135         * lib/unistr/u32-check.c: New file.
41136
41137         * modules/unistr/u8-chr: New file.
41138         * modules/unistr/u16-chr: New file.
41139         * modules/unistr/u32-chr: New file.
41140         * lib/unistr/u8-chr.c: New file.
41141         * lib/unistr/u16-chr.c: New file.
41142         * lib/unistr/u32-chr.c: New file.
41143
41144         * modules/unistr/u8-cmp: New file.
41145         * modules/unistr/u16-cmp: New file.
41146         * modules/unistr/u32-cmp: New file.
41147         * lib/unistr/u8-cmp.c: New file.
41148         * lib/unistr/u16-cmp.c: New file.
41149         * lib/unistr/u32-cmp.c: New file.
41150
41151         * modules/unistr/u8-cpy: New file.
41152         * modules/unistr/u16-cpy: New file.
41153         * modules/unistr/u32-cpy: New file.
41154         * lib/unistr/u8-cpy.c: New file.
41155         * lib/unistr/u16-cpy.c: New file.
41156         * lib/unistr/u32-cpy.c: New file.
41157         * lib/unistr/u-cpy.h: New file.
41158
41159         * modules/unistr/u8-cpy-alloc: New file.
41160         * modules/unistr/u16-cpy-alloc: New file.
41161         * modules/unistr/u32-cpy-alloc: New file.
41162         * lib/unistr/u8-cpy-alloc.c: New file.
41163         * lib/unistr/u16-cpy-alloc.c: New file.
41164         * lib/unistr/u32-cpy-alloc.c: New file.
41165         * lib/unistr/u-cpy-alloc.h: New file.
41166
41167         * modules/unistr/u8-endswith: New file.
41168         * modules/unistr/u16-endswith: New file.
41169         * modules/unistr/u32-endswith: New file.
41170         * lib/unistr/u8-endswith.c: New file.
41171         * lib/unistr/u16-endswith.c: New file.
41172         * lib/unistr/u32-endswith.c: New file.
41173         * lib/unistr/u-endswith.h: New file.
41174
41175         * modules/unistr/u8-mblen: New file.
41176         * modules/unistr/u16-mblen: New file.
41177         * modules/unistr/u32-mblen: New file.
41178         * lib/unistr/u8-mblen.c: New file.
41179         * lib/unistr/u16-mblen.c: New file.
41180         * lib/unistr/u32-mblen.c: New file.
41181
41182         * modules/unistr/u8-mbtouc: New file.
41183         * modules/unistr/u16-mbtouc: New file.
41184         * modules/unistr/u32-mbtouc: New file.
41185         * lib/unistr/u8-mbtouc.c: New file.
41186         * lib/unistr/u16-mbtouc.c: New file.
41187         * lib/unistr/u32-mbtouc.c: New file.
41188
41189         * modules/unistr/u8-mbtouc-safe: New file.
41190         * modules/unistr/u16-mbtouc-safe: New file.
41191         * modules/unistr/u32-mbtouc-safe: New file.
41192         * lib/unistr/u8-mbtouc-safe.c: New file.
41193         * lib/unistr/u16-mbtouc-safe.c: New file.
41194         * lib/unistr/u32-mbtouc-safe.c: New file.
41195
41196         * modules/unistr/u8-move: New file.
41197         * modules/unistr/u16-move: New file.
41198         * modules/unistr/u32-move: New file.
41199         * lib/unistr/u8-move.c: New file.
41200         * lib/unistr/u16-move.c: New file.
41201         * lib/unistr/u32-move.c: New file.
41202         * lib/unistr/u-move.h: New file.
41203
41204         * modules/unistr/u8-next: New file.
41205         * modules/unistr/u16-next: New file.
41206         * modules/unistr/u32-next: New file.
41207         * lib/unistr/u8-next.c: New file.
41208         * lib/unistr/u16-next.c: New file.
41209         * lib/unistr/u32-next.c: New file.
41210
41211         * modules/unistr/u8-prev: New file.
41212         * modules/unistr/u16-prev: New file.
41213         * modules/unistr/u32-prev: New file.
41214         * lib/unistr/u8-prev.c: New file.
41215         * lib/unistr/u16-prev.c: New file.
41216         * lib/unistr/u32-prev.c: New file.
41217
41218         * modules/unistr/u8-set: New file.
41219         * modules/unistr/u16-set: New file.
41220         * modules/unistr/u32-set: New file.
41221         * lib/unistr/u8-set.c: New file.
41222         * lib/unistr/u16-set.c: New file.
41223         * lib/unistr/u32-set.c: New file.
41224         * lib/unistr/u-set.h: New file.
41225
41226         * modules/unistr/u8-startswith: New file.
41227         * modules/unistr/u16-startswith: New file.
41228         * modules/unistr/u32-startswith: New file.
41229         * lib/unistr/u8-startswith.c: New file.
41230         * lib/unistr/u16-startswith.c: New file.
41231         * lib/unistr/u32-startswith.c: New file.
41232         * lib/unistr/u-startswith.h: New file.
41233
41234         * modules/unistr/u8-stpcpy: New file.
41235         * modules/unistr/u16-stpcpy: New file.
41236         * modules/unistr/u32-stpcpy: New file.
41237         * lib/unistr/u8-stpcpy.c: New file.
41238         * lib/unistr/u16-stpcpy.c: New file.
41239         * lib/unistr/u32-stpcpy.c: New file.
41240         * lib/unistr/u-stpcpy.h: New file.
41241
41242         * modules/unistr/u8-stpncpy: New file.
41243         * modules/unistr/u16-stpncpy: New file.
41244         * modules/unistr/u32-stpncpy: New file.
41245         * lib/unistr/u8-stpncpy.c: New file.
41246         * lib/unistr/u16-stpncpy.c: New file.
41247         * lib/unistr/u32-stpncpy.c: New file.
41248         * lib/unistr/u-stpncpy.h: New file.
41249
41250         * modules/unistr/u8-strcat: New file.
41251         * modules/unistr/u16-strcat: New file.
41252         * modules/unistr/u32-strcat: New file.
41253         * lib/unistr/u8-strcat.c: New file.
41254         * lib/unistr/u16-strcat.c: New file.
41255         * lib/unistr/u32-strcat.c: New file.
41256         * lib/unistr/u-strcat.h: New file.
41257
41258         * modules/unistr/u8-strchr: New file.
41259         * modules/unistr/u16-strchr: New file.
41260         * modules/unistr/u32-strchr: New file.
41261         * lib/unistr/u8-strchr.c: New file.
41262         * lib/unistr/u16-strchr.c: New file.
41263         * lib/unistr/u32-strchr.c: New file.
41264
41265         * modules/unistr/u8-strcmp: New file.
41266         * modules/unistr/u16-strcmp: New file.
41267         * modules/unistr/u32-strcmp: New file.
41268         * lib/unistr/u8-strcmp.c: New file.
41269         * lib/unistr/u16-strcmp.c: New file.
41270         * lib/unistr/u32-strcmp.c: New file.
41271
41272         * modules/unistr/u8-strcpy: New file.
41273         * modules/unistr/u16-strcpy: New file.
41274         * modules/unistr/u32-strcpy: New file.
41275         * lib/unistr/u8-strcpy.c: New file.
41276         * lib/unistr/u16-strcpy.c: New file.
41277         * lib/unistr/u32-strcpy.c: New file.
41278         * lib/unistr/u-strcpy.h: New file.
41279
41280         * modules/unistr/u8-strcspn: New file.
41281         * modules/unistr/u16-strcspn: New file.
41282         * modules/unistr/u32-strcspn: New file.
41283         * lib/unistr/u8-strcspn.c: New file.
41284         * lib/unistr/u16-strcspn.c: New file.
41285         * lib/unistr/u32-strcspn.c: New file.
41286         * lib/unistr/u-strcspn.h: New file.
41287
41288         * modules/unistr/u8-strdup: New file.
41289         * modules/unistr/u16-strdup: New file.
41290         * modules/unistr/u32-strdup: New file.
41291         * lib/unistr/u8-strdup.c: New file.
41292         * lib/unistr/u16-strdup.c: New file.
41293         * lib/unistr/u32-strdup.c: New file.
41294         * lib/unistr/u-strdup.h: New file.
41295
41296         * modules/unistr/u8-strlen: New file.
41297         * modules/unistr/u16-strlen: New file.
41298         * modules/unistr/u32-strlen: New file.
41299         * lib/unistr/u8-strlen.c: New file.
41300         * lib/unistr/u16-strlen.c: New file.
41301         * lib/unistr/u32-strlen.c: New file.
41302         * lib/unistr/u-strlen.h: New file.
41303
41304         * modules/unistr/u8-strmblen: New file.
41305         * modules/unistr/u16-strmblen: New file.
41306         * modules/unistr/u32-strmblen: New file.
41307         * lib/unistr/u8-strmblen.c: New file.
41308         * lib/unistr/u16-strmblen.c: New file.
41309         * lib/unistr/u32-strmblen.c: New file.
41310
41311         * modules/unistr/u8-strmbtouc: New file.
41312         * modules/unistr/u16-strmbtouc: New file.
41313         * modules/unistr/u32-strmbtouc: New file.
41314         * lib/unistr/u8-strmbtouc.c: New file.
41315         * lib/unistr/u16-strmbtouc.c: New file.
41316         * lib/unistr/u32-strmbtouc.c: New file.
41317
41318         * modules/unistr/u8-strncat: New file.
41319         * modules/unistr/u16-strncat: New file.
41320         * modules/unistr/u32-strncat: New file.
41321         * lib/unistr/u8-strncat.c: New file.
41322         * lib/unistr/u16-strncat.c: New file.
41323         * lib/unistr/u32-strncat.c: New file.
41324         * lib/unistr/u-strncat.h: New file.
41325
41326         * modules/unistr/u8-strncmp: New file.
41327         * modules/unistr/u16-strncmp: New file.
41328         * modules/unistr/u32-strncmp: New file.
41329         * lib/unistr/u8-strncmp.c: New file.
41330         * lib/unistr/u16-strncmp.c: New file.
41331         * lib/unistr/u32-strncmp.c: New file.
41332
41333         * modules/unistr/u8-strncpy: New file.
41334         * modules/unistr/u16-strncpy: New file.
41335         * modules/unistr/u32-strncpy: New file.
41336         * lib/unistr/u8-strncpy.c: New file.
41337         * lib/unistr/u16-strncpy.c: New file.
41338         * lib/unistr/u32-strncpy.c: New file.
41339         * lib/unistr/u-strncpy.h: New file.
41340
41341         * modules/unistr/u8-strnlen: New file.
41342         * modules/unistr/u16-strnlen: New file.
41343         * modules/unistr/u32-strnlen: New file.
41344         * lib/unistr/u8-strnlen.c: New file.
41345         * lib/unistr/u16-strnlen.c: New file.
41346         * lib/unistr/u32-strnlen.c: New file.
41347         * lib/unistr/u-strnlen.h: New file.
41348
41349         * modules/unistr/u8-strpbrk: New file.
41350         * modules/unistr/u16-strpbrk: New file.
41351         * modules/unistr/u32-strpbrk: New file.
41352         * lib/unistr/u8-strpbrk.c: New file.
41353         * lib/unistr/u16-strpbrk.c: New file.
41354         * lib/unistr/u32-strpbrk.c: New file.
41355         * lib/unistr/u-strpbrk.h: New file.
41356
41357         * modules/unistr/u8-strrchr: New file.
41358         * modules/unistr/u16-strrchr: New file.
41359         * modules/unistr/u32-strrchr: New file.
41360         * lib/unistr/u8-strrchr.c: New file.
41361         * lib/unistr/u16-strrchr.c: New file.
41362         * lib/unistr/u32-strrchr.c: New file.
41363
41364         * modules/unistr/u8-strspn: New file.
41365         * modules/unistr/u16-strspn: New file.
41366         * modules/unistr/u32-strspn: New file.
41367         * lib/unistr/u8-strspn.c: New file.
41368         * lib/unistr/u16-strspn.c: New file.
41369         * lib/unistr/u32-strspn.c: New file.
41370         * lib/unistr/u-strspn.h: New file.
41371
41372         * modules/unistr/u8-strstr: New file.
41373         * modules/unistr/u16-strstr: New file.
41374         * modules/unistr/u32-strstr: New file.
41375         * lib/unistr/u8-strstr.c: New file.
41376         * lib/unistr/u16-strstr.c: New file.
41377         * lib/unistr/u32-strstr.c: New file.
41378         * lib/unistr/u-strstr.h: New file.
41379
41380         * modules/unistr/u8-strtok: New file.
41381         * modules/unistr/u16-strtok: New file.
41382         * modules/unistr/u32-strtok: New file.
41383         * lib/unistr/u8-strtok.c: New file.
41384         * lib/unistr/u16-strtok.c: New file.
41385         * lib/unistr/u32-strtok.c: New file.
41386         * lib/unistr/u-strtok.h: New file.
41387
41388         * modules/unistr/u8-uctomb: New file.
41389         * modules/unistr/u16-uctomb: New file.
41390         * modules/unistr/u32-uctomb: New file.
41391         * lib/unistr/u8-uctomb.c: New file.
41392         * lib/unistr/u16-uctomb.c: New file.
41393         * lib/unistr/u32-uctomb.c: New file.
41394
41395         * MODULES.html.sh (Unicode string functions): Add the new modules.
41396
41397 2007-01-08  Bruno Haible  <bruno@clisp.org>
41398
41399         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41400         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41401         subdirectories.
41402
41403 2007-01-08  Karl Berry  <karl@gnu.org>
41404
41405         * doc/error.texi: mention that main() fns must set program_name
41406         when progname is used.
41407
41408 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41409
41410         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41411         WCTYPE_H is empty, for the benefit of builds from non-distclean
41412         directories.  Problem reported by Eric Blake in
41413         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41414
41415 2007-01-08  Bruno Haible  <bruno@clisp.org>
41416
41417         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41418         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41419         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41420         PROVIDE_CANONICALIZE_FILENAME_MODE.
41421         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41422
41423 2007-01-08  Bruno Haible  <bruno@clisp.org>
41424
41425         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41426         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41427         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41428         * lib/fts.c: Likewise.
41429         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41430
41431 2006-12-25  Bruno Haible  <bruno@clisp.org>
41432
41433         * modules/utf8-ucs4-safe: New file.
41434         * lib/utf8-ucs4-safe.h: New file.
41435         * lib/unistr/utf8-ucs4-safe.c: New file.
41436
41437         * modules/utf16-ucs4-safe: New file.
41438         * lib/utf16-ucs4-safe.h: New file.
41439         * lib/unistr/utf16-ucs4-safe.c: New file.
41440
41441         * MODULES.html.sh (Unicode string functions): Add the new modules.
41442
41443 2007-01-08  Bruno Haible  <bruno@clisp.org>
41444
41445         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41446         (Depends-on): Add unitypes.
41447         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41448         (u8_mbtouc_aux): Move out to separate file.
41449         (u8_mbtouc): Use ucs4_t, uint8_t types.
41450         * lib/unistr/utf8-ucs4.c: New file.
41451
41452         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41453         (Depends-on): Add unitypes.
41454         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41455         (u16_mbtouc_aux): Move out to separate file.
41456         (u16_mbtouc): Use ucs4_t, uint16_t types.
41457         * lib/unistr/utf16-ucs4.c: New file.
41458
41459         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41460         (Depends-on): Add unitypes.
41461         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41462         (u8_uctomb_aux): Move out to separate file.
41463         (u8_uctomb): Use ucs4_t, uint8_t types.
41464         * lib/unistr/ucs4-utf8.c: New file.
41465
41466         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41467         (Depends-on): Add unitypes.
41468         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41469         (u16_uctomb_aux): Move out to separate file.
41470         (u16_uctomb): Use ucs4_t, uint16_t types.
41471         * lib/unistr/ucs4-utf16.c: New file.
41472
41473 2006-12-25  Bruno Haible  <bruno@clisp.org>
41474
41475         * modules/unitypes: New file.
41476         * lib/unitypes.h: New file.
41477         * MODULES.html.sh (func_all_modules): New section "Unicode string
41478         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41479         this section. Add unitypes.
41480
41481 2007-01-08  Bruno Haible  <bruno@clisp.org>
41482
41483         Avoid variable names that conflict with those from libtool.
41484         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41485         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41486         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41487         library_names_spec to acl_library_names_spec, hardcode_* to
41488         acl_hardcode_*.
41489         Reported by Ralf Wildenhues.
41490
41491 2007-01-08  Bruno Haible  <bruno@clisp.org>
41492
41493         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41494         definition.
41495         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41496         definition.
41497         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41498         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41499         definition.
41500         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41501         definition.
41502         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41503         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41504         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41505         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41506         definition.
41507         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41508         definition.
41509         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41510         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41511         GC_USE_<algorithm>.
41512         * lib/gc-libgcrypt.c: Likewise.
41513         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41514         * modules/gc-arctwo (configure.ac): Likewise.
41515         * modules/gc-des (configure.ac): Likewise.
41516         * modules/gc-hmac-md5 (configure.ac): Likewise.
41517         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41518         * modules/gc-md2 (configure.ac): Likewise.
41519         * modules/gc-md4 (configure.ac): Likewise.
41520         * modules/gc-md5 (configure.ac): Likewise.
41521         * modules/gc-random (configure.ac): Likewise.
41522         * modules/gc-rijndael (configure.ac): Likewise.
41523         * modules/gc-sha1 (configure.ac): Likewise.
41524
41525 2007-01-08  Bruno Haible  <bruno@clisp.org>
41526
41527         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41528         macro definition.
41529         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41530         definition.
41531         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41532         definition.
41533         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41534         * modules/fcntl-safer (configure.ac): Likewise.
41535         * modules/fopen-safer (configure.ac): Likewise.
41536         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41537         GNULIB_FWRITEERROR macro definition.
41538
41539 2007-01-08  Bruno Haible  <bruno@clisp.org>
41540
41541         * m4/gnulib-common.m4: New file.
41542         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41543         (func_get_filelist): Add m4/gnulib-common.m4.
41544
41545 2007-01-08  Bruno Haible  <bruno@clisp.org>
41546
41547         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41548         command.
41549
41550 2007-01-08  Jim Meyering  <jim@meyering.net>
41551
41552         Use a more robust test for a "can't happen" condition.
41553         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41554         narrowed the st_size value.  Presuming the "can't happen" condition
41555         is true, that narrowing could conceivably convert an invalid st_size
41556         value into a valid one.  Instead, use a change based on Matthew
41557         Woehlke's original patch.
41558
41559         Slight readability improvement: use an assert-like macro
41560         in place of literal "abort ()" uses.
41561         * lib/fts.c (fts_assert): Define.
41562         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41563         Use this macro instead of a bare 'abort'.
41564
41565 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41566
41567         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41568         simply work around them.
41569         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41570         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41571         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41572         declaring.
41573         Don't bother to define as macros, since the standard doesn't require it.
41574         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41575         longer worry about IRIX 5.3.
41576         (HAVE_WCTYPE_CTMP_BUG): Remove.
41577
41578 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41579
41580         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41581         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41582         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41583         Problems reported by Georg Schwarz for IRIX 5.3.
41584
41585         * gnulib-tool (autoconf_minversion): Take the maximum version number
41586         found, not the minimum.  Problem reported by James Youngman.
41587
41588 2007-01-03  Karl Berry  <karl@gnu.org>
41589
41590         * doc/error.texi: new file, explaining interaction with progname.
41591         * doc/gnulib.texi: include it.  Update copyright.
41592
41593 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41594
41595         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41596         AC_CANONICAL_HOST, to improve autobuild outputs.
41597
41598 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41599             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41600
41601         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41602         sockets, server sockets, and other file descriptors.  Count errors
41603         to compute the return value.  Reorder the code a bit to be easier
41604         to follow.  Don't set event bits that were not requested (except
41605         POLLERR and POLLHUP).
41606
41607 2007-01-01  Bruno Haible  <bruno@clisp.org>
41608
41609         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41610
41611 2007-01-03  Jim Meyering  <jim@meyering.net>
41612
41613         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41614
41615 2007-01-02  Bruno Haible  <bruno@clisp.org>
41616
41617         * modules/settime (Include): Require timespec.h.
41618         * modules/nanosleep (Include): Likewise.
41619
41620 2007-01-01  Bruno Haible  <bruno@clisp.org>
41621
41622         * gnulib-tool (func_emit_copyright_notice): Bump year.
41623         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41624
41625 2007-01-01  Bruno Haible  <bruno@clisp.org>
41626
41627         Improve support for OpenBSD.
41628         * build-aux/config.rpath (libname_spec): Export.
41629         (library_names_spec): New variable. Export.
41630         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41631         library_names_spec from the config.rpath output. Locate shared library
41632         through the name pattern in library_names_spec.
41633
41634 2007-01-01  Eric Blake  <ebb9@byu.net>
41635
41636         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41637
41638 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41639
41640         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41641         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41642         assume the C locale, and avoid an "eval" that could cause trouble.
41643         Problem with SORT reported by Bob Proulx.
41644
41645         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41646         Define.  Trivial patch from Henning Nielsen Lund, originally
41647         sent to bug-grep@gnu.org today.
41648
41649 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41650
41651         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41652         struct stat.  Problem reported by Henning Nielsen Lund.
41653         * lib/acl.c: Include acl.h first, to check interface.  Don't
41654         bother to include sys/types.h and sys/stat.h again.
41655
41656 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41657
41658         Import the following change from libc; problem reported by
41659         Sven Verdoolaege.
41660
41661         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41662
41663         [BZ #1373]
41664         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41665
41666 2006-12-28  Jim Meyering  <jim@meyering.net>
41667
41668         * build-aux/announce-gen: Do not assume that the package
41669         builds any of tar.gz, tar.bz2, and .xdelta files.
41670         Suggestion from Simon Josefsson.
41671
41672 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41673
41674         * modules/announce-gen: New file.
41675
41676 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41677
41678         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41679         handles its gotchas now.
41680         * lib/mbswidth.c: Likewise.
41681         * lib/wcwidth.h: Likewise.
41682         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41683         and iswcntrl; the wctype module does this stuff now.
41684         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41685         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41686         * modules/mbchar (Depends-on): Add wctype.
41687         * modules/mbswidth (Depends-on): Likewise.
41688         * modules/wcwidth (Depends-on): Likewise.
41689
41690 2006-12-27  Eric Blake  <ebb9@byu.net>
41691
41692         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41693         module uses more than what <wctype.h> is required to provide.
41694
41695 2006-12-26  Eric Blake  <ebb9@byu.net>
41696
41697         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41698
41699 2006-12-26  Eric Blake  <ebb9@byu.net>
41700
41701         * modules/absolute-header: New module.
41702         * modules/fcntl (Depends-on): Depend on it.
41703         * modules/inttypes (Depends-on): Likewise.
41704         * modules/stdint (Depends-on): Likewise.
41705         * modules/sys_stat (Depends-on): Likewise.
41706         * modules/wctype (Depends-on): Likewise.
41707         * MODULES.html.sh (Support for building libraries and
41708         executables): Document it.
41709
41710 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41711
41712         * gnulib-tool (SED): Remove, undoing previous change.
41713         The problem was that it broke coreutils on Solaris, because
41714         "sed --posix" leaked into a makefile.
41715         (sed): New alias, if 'alias' and GNU sed.
41716
41717 2006-12-24  Jim Meyering  <jim@meyering.net>
41718
41719         Work around an fchownat bug in glibc-2.4:
41720         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41721         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41722         in spite of the -P option.
41723         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41724         New macros.
41725         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41726         * modules/openat (Files): Add lib/fchownat.c.
41727         * lib/openat.c (fchownat): Don't define here.  Move to...
41728         * lib/fchownat.c: ...this new file.
41729
41730 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41731
41732         Fix bug reported by Bruno Haible in
41733         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41734         where quotearg.c didn't compile on Mac OS X 10.2 because it
41735         lacks <wchar.h> and wint_t.
41736         * lib/wctype_.h (__wctype_wint_t): New type.
41737         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41738         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41739         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41740         Arg is now of type __wctype_wint_t, not wint_t.
41741         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41742         substitute HAVE_WINT_T.
41743         * modules/wctype (Files): Add m4/wint_t.m4.
41744         (wctype.h): Substitute HAVE_WINT_T.
41745
41746 2006-12-23  Bruno Haible  <bruno@clisp.org>
41747
41748         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41749
41750 2006-12-23  Bruno Haible  <bruno@clisp.org>
41751
41752         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41753         S_ISLNK.
41754         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41755         mingw.
41756
41757 2006-12-22  Bruno Haible  <bruno@clisp.org>
41758
41759         * lib/copy-file.c: Include acl.h.
41760         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41761         Close the file descriptors only after being done with copy_acl.
41762         * modules/copy-file (Depends-on): Add acl.
41763
41764 2006-12-22  Bruno Haible  <bruno@clisp.org>
41765
41766         * gnulib-tool (SED): New variable.
41767         Use $SED instead of sed everywhere.
41768
41769 2006-12-22  Bruno Haible  <bruno@clisp.org>
41770
41771         * modules/no-c++: New file.
41772         * m4/no-c++.m4: New file.
41773         * MODULES.html.sh (Support for building libraries and executables):
41774         Add no-c++.
41775
41776 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41777
41778         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41779         Include <limits.h>, and use its INT_MAX to rewrite the
41780         j loop so that it does not overflow 'int'.  Problem reported by
41781         Ralf Wildenhues in
41782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41783         Play it safe by shifting left by 1 rather than multiplying by 2,
41784         as GCC is less likely to optimize this away when the value
41785         is signed (when it assumes overflow leads to undefined behavior).
41786         Also, don't assume time_t uses two's complement.
41787
41788 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41789
41790         * MODULES.html.sh: New module wctype.
41791         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41792         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41793         <wctype.h>, since the new wctype module should fix this.
41794         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41795         the wctype module should arrange for it.
41796         * lib/regex_internal.h: Likewise.
41797         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41798         since the wctype module should handle this now.
41799         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41800         * modules/fnmatch (Depends-on): Add wctype.
41801         * modules/quotearg (Depends-on): Likewise.
41802         * modules/regex (Depends-on): Likewise.
41803
41804 2006-12-19  Bruno Haible  <bruno@clisp.org>
41805
41806         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41807         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41808
41809 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41810
41811         * modules/savewd (Depends-on): Fix dependency on fcntl.
41812
41813 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41814
41815         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41816         conforms to C99, rather than relying on the user's environment
41817         setting of STDINT_H.
41818
41819 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41820         and Eric Blake  <ebb9@byu.net>
41821
41822         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41823         This is more consistent with the other defines here.
41824         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41825         Port to z/OS.  Problem reported by Paul Gilmartin.
41826         Change local vars to use gl_ prefix rather than ac_.
41827         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41828         with other defines.
41829         * modules/double-slash-root: New module.
41830         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41831         (Depends-on): Add double-slash-root.
41832         * MODULES.html.sh (File system functions): Mention new module.
41833
41834 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41835
41836         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41837         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41838         This is for the benefit of gzip, which doesn't do i18n.
41839
41840 2006-12-12  Jim Meyering  <jim@meyering.net>
41841
41842         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41843         Reported by Andreas Schwab <schwab@suse.de>.
41844
41845 2006-12-12  Bruno Haible  <bruno@clisp.org>
41846
41847         Merge these changes.
41848         2006-09-05  Bruno Haible  <bruno@clisp.org>
41849         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41850         iconv_alloc succeeded.
41851         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41852         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41853         test for " && dest " at the end - dest is always != NULL there. Call
41854         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41855         with 2xNULL arguments, also to flush the state storage. Handle the
41856         IRIX iconv behaviour. Realloc the final result, to throw away unused
41857         memory.
41858
41859 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41860
41861         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41862         and fchmodat unconditionally, since glibc 2.4 has them.
41863         Problem reported by Arkadiusz Miskiewicz.
41864
41865 2006-12-10  Bruno Haible  <bruno@clisp.org>
41866
41867         * gnulib-tool (func_import): Show the include files only for those
41868         modules that are copied and specified.
41869         Reported by Karl Berry.
41870
41871 2006-12-08  Jim Meyering  <jim@meyering.net>
41872
41873         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41874         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41875
41876         * build-aux/announce-gen: Add two new options, both optional:
41877         --bootstrap-tools=TOOL_LIST
41878               a comma-separated list of tools, e.g.,
41879               autoconf,automake,bison,gnulib
41880         --gnulib-snapshot-date=DATE
41881               if gnulib is in the bootstrap tool list,
41882               then report this as the snapshot date.
41883               If not specified, use the current date/time.
41884               If you specify a date here, be sure it's UTC.
41885
41886 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41887
41888         * tests/test-argp-2.sh: Fix test to match actual output.
41889         (func_compare): Fix sed script to be portable.
41890
41891 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41892
41893         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41894         workaround for this case.  It is not autoconfigured now; offhand
41895         it's hard to see how to autoconfigure it.
41896
41897 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41898
41899         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41900         a directory that is about to be chowned.  Such a directory's
41901         initial file permissions should permit the owner only and this
41902         should not be changed until after the chown, since the group and
41903         other bits would be incorrect if they granted permission before
41904         the chown.
41905
41906         Fix porting problem for iswctype reported by Georg Schwarz in:
41907         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41908         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41909         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41910         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41911         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41912
41913 2006-12-03  Jim Meyering  <jim@meyering.net>
41914
41915         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41916         p->fts_statp may not yet be defined.
41917         (fts_read): Instead, set it in the caller, once p->fts_statp is
41918         sure to be defined, and corresponds to a top-level directory.
41919         This bug made du -x fail.  Here's the coreutils test case:
41920         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41921         Reported by Mike Frysinger.
41922
41923 2006-12-01  Jim Meyering  <jim@meyering.net>
41924
41925         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41926         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41927         Reported by Simon Josefsson.
41928
41929 2006-11-30  Jim Meyering  <jim@meyering.net>
41930
41931         * m4/warning.m4: Use the all-permissive copyright notice
41932         recommended by RMS (rather than LGPL).
41933         * m4/vararrays.m4: Likewise.
41934         * m4/flexmember.m4: Likewise.
41935
41936 2006-11-29  Bruno Haible  <bruno@clisp.org>
41937
41938         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41939         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41940         using +=.
41941         Reported by Simon Josefsson <simon@josefsson.org>.
41942
41943 2006-11-28  James Youngman <jay@gnu.org>
41944
41945         * README: Advise users that they might find the bug-gnulib@gnu.org
41946         and autotools-announce@gnu.org mailing lists useful.
41947
41948 2006-11-28  Bruno Haible  <bruno@clisp.org>
41949
41950         * m4/ptrdiff_max.m4: Remove file.
41951
41952 2006-11-21  Bruno Haible  <bruno@clisp.org>
41953
41954         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41955         _AC_COMPUTE_INT.
41956         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41957         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41958         _AC_COMPUTE_INT.
41959         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41960         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41961         _AC_COMPUTE_INT.
41962         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41963
41964 2006-11-28  Jim Meyering  <jim@meyering.net>
41965
41966         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41967         warning from "gcc -Wshadow" about shadowing the builtin.
41968
41969 2006-11-27  Bruno Haible  <bruno@clisp.org>
41970
41971         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41972         _AC_COMPUTE_INT.
41973         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41974
41975 2006-11-27  Bruno Haible  <bruno@clisp.org>
41976             Paul Eggert  <eggert@cs.ucla.edu>
41977
41978         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41979
41980 2006-11-26  Bruno Haible  <bruno@clisp.org>
41981
41982         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41983         noinst_LTLIBRARIES.
41984
41985 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41986             Bruno Haible  <bruno@clisp.org>
41987
41988         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41989         if compiling with "gcc -ansi".
41990
41991 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41992
41993         Fix some incompatibilities with gcc -ansi -pedantic.
41994         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41995         if compiling pedantically with GCC, unless it's C99 or later.
41996         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41997         it mishandles gcc -ansi -pedantic as well.
41998         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41999         if gcc -pedantic.
42000         * lib/regexec.c (check_node_accept_bytes): Don't use auto
42001         initializers for struct if -pedantic, unless it's C99 or later.
42002
42003 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
42004
42005         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
42006         Don't close an fd more than once. Identical atimes indicate
42007         success, not failure.
42008
42009 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
42010
42011         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
42012
42013 2006-11-23  Jim Meyering  <jim@meyering.net>
42014
42015         * build-aux/announce-gen: New file.  From coreutils.
42016
42017 2006-11-22  Jim Meyering  <jim@meyering.net>
42018
42019         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
42020         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
42021         (fts_read): Use a temporary to narrow the overused st_size member
42022         before using it in a switch statement.  Reported by Matthew Woehlke.
42023
42024         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
42025         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
42026
42027 2006-11-20  Bruno Haible  <bruno@clisp.org>
42028
42029         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
42030         changequote instead of pairs of brackets.
42031         Reported by Andreas Schwab <schwab@suse.de>.
42032
42033 2006-11-21  Jim Meyering  <jim@meyering.net>
42034
42035         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
42036         so as to remain compatible with older compilers.
42037         Patch from Michael Deutschmann.
42038
42039 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42040
42041         * MODULES.html.sh (File system functions): Add openat.
42042
42043         * lib/openat.h (rpl_fstatat): New macro, if
42044         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
42045         (fstatat): Define to rpl_fstatat under the same conditions,
42046         unless COMPILING_FSTATAT.
42047         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
42048         seems to have the bug.
42049         * lib/fstatat.c: New file.
42050         * modules/openat (Files): Add it.
42051
42052 2006-11-20  Bruno Haible  <bruno@clisp.org>
42053
42054         * Makefile: New file.
42055
42056 2006-11-20  Jim Meyering  <jim@meyering.net>
42057
42058         The beginnings of syntax-related checks for gnulib.
42059         * lib/Makefile: New file.
42060         * lib/t-idcache: New script.  Ensure that the two halves of
42061         idcache.c stay in sync.
42062
42063         * lib/idcache.c: Adjust comments in user- and group- portions to
42064         be more accurate, and to be consistent with one another.
42065
42066 2006-11-20  Jim Meyering  <jim@meyering.net>
42067
42068         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42069         continue using the flexible array member (thus, this module performs
42070         half as many malloc calls), with the addition that...
42071         (getgroup, getuser): Consistently record a non-match via an empty
42072         "name" string, and map an empty string match to a NULL return value.
42073         * modules/idcache (Depends-on): Re-add flexmember.
42074
42075         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42076         (getuidbyname, getgroup, getgidbyname): Likewise.
42077
42078         Use cleaner syntax: NULL rather than 0.
42079         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42080
42081 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42082
42083         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42084         It mishandled the case where the group was missing.
42085         Problem reported by Greg Schafer.
42086         * modules/idcache: Likewise.
42087
42088 2006-11-18  Jim Meyering  <jim@meyering.net>
42089
42090         * check-module (%exempt_header): Add exception for some
42091         conditionally-included headers.
42092
42093         * modules/i-ring (Depends-on): Add verify.
42094         (License): Change to LGPL.
42095
42096 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42097
42098         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42099         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42100         and inttostr.h.  Use snprintf rather than uinttostr, so that
42101         LGPLed code doesn't depend on GPLed.
42102
42103 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42104
42105         * modules/inline (License): Change from GPL to LGPL.
42106
42107 2006-11-17  Jim Meyering  <jim@meyering.net>
42108
42109         * modules/d-type (License): Switch to LGPL.
42110
42111 2006-11-15  Bruno Haible  <bruno@clisp.org>
42112
42113         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42114
42115 2006-11-15  Eric Blake  <ebb9@byu.net>
42116
42117         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42118         the module dependency.
42119
42120 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42121             Bruno Haible  <bruno@clisp.org>
42122
42123         * gnulib-tool (func_create_testdir): Add license consistency check.
42124
42125 2006-11-15  Eric Blake  <ebb9@byu.net>
42126
42127         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42128         random "(cached)" in configure output.
42129
42130 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42131
42132         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42133         test for conforming inttypes.h is both announced and cached.
42134
42135         * MODULES.html.sh (seen_modules, seen_files): New variables.
42136         (func_module): Rewrite to use a few less gnulib-tool and sed
42137         invocations.  Avoid a couple of quadratic algorithms for ...
42138         (missed_modules, missed_files): ... these, with ...
42139         (func_append, func_tmpdir): ... these new functions, from
42140         gnulib-tool.  Analogously, install traps for cleanup.
42141
42142         * tests/test-gc.c (main): Remove unused variables.
42143         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42144
42145 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42146
42147         * modules/inttostr (License): Change to LGPL.
42148
42149 2006-11-14  Eric Blake  <ebb9@byu.net>
42150
42151         * modules/tempname (License): Change to LGPL.
42152
42153 2006-11-14  Eric Blake  <ebb9@byu.net>
42154
42155         * doc/functions.texi (Function Portability): *printf functions on
42156         Cygwin now understand all POSIX size specifiers.
42157
42158 2006-11-14  Bruno Haible  <bruno@clisp.org>
42159
42160         * modules/c-ctype (License): Change to LGPL.
42161
42162 2006-11-12  Bruno Haible  <bruno@clisp.org>
42163
42164         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42165         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42166         for GNOME libraries, for which the include files are installed in
42167         subdirectories of $prefix/include.
42168
42169 2006-11-12  Bruno Haible  <bruno@clisp.org>
42170
42171         * m4/lib-link.m4: Require at least autoconf-2.54.
42172         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42173         name to underscores for the --with option.
42174
42175 2006-11-13  Bruno Haible  <bruno@clisp.org>
42176
42177         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42178         the tests directory.
42179         Reported by Ralf Wildenhues.
42180
42181 2006-11-13  Bruno Haible  <bruno@clisp.org>
42182
42183         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42184         (func_emit_initmacro_end): Undo the override here.
42185         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42186         Works around the famous automake error in coreutils.
42187
42188 2006-11-13  Eric Blake  <ebb9@byu.net>
42189
42190         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42191         element, not its node.
42192
42193 2006-11-12  Bruno Haible  <bruno@clisp.org>
42194
42195         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42196         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42197
42198 2006-11-12  Bruno Haible  <bruno@clisp.org>
42199
42200         * gnulib-tool: New option --local-symlink.
42201         (func_usage): Document it.
42202         (lsymbolic): New variable.
42203         (func_import, func_create_testdir): If --symlink was not specified,
42204         test whether --local-symlink was specified and the file comes from
42205         the local_gnulib_dir.
42206
42207 2006-11-12  Bruno Haible  <bruno@clisp.org>
42208
42209         * gnulib-tool (func_ln): New function.
42210         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42211
42212 2006-11-12  Bruno Haible  <bruno@clisp.org>
42213
42214         Finish support for source files in subdirectories.
42215         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42216         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42217         AUTOMAKE_OPTIONS.
42218         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42219
42220 2006-11-12  Bruno Haible  <bruno@clisp.org>
42221
42222         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42223         EXTRA_lib_SOURCES augmentation.
42224         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42225
42226 2006-11-12  Jim Meyering  <jim@meyering.net>
42227
42228         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42229         file descriptors.  This also averts a failure on systems with
42230         native openat support when a traversed directory lacks "x" access.
42231         * lib/fts_.h: Include "i-ring.h"
42232         (struct FTS) [fts_fd_ring]: New member.
42233         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42234         (FCHDIR): Add parentheses.
42235         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42236         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42237         When descending, rather than simply closing the previous
42238         fts_cwd_fd value, push that file descriptor onto the ring.
42239         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42240         (fts_open): Initialize the new fd_ring member.
42241         (fts_close): Clear the ring.
42242         (fts_safe_changedir): When possible, use our new fd_ring to skip
42243         the diropen and fstat and dev/ino comparison that would normally
42244         accompany a virtual `chdir ("..")'.
42245
42246         * modules/fts (Depends-on): Add i-ring.
42247         * modules/i-ring: New module.
42248         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42249         * m4/i-ring.m4: New file.
42250
42251 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42252
42253         * gnulib-tool (func_create_testdir): Fix replacement of
42254         `build-aux' in configure.ac.  Run autotools in gltests
42255         subdirectory.
42256         (func_create_testdir, func_create_megatestdir, test): There is
42257         no need for '--force' in most autotool invocations in a new
42258         tree.  Actually fail the whole test if any of the tools, or the
42259         configure or make stages fail.
42260
42261         Sync from Automake.
42262         * build-aux/gnupload: Revert last change.  Add pointer to upload
42263         instructions of the GNU Maintenance Instructions.
42264         Suggestion by Karl Berry.
42265
42266 2006-11-10  Jim Meyering  <jim@meyering.net>
42267
42268         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42269
42270 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42271
42272         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42273         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42274         (bind_textdomain_codeset) [! ENABLE_NLS]:
42275         Evaluate all the arguments.  That way, callers get compatible behavior
42276         if the arguments have side effects.  Also, it avoids some GCC
42277         diagnostics in some cases; Joel E. Denny reported problems when Bison
42278         was configured with --enable-gcc-warnigs.
42279
42280 2006-11-10  Jim Meyering  <jim@meyering.net>
42281
42282         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42283         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42284         account.
42285
42286 2006-11-10  Jim Meyering  <jim@meyering.net>
42287
42288         * modules/inline: New file/module.
42289         * modules/xalloc (Files): Remove m4/inline.m4.
42290         (Depends-on): Add inline, instead.
42291         * modules/oset: Likewise.
42292         * modules/list: Likewise.
42293
42294 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42295
42296         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42297         Problem reported by Matthew Woehlke.
42298
42299 2006-11-09  Bruno Haible  <bruno@clisp.org>
42300
42301         * lib/tempname.c (gen_tempname): Remove variant that invokes
42302         __gen_tempname.
42303         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42304         __gen_tempname.
42305
42306 2006-11-08  Bruno Haible  <bruno@clisp.org>
42307
42308         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42309         to 'yes' instead of 'cross-compiling'.
42310
42311 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42312
42313         * lib/quotearg.h (quotearg_free): New decl.
42314         * lib/quotearg.c (quotearg_free): New function.
42315         (slot0, nslots, slotvec0, slotvec):
42316         Now file-scope so that quotearg_free can get at them.
42317
42318 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42319
42320         Sync from Automake.
42321         * build-aux/gnupload: Add missing 'gnu' to example URL.
42322         Report by Karl Berry.
42323
42324 2006-11-08  Bruno Haible  <bruno@clisp.org>
42325
42326         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42327         Suggested by Paul Eggert.
42328
42329 2006-11-08  Jim Meyering  <jim@meyering.net>
42330
42331         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42332         It's already included if !_LIBC.
42333         (fts_safe_changedir): Add a comment.
42334
42335 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42336
42337         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42338         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42339         Matthew Woehlke.
42340
42341         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42342         definitions up, to avoid colliding with change below.
42343         (static_inline) [HAVE_INLINE]: New macro.
42344         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42345         Provide extern decls when !HAVE_INLINE.  Do not define unless
42346         static_inline is defined, either by us or by xmalloc.c.  Use
42347         static_inline rather than static inline.
42348         (XCALLOC): Optimize sizeof(T) = 1 case.
42349         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42350
42351 2006-11-07  Bruno Haible  <bruno@clisp.org>
42352
42353         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42354         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42355         AC_C_INLINE.
42356         * modules/xalloc (Files): Add m4/inline.m4.
42357
42358 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42359
42360         * README: Fix typo.
42361         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42362         (Miscellanous Notes): ...from this.
42363
42364 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42365
42366         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42367         Mention that offsetof should be used instead of sizeof.
42368         From Bruno Haible.
42369
42370 2006-11-07  Bruno Haible  <bruno@clisp.org>
42371
42372         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42373
42374 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42375
42376         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42377         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42378         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42379         (gl_tree_add_before, gl_tree_add_after):
42380         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42381         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42382         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42383         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42384         (gl_linked_add_after, gl_linked_add_at): Likewise.
42385         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42386         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42387         (gl_tree_add_before, gl_tree_add_after): Likewise.
42388         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42389         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42390         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42391
42392 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42393
42394         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42395
42396 2006-11-06  Bruno Haible  <bruno@clisp.org>
42397
42398         * m4/inline.m4: New file.
42399         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42400         * modules/list (Files): Add m4/inline.m4.
42401         * modules/oset (Files): Likewise.
42402
42403 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42404
42405         * lib/idcache.c: Include <stddef.h>, for offsetof.
42406         (struct userid.name): Change from char * to a flexible array member.
42407         All uses changed.
42408         * modules/idcache (Depends-on): Add flexmember.
42409
42410         * MODULES.html.sh (Core language properties): New module flexmember.
42411         * modules/flexmember, m4/flexmember.m4: New files.
42412
42413         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42414         inline functions that are identical with the old xnmalloc_inline,
42415         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42416         that we can avoid some unnecessary integer multiplications and
42417         divisions in the common case where the element size is known at
42418         compile time.
42419         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42420         needed.
42421         (xnboundedmalloc): Remove.
42422         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42423         arguments, for consistency with rest of this header.
42424         (xcharalloc): Rewrite using XNMALLOC.
42425         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42426         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42427         versions have been moved to lib/xalloc.h and renamed to be the
42428         non-*_inline versions.
42429         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42430         and xnrealloc functions, since those functions are now inline and
42431         now call us.
42432         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42433         renaming described above.
42434         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42435         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42436         captures the dependency in AC_C_INLINE.
42437
42438         New module canonicalize-lgpl, proposed by Charles Wilson in
42439         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42440         with a few small changes afterwards.
42441         * MODULES.html.sh (File system functions): New module
42442         canonicalize-lgpl.
42443         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42444         and canonicalize_file_name.
42445         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42446         * modules/canonicalize-lgpl: New files.
42447
42448 2006-11-05  Bruno Haible  <bruno@clisp.org>
42449
42450         * gnulib-tool (func_import, func_create_testdir): Create directories
42451         also for files in subdirectories of lib/.
42452
42453 2006-11-05  Bruno Haible  <bruno@clisp.org>
42454
42455         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42456         ANSI C compliant.
42457
42458 2006-11-03  Bruno Haible  <bruno@clisp.org>
42459
42460         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42461         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42462         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42463         (xnboundedmalloc): New inline function.
42464         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42465         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42466         xmalloc.
42467         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42468         xmalloc.
42469         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42470         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42471         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42472         xmalloc.
42473         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42474         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42475         xmalloc.
42476         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42477         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42478         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42479         xmalloc.
42480         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42481         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42482         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42483         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42484         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42485         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42486         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42487
42488 2006-11-03  Bruno Haible  <bruno@clisp.org>
42489
42490         * lib/c-ctype.h [C++]: Define functions without name mangling.
42491         * lib/fwriteerror.h [C++]: Likewise.
42492         * lib/gcd.h [C++]: Likewise.
42493         * lib/linebreak.h [C++]: Likewise.
42494
42495 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42496
42497         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42498         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42499         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42500         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42501         Check for functions and headers just once.
42502         Check for declaration of canonicalize_file_name.
42503         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42504
42505 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42506
42507         * gnulib-tool (func_import): Fix typo in actioncmd.
42508
42509 2006-11-02  Bruno Haible  <bruno@clisp.org>
42510
42511         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42512         newline sequence in the Makefile.am snippet as a space, like "make"
42513         does.
42514         Reported by Roger Persson <perrog@gmail.com>.
42515
42516 2006-11-01  Bruno Haible  <bruno@clisp.org>
42517
42518         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42519         already declared in <string.h>.
42520         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42521
42522 2006-11-01  Bruno Haible  <bruno@clisp.org>
42523
42524         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42525         * lib/strcase.h: Include <string.h>.
42526         (strcasecmp): Define to rpl_strcasecmp here.
42527
42528 2006-11-01  Bruno Haible  <bruno@clisp.org>
42529
42530         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42531
42532 2006-11-01  Eric Blake  <ebb9@byu.net>
42533
42534         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42535
42536         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42537
42538 2006-10-29  Bruno Haible  <bruno@clisp.org>
42539
42540         Make it compile in C++ mode.
42541         * lib/full-write.c (full_rw): Add a cast.
42542
42543 2006-11-01  Bruno Haible  <bruno@clisp.org>
42544
42545         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42546         be POSIX compliant.
42547         Reported by Roger Persson <perrog@gmail.com>.
42548
42549 2006-11-01  Eric Blake  <ebb9@byu.net>
42550
42551         * lib/getopt_.h: Fix comments.
42552
42553 2006-10-31  Eric Blake  <ebb9@byu.net>
42554
42555         * modules/tmpdir (Depends-on): Add sys_stat.
42556         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42557         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42558         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42559         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42560         tempname.
42561
42562 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42563
42564         Avoid some C++ diagnostics reported by Bruno Haible.
42565         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42566         xmalloc.
42567         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42568         (struct slotvec): Move to top level.
42569         (quotearg_n_options): Rewrite to avoid xmalloc.
42570         * lib/xalloc.h (xcharalloc): New function.
42571         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42572         [defined __cplusplus]: Add function template that provides result
42573         type propagation.  This part of the change is from Bruno Haible.
42574
42575 2006-10-29  Bruno Haible  <bruno@clisp.org>
42576
42577         Make it compile in C++ mode.
42578         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42579         * lib/strnlen1.c (strnlen1): Cast memchr result.
42580         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42581         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42582         (create_temp_dir): Rename local variable 'template'.
42583         (compile_csharp_using_sscli): Add cast.
42584         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42585         * lib/findprog.c (find_in_path): Likewise.
42586         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42587         * lib/wait-process.c (register_slave_subprocess): Likewise.
42588
42589 2006-10-22  Bruno Haible  <bruno@clisp.org>
42590
42591         * modules/tsearch: New file.
42592         * lib/tsearch.h: New file.
42593         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42594         * m4/tsearch.m4: New file.
42595         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42596
42597 2006-10-29  Eric Blake  <ebb9@byu.net>
42598
42599         * lib/arcfour.c: Assume config.h.
42600         * lib/arctwo.c: Likewise.
42601         * lib/base64.c: Likewise.
42602         * lib/check-version.c: Likewise.
42603         * lib/crc.c: Likewise.
42604         * lib/des.c: Likewise.
42605         * lib/gc-gnulib.c: Likewise.
42606         * lib/gc-libgcrypt.c: Likewise.
42607         * lib/gc-pbkdf2-sha1.c: Likewise.
42608         * lib/getaddrinfo.c: Likewise.
42609         * lib/getdelim.c: Likewise.
42610         * lib/getline.c: Likewise.
42611         * lib/hmac-md5.c: Likewise.
42612         * lib/hmac-sha1.c: Likewise.
42613         * lib/iconvme.c: Likewise.
42614         * lib/md2.c: Likewise.
42615         * lib/md4.c: Likewise.
42616         * lib/memxor.c: Likewise.
42617         * lib/read-file.c: Likewise.
42618         * lib/readline.c: Likewise.
42619         * lib/rijndael-alg-fst.c: Likewise.
42620         * lib/rijndael-api-fst.c: Likewise.
42621         * lib/xgetdomainname.c: Likewise.
42622
42623 2006-10-28  Eric Blake  <ebb9@byu.net>
42624
42625         * lib/xstrndup.c: Assume config.h.
42626
42627 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42628
42629         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42630         stat-macros.h is now for our own macros, whereas stat_h is for
42631         macros in the <sys/stat.h> name space.
42632         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42633         (STAT_MACROS_H): Remove.
42634         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42635         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42636         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42637         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42638         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42639         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42640         Move these macros to ...
42641         * lib/stat_.h: here.  Don't include stat-macros.h.
42642         * lib/canonicalize.c: Don't include stat-macros.h.
42643         * lib/chown.c: Likewise.
42644         * lib/euidaccess.c: Likewise.
42645         * lib/file-type.c: Likewise.
42646         * lib/filemode.c: Likewise.
42647         * lib/glob.c: Likewise.
42648         * lib/isapipe.c: Likewise.
42649         * lib/lchown.c: Likewise.
42650         * lib/lstat.c: Likewise.
42651         * lib/mkdir-p.c: Likewise.
42652         * lib/rmdir.c: Likewise.
42653         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42654         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42655         unless mkdir isn't declared, to speed up 'configure'.
42656         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42657         would define all the S_* symbols.
42658         * modules/canonicalize (Depends-on):
42659         Depend on sys_stat, not stat-macros.
42660         * modules/chown: Likewise.
42661         * modules/euidaccess: Likewise.
42662         * modules/filemode: Likewise.
42663         * modules/file-type: Likewise.
42664         * modules/glob: Likewise.
42665         * modules/isapipe: Likewise.
42666         * modules/lchown: Likewise.
42667         * modules/lstat: Likewise.
42668         * modules/mkancesdirs: Likewise.
42669         * modules/rmdir: Likewise.
42670         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42671         * modules/modechange: Likewise.
42672         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42673         (configure.ac): Remove gl_STAT_MACROS.
42674         * modules/sys_stat (Depends-on): Remove stat-macros.
42675
42676 2006-10-27  Bruno Haible  <bruno@clisp.org>
42677
42678         * m4/signed.m4: Remove file.
42679         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42680         invocation.
42681         * modules/vasnprintf (Files): Remove m4/signed.m4.
42682
42683 2006-10-27  Bruno Haible  <bruno@clisp.org>
42684
42685         Update to GNU gettext 0.16.
42686         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42687         m4/inttypes-h.m4, m4/signed.m4.
42688         * m4/gettext.m4: Update to GNU gettext 0.16.
42689         * m4/intl.m4: New file, from GNU gettext.
42690         * m4/intldir.m4: New file, from GNU gettext.
42691         * config/srclist.txt: Update
42692
42693 2006-10-27  Eric Blake  <ebb9@byu.net>
42694
42695         * MODULES.html.sh: Document tempname.
42696         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42697         dependencies.
42698         (Files): Move lib/tempname.c...
42699         * modules/tempname: ...to this new module.
42700         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42701         (gl_PREREQ_TEMPNAME): Move...
42702         * m4/tempname.m4: ...to this new file.
42703         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42704         * modules/sys_stat (Depends-on): Add stat-macros.
42705         * lib/stat_.h (includes): Pick up stat macros.
42706         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42707         if stat macros are broken.
42708         * lib/tempname.c (includes): No need to include "stat-macros.h".
42709         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42710         (direxists, __path_search) [!_LIBC]: Don't compile these in
42711         gnulib; the tmpdir module covers that.
42712         * lib/tempname.h: New file.
42713
42714 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42715
42716         * COPYING: Explain how gnulib-tool converts licence headers.
42717         Almost all wording by Eric Blake.
42718
42719 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42720
42721         * lib/mbchar.h (is_basic_table): Make read-only.
42722         * lib/mbchar.c (is_basic_table): Likewise.
42723         Reported by John Darrington.
42724
42725 2006-10-25  Bruno Haible  <bruno@clisp.org>
42726
42727         * lib/progname.h (set_program_name): Undefine before defining.
42728
42729 2006-10-25  Bruno Haible  <bruno@clisp.org>
42730
42731         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42732         false for non-gcc C++ compilers.
42733         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42734
42735 2006-10-24  Bruno Haible  <bruno@clisp.org>
42736
42737         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42738         iconv implementations like Irix iconv.
42739
42740 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42741
42742         * modules/vararrays: New file.
42743         * m4/vararrays.m4: New file, taken from diffutils.
42744         * MODULES.html.sh: New module vararrays.
42745
42746 2006-10-24  Karl Berry  <karl@gnu.org>
42747
42748         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42749         Don't call GNU Unix.
42750
42751 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42752
42753         * users.txt: Add Libtool.
42754
42755         Sync from Libtool:
42756
42757         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42758
42759         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42760         to gnulib's policy of including config.h unconditionally.
42761
42762 2006-10-24  Bruno Haible  <bruno@clisp.org>
42763
42764         * modules/wcwidth (Files): Add m4/wint_t.m4.
42765         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42766         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42767
42768 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42769
42770         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42771         to pacify GCC with some -W flags enabled.  Problem reported by
42772         Bruno Haible.
42773
42774 2006-10-24  Jim Meyering  <jim@meyering.net>
42775
42776         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42777         Reported by Karl Berry.
42778
42779 2006-10-23  Bruno Haible  <bruno@clisp.org>
42780
42781         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42782
42783 2006-10-24  Bruno Haible  <bruno@clisp.org>
42784
42785         * lib/gl_list.h: Use C comment style, not C++ comment style.
42786
42787 2006-10-23  Eric Blake  <ebb9@byu.net>
42788
42789         * lib/getaddrinfo.c (includes): Add missing include.
42790
42791 2006-10-23  Bruno Haible  <bruno@clisp.org>
42792             Paul Eggert  <eggert@cs.ucla.edu>
42793
42794         Ability to rename obstack_free.
42795         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42796         obstack_free.
42797         (obstack_free): Invoke the __obstack_free macro.
42798         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42799
42800 2006-10-23  Bruno Haible  <bruno@clisp.org>
42801             Paul Eggert  <eggert@cs.ucla.edu>
42802
42803         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42804         __argc, __argv from the declaration. (They are defined as macros on
42805         mingw.)
42806
42807 2006-10-22  Bruno Haible  <bruno@clisp.org>
42808
42809         * doc/gnulib-intro.texi: New file.
42810         * doc/gnulib.texi: Include it.
42811
42812 2006-10-21  Bruno Haible  <bruno@clisp.org>
42813
42814         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42815         "Introduction", "Miscellanous Notes", "Particular Modules".
42816
42817 2006-10-21  Bruno Haible  <bruno@clisp.org>
42818
42819         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42820         Change mostlyclean-local rule to avoid sh syntax error from bash
42821         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42822
42823 2006-10-23  Jim Meyering  <jim@meyering.net>
42824
42825         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42826         in place of snprintf.
42827
42828         * modules/inttostr (Files): Add lib/uinttostr.c.
42829         * lib/uinttostr.c (inttostr): New file/function.
42830         * lib/inttostr.h (uinttostr): Declare.
42831         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42832         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42833         Add uinttostr.
42834         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42835
42836 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42837
42838         * lib/canonicalize.c (ELOOP): Define if not already defined.
42839         Problem reported by Bruno Haible in
42840         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42841
42842 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42843
42844         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42845         Problem reported by Perry Smith and Ville Laurikari.
42846
42847         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42848         uses.
42849
42850 2006-10-19  Bruno Haible  <bruno@clisp.org>
42851
42852         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42853         for mingw.
42854
42855 2006-10-19  Bruno Haible  <bruno@clisp.org>
42856
42857         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42858         Needed for mingw.
42859
42860 2006-10-19  Bruno Haible  <bruno@clisp.org>
42861
42862         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42863
42864 2006-10-19  Bruno Haible  <bruno@clisp.org>
42865
42866         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42867         it.
42868
42869 2006-10-19  Bruno Haible  <bruno@clisp.org>
42870
42871         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42872         invocation.
42873
42874 2006-10-19  Bruno Haible  <bruno@clisp.org>
42875
42876         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42877         mountlist by default.
42878
42879 2006-10-16  Bruno Haible  <bruno@clisp.org>
42880
42881         * lib/c-strstr.c: Include c-strstr.h.
42882
42883 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42884
42885         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42886         in a slash.
42887
42888 2006-10-18  Bruno Haible  <bruno@clisp.org>
42889
42890         * lib/lock.h [C++]: Wrap definitions in extern "C".
42891
42892 2006-10-18  Bruno Haible  <bruno@clisp.org>
42893
42894         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42895         gl_LIBOBJS list.
42896
42897 2006-10-18  Bruno Haible  <bruno@clisp.org>
42898
42899         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42900
42901 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42902
42903         * lib/xstrtol.h: Include gettext.h.
42904         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42905         Problem reported by Eric Blake.
42906         * modules/xstrtol (Depends-on): Add gettext-h.
42907
42908 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42909
42910         * lib/strftime.c (advance): New macro.
42911         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42912         incomplete type, so you can't add 0 to it.  Problem and patch
42913         reported by Eelco Dolstra for dietlibc.
42914
42915 2006-10-18  Jim Meyering  <jim@meyering.net>
42916
42917         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42918         type for a local, and rename it: s/up/user_proc/.
42919
42920 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42921
42922         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42923         READ_UTMP_USER_PROCESS.
42924         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42925
42926 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42927
42928         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42929         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42930
42931 2006-10-17  Eric Blake  <ebb9@byu.net>
42932
42933         * lib/sigprocmask.c (sigprocmask): Fix typo.
42934
42935         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42936
42937         * modules/clean-temp (Makefile.am): Don't add to make output...
42938         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42939         config.h.
42940
42941 2006-10-17  Bruno Haible  <bruno@clisp.org>
42942
42943         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42944         differently if DEFAULT_TEXT_DOMAIN is set.
42945
42946 2006-10-16  Bruno Haible  <bruno@clisp.org>
42947
42948         * lib/clean-temp.c: Include fwriteerror.h.
42949
42950 2006-10-16  Bruno Haible  <bruno@clisp.org>
42951
42952         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42953
42954 2006-10-16  Bruno Haible  <bruno@clisp.org>
42955
42956         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42957         * lib/sigprocmask.h: Include <sys/types.h>.
42958         (sigset_t): Use the system's definition if present.
42959
42960 2006-10-17  Eric Blake  <ebb9@byu.net>
42961
42962         * lib/xvasprintf.c (includes): Assume config.h.
42963         * lib/xasprintf.c (includes): Likewise.
42964
42965 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42966
42967         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42968         at least as wide as intmax_t.
42969
42970 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42971
42972         (Imported from Automake.)
42973         * build-aux/gnupload: Update to version 1.1 of directive file.
42974
42975 2006-10-16  Eric Blake  <ebb9@byu.net>
42976
42977         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42978         match Automake 1.10a.
42979
42980 2006-10-14  Bruno Haible  <bruno@clisp.org>
42981
42982         * modules/sigprocmask: New file.
42983         * lib/sigprocmask.h: New file.
42984         * lib/sigprocmask.c: New file.
42985         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42986         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42987         request sigprocmask.o.
42988         (gl_PREREQ_SIGPROCMASK): New macro.
42989         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42990         (Depends-on): Add sigprocmask.
42991         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42992         gt_SIGNALBLOCKING. Test for 'raise' only once.
42993         * lib/fatal-signal.c: Include sigprocmask.h.
42994         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42995         unblock_fatal_signals): Define always.
42996         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42997         sigprocmask.
42998
42999 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
43000
43001         Sync from Automake.
43002         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
43003         which incorrectly sets the mode of an existing destination
43004         directory.  In some cases the unpatched install-sh could do the
43005         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
43006         system.  We hope this is rare in practice, but it's clearly worth
43007         fixing.  Problem reported by Alex Unleashed in
43008         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
43009         Also, don't bother to check for -m bugs unless we're using -m;
43010         suggested by Stepan Kasal.
43011
43012 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43013
43014         Sync from Automake.
43015         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
43016         `-c' flag, so they appear at the same position as in %FASTDEP%
43017         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
43018         which ignores unknown options only after the first non-option.
43019         Bug report against M4 by Nelson H. F. Beebe.
43020
43021 2006-10-13  Jim Meyering  <jim@meyering.net>
43022
43023         Fix a bug in yesterday's change.
43024         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
43025         p->fts_statp->st_dev would be used uninitialized.
43026         Ensures that we always call fts_stat on the very first entry.
43027         Miklos Szeredi reported that find -xdev stopped working.
43028
43029 2006-10-12  Bruno Haible  <bruno@clisp.org>
43030
43031         * gnulib-tool (func_get_automake_snippet): Append an automatically
43032         computed EXTRA_DIST augmentation.
43033         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
43034         * modules/alloca-opt (Makefile.am): Likewise.
43035         * modules/allocsa (Makefile.am): Likewise.
43036         * modules/arcfour (Makefile.am): Likewise.
43037         * modules/arctwo (Makefile.am): Likewise.
43038         * modules/argmatch (Makefile.am): Likewise.
43039         * modules/argz (Makefile.am): Likewise.
43040         * modules/atexit (Makefile.am): Likewise.
43041         * modules/backupfile (Makefile.am): Likewise.
43042         * modules/byteswap (Makefile.am): Likewise.
43043         * modules/c-strtod (Makefile.am): Likewise.
43044         * modules/c-strtold (Makefile.am): Likewise.
43045         * modules/calloc (Makefile.am): Likewise.
43046         * modules/canon-host (Makefile.am): Likewise.
43047         * modules/canonicalize (Makefile.am): Likewise.
43048         * modules/chdir-long (Makefile.am): Likewise.
43049         * modules/chdir-safer (Makefile.am): Likewise.
43050         * modules/check-version (Makefile.am): Likewise.
43051         * modules/chown (Makefile.am): Likewise.
43052         * modules/cloexec (Makefile.am): Likewise.
43053         * modules/close-stream (Makefile.am): Likewise.
43054         * modules/closeout (Makefile.am): Likewise.
43055         * modules/crc (Makefile.am): Likewise.
43056         * modules/csharpexec (Makefile.am): Likewise.
43057         * modules/cycle-check (Makefile.am): Likewise.
43058         * modules/des (Makefile.am): Likewise.
43059         * modules/dev-ino (Makefile.am): Likewise.
43060         * modules/dirfd (Makefile.am): Likewise.
43061         * modules/dirname (Makefile.am): Likewise.
43062         * modules/dup2 (Makefile.am): Likewise.
43063         * modules/eealloc (Makefile.am): Likewise.
43064         * modules/error (Makefile.am): Likewise.
43065         * modules/euidaccess (Makefile.am): Likewise.
43066         * modules/exclude (Makefile.am): Likewise.
43067         * modules/exitfail (Makefile.am): Likewise.
43068         * modules/fcntl-safer (Makefile.am): Likewise.
43069         * modules/fcntl (Makefile.am): Likewise.
43070         * modules/file-type (Makefile.am): Likewise.
43071         * modules/fileblocks (Makefile.am): Likewise.
43072         * modules/filemode (Makefile.am): Likewise.
43073         * modules/filenamecat (Makefile.am): Likewise.
43074         * modules/fnmatch (Makefile.am): Likewise.
43075         * modules/fopen-safer (Makefile.am): Likewise.
43076         * modules/fpending (Makefile.am): Likewise.
43077         * modules/fprintftime (Makefile.am): Likewise.
43078         * modules/free (Makefile.am): Likewise.
43079         * modules/fsusage (Makefile.am): Likewise.
43080         * modules/ftruncate (Makefile.am): Likewise.
43081         * modules/fts (Makefile.am): Likewise.
43082         * modules/gc-arcfour (Makefile.am): Likewise.
43083         * modules/gc-des (Makefile.am): Likewise.
43084         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43085         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43086         * modules/gc-md4 (Makefile.am): Likewise.
43087         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43088         * modules/gc-sha1 (Makefile.am): Likewise.
43089         * modules/gc (Makefile.am): Likewise.
43090         * modules/getaddrinfo (Makefile.am): Likewise.
43091         * modules/getcwd (Makefile.am): Likewise.
43092         * modules/getdelim (Makefile.am): Likewise.
43093         * modules/getdomainname (Makefile.am): Likewise.
43094         * modules/getgroups (Makefile.am): Likewise.
43095         * modules/gethostname (Makefile.am): Likewise.
43096         * modules/gethrxtime (Makefile.am): Likewise.
43097         * modules/getline (Makefile.am): Likewise.
43098         * modules/getloadavg (Makefile.am): Likewise.
43099         * modules/getlogin_r (Makefile.am): Likewise.
43100         * modules/getndelim2 (Makefile.am): Likewise.
43101         * modules/getopt (Makefile.am): Likewise.
43102         * modules/getpagesize (Makefile.am): Likewise.
43103         * modules/getpass-gnu (Makefile.am): Likewise.
43104         * modules/getpass (Makefile.am): Likewise.
43105         * modules/getsubopt (Makefile.am): Likewise.
43106         * modules/gettime (Makefile.am): Likewise.
43107         * modules/gettimeofday (Makefile.am): Likewise.
43108         * modules/getugroups (Makefile.am): Likewise.
43109         * modules/getusershell (Makefile.am): Likewise.
43110         * modules/glob (Makefile.am): Likewise.
43111         * modules/group-member (Makefile.am): Likewise.
43112         * modules/hard-locale (Makefile.am): Likewise.
43113         * modules/hash (Makefile.am): Likewise.
43114         * modules/hmac-md5 (Makefile.am): Likewise.
43115         * modules/hmac-sha1 (Makefile.am): Likewise.
43116         * modules/human (Makefile.am): Likewise.
43117         * modules/idcache (Makefile.am): Likewise.
43118         * modules/imaxabs (Makefile.am): Likewise.
43119         * modules/imaxdiv (Makefile.am): Likewise.
43120         * modules/inet_ntop (Makefile.am): Likewise.
43121         * modules/inet_pton (Makefile.am): Likewise.
43122         * modules/intprops (Makefile.am): Likewise.
43123         * modules/inttostr (Makefile.am): Likewise.
43124         * modules/inttypes (Makefile.am): Likewise.
43125         * modules/isapipe (Makefile.am): Likewise.
43126         * modules/javaversion (Makefile.am): Likewise.
43127         * modules/lchmod (Makefile.am): Likewise.
43128         * modules/lchown (Makefile.am): Likewise.
43129         * modules/localcharset (Makefile.am): Likewise.
43130         * modules/long-options (Makefile.am): Likewise.
43131         * modules/lstat (Makefile.am): Likewise.
43132         * modules/malloc (Makefile.am): Likewise.
43133         * modules/mathl (Makefile.am): Likewise.
43134         * modules/mbchar (Makefile.am): Likewise.
43135         * modules/md2 (Makefile.am): Likewise.
43136         * modules/md4 (Makefile.am): Likewise.
43137         * modules/md5 (Makefile.am): Likewise.
43138         * modules/memcasecmp (Makefile.am): Likewise.
43139         * modules/memchr (Makefile.am): Likewise.
43140         * modules/memcmp (Makefile.am): Likewise.
43141         * modules/memcoll (Makefile.am): Likewise.
43142         * modules/memcpy (Makefile.am): Likewise.
43143         * modules/memmem (Makefile.am): Likewise.
43144         * modules/memmove (Makefile.am): Likewise.
43145         * modules/mempcpy (Makefile.am): Likewise.
43146         * modules/memrchr (Makefile.am): Likewise.
43147         * modules/memset (Makefile.am): Likewise.
43148         * modules/memxor (Makefile.am): Likewise.
43149         * modules/mkancesdirs (Makefile.am): Likewise.
43150         * modules/mkdir-p (Makefile.am): Likewise.
43151         * modules/mkdir (Makefile.am): Likewise.
43152         * modules/mkdtemp (Makefile.am): Likewise.
43153         * modules/mkstemp (Makefile.am): Likewise.
43154         * modules/mktime (Makefile.am): Likewise.
43155         * modules/modechange (Makefile.am): Likewise.
43156         * modules/mountlist (Makefile.am): Likewise.
43157         * modules/nanosleep (Makefile.am): Likewise.
43158         * modules/obstack (Makefile.am): Likewise.
43159         * modules/openat (Makefile.am): Likewise.
43160         * modules/pagealign_alloc (Makefile.am): Likewise.
43161         * modules/pathmax (Makefile.am): Likewise.
43162         * modules/physmem (Makefile.am): Likewise.
43163         * modules/poll (Makefile.am): Likewise.
43164         * modules/posixtm (Makefile.am): Likewise.
43165         * modules/posixver (Makefile.am): Likewise.
43166         * modules/putenv (Makefile.am): Likewise.
43167         * modules/quote (Makefile.am): Likewise.
43168         * modules/quotearg (Makefile.am): Likewise.
43169         * modules/raise (Makefile.am): Likewise.
43170         * modules/read-file (Makefile.am): Likewise.
43171         * modules/readline (Makefile.am): Likewise.
43172         * modules/readlink (Makefile.am): Likewise.
43173         * modules/readtokens (Makefile.am): Likewise.
43174         * modules/readutmp (Makefile.am): Likewise.
43175         * modules/realloc (Makefile.am): Likewise.
43176         * modules/regex (Makefile.am): Likewise.
43177         * modules/rename-dest-slash (Makefile.am): Likewise.
43178         * modules/rename (Makefile.am): Likewise.
43179         * modules/rijndael (Makefile.am): Likewise.
43180         * modules/rmdir (Makefile.am): Likewise.
43181         * modules/rpmatch (Makefile.am): Likewise.
43182         * modules/safe-read (Makefile.am): Likewise.
43183         * modules/safe-write (Makefile.am): Likewise.
43184         * modules/same-inode (Makefile.am): Likewise.
43185         * modules/same (Makefile.am): Likewise.
43186         * modules/save-cwd (Makefile.am): Likewise.
43187         * modules/savedir (Makefile.am): Likewise.
43188         * modules/setenv (Makefile.am): Likewise.
43189         * modules/settime (Makefile.am): Likewise.
43190         * modules/sha1 (Makefile.am): Likewise.
43191         * modules/sig2str (Makefile.am): Likewise.
43192         * modules/snprintf (Makefile.am): Likewise.
43193         * modules/stat-macros (Makefile.am): Likewise.
43194         * modules/stat-time (Makefile.am): Likewise.
43195         * modules/stdbool (Makefile.am): Likewise.
43196         * modules/stdint (Makefile.am): Likewise.
43197         * modules/stdlib-safer (Makefile.am): Likewise.
43198         * modules/stpcpy (Makefile.am): Likewise.
43199         * modules/stpncpy (Makefile.am): Likewise.
43200         * modules/strcase (Makefile.am): Likewise.
43201         * modules/strcasestr (Makefile.am): Likewise.
43202         * modules/strchrnul (Makefile.am): Likewise.
43203         * modules/strcspn (Makefile.am): Likewise.
43204         * modules/strdup (Makefile.am): Likewise.
43205         * modules/strerror (Makefile.am): Likewise.
43206         * modules/strftime (Makefile.am): Likewise.
43207         * modules/strndup (Makefile.am): Likewise.
43208         * modules/strnlen (Makefile.am): Likewise.
43209         * modules/strpbrk (Makefile.am): Likewise.
43210         * modules/strsep (Makefile.am): Likewise.
43211         * modules/strstr (Makefile.am): Likewise.
43212         * modules/strtod (Makefile.am): Likewise.
43213         * modules/strtoimax (Makefile.am): Likewise.
43214         * modules/strtok_r (Makefile.am): Likewise.
43215         * modules/strtol (Makefile.am): Likewise.
43216         * modules/strtoll (Makefile.am): Likewise.
43217         * modules/strtoul (Makefile.am): Likewise.
43218         * modules/strtoull (Makefile.am): Likewise.
43219         * modules/strtoumax (Makefile.am): Likewise.
43220         * modules/strverscmp (Makefile.am): Likewise.
43221         * modules/sys_socket (Makefile.am): Likewise.
43222         * modules/sys_stat (Makefile.am): Likewise.
43223         * modules/sysexits (Makefile.am): Likewise.
43224         * modules/time_r (Makefile.am): Likewise.
43225         * modules/timegm (Makefile.am): Likewise.
43226         * modules/timespec (Makefile.am): Likewise.
43227         * modules/tmpfile-safer (Makefile.am): Likewise.
43228         * modules/trim (Makefile.am): Likewise.
43229         * modules/unistd-safer (Makefile.am): Likewise.
43230         * modules/unlinkdir (Makefile.am): Likewise.
43231         * modules/unlocked-io (Makefile.am): Likewise.
43232         * modules/userspec (Makefile.am): Likewise.
43233         * modules/utime (Makefile.am): Likewise.
43234         * modules/utimecmp (Makefile.am): Likewise.
43235         * modules/utimens (Makefile.am): Likewise.
43236         * modules/vasnprintf (Makefile.am): Likewise.
43237         * modules/vasprintf (Makefile.am): Likewise.
43238         * modules/vsnprintf (Makefile.am): Likewise.
43239         * modules/xalloc (Makefile.am): Likewise.
43240         * modules/xgetcwd (Makefile.am): Likewise.
43241         * modules/xnanosleep (Makefile.am): Likewise.
43242         * modules/xreadlink (Makefile.am): Likewise.
43243         * modules/xstrtod (Makefile.am): Likewise.
43244         * modules/xstrtol (Makefile.am): Likewise.
43245         * modules/xstrtold (Makefile.am): Likewise.
43246         * modules/yesno (Makefile.am): Likewise.
43247         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43248
43249 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43250
43251         * modules/error (Makefile.am): Distribute files through
43252         EXTRA_DIST, not lib_SOURCES.
43253
43254 2006-10-12  Eric Blake  <ebb9@byu.net>
43255
43256         * modules/error (Makefile.am): Distribute files in /lib.
43257         * modules/obstack (Makefile.am): Likewise.
43258
43259 2006-10-12  Bruno Haible  <bruno@clisp.org>
43260
43261         * modules/acl (Makefile.am): Distribute all files in lib/ through
43262         EXTRA_DIST.
43263         * modules/arcfour (Makefile.am): Likewise.
43264         * modules/arctwo (Makefile.am): Likewise.
43265         * modules/argmatch (Makefile.am): Likewise.
43266         * modules/argz (Makefile.am): Likewise.
43267         * modules/atexit (Makefile.am): Likewise.
43268         * modules/backupfile (Makefile.am): Likewise.
43269         * modules/c-strtod (Makefile.am): Likewise.
43270         * modules/c-strtold (Makefile.am): Likewise.
43271         * modules/calloc (Makefile.am): Likewise.
43272         * modules/canon-host (Makefile.am): Likewise.
43273         * modules/canonicalize (Makefile.am): Likewise.
43274         * modules/chdir-long (Makefile.am): Likewise.
43275         * modules/chdir-safer (Makefile.am): Likewise.
43276         * modules/check-version (Makefile.am): Likewise.
43277         * modules/chown (Makefile.am): Likewise.
43278         * modules/cloexec (Makefile.am): Likewise.
43279         * modules/close-stream (Makefile.am): Likewise.
43280         * modules/closeout (Makefile.am): Likewise.
43281         * modules/crc (Makefile.am): Likewise.
43282         * modules/cycle-check (Makefile.am): Likewise.
43283         * modules/des (Makefile.am): Likewise.
43284         * modules/dirfd (Makefile.am): Likewise.
43285         * modules/dirname (Makefile.am): Likewise.
43286         * modules/dup2 (Makefile.am): Likewise.
43287         * modules/euidaccess (Makefile.am): Likewise.
43288         * modules/exclude (Makefile.am): Likewise.
43289         * modules/exitfail (Makefile.am): Likewise.
43290         * modules/fcntl-safer (Makefile.am): Likewise.
43291         * modules/file-type (Makefile.am): Likewise.
43292         * modules/fileblocks (Makefile.am): Likewise.
43293         * modules/filemode (Makefile.am): Likewise.
43294         * modules/filenamecat (Makefile.am): Likewise.
43295         * modules/fnmatch (Makefile.am): Likewise.
43296         * modules/fopen-safer (Makefile.am): Likewise.
43297         * modules/fpending (Makefile.am): Likewise.
43298         * modules/fprintftime (Makefile.am): Likewise.
43299         * modules/free (Makefile.am): Likewise.
43300         * modules/fsusage (Makefile.am): Likewise.
43301         * modules/ftruncate (Makefile.am): Likewise.
43302         * modules/fts (Makefile.am): Likewise.
43303         * modules/gc (Makefile.am): Likewise.
43304         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43305         * modules/getaddrinfo (Makefile.am): Likewise.
43306         * modules/getcwd (Makefile.am): Likewise.
43307         * modules/getdelim (Makefile.am): Likewise.
43308         * modules/getdomainname (Makefile.am): Likewise.
43309         * modules/getgroups (Makefile.am): Likewise.
43310         * modules/gethostname (Makefile.am): Likewise.
43311         * modules/gethrxtime (Makefile.am): Likewise.
43312         * modules/getline (Makefile.am): Likewise.
43313         * modules/getloadavg (Makefile.am): Likewise.
43314         * modules/getlogin_r (Makefile.am): Likewise.
43315         * modules/getopt (Makefile.am): Likewise.
43316         * modules/getpass (Makefile.am): Likewise.
43317         * modules/getpass-gnu (Makefile.am): Likewise.
43318         * modules/getsubopt (Makefile.am): Likewise.
43319         * modules/gettime (Makefile.am): Likewise.
43320         * modules/gettimeofday (Makefile.am): Likewise.
43321         * modules/getugroups (Makefile.am): Likewise.
43322         * modules/getusershell (Makefile.am): Likewise.
43323         * modules/glob (Makefile.am): Likewise.
43324         * modules/group-member (Makefile.am): Likewise.
43325         * modules/hard-locale (Makefile.am): Likewise.
43326         * modules/hash (Makefile.am): Likewise.
43327         * modules/hmac-md5 (Makefile.am): Likewise.
43328         * modules/hmac-sha1 (Makefile.am): Likewise.
43329         * modules/human (Makefile.am): Likewise.
43330         * modules/idcache (Makefile.am): Likewise.
43331         * modules/imaxabs (Makefile.am): Likewise.
43332         * modules/imaxdiv (Makefile.am): Likewise.
43333         * modules/inet_ntop (Makefile.am): Likewise.
43334         * modules/inet_pton (Makefile.am): Likewise.
43335         * modules/inttostr (Makefile.am): Likewise.
43336         * modules/isapipe (Makefile.am): Likewise.
43337         * modules/lchown (Makefile.am): Likewise.
43338         * modules/long-options (Makefile.am): Likewise.
43339         * modules/lstat (Makefile.am): Likewise.
43340         * modules/malloc (Makefile.am): Likewise.
43341         * modules/mathl (Makefile.am): Likewise.
43342         * modules/mbchar (Makefile.am): Likewise.
43343         * modules/md2 (Makefile.am): Likewise.
43344         * modules/md4 (Makefile.am): Likewise.
43345         * modules/md5 (Makefile.am): Likewise.
43346         * modules/memcasecmp (Makefile.am): Likewise.
43347         * modules/memchr (Makefile.am): Likewise.
43348         * modules/memcmp (Makefile.am): Likewise.
43349         * modules/memcoll (Makefile.am): Likewise.
43350         * modules/memcpy (Makefile.am): Likewise.
43351         * modules/memmem (Makefile.am): Likewise.
43352         * modules/memmove (Makefile.am): Likewise.
43353         * modules/mempcpy (Makefile.am): Likewise.
43354         * modules/memrchr (Makefile.am): Likewise.
43355         * modules/memset (Makefile.am): Likewise.
43356         * modules/memxor (Makefile.am): Likewise.
43357         * modules/mkancesdirs (Makefile.am): Likewise.
43358         * modules/mkdir (Makefile.am): Likewise.
43359         * modules/mkdir-p (Makefile.am): Likewise.
43360         * modules/mkdtemp (Makefile.am): Likewise.
43361         * modules/mkstemp (Makefile.am): Likewise.
43362         * modules/mktime (Makefile.am): Likewise.
43363         * modules/modechange (Makefile.am): Likewise.
43364         * modules/mountlist (Makefile.am): Likewise.
43365         * modules/nanosleep (Makefile.am): Likewise.
43366         * modules/openat (Makefile.am): Likewise.
43367         * modules/pagealign_alloc (Makefile.am): Likewise.
43368         * modules/physmem (Makefile.am): Likewise.
43369         * modules/poll (Makefile.am): Likewise.
43370         * modules/posixtm (Makefile.am): Likewise.
43371         * modules/posixver (Makefile.am): Likewise.
43372         * modules/putenv (Makefile.am): Likewise.
43373         * modules/quote (Makefile.am): Likewise.
43374         * modules/quotearg (Makefile.am): Likewise.
43375         * modules/raise (Makefile.am): Likewise.
43376         * modules/read-file (Makefile.am): Likewise.
43377         * modules/readline (Makefile.am): Likewise.
43378         * modules/readlink (Makefile.am): Likewise.
43379         * modules/readtokens (Makefile.am): Likewise.
43380         * modules/readutmp (Makefile.am): Likewise.
43381         * modules/realloc (Makefile.am): Likewise.
43382         * modules/regex (Makefile.am): Likewise.
43383         * modules/rename (Makefile.am): Likewise.
43384         * modules/rename-dest-slash (Makefile.am): Likewise.
43385         * modules/rijndael (Makefile.am): Likewise.
43386         * modules/rmdir (Makefile.am): Likewise.
43387         * modules/rpmatch (Makefile.am): Likewise.
43388         * modules/safe-read (Makefile.am): Likewise.
43389         * modules/safe-write (Makefile.am): Likewise.
43390         * modules/same (Makefile.am): Likewise.
43391         * modules/save-cwd (Makefile.am): Likewise.
43392         * modules/savedir (Makefile.am): Likewise.
43393         * modules/setenv (Makefile.am): Likewise.
43394         * modules/settime (Makefile.am): Likewise.
43395         * modules/sha1 (Makefile.am): Likewise.
43396         * modules/sig2str (Makefile.am): Likewise.
43397         * modules/snprintf (Makefile.am): Likewise.
43398         * modules/stdlib-safer (Makefile.am): Likewise.
43399         * modules/stpcpy (Makefile.am): Likewise.
43400         * modules/stpncpy (Makefile.am): Likewise.
43401         * modules/strcase (Makefile.am): Likewise.
43402         * modules/strcasestr (Makefile.am): Likewise.
43403         * modules/strchrnul (Makefile.am): Likewise.
43404         * modules/strcspn (Makefile.am): Likewise.
43405         * modules/strdup (Makefile.am): Likewise.
43406         * modules/strerror (Makefile.am): Likewise.
43407         * modules/strftime (Makefile.am): Likewise.
43408         * modules/strndup (Makefile.am): Likewise.
43409         * modules/strnlen (Makefile.am): Likewise.
43410         * modules/strpbrk (Makefile.am): Likewise.
43411         * modules/strsep (Makefile.am): Likewise.
43412         * modules/strstr (Makefile.am): Likewise.
43413         * modules/strtod (Makefile.am): Likewise.
43414         * modules/strtoimax (Makefile.am): Likewise.
43415         * modules/strtok_r (Makefile.am): Likewise.
43416         * modules/strtol (Makefile.am): Likewise.
43417         * modules/strtoll (Makefile.am): Likewise.
43418         * modules/strtoul (Makefile.am): Likewise.
43419         * modules/strtoull (Makefile.am): Likewise.
43420         * modules/strtoumax (Makefile.am): Likewise.
43421         * modules/strverscmp (Makefile.am): Likewise.
43422         * modules/time_r (Makefile.am): Likewise.
43423         * modules/timegm (Makefile.am): Likewise.
43424         * modules/tmpfile-safer (Makefile.am): Likewise.
43425         * modules/unistd-safer (Makefile.am): Likewise.
43426         * modules/unlinkdir (Makefile.am): Likewise.
43427         * modules/userspec (Makefile.am): Likewise.
43428         * modules/utime (Makefile.am): Likewise.
43429         * modules/utimecmp (Makefile.am): Likewise.
43430         * modules/utimens (Makefile.am): Likewise.
43431         * modules/vasnprintf (Makefile.am): Likewise.
43432         * modules/vasprintf (Makefile.am): Likewise.
43433         * modules/vsnprintf (Makefile.am): Likewise.
43434         * modules/xalloc (Makefile.am): Likewise.
43435         * modules/xgetcwd (Makefile.am): Likewise.
43436         * modules/xnanosleep (Makefile.am): Likewise.
43437         * modules/xreadlink (Makefile.am): Likewise.
43438         * modules/xstrtod (Makefile.am): Likewise.
43439         * modules/xstrtol (Makefile.am): Likewise.
43440         * modules/xstrtold (Makefile.am): Likewise.
43441         * modules/yesno (Makefile.am): Likewise.
43442
43443 2006-10-12  Jim Meyering  <jim@meyering.net>
43444
43445         * m4/getloadavg.m4: Revert the change below.
43446
43447         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43448         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43449         fail with a symlink, which is what coreutils' ./bootstrap now
43450         creates by default.
43451
43452 2006-10-12  Bruno Haible  <bruno@clisp.org>
43453
43454         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43455         mingw.
43456         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43457         MSVC and mingw explicitly.
43458
43459 2006-10-11  Simon Josefsson  <jas@extundo.com>
43460             Bruno Haible  <bruno@clisp.org>
43461
43462         Add support for multiple gnulib-tool invocations in the scope of a
43463         single configure.ac file.
43464         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43465         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43466         with the same contents as the _LIBADD variable.
43467         (func_emit_initmacro_start, func_emit_initmacro_end,
43468         func_emit_initmacro_done): New functions.
43469         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43470         gl_LIBOBJS and gl_LTLIBOBJS.
43471
43472 2006-10-11  Bruno Haible  <bruno@clisp.org>
43473
43474         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43475         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43476         autoreconf. Instead, invoke autopoint explicitly but move back the
43477         *.m4 files from gnulib.
43478
43479 2006-10-11  Bruno Haible  <bruno@clisp.org>
43480
43481         * gnulib-tool (func_usage): Make module names after --create-testdir
43482         optional.
43483         (func_create_testdir): If no module was specified, use nearly all
43484         modules.
43485
43486 2006-10-12  Jim Meyering  <jim@meyering.net>
43487
43488         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43489         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43490         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43491         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43492         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43493         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43494         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43495         (fts_set_stat_required): New function.
43496         (fts_open): Defer the calls to fts_stat, if possible or requested.
43497         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43498         into fts_stat itself.
43499         (fts_read): Perform any required (deferred) fts_stat call.
43500         (fts_build): Likewise, for the directory we're about to open and read.
43501         In the readdir loop, carefully decide whether each entry will require
43502         an eventual call to fts_stat, using dirent.d_type info if available.
43503         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43504         a command line argument into this function.  Update all callers.
43505         Map a return value of FTS_DOT to FTS_D for a command line argument.
43506         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43507         Thanks to Miklos Szeredi for his tenacity and for the initial
43508         bug report about "find" failing on a FUSE-based file system.
43509
43510         * lib/fts.c (fts_open): Use consistent indentation.
43511
43512 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43513
43514         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43515         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43516         reported by Jim Meyering.  All uses of cache variables renamed
43517         to match Autoconf's.
43518         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43519         the other one.
43520
43521         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43522         Fix misspelling in diagnostic.
43523
43524 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43525
43526         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43527         defined.  Problem reported by Matthew Woehlke.
43528
43529         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43530         Add support for Tandem NonStop R series.
43531         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43532         Use new macro.
43533
43534         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43535         (has_trailing_slash): Omit size arg; all callers changed.
43536         Omit 'inline', since it doesn't help performance and we'd
43537         need to configure it.
43538         Don't count //, ///, etc. as having a trailing slash.
43539         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43540         (rpl_rename_dest_slash): On failure, use rename's errno rather
43541         than (in some cases) an incorrect or junk errno.
43542         Simplify code by removing need to compute length; this does
43543         cause it to make two passes instead of one over the file name,
43544         but it's worth it.
43545
43546         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43547         change, since Autoconf's version may no longer be appropriate now
43548         that we are using CVS Autoconf's version.  Add support for Tandem.
43549
43550 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43551             Bruno Haible  <bruno@clisp.org>
43552
43553         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43554         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43555         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43556         gl_AC_TYPE_LONG_LONG.
43557
43558         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43559         instead of HAVE_LONG_LONG.
43560         * lib/printf-args.c (printf_fetchargs): Likewise.
43561         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43562         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43563         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43564         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43565         gl_AC_TYPE_LONG_LONG.
43566
43567 2006-10-11  Bruno Haible  <bruno@clisp.org>
43568
43569         * m4/longlong.m4: Add comments.
43570         * m4/ulonglong.m4: Likewise.
43571
43572 2006-10-10  Bruno Haible  <bruno@clisp.org>
43573
43574         Make it possible to #define stpcpy, strdup to aliases.
43575         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43576         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43577
43578 2006-10-10  Bruno Haible  <bruno@clisp.org>
43579
43580         Make it possible to #define gcd to an alias.
43581         * lib/gcd.c: Include config.h.
43582
43583 2006-10-10  Bruno Haible  <bruno@clisp.org>
43584
43585         Make it possible to #define c_isascii to an alias.
43586         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43587         defined. Undefine the macros before defining them, to avoid gcc
43588         warnings.
43589         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43590         define NO_C_CTYPE_MACROS early.
43591
43592 2006-10-10  Bruno Haible  <bruno@clisp.org>
43593
43594         Make it possible to #define set_program_name to an alias.
43595         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43596         ENABLE_RELOCATABLE early.
43597
43598 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43599
43600         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43601         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43602         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43603         More generally, don't assume that 64-bit signed int is available
43604         if unsigned int is, and vice versa.
43605         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43606         unsigned symbols, not on their signed counterparts.
43607         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43608         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43609         (UINT64_C, UINTMAX_C):
43610         Likewise.
43611         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43612         unsigned counterparts.
43613         (Have_long_long, Unsigned): New macros.
43614         (Int): Renamed from INT.
43615         (strtoimax): Use the new macros.
43616         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43617         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43618         * modules/inttypes (inttypes.h): Substitute
43619         HAVE_UNSIGNED_LONG_LONG_INT.
43620         * modules/stdint (stdint.h): Likewise.
43621         (Files): Add m4/ulonglong.m4.
43622
43623 2006-10-10  Bruno Haible  <bruno@clisp.org>
43624
43625         Fix a gcc -Wshadow warning.
43626         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43627         to 'bucket'.
43628         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43629         gl_linked_indexof_from_to): Likewise.
43630         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43631         Likewise.
43632         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43633         Likewise.
43634         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43635         Reported by Eric Blake.
43636
43637 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43638
43639         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43640         for NetBSD.  Problem reported by Bruno Haible.
43641
43642 2006-10-09  Jim Meyering  <jim@meyering.net>
43643
43644         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43645         Patch from Bruno Haible.
43646
43647 2006-10-09  Jim Meyering  <jim@meyering.net>
43648
43649         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43650         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43651         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43652
43653 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43654
43655         Don't include <config.h> twice; this doesn't work in some cases,
43656         e.g., when config.h has "#define intmax_t long long int" and
43657         we include <config.h>, <inttypes.h>, <config.h> in that order.
43658         Problem reported by Matthew Woehlke in:
43659         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43660         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43661         * lib/fts-cycle.c: Don't include config.h.
43662         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43663         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43664         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43665         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43666         inttypes.h.
43667         * lib/xstrtoumax.c: Likewise.
43668         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43669         __strtol and the like, so that this module is more like its siblings.
43670         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43671         Remove; no longer needed now that we assume gnulib inttypes.h.
43672
43673 2006-10-08  Bruno Haible  <bruno@clisp.org>
43674
43675         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43676         option.
43677
43678 2006-10-07  Jim Meyering  <jim@meyering.net>
43679
43680         * modules/inttypes (inttypes.h): Revert what seems to have been
43681         an inadvertent part of today's change: use "|", not "/" in the
43682         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43683
43684 2006-10-07  Bruno Haible  <bruno@clisp.org>
43685
43686         * modules/sublist: New file.
43687
43688 2006-10-07  Bruno Haible  <bruno@clisp.org>
43689
43690         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43691         * modules/argz (argz.h): Likewise.
43692         * modules/arpa_inet (arpa/inet.h): Likewise.
43693         * modules/byteswap (byteswap.h): Likewise.
43694         * modules/configmake (configmake.h): Likewise.
43695         * modules/fcntl (fcntl.h): Likewise.
43696         * modules/fnmatch (fnmatch.h): Likewise.
43697         * modules/getopt (getopt.h): Likewise.
43698         * modules/glob (glob.h): Likewise.
43699         * modules/inttypes (inttypes.h): Likewise.
43700         * modules/netinet_in (netinet/in.h): Likewise.
43701         * modules/poll (poll.h): Likewise.
43702         * modules/stdbool (stdbool.h): Likewise.
43703         * modules/stdint (stdint.h): Likewise.
43704         * modules/sys_select (sys/select.h): Likewise.
43705         * modules/sys_socket (sys/socket.h): Likewise.
43706         * modules/sys_stat (sys/stat.h): Likewise.
43707         * modules/sysexits (sysexits.h): Likewise.
43708         * modules/unistd (unistd.h): Likewise.
43709         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43710         Add a "DO NOT EDIT" comment to the generated file.
43711         (func_import): Likewise for gnulib-comp.m4.
43712
43713 2006-10-07  Bruno Haible  <bruno@clisp.org>
43714
43715         * lib/gl_sublist.h: New file.
43716         * lib/gl_sublist.c: New file.
43717
43718 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43719
43720         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43721         name (relative to the original working directory) and the file
43722         name component (relative to the temporary working directory).  All
43723         callers changed.
43724         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43725         * lib/mkdir-p.c (make_dir_parents): Likewise.
43726         * lib/mkdir-p.h (make_dir_parents): Likewise.
43727
43728 2006-10-06  Eric Blake  <ebb9@byu.net>
43729
43730         Define several macros for use by the clean-temp module.
43731         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43732         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43733         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43734
43735         * lib/clean-temp.h (close_stream_temp): New declaration.
43736         * lib/clean-temp.c (includes): Pull in headers according to what
43737         other modules are in use.
43738         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43739
43740 2006-10-06  Bruno Haible  <bruno@clisp.org>
43741
43742         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43743         instead of fopen, fwriteerror.
43744
43745 2006-10-06  Bruno Haible  <bruno@clisp.org>
43746
43747         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43748         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43749         int.
43750         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43751         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43752         Return an error indicator.
43753         Suggested by Eric Blake.
43754
43755 2006-10-06  Bruno Haible  <bruno@clisp.org>
43756
43757         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43758         Reported by Eric Blake.
43759
43760 2006-10-06  Bruno Haible  <bruno@clisp.org>
43761
43762         * modules/closeout (Description): Mention stderr too.
43763
43764 2006-10-06  Bruno Haible  <bruno@clisp.org>
43765         and Paul Eggert  <eggert@cs.ucla.edu>
43766
43767         * lib/closeout.c (close_stdout): Also close stderr.
43768         * lib/closeout.h: Update comment.
43769
43770 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43771
43772         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43773         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43774         * lib/dirchownmod.c: Include lchown.h.
43775         * lib/lchown.c: Don't include files that lchown.h now includes.
43776         Don't declare chown, since lchown.h now does that.
43777         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43778         (lchown): Define to rpl_chown if lchown is declared but
43779         does not exist.  Declare using a prototype if lchown is not
43780         declared.  Add a copyright notice.
43781         * lib/mkstemp.h: Include <unistd.h>.
43782         * lib/openat.c: Include lchown.h.
43783
43784         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43785         we now test for that separately.
43786         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43787         rather than O_NOFOLLOW, when testing whether it's possible to
43788         avoid a race condition reliably.
43789         * lib/savewd.c (savewd_chdir): Likewise.
43790
43791         Remove macros that are no longer needed now that stdint.h is
43792         reliable.
43793         * lib/fsusage.c (UINTMAX_MAX): Remove.
43794         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43795         * lib/utimecmp.c (SIZE_MAX): Remove.
43796
43797         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43798
43799         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43800         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43801         O_NOATIME works.
43802
43803 2006-10-05  Bruno Haible  <bruno@clisp.org>
43804
43805         * lib/gl_list.h (gl_sortedlist_search_from_to,
43806         gl_sortedlist_indexof_from_to): New declarations.
43807         (gl_list_implementation): New fields sortedlist_search_from_to,
43808         sortedlist_indexof_from_to.
43809         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43810         inline functions.
43811         * lib/gl_list.c (gl_sortedlist_search_from_to,
43812         gl_sortedlist_indexof_from_to): New functions.
43813         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43814         function.
43815         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43816         (gl_array_sortedlist_search_from_to): New function.
43817         (gl_array_list_implementation): Update.
43818         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43819         function.
43820         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43821         (gl_carray_sortedlist_search_from_to): New function.
43822         (gl_carray_list_implementation): Update.
43823         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43824         gl_linked_sortedlist_indexof_from_to): New functions.
43825         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43826         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43827         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43828         gl_tree_sortedlist_indexof_from_to): New functions.
43829         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43830         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43831         Update.
43832         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43833         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43834         Update.
43835
43836 2006-10-05  Bruno Haible  <bruno@clisp.org>
43837
43838         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43839         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43840         (struct gl_list_implementation): Add fields search_from_to,
43841         indexof_from_to. Remove fields search, indexof.
43842         (gl_list_search): Use the search_from_to method.
43843         (gl_list_search_from, gl_list_search_from_to): New functions.
43844         (gl_list_indexof): Use the indexof_from_to method.
43845         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43846         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43847         (gl_list_search_from, gl_list_search_from_to): New functions.
43848         (gl_list_indexof): Use the indexof_from_to method.
43849         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43850         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43851         gl_array_indexof. Add start_index, end_index arguments.
43852         (gl_array_search_from_to): Renamed from gl_array_search. Add
43853         start_index, end_index arguments.
43854         (gl_array_remove, gl_array_list_implementation): Update.
43855         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43856         gl_carray_indexof. Add start_index, end_index arguments.
43857         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43858         start_index, end_index arguments.
43859         (gl_carray_remove, gl_carray_list_implementation): Update.
43860         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43861         gl_linked_search. Add start_index, end_index arguments.
43862         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43863         start_index, end_index arguments.
43864         (gl_linked_remove): Update.
43865         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43866         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43867         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43868         field to 'size_t'.
43869         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43870         gl_tree_search. Add start_index, end_index arguments.
43871         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43872         start_index, end_index arguments.
43873         (gl_tree_remove): Update.
43874         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43875         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43876         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43877         function.
43878         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43879         gl_tree_search. Add start_index, end_index arguments.
43880         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43881         start_index, end_index arguments.
43882         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43883         Update.
43884         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43885
43886 2006-10-05  Bruno Haible  <bruno@clisp.org>
43887
43888         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43889
43890         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43891         fwriteerror_temp): New declarations.
43892         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43893         (descriptors): New variable.
43894         (cleanup): First, close the descriptors.
43895         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43896         fclose_temp, fwriteerror_temp): New functions.
43897
43898 2006-10-04  Jim Meyering  <jim@meyering.net>
43899
43900         * lib/fts.c (fts_open): Tiny comment change.
43901
43902 2006-10-04  Bruno Haible  <bruno@clisp.org>
43903
43904         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43905         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43906         gl_LOCK_BODY.
43907         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43908         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43909         gl_LOCK_EARLY_BODY.
43910         (gl_LOCK): Require gl_LOCK_BODY.
43911
43912 2006-10-04  Bruno Haible  <bruno@clisp.org>
43913
43914         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43915         (gl_oset_search_atleast): New declaration.
43916         (struct gl_oset_implementation): Add field 'search_atleast'.
43917         (gl_oset_search_atleast): New inline function.
43918         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43919         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43920         (gl_array_oset_implementation): Update.
43921         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43922         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43923         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43924
43925 2006-10-04  Bruno Haible  <bruno@clisp.org>
43926
43927         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43928
43929 2006-10-03  Bruno Haible  <bruno@clisp.org>
43930
43931         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43932         from gl_avltreehash_list_implementation.
43933
43934 2006-10-03  Bruno Haible  <bruno@clisp.org>
43935
43936         * lib/gl_oset.c (gl_oset_add): Fix return type.
43937
43938 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43939
43940         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43941
43942 2006-10-02  Eric Blake  <ebb9@byu.net>
43943
43944         * modules/strnlen (Depends-on): Add extensions.
43945
43946 2006-10-02  Eric Blake  <ebb9@byu.net>
43947
43948         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43949         definition in 2.60+.
43950
43951 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43952
43953         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43954         checks.
43955
43956 2006-10-02  Bruno Haible  <bruno@clisp.org>
43957
43958         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43959         to the AUTOMAKE_OPTIONS.
43960         Reported by Jim Meyering.
43961
43962 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43963
43964         Work around bug in Solaris 10 /proc file system:
43965         /proc/self/fd/NNN/.. isn't the parent directory of
43966         the directory whose file descriptor is NNN.  This needs to
43967         be worked around at run time, not compile time, since a
43968         program might be built on Solaris 8, where things work, and
43969         run on Solaris 10.
43970         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43971         to use the following interface instead:
43972         (OPENAT_BUFFER_SIZE): New macro.
43973         (openat_proc_name): New function.
43974         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43975         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43976         Likewise.
43977         * lib/openat-proc.c: New file.
43978         * modules/openat (Files): Add lib/openat-proc.c.
43979         (Depends-on): Add same-inode, stdbool.
43980         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43981
43982 2006-09-29  Bruno Haible  <bruno@clisp.org>
43983
43984         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43985         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43986         argument. Set stdout_closed before testing for ferror, not after.
43987         (fwriteerror, fwriteerror_no_ebadf): New functions.
43988
43989 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43990
43991         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43992
43993 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43994
43995         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43996         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43997
43998 2006-09-28  Jim Meyering  <jim@meyering.net>
43999
44000         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
44001         Include <unistd.h>.
44002
44003 2006-09-28  Bruno Haible  <bruno@clisp.org>
44004
44005         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
44006         * modules/linkedhash-list (Depends-on): Likewise.
44007         * modules/rbtreehash-list (Depends-on): Likewise.
44008
44009 2006-09-28  Bruno Haible  <bruno@clisp.org>
44010
44011         * lib/strndup.h: Simplify the redefinition of strndup.
44012         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
44013         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
44014
44015 2006-09-28  Bruno Haible  <bruno@clisp.org>
44016
44017         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
44018         * lib/gl_linkedhash_list.c: Likewise.
44019         * lib/gl_rbtreehash_list.c: Likewise.
44020
44021 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44022
44023         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
44024         getaddrinfo.
44025
44026         * lib/__fpending.h: Don't include <stdio_ext.h> unless
44027         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
44028         it causes <stdio_ext.h> to cause a compile-time error.
44029         Problem reported by Nelson H. F. Beebe.
44030         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
44031         of HAVE_DECL___PENDING.
44032
44033         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
44034         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
44035         declaration.
44036
44037 2006-09-27  Jim Meyering  <jim@meyering.net>
44038
44039         This file could end up with a definition for a function
44040         named __strndup, rather than rpl_strndup on a system with
44041         incomplete weak_alias support.
44042         * lib/strndup.c (strndup): Rename from __strndup.
44043         Remove #defines that used to map __strndup to strndup.
44044         Don't use K&R prototypes.
44045         Remove LIBC-related code, since this file is not sync'd with glibc.
44046         * lib/strndup.h: Revamp, accordingly.
44047         * m4/strndup.m4: Modernize.
44048
44049 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44050
44051         * modules/savewd (Depends-on): Add 'raise'.
44052         * lib/savewd.c: Include <signal.h>, for 'raise'.
44053
44054 2006-09-26  Jim Meyering  <jim@meyering.net>
44055
44056         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44057         when we detect Darwin 8.7.0's acl_get_file bug.
44058         Rearrange to perform the new (below) run-test while $LIBS
44059         contains any acl-related library.  Set USE_ACL at the end.
44060         (gl_ACL_GET_FILE): New function.
44061
44062 2006-09-26  Eric Blake  <ebb9@byu.net>
44063
44064         * lib/verror.c: Include <config.h> unconditionally.
44065
44066 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44067
44068         * modules/clock-time (Maintainer): Add self.
44069         * modules/getlogin_r (Depends-on): Add extensions.
44070
44071 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44072
44073         * modules/clock-time: New module.
44074         * modules/nanosleep (Depends-on): Add clock-time.
44075         * modules/gethrxtime (Depends-on): Likewise.
44076         * modules/gettime (Depends-on): Likewise.
44077         * modules/settime (Depends-on): Likewise.
44078
44079         * modules/fts-lgpl: Depend on openat.
44080         * modules/mkancesdirs: Depend on savewd.
44081         * modules/mkdir-p: Likewise.
44082
44083 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44084
44085         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44086
44087         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44088         `gl_have_arbitrary_file_name_length_limit' to
44089         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44090         actually works between configure runs.
44091
44092 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44093             Bruno Haible  <bruno@clisp.org>
44094
44095         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44096
44097 2006-09-25  Jim Meyering  <jim@meyering.net>
44098
44099         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44100         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44101
44102 2006-09-25  Eric Blake  <ebb9@byu.net>
44103
44104         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44105         exec's in 2006-09-18 patch when shuffling fds.
44106
44107 2006-09-25  Bruno Haible  <bruno@clisp.org>
44108
44109         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44110         Reported by Jim Meyering.
44111
44112 2006-09-24  Jim Meyering  <jim@meyering.net>
44113
44114         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44115         compare a pointer against a literal "0".  That caused failures with
44116         at least HP-UX's hpcc.
44117
44118 2006-09-22  Simon Josefsson  <jas@extundo.com>
44119
44120         * modules/gc-sha1:
44121         * modules/gc-md4:
44122         * modules/gc-hmac-sha1:
44123         * modules/gc-hmac-md5:
44124         * modules/gc-des:
44125         * modules/gc-arcfour: Distribute more files.
44126
44127 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44128
44129         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44130         (gl_linked_iterator_from_to): Initialize struct completely.
44131         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44132         (gl_tree_iterator_from_to): Likewise
44133         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44134         * lib/gl_array_list.c [lint] (gl_array_iterator)
44135         (gl_array_iterator_from_to): Likewise.
44136         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44137         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44138         (gl_carray_iterator_from_to): Likewise.
44139
44140         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44141         * lib/md4.c (md4_process_block): Remove unused variable.
44142         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44143         parentheses for clarity.
44144
44145 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44146
44147         * modules/bison-i18n (Depends-on): Add gettext.
44148
44149 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44150
44151         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44152         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44153         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44154         also add missing comma that caused broken test.
44155         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44156         stdlib.h, for `abort'.
44157         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44158         variables.
44159         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44160         include unistd.h if present, for `rmdir'.
44161         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44162         variables.
44163         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44164         in the process include standard headers for prototypes.
44165         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44166         gets declared on GNU/Linux.
44167         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44168         unistd.h, for `rmdir'.
44169         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44170
44171         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44172         always true.
44173         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44174
44175         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44176
44177 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44178
44179         * gnulib-tool (func_version): Create output all at once.  This
44180         may help avoid triggering unnecessary SIGPIPEs, and at any
44181         rate it doesn't hurt.
44182
44183 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44184             Bruno Haible  <bruno@clisp.org>
44185
44186         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44187         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44188         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44189
44190         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44191         (gl_FUNC_VASPRINTF): Invoke it.
44192
44193 2006-09-22  Bruno Haible  <bruno@clisp.org>
44194
44195         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44196         getloadavg.c as first argument.
44197
44198 2006-09-22  Bruno Haible  <bruno@clisp.org>
44199
44200         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44201         at the beginning of the gl_INIT macro.
44202         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44203         gl_GETLOADAVG.
44204
44205 2006-09-22  Bruno Haible  <bruno@clisp.org>
44206
44207         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44208         module.
44209         Suggested by Ralf Wildenhues.
44210
44211 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44212
44213         Import this patch from libc:
44214
44215         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44216
44217         * lib/regex_internal.c (re_string_reconstruct): Handle
44218         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44219         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44220         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44221         re_string_context_at.
44222
44223         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44224         now requires it.
44225         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44226         gl_REGEX now does it for us.
44227         (gl_REGEX): Add test taken from
44228         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44229
44230         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44231         Check that large offsets work.  Modernize Autoconf usages.
44232         Prefer "yes" to mean a good thing rather than a bad.
44233         Don't put "#define mkstemp" in config.h, as this might interfere
44234         with standard system headers that "#define mkstemp mkstemp64".
44235
44236         * modules/mkstemp (Depends-on): Add extensions, so that
44237         mkstemp is visible on some platforms.
44238         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44239         (Include): Change to "mkstemp.h" from <stdlib.h>.
44240         (Files): Add mkstemp.h.
44241
44242         * lib/mkstemp.h: New file, since some standard headers
44243         #define mkstemp.
44244         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44245         Include "mkstemp.h".
44246         Make the _LIBC code resemble glibc original more,
44247         e.g., use K&R style.
44248         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44249         (mkstemp): Remove, since mkstemp.h does this for us.
44250         * lib/stdlib--.h: Include mkstemp.h.
44251
44252         Import this patch from libc:
44253
44254         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44255
44256         * lib/tempname.c (__gen_tempname): Change attempts_min
44257         into a macro.  Use preprocessor to decide how to initialize
44258         attempts [Coverity CID 67].
44259
44260 2006-09-20  Bruno Haible  <bruno@clisp.org>
44261
44262         * lib/mkdtemp.c: Import from libc.
44263         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44264                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44265                 attempts_min into a macro.  Use preprocessor to decide how to
44266                 initialize attempts [Coverity CID 67].
44267         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44268                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44269                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44270
44271 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44272
44273         * gnulib-tool (func_exit): New function, to allow to pass the
44274         exit status portably through the trap.  Use everywhere.
44275         (--help, --version): Signal a write error.
44276         (trap): catch SIGPIPE, for write errors.
44277         Exit at the end of the trap, with the correct exit status.
44278
44279 2006-09-19  Karl Berry  <karl@gnu.org>
44280
44281         * doc/gnulib.texi: note about the license texinfo files.
44282
44283 2006-09-19  Eric Blake  <ebb9@byu.net>
44284
44285         * gnulib-tool: Avoid space-tab.
44286
44287 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44288
44289         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44290         that prevented coreutils 6.1 from building.  Problem reported
44291         by Petter Reinholdtsen.
44292
44293 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44294
44295         * gnulib-tool (avoidlist): Fix typo that broke options like
44296         --avoid=lock that are used by coreutils bootstrap.
44297
44298 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44299
44300         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44301         more systematically.
44302
44303 2006-09-18  Jim Meyering  <jim@meyering.net>
44304
44305         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44306
44307 2006-09-18  Bruno Haible  <bruno@clisp.org>
44308
44309         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44310
44311 2006-09-18  Bruno Haible  <bruno@clisp.org>
44312
44313         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44314         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44315         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44316         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44317         * m4/gettext.m4: Require autoconf >= 2.52.
44318         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44319         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44320         of gl_cv_header_inttypes_h.
44321
44322 2006-09-18  Bruno Haible  <bruno@clisp.org>
44323
44324         * lib/javaversion.c: Include configmake.h.
44325
44326 2006-09-18  Bruno Haible  <bruno@clisp.org>
44327
44328         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44329         avoid that the while loops be executed in a subshell.
44330
44331 2006-09-18  Bruno Haible  <bruno@clisp.org>
44332
44333         * MODULES.html.sh (func_module): Break long lines.
44334         Suggested by Bruce Korb <bkorb@gnu.org>.
44335
44336 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44337
44338         Speed up by a factor of 1.12.
44339         * gnulib-tool (nl): New variable.
44340         (func_import): Rewrite include directive extraction to only read each
44341         directive once.
44342
44343 2006-09-17  Bruno Haible  <bruno@clisp.org>
44344
44345         * modules/javaversion (Makefile.am): Remove DEFS setting.
44346         (Depends-on): Add configmake, for PKGDATADIR definition.
44347
44348 2006-09-17  Bruno Haible  <bruno@clisp.org>
44349
44350         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44351
44352 2006-09-17  Bruno Haible  <bruno@clisp.org>
44353
44354         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44355         (func_modules_transitive_closure, func_modules_add_dummy,
44356         func_modules_to_filelist, func_import, func_create_testdir,
44357         func_create_megatestdir, ...): Use it wherever possible.
44358         Suggested by Ralf Wildenhues.
44359
44360 2006-09-16  Karl Berry  <karl@gnu.org>
44361
44362         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44363         to avoid sectioning errors.
44364         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44365         [ifinfo]: blank line after @center-ed titles.
44366         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44367         Spell FSF address consistently with others.
44368         (These changes approved by rms.)
44369
44370 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44371
44372         Speed up by a factor of 1.61.
44373         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44374         already checked module names again.
44375
44376 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44377
44378         Speed up by a factor of 1.13.
44379         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44380         for new_files, and the input to func_add_or_update.
44381
44382 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44383
44384         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44385         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44386
44387 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44388
44389         * modules/mkancesdirs (Depends-on): Add fcntl.
44390         * modules/savewd: New file.
44391         * MODULES.html.sh (File system functions): Add savewd.
44392
44393         * modules/configmake (Makefile.am): Add support for the
44394         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44395
44396 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44397
44398         * m4/savewd.m4: New file.
44399
44400 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44401
44402         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44403         (dirchownmod): New arg FD.  All callers changed.
44404         Use FD rather than opening the directory ourself, as opening is
44405         now the caller's responsibility.
44406         * lib/dirchownmod.h: Likewise.
44407         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44408         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44409         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44410         (test_dir): Remove.
44411         (mkancesdirs): Return length of prefix of FILE that has already
44412         been made, or -2 if there is a child doing the work.  Redo
44413         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44414         ".", and treat ".." specially since it might stray back into
44415         already-created areas.  Use a subprocess if necessary.  New arg
44416         WD; all users changed.  MAKE_DIR function should now return 1
44417         if it creates a directory that is not readable.  Return -2 if
44418         a child process is spun off.
44419         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44420         Adjust signature to match code.
44421         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44422         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44423         all users changed.
44424         * lib/savewd.c, lib/savewd.h: New files.
44425
44426 2006-09-15  Jim Meyering  <jim@meyering.net>
44427
44428         * modules/rename-dest-slash: New module.
44429         * MODULES.html.sh (posix_compat): Add it here.
44430
44431         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44432
44433 2006-09-15  Jim Meyering  <jim@meyering.net>
44434
44435         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44436         file.
44437
44438         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44439
44440 2006-09-15  Jim Meyering  <jim@meyering.net>
44441
44442         * lib/rename-dest-slash.c (has_trailing_slash): Use
44443         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44444         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44445         test before testing whether SRC is a directory.
44446         Suggestions from Bruno Haible.
44447
44448         Avoid a warning about an unused variable.
44449         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44450         into the #ifdef block where it's used.
44451
44452         * lib/rename-dest-slash.c: New file.
44453
44454 2006-09-14  Bruno Haible  <bruno@clisp.org>
44455
44456         * lib/allocsa.c: Include <config.h> unconditionally.
44457         * lib/asnprintf.c: Likewise.
44458         * lib/asprintf.c: Likewise.
44459         * lib/c-strcasecmp.c: Likewise.
44460         * lib/c-strcasestr.c: Likewise.
44461         * lib/c-strncasecmp.c: Likewise.
44462         * lib/c-strstr.c: Likewise.
44463         * lib/classpath.c: Likewise.
44464         * lib/clean-temp.c: Likewise.
44465         * lib/concatpath.c: Likewise.
44466         * lib/copy-file.c: Likewise.
44467         * lib/csharpcomp.c: Likewise.
44468         * lib/csharpexec.c: Likewise.
44469         * lib/execute.c: Likewise.
44470         * lib/fatal-signal.c: Likewise.
44471         * lib/findprog.c: Likewise.
44472         * lib/fwriteerror.c: Likewise.
44473         * lib/gl_array_list.c: Likewise.
44474         * lib/gl_array_oset.c: Likewise.
44475         * lib/gl_avltree_list.c: Likewise.
44476         * lib/gl_avltree_oset.c: Likewise.
44477         * lib/gl_avltreehash_list.c: Likewise.
44478         * lib/gl_carray_list.c: Likewise.
44479         * lib/gl_linked_list.c: Likewise.
44480         * lib/gl_linkedhash_list.c: Likewise.
44481         * lib/gl_list.c: Likewise.
44482         * lib/gl_oset.c: Likewise.
44483         * lib/gl_rbtree_list.c: Likewise.
44484         * lib/gl_rbtree_oset.c: Likewise.
44485         * lib/gl_rbtreehash_list.c: Likewise.
44486         * lib/imaxabs.c: Likewise.
44487         * lib/imaxdiv.c: Likewise.
44488         * lib/javacomp.c: Likewise.
44489         * lib/javaexec.c: Likewise.
44490         * lib/javaversion.c: Likewise.
44491         * lib/linebreak.c: Likewise.
44492         * lib/localcharset.c: Likewise.
44493         * lib/lock.c: Likewise.
44494         * lib/mbchar.c: Likewise.
44495         * lib/mbswidth.c: Likewise.
44496         * lib/mkdtemp.c: Likewise.
44497         * lib/pipe.c: Likewise.
44498         * lib/printf-args.c: Likewise.
44499         * lib/printf-parse.c: Likewise.
44500         * lib/progname.c: Likewise.
44501         * lib/progreloc.c: Likewise.
44502         * lib/readlink.c: Likewise.
44503         * lib/sh-quote.c: Likewise.
44504         * lib/stpcpy.c: Likewise.
44505         * lib/stpncpy.c: Likewise.
44506         * lib/strcasecmp.c: Likewise.
44507         * lib/strcasestr.c: Likewise.
44508         * lib/strcspn.c: Likewise.
44509         * lib/striconv.c: Likewise.
44510         * lib/strncasecmp.c: Likewise.
44511         * lib/strnlen1.c: Likewise.
44512         * lib/strstr.c: Likewise.
44513         * lib/strtok_r.c: Likewise.
44514         * lib/tls.c: Likewise.
44515         * lib/tmpdir.c: Likewise.
44516         * lib/unicodeio.c: Likewise.
44517         * lib/unsetenv.c: Likewise.
44518         * lib/vasnprintf.c: Likewise.
44519         * lib/vasprintf.c: Likewise.
44520         * lib/wait-process.c: Likewise.
44521         * lib/xallocsa.c: Likewise.
44522         * lib/xsetenv.c: Likewise.
44523         * lib/xstriconv.c: Likewise.
44524
44525 2006-09-13  Simon Josefsson  <jas@extundo.com>
44526
44527         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44528         that internally, suggested by Ralf Wildenhues
44529         <Ralf.Wildenhues@gmx.de>.
44530
44531 2006-09-13  Simon Josefsson  <jas@extundo.com>
44532
44533         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44534         @LIBOBJS@.
44535         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44536
44537 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44538
44539         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44540         longer worry about uses that don't define HAVE_CONFIG_H.
44541         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44542         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44543         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44544         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44545         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44546         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44547         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44548         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44549         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44550         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44551         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44552         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44553         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44554         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44555         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44556         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44557         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44558         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44559         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44560         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44561         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44562         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44563         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44564         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44565         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44566         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44567         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44568         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44569         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44570         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44571         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44572         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44573         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44574         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44575         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44576         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44577         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44578         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44579         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44580         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44581         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44582         Likewise.
44583
44584 2006-09-13  Eric Blake  <ebb9@byu.net>
44585
44586         * lib/getopt.c: Fix typo in last commit.
44587
44588 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44589
44590         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44591         dgettext.
44592
44593 2006-09-12  Jim Meyering  <jim@meyering.net>
44594
44595         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44596         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44597         Reported by Nelson H. F. Beebe.
44598
44599 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44600
44601         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44602         program_invocation_name and program_invocation_short_name are
44603         initialized.
44604         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44605         and program_invocation_short_name to argp.h, so they are visible
44606         to user programs.
44607         * lib/argp.h: Likewise
44608
44609 2006-09-10  Bruno Haible  <bruno@clisp.org>
44610
44611         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44612         m4/inttypes_h.m4, m4/uintmax_t.m4.
44613
44614 2006-09-10  Bruno Haible  <bruno@clisp.org>
44615
44616         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44617         gl_AC_TYPE_UINTMAX_T.
44618
44619 2006-09-10  Bruno Haible  <bruno@clisp.org>
44620
44621         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44622
44623 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44624
44625         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44626         convention.  Text proposed by Bruno Haible.
44627         (struct argp_option): Document the use of N_() wrappers.
44628
44629         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44630         '\v', and translate the two parts separately, instead of feeding
44631         the whole string to gettext.  This allows to exclude
44632         '\v' from the strings visible to the translator by writing doc
44633         strings as N_("..") "\v" N_("..").
44634
44635 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44636
44637         * config/srclist.txt: Undo latest change; the bug was fixed.
44638
44639 2006-09-09  Bruno Haible  <bruno@clisp.org>
44640
44641         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44642         assignments if building a library without libtool.
44643         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44644         in func_emit_lib_Makefile_am.
44645         (func_import): When building a static library libfoo.a, arrange to
44646         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44647         (func_create_testdir): Likewise.
44648         * modules/gc (configure.ac, Makefile.am): If building statically,
44649         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44650         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44651         * modules/striconv (configure.ac, Makefile.am): Likewise.
44652         Based on a suggestion by Ralf Wildenhues.
44653
44654 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44655
44656         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44657         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44658         Also:
44659
44660         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44661         Add year_2050_test to catch glibc bug 2821
44662         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44663
44664         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44665         Prefer #ifdef to #if.
44666
44667         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44668         Return from 'main' instead of calling 'exit'.
44669
44670 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44671
44672         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44673         returned the maximum time_t value rather than (time_t) -1.
44674         Problem originally reported by William Bardwell
44675         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44676
44677         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44678         Moved to here ...
44679         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44680         ... from here.
44681
44682 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44683
44684         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44685         2821 is fixed.
44686
44687 2006-09-08  Jim Meyering  <jim@meyering.net>
44688
44689         Don't make generated files read-only.  That would bother too many
44690         people.  However, do retain the ability to work when targets are
44691         read-only: remove the destination and temporary files before writing
44692         them (when generated via sed or echo), or by using the -f option for
44693         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44694         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44695         * modules/byteswap, modules/configmake, modules/fcntl:
44696         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44697         * modules/localcharset, modules/netinet_in, modules/poll:
44698         * modules/stdbool, modules/stdint, modules/sys_select:
44699         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44700
44701 2006-09-08  Jim Meyering  <jim@meyering.net>
44702
44703         Avoid new build failure on FreeBSD 6.0.
44704         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44705         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44706         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44707
44708 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44709
44710         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44711
44712 2006-09-07  Jim Meyering  <jim@meyering.net>
44713
44714         Fix global typo in last change: use chmod u-w, not chmod u-x.
44715         Spotted by Paul Eggert and Bruce Korb.
44716         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44717         * modules/byteswap, modules/configmake, modules/fcntl:
44718         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44719         * modules/localcharset, modules/netinet_in, modules/poll:
44720         * modules/stdbool, modules/stdint, modules/sys_select:
44721         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44722
44723 2006-09-06  Jim Meyering  <jim@meyering.net>
44724
44725         Make generated files be read-only.
44726         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44727         Ensure that each generated file is now read-only.
44728         * modules/argz: Likewise.
44729         * modules/arpa_inet: Likewise.
44730         * modules/byteswap: Likewise.
44731         * modules/configmake: Likewise.
44732         * modules/fcntl: Likewise.
44733         * modules/fnmatch: Likewise.
44734         * modules/getopt: Likewise.
44735         * modules/glob: Likewise.
44736         * modules/inttypes: Likewise.
44737         * modules/netinet_in: Likewise.
44738         * modules/poll: Likewise.
44739         * modules/stdbool: Likewise.
44740         * modules/stdint: Likewise.
44741         * modules/sys_select: Likewise.
44742         * modules/sys_socket: Likewise.
44743         * modules/sys_stat: Likewise.
44744         * modules/sysexits: Likewise.
44745         * modules/localcharset: Same as above, but continue using temporary
44746         file named "t-$@" (why different?) rather than the "$@-t" used
44747         everywhere else.
44748
44749         * modules/sysexits (Makefile.am): Replace literal occurrences
44750         of "sysexit.h" more readable, and more consistent, "$@".
44751
44752 2006-09-06  Bruno Haible  <bruno@clisp.org>
44753
44754         * modules/striconv: New file.
44755         * modules/xstriconv: New file.
44756         * MODULES.html.sh (Internationalization functions): Add striconv,
44757         xstriconv.
44758
44759 2006-09-06  Bruno Haible  <bruno@clisp.org>
44760
44761         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44762         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44763         not using libtool correctly.
44764
44765 2006-09-06  Bruno Haible  <bruno@clisp.org>
44766
44767         * lib/striconv.h: New file.
44768         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44769         iconvstring.c.
44770         * lib/xstriconv.h: New file.
44771         * lib/xstriconv.c: New file.
44772
44773 2006-09-06  Bruno Haible  <bruno@clisp.org>
44774
44775         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44776         lib_..._LDFLAGS.
44777
44778 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44779
44780         * lib/argz_.h: Sync from Libtool.
44781
44782         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44783                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44784
44785         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44786
44787 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44788
44789         * modules/trim: New file.
44790
44791 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44792
44793         * lib/trim.h: New file.
44794         * lib/trim.c: New file.
44795
44796 2006-09-05  Bruno Haible  <bruno@clisp.org>
44797
44798         * MODULES.html.sh (String handling): Add trim.
44799
44800 2006-09-04  Karl Berry  <karl@gnu.org>
44801
44802         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44803         until next release.
44804
44805 2006-09-03  Bruno Haible  <bruno@clisp.org>
44806
44807         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44808         correctly.
44809
44810 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44811
44812         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44813         not gl_GETLOADAVG.  Omit unneeded semicolons.
44814         Problems reported by Ralf Wildenhues in
44815         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44816         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44817         at the end, which is the usual gnulib style.
44818
44819         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44820         of doing all the work ourselves.
44821         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44822         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44823
44824 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44825
44826         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44827         Problem reported by Ralf Wildenhues in
44828         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44829
44830         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44831         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44832
44833 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44834
44835         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44836         yesterday's patch by changing test -n to test -z.
44837
44838 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44839
44840         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44841         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44842         the former is now obsolescent.
44843
44844         * modules/chdir-long (Depends-on): Add fcntl.
44845
44846 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44847
44848         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44849         obsolescent, and programs should use gnulib instead.
44850         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44851         but with prefixes changed.
44852
44853 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44854
44855         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44856         or stdbool.h, because they might not exist while configuring.
44857
44858         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44859         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44860         does that for us.
44861         (O_DIRECTORY): Remove.
44862
44863 2006-08-31  Eric Blake  <ebb9@byu.net>
44864
44865         * gnulib-tool: Don't let emacs change spaces to TAB.
44866
44867 2006-08-31  Bruno Haible  <bruno@clisp.org>
44868
44869         * gnulib-tool: When calling func_import more than once, do it in a
44870         subshell.
44871         Reported by Eric Blake <ebb9@byu.net>.
44872
44873 2006-08-31  Bruno Haible  <bruno@clisp.org>
44874
44875         * gnulib-tool (nl): Remove variable.
44876         (sed_transform_lib_file): Use more robust test for config-h module.
44877         (func_import): Fix typo in 2006-08-25 patch.
44878
44879 2006-08-31  Bruno Haible  <bruno@clisp.org>
44880
44881         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44882         specified, augment Makefile.am variables instead of assigning them.
44883
44884 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44885
44886         Work around a bug in both the Linux and SunOS 64-bit kernels:
44887         nanosleep mishandles sleeps for longer than 2**31 seconds.
44888         Problem reported by Frank v Waveren in
44889         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44890         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44891         Check for nanosleep bug.
44892         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44893
44894 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44895
44896         Work around a bug in both the Linux and SunOS 64-bit kernels:
44897         nanosleep mishandles sleeps for longer than 2**31 seconds.
44898         Problem reported by Frank v Waveren in
44899         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44900         * lib/nanosleep.c (BILLION): New constant.
44901         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44902         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44903         implementation.
44904
44905 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44906
44907         * modules/nanosleep (Depends-on): Add gettime.
44908
44909 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44910         and Simon Josefsson  <jas@extundo.com>
44911         and Oskar Liljeblad  <oskar@osk.mine.nu>
44912
44913         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44914         * gnulib-tool (func_import): New license type 'unmodifiable license
44915         text'.
44916         * modules/fdl: Use it.  Longer description.
44917         * module/gpl, module/lgpl: New files.
44918
44919 2006-08-30  Jim Meyering  <jim@meyering.net>
44920
44921         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44922         shadowing the parameter.
44923
44924 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44925
44926         Sync from Libtool:
44927
44928         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44929
44930         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44931         sharing with gnulib.  Report by Eric Blake.
44932
44933 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44934
44935         * modules/isapipe: New file.
44936         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44937
44938 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44939
44940         * modules/configmake (Makefile.am): Add a comment, and omit
44941         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44942         by Bruno Haible.
44943
44944 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44945
44946         * m4/isapipe.m4: New file.
44947
44948 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44949
44950         * lib/isapipe.c, lib/isapipe.h: New files.
44951
44952 2006-08-29  Jim Meyering  <jim@meyering.net>
44953
44954         * modules/configmake (Makefile.am): Make configmake.h depend on
44955         Makefile.  Otherwise, a stale configmake.h could hang around.
44956
44957 2006-08-29  Eric Blake  <ebb9@byu.net>
44958
44959         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44960         resolution of upstream bug 3044.
44961
44962 2006-08-29  Bruno Haible  <bruno@clisp.org>
44963
44964         * modules/localcharset (Depends-on): Add configmake.
44965         (Makefile.am): Remove setting of LIBDIR through DEFS.
44966
44967 2006-08-29  Bruno Haible  <bruno@clisp.org>
44968
44969         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44970         defined.
44971
44972 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44973
44974         * modules/fcntl: New file.
44975         * modules/chdir-safer (Depends-on): Add fcntl.
44976         * modules/fts: Likewise.
44977         * modules/mkdir-p: Likewise.
44978
44979         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44980         This undoes the most recent change, since we're now addressing the
44981         problem in a different way.
44982
44983         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44984         into output, since the output might be called Makefile.am even
44985         if $makefile_name is something different.
44986         (func_import): Use $makefile_am rather than
44987         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44988         empty.
44989
44990         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44991
44992 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44993
44994         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44995         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44996         recent change to stdint.m4, since we're now addressing the problem in a
44997         different way.
44998
44999 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45000
45001         * m4/fcntl_h.m4: New file.
45002
45003 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45004
45005         * lib/fcntl_.h: New file.
45006         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
45007         the fcntl module.
45008         * lib/dirchownmod.c: Likewise.
45009         * lib/fts.c: Likewise.
45010
45011         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
45012         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
45013         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
45014         just before including <inttypes.h>, to avoid circular inclusion.
45015
45016 2006-08-28  Jim Meyering  <jim@meyering.net>
45017
45018         * doc/visibility.texi: Actually read and correct the grammar of the
45019         sentence affected by yesterday's change.
45020
45021 2006-08-28  Eric Blake  <ebb9@byu.net>
45022
45023         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
45024         needs wrapper.
45025
45026 2006-08-28  Eric Blake  <ebb9@byu.net>
45027
45028         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
45029
45030 2006-08-28  Eric Blake  <ebb9@byu.net>
45031
45032         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
45033
45034 2006-08-28  Bruno Haible  <bruno@clisp.org>
45035
45036         * modules/c-strstr: New file, from GNU gettext.
45037         * MODULES.html.sh (String handling): Add c-strstr.
45038
45039 2006-08-28  Bruno Haible  <bruno@clisp.org>
45040
45041         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
45042         macros.
45043         Reported by Eric Blake.
45044
45045 2006-08-28  Bruno Haible  <bruno@clisp.org>
45046
45047         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
45048         (VASNPRINTF): Return a string of length > INT_MAX without failing.
45049         * lib/vasprintf.c: Include errno.h, limits.h.
45050         (EOVERFLOW): New fallback definition.
45051         (vasprintf): Test here whether the string length is > INT_MAX.
45052         * lib/vsnprintf.c: Include errno.h, limits.h.
45053         (EOVERFLOW): New fallback definition.
45054         (vsnprintf): Fix bug when generated string was too long for the buffer.
45055         Test here whether the string length is > INT_MAX.
45056
45057 2006-08-28  Bruno Haible  <bruno@clisp.org>
45058
45059         * lib/inttypes_.h (SCNX*): Remove definitions.
45060         Reported by Eric Blake.
45061
45062 2006-08-28  Bruno Haible  <bruno@clisp.org>
45063
45064         * lib/c-strstr.h: New file, from GNU gettext.
45065         * lib/c-strstr.c: New file, from GNU gettext.
45066
45067 2006-08-28  Bruno Haible  <bruno@clisp.org>
45068
45069         * gnulib-tool: Reorder some statements.
45070
45071 2006-08-28  Bruno Haible  <bruno@clisp.org>
45072
45073         * gnulib-tool: New option --makefile-name.
45074         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45075         $makefile_name.
45076         (func_import): Write $makefile_name to the cache file, and read it from
45077         there unless explicitly specified. Use $makefile_name as file name
45078         instead of Makefile.am. Adjust the recommendations accordingly.
45079
45080 2006-08-28  Bruno Haible  <bruno@clisp.org>
45081
45082         * gnulib-tool (func_verify_module): Check against misapplying patch.
45083
45084 2006-08-28  Bruno Haible  <bruno@clisp.org>
45085
45086         * gnulib-tool (func_relativize, func_relconcat): New functions.
45087         Give an error if --local-dir is given with --update.
45088         Remove trailing slashes from $local_gnulib_dir.
45089         (func_import): Store the relativized $local_gnulib_dir in
45090         gnulib-cache.m4, and read it from there if not specified explicitly.
45091
45092 2006-08-28  Bruno Haible  <bruno@clisp.org>
45093
45094         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45095         is the current directory. Respect also $local_gnulib_dir.
45096
45097 2006-08-28  Bruno Haible  <bruno@clisp.org>
45098             Simon Josefsson  <jas@extundo.com>
45099
45100         BeOS portability.
45101         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45102
45103 2006-08-27  Jim Meyering  <jim@meyering.net>
45104
45105         * doc/visibility.texi: Remove duplicate word: "pointer".
45106
45107 2006-08-26  Bruno Haible  <bruno@clisp.org>
45108
45109         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45110         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45111         (Makefile.am): Create inttypes.h from inttypes_.h.
45112         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45113
45114         * modules/imaxabs: New file.
45115
45116         * modules/imaxdiv: New file.
45117
45118 2006-08-26  Bruno Haible  <bruno@clisp.org>
45119
45120         * m4/inttypes.m4: New file.
45121         * m4/_inttypes_h.m4: Remove file.
45122         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45123         PRI_MACROS_BROKEN.
45124         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45125
45126         * m4/imaxabs.m4: New file.
45127
45128         * m4/imaxdiv.m4: New file.
45129
45130 2006-08-26  Bruno Haible  <bruno@clisp.org>
45131
45132         * lib/inttypes_.h: New file.
45133         * lib/inttypes.h: Remove file.
45134         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45135
45136         * lib/imaxabs.c: New file.
45137
45138         * lib/imaxdiv.c: New file.
45139
45140 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45141
45142         New config-h module, so that "make" output needn't be cluttered
45143         by -DHAVE_CONFIG_H.
45144         * MODULES.html.sh (Support for building libraries and executables):
45145         Add config-h.
45146         * modules/config-h: New file.
45147         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45148         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45149         the config-h module is used.
45150
45151         New configmake module, so that "make" output needn't be cluttered
45152         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45153         * MODULES.html.sh (Support for building libraries and executables):
45154         Add configmake.
45155         * modules/configmake: New file.
45156
45157 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45158
45159         * m4/config-h.m4: New file.
45160
45161 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45162
45163         * config/srclist.txt: Add elisp-comp.
45164
45165 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45166
45167         * MODULES.html.sh (Support for building libraries and executables):
45168         Add elisp-comp.
45169         * build-aux/elisp-comp: New file.
45170         * modules/elisp-comp: New file.
45171
45172 2006-08-24  Bruno Haible  <bruno@clisp.org>
45173
45174         * gnulib-tool (func_create_testdir): Use non-default values of
45175         sourcebase and m4base.
45176
45177 2006-08-24  Bruno Haible  <bruno@clisp.org>
45178
45179         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45180         HTML structure.
45181
45182 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45183
45184         * modules/openat (Depends-on): Add lchown.
45185
45186 2006-08-23  Bruno Haible  <bruno@clisp.org>
45187
45188         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45189         of gl_LOCK_EARLY instead of gl_LOCK.
45190
45191 2006-08-23  Bruno Haible  <bruno@clisp.org>
45192
45193         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45194         on OSF/1 to no.
45195         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45196
45197 2006-08-23  Bruno Haible  <bruno@clisp.org>
45198
45199         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45200         as unusable.
45201
45202         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45203         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45204         (gl_LOCK): New macro.
45205
45206 2006-08-22  Simon Josefsson  <jas@extundo.com>
45207
45208         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45209         to md5 module.
45210
45211 2006-08-22  Simon Josefsson  <jas@extundo.com>
45212
45213         * MODULES.html.sh: Add "Support for maintaining and release
45214         projects".
45215
45216         * build-aux/gnupload: New file, from coreutils.
45217
45218 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45219
45220         Avoid the need for AC_LIBSOURCES in m4 macros.
45221         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45222         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45223         * modules/check-version (EXTRA_DIST): Add check-version.h.
45224         * modules/crc (EXTRA_DIST): Add crc.h.
45225         * modules/des (EXTRA_DIST): Add des.h.
45226         * modules/gc (EXTRA_DIST): Add gc.h.
45227         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45228         * modules/getline (EXTRA_DIST): Add getline.h.
45229         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45230         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45231         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45232         * modules/md2 (EXTRA_DIST): Add md2.h.
45233         * modules/md4 (EXTRA_DIST): Add md4.h.
45234         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45235         * modules/read-file (EXTRA_DIST): Add read-file.h.
45236         * modules/readline (EXTRA_DIST): Add readline.h.
45237         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45238         rijndael-api-fst.h.
45239
45240 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45241
45242         * m4/rijndael.m4 (gl_ARCFOUR):
45243         * m4/arctwo.m4 (gl_ARCTWO):
45244         * m4/check-version.m4 (gl_CHECK_VERSION):
45245         * m4/crc.m4 (gl_CRC):
45246         * m4/des.m4 (gl_DES):
45247         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45248         * m4/gc.m4 (gl_GC):
45249         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45250         * m4/getline.m4 (gl_FUNC_GETLINE):
45251         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45252         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45253         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45254         * m4/md2.m4 (gl_MD2):
45255         * m4/md4.m4 (gl_MD4):
45256         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45257         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45258         * m4/readline.m4 (gl_FUNC_READLINE):
45259         * m4/rijndael.m4 (gl_RIJNDAEL):
45260         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45261         to get the necessary .h files and whatnot.
45262
45263 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45264
45265         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45266         gnulib rather than the other way around.
45267         * config/srclistvars.sh (COREUTILS): Remove.
45268
45269 2006-08-22  Jim Meyering  <jim@meyering.net>
45270
45271         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45272
45273         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45274
45275 2006-08-22  Eric Blake  <ebb9@byu.net>
45276
45277         * modules/regexprops-generic: New file.
45278         * MODULES.html.sh (Support for building documentation): List it.
45279
45280 2006-08-22  Eric Blake  <ebb9@byu.net>
45281
45282         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45283         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45284         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45285         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45286
45287 2006-08-22  Bruno Haible  <bruno@clisp.org>
45288
45289         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45290         and lib_LTLIBRARIES like the other lib_* variables.
45291
45292 2006-08-22  Bruno Haible  <bruno@clisp.org>
45293
45294         * build-aux/x-to-1.in: New file, from GNU gettext.
45295
45296 2006-08-22  Bruno Haible  <bruno@clisp.org>
45297
45298         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45299         <utmpx.h> exists.
45300
45301 2006-08-22  Bruno Haible  <bruno@clisp.org>
45302
45303         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45304         <utmpx.h> exists.
45305
45306 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45307
45308         BeOS portability.
45309         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45310         exist.
45311         Problem reported by Bruno Haible.
45312
45313 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45314
45315         Avoid the need for AC_LIBSOURCES in m4 macros.
45316         * modules/acl (EXTRA_DIST): Add acl.h.
45317         * modules/argmatch (Files): Add m4/argmatch.m4.
45318         (configure.ac): Add gl_ARGMATCH.
45319         (EXTRA_DIST): Renamed from lib_SOURCES, for
45320         consistency with the other modules.  Remove argmatch.c.
45321         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45322         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45323         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45324         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45325         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45326         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45327         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45328         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45329         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45330         * modules/closeout (EXTRA_DIST): Add closeout.h.
45331         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45332         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45333         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45334         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45335         dirname.h; remove basename.c and stripslash.c.
45336         * modules/exclude (EXTRA_DIST): Add exclude.h.
45337         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45338         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45339         * modules/file-type (EXTRA_DIST): Add file-type.h.
45340         * modules/filemode (EXTRA_DIST): Add filemode.h.
45341         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45342         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45343         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45344         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45345         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45346         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45347         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45348         * modules/getdate (EXTRA_DIST): Add getdate.c.
45349         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45350         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45351         * modules/getpass (EXTRA_DIST): Add getpass.h.
45352         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45353         * modules/group-member (EXTRA_DIST): Add group-member.h.
45354         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45355         * modules/hash (EXTRA_DIST): Add hash.h.
45356         * modules/human (EXTRA_DIST): Add human.h.
45357         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45358         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45359         * modules/lchown (EXTRA_DIST): Add lchown.h.
45360         * modules/long-options (EXTRA_DIST): Add long-options.h.
45361         * modules/lstat (EXTRA_DIST): Add lstat.h.
45362         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45363         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45364         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45365         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45366         * modules/memxor (EXTRA_DIST): Add memxor.h.
45367         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45368         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45369         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45370         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45371         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45372         * modules/physmem (EXTRA_DIST): Add physmem.h.
45373         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45374         * modules/posixver (EXTRA_DIST): Add posixver.h.
45375         * modules/quote (EXTRA_DIST): Add quote.h.
45376         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45377         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45378         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45379         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45380         regex_internal.h regexec.c.
45381         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45382         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45383         * modules/same (EXTRA_DIST): Add same.h.
45384         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45385         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45386         * modules/savedir (EXTRA_DIST): Add savedir.h.
45387         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45388         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45389         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45390         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45391         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45392         * modules/strdup (EXTRA_DIST): Add strdup.h.
45393         * modules/strftime (EXTRA_DIST): Add strftime.h.
45394         * modules/strndup (EXTRA_DIST): Add strndup.h.
45395         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45396         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45397         * modules/time_r (EXTRA_DIST): Add time_r.h.
45398         * modules/timespec (EXTRA_DIST): Add timespec.h.
45399         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45400         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45401         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45402         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45403         * modules/userspec (EXTRA_DIST): Add userspec.h.
45404         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45405         * modules/utimens (EXTRA_DIST): Add utimens.h.
45406         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45407         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45408         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45409         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45410         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45411         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45412         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45413         * modules/yesno (EXTRA_DIST): Add yesno.h.
45414
45415 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45416
45417         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45418
45419         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45420         * m4/dev-ino.m4, same-inode.m4: Remove.
45421
45422         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45423         * m4/acl.m4 (AC_FUNC_ACL):
45424         * m4/backupfile.m4 (gl_BACKUPFILE):
45425         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45426         * m4/canon-host.m4 (gl_CANON_HOST):
45427         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45428         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45429         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45430         * m4/cloexec.m4 (gl_CLOEXEC):
45431         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45432         * m4/closeout.m4 (gl_CLOSEOUT):
45433         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45434         * m4/dirname.m4 (gl_DIRNAME):
45435         * m4/exclude.m4 (gl_EXCLUDE):
45436         * m4/exitfail.m4 (gl_EXITFAIL):
45437         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45438         * m4/file-type.m4 (gl_FILE_TYPE):
45439         * m4/filemode.m4 (gl_FILEMODE):
45440         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45441         * m4/fpending.m4 (gl_FUNC_FPENDING):
45442         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45443         * m4/fts.m4 (gl_FUNC_FTS):
45444         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45445         * m4/getdate.m4 (gl_GETDATE):
45446         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45447         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45448         * m4/getpass.m4 (gl_FUNC_GETPASS):
45449         * m4/gettime.m4 (gl_GETTIME):
45450         * m4/getugroups.m4 (gl_GETUGROUPS):
45451         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45452         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45453         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45454         * m4/hash.m4 (gl_HASH):
45455         * m4/idcache.m4 (gl_IDCACHE):
45456         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45457         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45458         * m4/long-options.m4 (gl_LONG_OPTIONS):
45459         * m4/lstat.m4 (gl_FUNC_LSTAT):
45460         * m4/md5.m4 (gl_MD5):
45461         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45462         * m4/memcoll.m4 (gl_MEMCOLL):
45463         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45464         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45465         * m4/memxor.m4 (gl_MEMXOR):
45466         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45467         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45468         * m4/modechange.m4 (gl_MODECHANGE):
45469         * m4/mountlist.m4 (gl_MOUNTLIST):
45470         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45471         * m4/openat.m4 (gl_FUNC_OPENAT):
45472         * m4/pathmax.m4 (gl_PATHMAX):
45473         * m4/physmem.m4 (gl_PHYSMEM):
45474         * m4/posixtm.m4 (gl_POSIXTM):
45475         * m4/posixver.m4 (gl_POSIXVER):
45476         * m4/quote.m4 (gl_QUOTE):
45477         * m4/quotearg.m4 (gl_QUOTEARG):
45478         * m4/readtokens.m4 (gl_READTOKENS):
45479         * m4/readutmp.m4 (gl_READUTMP):
45480         * m4/regex.m4 (gl_REGEX):
45481         * m4/safe-read.m4 (gl_SAFE_READ):
45482         * m4/safe-write.m4 (gl_SAFE_WRITE):
45483         * m4/same.m4 (gl_SAME):
45484         * m4/save-cwd.m4 (gl_SAVE_CWD):
45485         * m4/savedir.m4 (gl_SAVEDIR):
45486         * m4/settime.m4 (gl_SETTIME):
45487         * m4/sha1.m4 (gl_SHA1):
45488         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45489         * m4/stat-macros.m4 (gl_STAT_MACROS):
45490         * m4/stat-time.m4 (gl_STAT_TIME):
45491         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45492         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45493         * m4/strdup.m4 (gl_FUNC_STRDUP):
45494         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45495         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45496         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45497         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45498         * m4/time_r.m4 (gl_TIME_R):
45499         * m4/timespec.m4 (gl_TIMESPEC):
45500         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45501         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45502         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45503         * m4/userspec.m4 (gl_USERSPEC):
45504         * m4/utimecmp.m4 (gl_UTIMECMP):
45505         * m4/utimens.m4 (gl_UTIMENS):
45506         * m4/xalloc.m4 (gl_XALLOC):
45507         * m4/xgetcwd.m4 (gl_XGETCWD):
45508         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45509         * m4/xreadlink.m4 (gl_XREADLINK):
45510         * m4/xstrtod.m4 (gl_XSTRTOD):
45511         * m4/yesno.m4 (gl_YESNO):
45512         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45513         to get the necessary .h files and whatnot.
45514
45515 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45516             Bruno Haible  <bruno@clisp.org>
45517
45518         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45519         /bin/sh understanding of '!' conditional negation.
45520
45521 2006-08-21  Jim Meyering  <jim@meyering.net>
45522
45523         * modules/openat (Depends-on): Really alphabetize.
45524
45525         * modules/acl (Depends-on): Add error and quote.
45526
45527         * check-module (find_included_lib_files): Add at-func.c to the
45528         ok-to-include-more-than-once white list.
45529
45530         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45531
45532 2006-08-21  Bruno Haible  <bruno@clisp.org>
45533
45534         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45535         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45536         Reported by Martin Lambers <marlam@marlam.de>.
45537
45538 2006-08-21  Bruno Haible  <bruno@clisp.org>
45539
45540         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45541         specify an installation location, don't emit a noinst_LIBRARIES or
45542         noinst_LTLIBRARIES assignment.
45543
45544 2006-08-21  Bruno Haible  <bruno@clisp.org>
45545
45546         BeOS portability.
45547         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45548         BeOS has mbrtowc() but no <wctype.h>.
45549
45550 2006-08-21  Bruno Haible  <bruno@clisp.org>
45551
45552         BeOS portability.
45553         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45554         exist.
45555
45556 2006-08-21  Bruno Haible  <bruno@clisp.org>
45557
45558         BeOS portability.
45559         * lib/mbchar.h: Include <wctype.h> only if it exists.
45560
45561 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45562
45563         Remove files that are no longer needed by their respective modules.
45564         * m4/obstack.m4: Remove.
45565         * m4/strerror_r.m4: Remove.
45566         * m4/uint32_t.m4: Remove.
45567         * m4/uintptr_t.m4: Remove.
45568         * m4/ullong_max.m4: Remove.
45569         * m4/xstrtoimax.m4: Remove.
45570         * m4/xstrtoumax.m4: Remove.
45571
45572         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45573         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45574         dependencies now capture this.
45575
45576         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45577         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45578         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45579         * m4/human.m4 (gl_HUMAN): Likewise.
45580         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45581         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45582
45583         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45584
45585         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45586         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45587         stdint.
45588         * m4/human.m4 (gl_HUMAN): Likewise.
45589         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45590         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45591         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45592         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45593         * m4/xstrtol (gl_XSTRTOL): Likewise.
45594
45595         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45596         AC_TYPE_LONG_LONG_INT.
45597         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45598         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45599         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45600         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45601
45602         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45603         on stdbool.
45604
45605         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45606         (gl_PREREQ_XSTRTOUL): Remove.
45607
45608         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45609
45610         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45611         mode.
45612
45613 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45614
45615         Add and change modules to make it easier for coreutils to use
45616         gnulib-tool.
45617         * modules/backupfile (Files): Remove m4/d-ino.m4.
45618         (Depends-on): Add d-ino.
45619         * modules/cycle-check (Depends-on): Add stdint.
45620         (lib_SOURCES): Add cycle-check.h.
45621         * modules/d-ino: New module.
45622         * modules/d-type: New module.
45623         * modules/error (Files): Remove m4/strerror_r.m4.
45624         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45625         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45626         m4/inttypes_h.m4, m4/uintmax_t.m4.
45627         (Depends-on): Add stdint.
45628         (lib_SOURCES): Add fsusage.h.
45629         * modules/getcwd (Files): Remove d-ino.m4.
45630         (Depends-on): Add d-ino.
45631         * modules/getndelim2 (Depends-on): Add stdint.
45632         * modules/glob (Files): Remove m4/d-type.m4.
45633         (Depends-on): Add d-type.
45634         * modules/host-os: New module.
45635         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
45636         m4/inttypes_h.m4, m4/uintmax_t.m4.
45637         * Depends-on: Add stdint.
45638         (lib_SOURCES): Add human.h.
45639         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45640         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45641         m4/uintmax_t.m4, m4/ulonglong.m4.
45642         (Depends-on): Add stdint.
45643         (EXTRA_DIST): Add inttostr.h.
45644         * modules/lchmod: New module.
45645         * modules/link-follow: New module.
45646         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45647         (Depends-on): Add lchmod.
45648         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45649         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45650         (Depends-on): Add stdint.
45651         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45652         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45653         (Depends-on): Add stdint.
45654         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45655         * modules/perl: New module.
45656         * modules/regex (Depends-on): Add stdint.
45657         * modules/rmdir-errno: New module.
45658         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45659         m4/intmax_t.m4.
45660         (Depends-on): Add stdint.
45661         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45662         m4/uintmax_t.m4.
45663         (Depends-on): Add stdint.
45664         * modules/unlink-busy: New module.
45665         * modules/utimecmp (Depends-on): Add stdint.
45666         * modules/uptime: New module.
45667         * modules/winsz-ioctl: New module.
45668         * modules/winsz-termios: New module.
45669         * modules/xnanosleep (Depends-on): Add nanosleep.
45670         * modules/ullong_max: Remove.
45671         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45672         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45673         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45674         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45675         (Depends-on): Add inttypes.
45676         (lib_SOURCES): Add xstrtol.h.
45677         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45678         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45679         * MODULES.html.sh: Move 'assert' into the assert section.
45680         Move 'dummy' into the linking section.
45681         Remove ullong_max.
45682         Add section for compatibility checks for POSIX:2001 functions,
45683         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45684         winsz-ioctl, and winsz-termios into it.
45685         Add lchmod.
45686         Add top-level Misc section and put host-os, perl, and uptime
45687         into it.
45688
45689 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45690
45691         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45692         now assume the stdint module.  Do not include inttypes.h.
45693         * lib/fsusage.h: Likewise.
45694         * lib/getndelim2.c: Likewise.
45695         * lib/human.h: Likewise.
45696         * lib/inttostr.h: Likewise.
45697         * lib/obstack.c: Likewise.
45698         * lib/regex_internal.h: Likewise.
45699         * lib/tempname.c: Likewise.
45700         * lib/utimecmp.c: Likewise.
45701         * lib/xstrtol.h: Likewise.
45702
45703         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45704
45705         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45706         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45707         * lib/xtime.h: Likewise.
45708
45709 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45710
45711         * modules/openat (Files): Add lib/fchmodat.c.
45712         Fixes problem reported by Jay Youngman.
45713
45714 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45715
45716         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45717         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45718
45719 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45720             Bruno Haible  <bruno@clisp.org>
45721
45722         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45723         and is a script that invokes bison. Tighten the code. Add comments.
45724
45725 2006-08-18  Jim Meyering  <jim@meyering.net>
45726
45727         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45728         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45729         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45730         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45731
45732 2006-08-18  Bruno Haible  <bruno@clisp.org>
45733
45734         * modules/bison-i18n: New file.
45735         * MODULES.html.sh (Internationalization functions): Add it.
45736
45737 2006-08-18  Bruno Haible  <bruno@clisp.org>
45738
45739         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45740         sys/statvfs.h. When getmntinfo was found, check its declaration and
45741         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45742
45743 2006-08-18  Bruno Haible  <bruno@clisp.org>
45744
45745         * m4/bison-i18n.m4: New file, from bison.
45746
45747 2006-08-18  Bruno Haible  <bruno@clisp.org>
45748
45749         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45750         (ME_DUMMY): Treat "kernfs" as a dummy.
45751         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45752
45753 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45754
45755         Update from coreutils.
45756
45757         2006-08-15  Jim Meyering  <jim@meyering.net>
45758
45759         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45760
45761         2006-01-17  Jim Meyering  <jim@meyering.net>
45762
45763         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45764
45765         2006-01-11  Jim Meyering  <jim@meyering.net>
45766
45767         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45768         Check for the lchmod function.
45769
45770 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45771
45772         Update from coreutils.
45773
45774         * lib/__fpending.h: Add copyright notice.
45775         * lib/fprintftime.h: Likewise.
45776         * lib/savedir.c: Use (C) in copyright notice.
45777         * lib/savedir.h: Likewise.
45778
45779         2006-08-15  Jim Meyering  <jim@meyering.net>
45780
45781         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45782         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45783         in support of the EXPECTED_ERRNO macro.
45784         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45785         definitions.  Instead, define the appropriate symbols and include
45786         "at-func.c".
45787         * lib/mkdirat.c (mkdirat): Likewise.
45788         * lib/fchmodat.c (fchmodat): Likewise.
45789         (ENOSYS): Remove definition.
45790         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45791         it.  Don't include "unistd--.h" -- it wasn't ever used.
45792
45793         2006-01-17  Jim Meyering  <jim@meyering.net>
45794
45795         Rewrite fts.c not to change the current working directory,
45796         by using openat, fstatat, fdopendir, etc..
45797
45798         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45799         (HAVE_OPENAT_SUPPORT): Define.
45800         [_LIBC] (fchdir): Don't undef or define; no longer used.
45801         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45802         Now, this `function' always succeeds, and consumes its file descriptor
45803         parameter -- so callers must not close such FDs.  Update callers.
45804         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45805         (diropen): Add parameter, SP.  Adjust all callers.
45806         Implement using diropen_fd, rather than open.
45807         (fts_open): Initialize new member, fts_cwd_fd.
45808         Remove fts_rft-setting code.
45809         (fts_close): Close fts_cwd_fd, if necessary.
45810         (__opendir2): Define in terms of opendir or opendirat,
45811         depending on whether the FST_NOCHDIR flag is set.
45812         (fts_build): Since fts_safe_changedir consumes its FD, and since
45813         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45814         and close the dup'd file descriptor upon failure.
45815         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45816         (fts_safe_changedir): Tweak semantics to reflect that this function
45817         now calls cwd_advance_fd and hence consumes its FD argument.
45818         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45819         [struct FTS] (fts_rft): Remove now-unused member.
45820         [struct FTS] (fts_cycle.state): Improve comment.
45821
45822         * lib/openat.c (openat_needs_fchdir): New function.
45823         * lib/openat.h (openat_needs_fchdir): Declare it.
45824
45825 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45826
45827         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45828         Problem and fix reported by Pádraig Brady in
45829         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45830
45831 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45832
45833         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45834
45835 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45836
45837         * lib/memcoll.c (memcoll): Optimize for the common case where the
45838         arguments are bytewise equal.
45839
45840 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45841
45842         * doc/regexprops-generic.texi: Add a copyright notice.
45843
45844 2006-08-15  Bruno Haible  <bruno@clisp.org>
45845
45846         * modules/tmpdir (License): Change to LGPL.
45847
45848 2006-08-15  Bruno Haible  <bruno@clisp.org>
45849
45850         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45851         module.
45852
45853 2006-08-14  Simon Josefsson  <jas@extundo.com>
45854
45855         * config/srclist.txt: Add gnupload.
45856
45857 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45858
45859         Change copyright notice from LGPL 2 to GPL 2, since that's the
45860         standard form used in the gnulib repository.
45861         * tests/test-lock.c: Likewise.
45862         * tests/test-stdint.c: Likewise.
45863         * tests/test-tls.c: Likewise.
45864
45865         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45866         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45867         Add copyright notice.
45868
45869         * check-module: Add copyright notice.  Output a copyright
45870         notice if "--version" is specified.
45871         * modules/COPYING: New file.
45872         * tests/test-getaddrinfo.c: Add copyright notice.
45873         * tests/test-verify.c: Likewise.
45874
45875 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45876
45877         Change copyright notice from LGPL 2 to GPL 2, since that's the
45878         standard form used in the gnulib repository.
45879         * lib/lock.c: LGPL -> GPL.
45880         * lib/lock.h: Likewise.
45881         * lib/strnlen1.c: Likewise.
45882         * lib/strnlen1.h: Likewise.
45883         * lib/tls.c: Likewise.
45884         * lib/tls.h: Likewise.
45885         * lib/tmpdir.c: Likewise.
45886
45887         * lib/TODO: Remove; this belongs only in coreutils.
45888
45889 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45890
45891         Add copyright notices to long-enough files that lack them, since
45892         otherwise the files aren't clearly free.  Use the same notice that
45893         getdate.texi already uses.
45894         * doc/alloca-opt.texi: Add copyright notice.
45895         * doc/alloca.texi: Likewise.
45896         * doc/ctime.texi: Likewise.
45897         * doc/functions.texi: Likewise.
45898         * doc/gcd.texi: Likewise.
45899         * doc/gnulib-tool.texi: Likewise.
45900         * doc/inet_ntoa.texi: Likewise.
45901         * doc/visibility.texi: Likewise.
45902
45903         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45904         * doc/quote.texi: Add copyright notice.
45905
45906         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45907         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45908         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45909         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45910         is now obsolete, and give a pointer to the Sun list.
45911         Add copyright notice.
45912
45913 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45914
45915         * config/srclistvars.sh: Add copyright notice.
45916
45917 2006-08-14  Eric Blake  <ebb9@byu.net>
45918
45919         Import the following change from libc:
45920
45921         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45922
45923         Upstream bug 2997.
45924         * lib/misc/error.c: Add space between program name and message if file
45925         name is missing.
45926
45927 2006-08-12  Karl Berry  <karl@gnu.org>
45928
45929         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45930         remove, these originate in gnulib now.
45931
45932 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45933
45934         * doc/Makefile (standards.info standards.html standards.dvi):
45935         Also depend on make-stds.texi.
45936
45937 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45938
45939         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45940         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45941
45942         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45943         in wchar_t.  Problem reported by Eric Blake.
45944
45945         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45946         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45947         Also, help the compiler to keep LEN in a register.
45948
45949 2006-08-11  Eric Blake  <ebb9@byu.net>
45950
45951         * users.txt: Sort.  Add tar.
45952
45953 2006-08-11  Bruno Haible  <bruno@clisp.org>
45954
45955         * users.txt: New file.
45956
45957 2006-08-11  Bruno Haible  <bruno@clisp.org>
45958
45959         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45960         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45961
45962 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45963
45964         * modules/snprintf (Depends-on): Remove minmax.
45965         (Maintainer): Add self and Bruno.
45966
45967 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45968
45969         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45970         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45971         (EOVERFLOW): Define if the system does not.
45972         Do not include "minmax.h"; it wasn't used.
45973         (snprintf): Don't assume size_t promotes to an unsigned type.
45974         Fix bug when generated string was too long for the buffer: the
45975         buffer's contents are supposed to be the initial prefix of the
45976         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45977         exceeds INT_MAX; do the check ourselves.
45978
45979         Import the following changes from libc:
45980
45981         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45982
45983         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45984         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45985         set wc to the byte which couldn't be converted.
45986         (re_string_reconstruct): Don't clear valid_raw_len before calling
45987         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45988         tip_context using re_string_context_at.
45989
45990         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45991
45992         * lib/posix/regex.h: g++ still cannot handled [restrict].
45993
45994         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45995
45996         * lib/posix/regex.h: Remove special handling for VMS.
45997
45998 2006-08-10  Jim Meyering  <jim@meyering.net>
45999
46000         * modules/same-inode: New module.
46001         * modules/dev-ino: New module.
46002         * modules/cycle-check: Depend on these modules, rather than simply
46003         including their .h files.
46004         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
46005         required via m4/cycle-check.m4.
46006         * modules/same: Depend on new same-inode module, rather than
46007         including same-inode.h.
46008         * modules/chdir-safer: New file.
46009
46010         * modules/chown (Depends-on): Add stat-macros.
46011
46012 2006-08-10  Jim Meyering  <jim@meyering.net>
46013
46014         * m4/cycle-check.m4: New file.
46015         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
46016         * m4/dev-ino.m4, m4/same-inode.m4: New files.
46017
46018 2006-08-10  Eric Blake  <ebb9@byu.net>
46019
46020         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
46021         in from original proposal.
46022
46023 2006-08-10  Eric Blake  <ebb9@byu.net>
46024         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46025
46026         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
46027         namespace.
46028
46029 2006-08-10  Bruno Haible  <bruno@clisp.org>
46030
46031         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
46032         as well.
46033
46034 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46035
46036         Sync from coreutils.
46037
46038         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
46039
46040         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
46041         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
46042
46043 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46044
46045         * modules/restrict: Remove; no longer needed now that we assume
46046         Autoconf 2.59 or later.
46047         * MODULES.html.sh: Remove 'restrict'.
46048         * modules/argp (Depends-on): Remove 'restrict'.
46049         * modules/base64 (Depends-on): Likewise.
46050         * modules/gc (Depends-on): Likewise.
46051         * modules/getaddrinfo (Depends-on): Likewise.
46052         * modules/glob (Depends-on): Likewise.
46053         * modules/inet_ntop (Depends-on): Likewise.
46054         * modules/inet_pton (Depends-on): Likewise.
46055         * modules/memxor (Depends-on): Likewise.
46056         * modules/regex (Depends-on): Likewise.
46057         * modules/strtok_r (Depends-on): Likewise.
46058         * modules/time_r (Depends-on): Likewise.
46059
46060 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46061
46062         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46063         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46064         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46065         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46066         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46067         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46068         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46069         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46070
46071         Merge from coreutils.
46072         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46073         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46074         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46075         * m4/time_r.m4 (gl_TIME_R): Likewise.
46076
46077 2006-08-09  Karl Berry  <karl@gnu.org>
46078
46079         * config/srclist.txt: no more gettext-tools, per Bruno.
46080
46081 2006-08-08  Eric Blake  <ebb9@byu.net>
46082
46083         * modules/verror: New module.
46084         * MODULES.html.sh: Document it.
46085
46086 2006-08-08  Eric Blake  <ebb9@byu.net>
46087
46088         * lib/verror.h, lib/verror.c: New files.
46089
46090 2006-08-08  Eric Blake  <ebb9@byu.net>
46091
46092         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46093         verror_at_line output complies with GNU Coding Standards even when
46094         file is NULL.
46095
46096 2006-08-07  Bruno Haible  <bruno@clisp.org>
46097
46098         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46099         versions of AIX.
46100         Reported by Ralf Wildenhues.
46101
46102 2006-08-07  Bruno Haible  <bruno@clisp.org>
46103
46104         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46105         in an AC_DEFUN. Needed so that the autoconf snippets can use
46106         AC_REQUIRE.
46107
46108 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46109
46110         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46111         Initialize pkgdata_DATA.
46112         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46113         overriding it.
46114
46115 2006-08-06  Eric Blake  <ebb9@byu.net>
46116
46117         * lib/error.h: Fold in some upstream changes from glibc.
46118         * lib/error.c: Likewise.
46119
46120 2006-08-04  Bruno Haible  <bruno@clisp.org>
46121
46122         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46123         Make the mostlyclean-local rule depend on mostlyclean-generic.
46124         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46125
46126 2006-07-31  Bruno Haible  <bruno@clisp.org>
46127
46128         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46129         <stdlib.h>, <string.h>.
46130
46131 2006-07-30  Bruno Haible  <bruno@clisp.org>
46132
46133         * modules/readlink (License): Change to LGPL.
46134
46135 2006-07-30  Bruno Haible  <bruno@clisp.org>
46136
46137         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46138         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46139         set PKGDATADIR to point to it.
46140
46141 2006-07-30  Bruno Haible  <bruno@clisp.org>
46142
46143         * modules/csharpexec (configure.ac): Comment out macro invocation.
46144         * modules/javaexec (configure.ac): Likewise.
46145         * modules/javacomp-script (configure.ac): Likewise.
46146
46147         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46148
46149 2006-07-30  Bruno Haible  <bruno@clisp.org>
46150
46151         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46152         linked-list.
46153
46154 2006-07-30  Bruno Haible  <bruno@clisp.org>
46155
46156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46157
46158 2006-07-30  Bruno Haible  <bruno@clisp.org>
46159
46160         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46161         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46162         get removed.
46163
46164 2006-07-29  Bruno Haible  <bruno@clisp.org>
46165
46166         Make it possible for gnulib-tool to work with locally modified or
46167         augmented gnulib repositories.
46168         * gnulib-tool (func_usage): Document --local-dir option.
46169         (local_gnulib_dir): New variable.
46170         Handle --local-dir option.
46171         (func_lookup_file): New function.
46172         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46173         (func_get_description, func_get_filelist, func_get_description,
46174         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46175         func_get_automake_snippet, func_get_include_directive,
46176         func_get_license, func_get_maintainer): Use func_lookup_file.
46177         (func_import, func_create_testdir): Use func_lookup_file.
46178
46179 2006-07-29  Bruno Haible  <bruno@clisp.org>
46180
46181         * modules/setenv (Depends-on): Add unistd.
46182
46183 2006-07-29  Bruno Haible  <bruno@clisp.org>
46184
46185         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46186
46187 2006-07-29  Bruno Haible  <bruno@clisp.org>
46188
46189         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46190
46191 2006-07-29  Bruno Haible  <bruno@clisp.org>
46192
46193         * gnulib-tool (import, update): If there is no Makefile.am, look at
46194         aclocal.m4, instead of bailing out.
46195
46196 2006-07-29  Bruno Haible  <bruno@clisp.org>
46197
46198         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46199         Categorize the options by when they are useful.
46200
46201 2006-07-29  Bruno Haible  <bruno@clisp.org>
46202
46203         * gnulib-tool (func_usage): Document option --no-libtool.
46204         Handle option --no-libtool.
46205         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46206         for changed semantics of $libtool variable.
46207         (func_import): Likewise. If libtool is not used, show this through
46208         an option --no-libtool.
46209         (func_create_testdir): Update.
46210
46211 2006-07-29  Bruno Haible  <bruno@clisp.org>
46212
46213         * gnulib-tool (func_import): Extend error message about missing
46214         --doc-base.
46215
46216 2006-07-29  Bruno Haible  <bruno@clisp.org>
46217
46218         * gnulib-tool (func_import): Don't create the $docbase directory if
46219         there is no file to store there.
46220
46221 2006-07-29  Bruno Haible  <bruno@clisp.org>
46222
46223         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46224         relevant, look for configure.ac there, not in the current directory.
46225         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46226
46227 2006-07-29  Bruno Haible  <bruno@clisp.org>
46228
46229         * gnulib-tool (SORT): New variable.
46230         (func_usage): Undocument --assume-autoconf option.
46231         Remove --assume-autoconf option handling.
46232         (autoconf_minversion): Determine from the contents of configure.ac.
46233         (func_import): Remove autoconf_minversion handling.
46234         Suggested by Eric Blake.
46235
46236 2006-07-29  Bruno Haible  <bruno@clisp.org>
46237
46238         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46239
46240 2006-07-29  Bruno Haible  <bruno@clisp.org>
46241
46242         * config/srclist.txt (*setenv.[ch]): Remove rules.
46243
46244 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46245
46246         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46247
46248 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46249
46250         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46251         arpa/inet.h.
46252
46253 2006-07-28  Simon Josefsson  <jas@extundo.com>
46254
46255         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46256         * modules/inet_pton (Depends-on): Likewise.
46257
46258 2006-07-28  Simon Josefsson  <jas@extundo.com>
46259
46260         * m4/netinet_in_h.m4: New file.
46261
46262 2006-07-28  Simon Josefsson  <jas@extundo.com>
46263
46264         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46265         #include's.
46266
46267 2006-07-28  Simon Josefsson  <jas@extundo.com>
46268
46269         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46270         #include's.
46271
46272 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46273
46274         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46275         setgid on directories only if they set these bits.
46276         * lib/modechange.h: Remove obsolete comment about masks.
46277
46278 2006-07-28  Eric Blake  <ebb9@byu.net>
46279
46280         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46281         macro expansion.
46282
46283 2006-07-28  Bruno Haible  <bruno@clisp.org>
46284
46285         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46286
46287 2006-07-28  Bruno Haible  <bruno@clisp.org>
46288
46289         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46290
46291 2006-07-28  Bruno Haible  <bruno@clisp.org>
46292
46293         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46294         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46295         Define fallbacks.
46296         Avoids link error on FreeBSD 4.x.
46297         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46298
46299         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46300         encoding.
46301         * lib/mbswidth.c (iswcntrl): Likewise.
46302
46303 2006-07-27  Bruno Haible  <bruno@clisp.org>
46304
46305         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46306         test.
46307
46308 2006-07-27  Bruno Haible  <bruno@clisp.org>
46309
46310         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46311         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46312         defined.
46313
46314 2006-07-26  Eric Blake  <ebb9@byu.net>
46315
46316         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46317
46318 2006-07-26  Eric Blake  <ebb9@byu.net>
46319
46320         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46321         like mingw that lack mkstemp.
46322         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46323         avoid compilation warning on mingw.
46324
46325 2006-07-26  Bruno Haible  <bruno@clisp.org>
46326
46327         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46328         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46329         INT_FAST*_MIN, INTPTR_MIN.
46330
46331 2006-07-25  Bruno Haible  <bruno@clisp.org>
46332
46333         * modules/version-etc (Depends-on): Add stdarg.
46334
46335 2006-07-25  Bruno Haible  <bruno@clisp.org>
46336
46337         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46338         complex commands.
46339
46340 2006-07-25  Bruno Haible  <bruno@clisp.org>
46341
46342         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46343         defined in <stdarg.h> or config.h.
46344
46345 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46346
46347         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46348         (gl_STDIO_SAFER): Remove.
46349
46350 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46351
46352         * MODULES.html.sh (File stream based Input/Output):
46353         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46354         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46355         * modules/fopen-safer, modules/tmpfile-safer: New files.
46356         * modules/stdio-safer: Remove.
46357
46358 2006-07-24  Bruno Haible  <bruno@clisp.org>
46359
46360         * modules/tmpdir: New file.
46361         * MODULES.html.sh (File system functions): Add it.
46362
46363 2006-07-24  Bruno Haible  <bruno@clisp.org>
46364
46365         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46366         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46367
46368 2006-07-24  Bruno Haible  <bruno@clisp.org>
46369
46370         * modules/clean-temp: New file.
46371
46372 2006-07-24  Bruno Haible  <bruno@clisp.org>
46373
46374         * m4/tmpdir.m4: New file, from GNU gettext.
46375
46376 2006-07-24  Bruno Haible  <bruno@clisp.org>
46377
46378         * lib/tmpdir.h: New file, from GNU gettext.
46379         * lib/tmpdir.c: New file, from GNU gettext.
46380
46381 2006-07-24  Bruno Haible  <bruno@clisp.org>
46382
46383         * lib/clean-temp.h: New file, from GNU gettext.
46384         * lib/clean-temp.c: New file, from GNU gettext.
46385
46386 2006-07-23  Eric Blake  <ebb9@byu.net>
46387
46388         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46389         (Depends-on): Add binary-io.
46390
46391 2006-07-23  Eric Blake  <ebb9@byu.net>
46392
46393         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46394
46395 2006-07-23  Eric Blake  <ebb9@byu.net>
46396
46397         * lib/tmpfile-safer.c: New file.
46398         * lib/stdio-safer.h (fopen_safer): Add prototype.
46399         * lib/stdio--.h (tmpfile): Make safer.
46400
46401 2006-07-23  Bruno Haible  <bruno@clisp.org>
46402
46403         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46404         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46405         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46406         gl_linked_remove_at): Use it.
46407
46408 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46409         and Simon Josefsson <jas@extundo.com>
46410
46411         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46412
46413         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46414
46415 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46416
46417         * modules/close-stream: New file.
46418         * modules/closeout (Description): Make it clear that it exits
46419         with a diagnostic on error.
46420         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46421         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46422
46423 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46424
46425         * m4/close-stream.m4: New file.
46426
46427 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46428
46429         * lib/close-stream.c, lib/close-stream.h: New files.
46430
46431 2006-07-22  Bruno Haible  <bruno@clisp.org>
46432
46433         Merge from GNU gettext 0.15.
46434
46435         2006-05-01  Bruno Haible  <bruno@clisp.org>
46436
46437                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46438
46439         2006-07-22  Bruno Haible  <bruno@clisp.org>
46440
46441                 * modules/javaversion: New file.
46442                 * MODULES.html.sh (Java): Add javaversion.
46443
46444         2006-03-12  Bruno Haible  <bruno@clisp.org>
46445
46446                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46447
46448         2005-12-04  Bruno Haible  <bruno@clisp.org>
46449
46450                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46451                 (untested).
46452
46453         2006-06-21  Bruno Haible  <bruno@clisp.org>
46454
46455                 Avoid warnings from recent versions of mcs.
46456                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46457                 -o, -L, -r any more. Use options documented since mcs-1.0
46458                 instead. Similarly for -g.
46459
46460         2005-12-04  Bruno Haible  <bruno@clisp.org>
46461
46462                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46463                 .resources, not .resource.
46464
46465         2005-07-09  Bruno Haible  <bruno@clisp.org>
46466
46467                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46468                 add a .dll suffix.
46469                 Reported by Mark Junker <mjscod@gmx.de>.
46470
46471         2006-07-22  Bruno Haible  <bruno@clisp.org>
46472
46473                 * modules/gettext: Upgrade to gettext-0.15.
46474                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46475                 m4/visibility.m4.
46476                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46477
46478 2006-07-22  Bruno Haible  <bruno@clisp.org>
46479
46480         Merge from GNU gettext 0.15.
46481
46482         2006-03-25  Bruno Haible  <bruno@clisp.org>
46483
46484                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46485
46486         2006-07-21  Bruno Haible  <bruno@clisp.org>
46487
46488                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46489                 "1.1".
46490
46491         2006-05-09  Bruno Haible  <bruno@clisp.org>
46492
46493                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46494                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46495                 for the conftestver execution.
46496
46497         2006-05-01  Bruno Haible  <bruno@clisp.org>
46498
46499                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46500                 optional target-version argument. Verify that the compiler
46501                 groks source of the specified source-version, or add -source
46502                 option as necessary. Verify that the compiler produces
46503                 bytecode in the specified target-version, or add -target and
46504                 -source options as necessary. Make the result of the test
46505                 available as variable CONF_JAVAC. Also log error output in
46506                 config.log.
46507
46508         2006-03-11  Bruno Haible  <bruno@clisp.org>
46509
46510                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46511
46512         2006-05-09  Bruno Haible  <bruno@clisp.org>
46513
46514                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46515                 CLASSPATH_SEPARATOR to a semicolon.
46516
46517         2006-03-12  Bruno Haible  <bruno@clisp.org>
46518
46519                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46520                 available as variable CONF_JAVA, for subsequent autoconf
46521                 tests. Also log error output in config.log.
46522
46523         2006-07-19  Bruno Haible  <bruno@clisp.org>
46524
46525                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46526                 that getline works on glibc2 systems. Needed to avoid trouble
46527                 in relocatable.c.
46528                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46529
46530         2005-12-04  Bruno Haible  <bruno@clisp.org>
46531
46532                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46533                 launcher (untested).
46534
46535         2005-12-04  Bruno Haible  <bruno@clisp.org>
46536
46537                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46538
46539         2006-07-22  Bruno Haible  <bruno@clisp.org>
46540
46541                 * gettext.m4: Update from GNU gettext-0.15.
46542                 * nls.m4: Likewise.
46543                 * po.m4: Likewise.
46544                 * inttypes-pri.m4: Likewise.
46545                 * inttypes-h.m4: Renamed from inttypes.m4.
46546                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46547
46548 2006-07-22  Bruno Haible  <bruno@clisp.org>
46549
46550         Merge from GNU gettext 0.15.
46551
46552         2005-07-05  Bruno Haible  <bruno@clisp.org>
46553
46554                 * printf-args.c (printf_fetchargs): Work around broken
46555                 definition of wint_t on mingw.
46556
46557         2005-02-12  Bruno Haible  <bruno@clisp.org>
46558
46559                 * xallocsa.h: Add extern "C" for C++.
46560
46561         2006-05-17  Bruno Haible  <bruno@clisp.org>
46562
46563                 Cygwin portability.
46564                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46565
46566         2006-04-30  Bruno Haible  <bruno@clisp.org>
46567
46568                 * progreloc.c: Include <mach-o/dyld.h> if available.
46569                 (find_executable): Use _NSGetExecutablePath when possible.
46570
46571         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46572
46573                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46574                 function.
46575
46576         2005-12-29  Bruno Haible  <bruno@clisp.org>
46577
46578                 * progreloc.c (set_program_name_and_installdir): Fix
46579                 compilation error.
46580
46581         2005-12-04  Bruno Haible  <bruno@clisp.org>
46582
46583                 Cygwin portability.
46584                 * progreloc.c: Include <windows.h> also on Cygwin.
46585                 (find_executable): Add support for Cygwin.
46586                 (set_program_name_and_installdir): Handle also platforms with
46587                 nonempty EXEEXT.
46588
46589         2006-07-11  Bruno Haible  <bruno@clisp.org>
46590
46591                 * javacomp.c: Fix a comment.
46592                 Reported by Jim Meyering.
46593
46594         2006-04-30  Bruno Haible  <bruno@clisp.org>
46595
46596                 * javacomp.h (compile_java_class): Add source_version,
46597                 target_version arguments.
46598                 * javacomp.c: Rewritten to choose only a compiler that
46599                 respects the specified source_version and target_version.
46600
46601         2006-06-27  Bruno Haible  <bruno@clisp.org>
46602
46603                 Assume correct S_ISDIR macro.
46604                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46605
46606         2006-07-22  Bruno Haible  <bruno@clisp.org>
46607
46608                 * javaversion.h: New file, from GNU gettext.
46609                 * javaversion.c: New file, from GNU gettext.
46610                 * javaversion.java: New file, from GNU gettext.
46611                 * javaversion.class: New file, from GNU gettext.
46612
46613         2006-05-17  Bruno Haible  <bruno@clisp.org>
46614
46615                 Cygwin portability.
46616                 * javaexec.c (execute_java_class): Test for jview program
46617                 also on Cygwin.
46618
46619         2006-04-09  Bruno Haible  <bruno@clisp.org>
46620
46621                 * fatal-signal.c: Don't include string.h.
46622                 (at_fatal_signal): Use a copying loop instead of memcpy.
46623
46624         2005-12-04  Bruno Haible  <bruno@clisp.org>
46625
46626                 * csharpexec.c: Add support for 'clix' launcher (untested).
46627                 (execute_csharp_using_sscli): New function.
46628                 (execute_csharp_program): Call it.
46629
46630         2006-06-21  Bruno Haible  <bruno@clisp.org>
46631
46632                 Avoid warnings from recent versions of mcs.
46633                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46634                 -o, -L, -r any more. Use options documented since mcs-1.0
46635                 instead. Similarly for -g.
46636
46637         2005-07-09  Bruno Haible  <bruno@clisp.org>
46638
46639                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46640                 add a .dll suffix.
46641                 Reported by Mark Junker <mjscod@gmx.de>.
46642
46643         2006-06-17  Bruno Haible  <bruno@clisp.org>
46644
46645                 * config.charset: Update for NetBSD 3.0.
46646
46647         2006-05-17  Bruno Haible  <bruno@clisp.org>
46648
46649                 Cygwin portability.
46650                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46651
46652         2006-05-16  Bruno Haible  <bruno@clisp.org>
46653
46654                 * localcharset.c [CYGWIN]: Include <windows.h>.
46655                 (get_charset_aliases): For Cygwin, return the same CPxxx
46656                 aliases list as under WIN32.
46657                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46658                 the environment variables. Fall back to GetACP().
46659
46660         2006-04-05  Bruno Haible  <bruno@clisp.org>
46661
46662                 * config.charset: Update Juan Manuel Guerrero's address.
46663
46664         2005-02-12  Bruno Haible  <bruno@clisp.org>
46665
46666                 * allocsa.h: Add extern "C" for C++.
46667
46668         2005-02-10  Bruno Haible  <bruno@clisp.org>
46669
46670                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46671                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46672
46673         2006-07-22  Bruno Haible  <bruno@clisp.org>
46674
46675                 * gettext.h: Update to GNU gettext-0.15.
46676
46677 2006-07-22  Bruno Haible  <bruno@clisp.org>
46678
46679         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46680         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46681         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46682
46683 2006-07-21  Eric Blake  <ebb9@byu.net>
46684
46685         * modules/stdlib-safer: New file.
46686         * MODULES.html.sh (File stream based Input/Output): Add
46687         stdlib-safer.
46688
46689 2006-07-21  Eric Blake  <ebb9@byu.net>
46690
46691         * lib/stdlib-safer.h: New file from coreutils, required by
46692         stdlib--.h.
46693
46694 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46695
46696         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46697
46698 2006-07-20  Bruno Haible  <bruno@clisp.org>
46699
46700         * gnulib-tool: Recognize new option --assume-autoconf.
46701         (autoconf_minversion): New variable.
46702         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46703
46704 2006-07-20  Bruno Haible  <bruno@clisp.org>
46705
46706         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46707
46708 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46709
46710         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46711         Reindent and repaginate.
46712
46713 2006-07-19  Derek Price  <derek@ximbiot.com>
46714
46715         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46716         Correct grammar.
46717
46718 2006-07-17  Bruno Haible  <bruno@clisp.org>
46719
46720         * modules/list: New file.
46721         * modules/array-list: New file.
46722         * modules/carray-list, modules/carray-list-tests: New files.
46723         * modules/linked-list, modules/linked-list-tests: New files.
46724         * modules/avltree-list, modules/avltree-list-tests: New files.
46725         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46726         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46727         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46728         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46729         * modules/oset: New file.
46730         * modules/array-oset: New file.
46731         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46732         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46733         * tests/test-carray_list.c: New file.
46734         * tests/test-linked_list.c: New file.
46735         * tests/test-avltree_list.c: New file.
46736         * tests/test-rbtree_list.c: New file.
46737         * tests/test-linkedhash_list.c: New file.
46738         * tests/test-avltreehash_list.c: New file.
46739         * tests/test-rbtreehash_list.c: New file.
46740         * tests/test-avltree_oset.c: New file.
46741         * tests/test-rbtree_oset.c: New file.
46742         * MODULES.html.sh (Container data structures): New section.
46743
46744 2006-07-17  Bruno Haible  <bruno@clisp.org>
46745
46746         * m4/gl_list.m4: New file.
46747
46748 2006-07-17  Bruno Haible  <bruno@clisp.org>
46749
46750         * lib/gl_list.h: New file.
46751         * lib/gl_list.c: New file.
46752         * lib/gl_array_list.h: New file.
46753         * lib/gl_array_list.c: New file.
46754         * lib/gl_carray_list.h: New file.
46755         * lib/gl_carray_list.c: New file.
46756         * lib/gl_linked_list.h: New file.
46757         * lib/gl_linked_list.c: New file.
46758         * lib/gl_anylinked_list1.h: New file.
46759         * lib/gl_anylinked_list2.h: New file.
46760         * lib/gl_avltree_list.h: New file.
46761         * lib/gl_avltree_list.c: New file.
46762         * lib/gl_anyavltree_list1.h: New file.
46763         * lib/gl_anyavltree_list2.h: New file.
46764         * lib/gl_rbtree_list.h: New file.
46765         * lib/gl_rbtree_list.c: New file.
46766         * lib/gl_anyrbtree_list1.h: New file.
46767         * lib/gl_anyrbtree_list2.h: New file.
46768         * lib/gl_anytree_list1.h: New file.
46769         * lib/gl_anytree_list2.h: New file.
46770         * lib/gl_linkedhash_list.h: New file.
46771         * lib/gl_linkedhash_list.c: New file.
46772         * lib/gl_anyhash_list1.h: New file.
46773         * lib/gl_anyhash_list2.h: New file.
46774         * lib/gl_avltreehash_list.h: New file.
46775         * lib/gl_avltreehash_list.c: New file.
46776         * lib/gl_rbtreehash_list.h: New file.
46777         * lib/gl_rbtreehash_list.c: New file.
46778         * lib/gl_anytreehash_list1.h: New file.
46779         * lib/gl_anytreehash_list2.h: New file.
46780
46781         * lib/gl_oset.h: New file.
46782         * lib/gl_oset.c: New file.
46783         * lib/gl_array_oset.h: New file.
46784         * lib/gl_array_oset.c: New file.
46785         * lib/gl_avltree_oset.h: New file.
46786         * lib/gl_avltree_oset.c: New file.
46787         * lib/gl_rbtree_oset.h: New file.
46788         * lib/gl_rbtree_oset.c: New file.
46789         * lib/gl_anytree_oset.h: New file.
46790
46791 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46792
46793         * m4/mkancesdirs.m4: New file.
46794         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46795         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46796         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46797         it.
46798
46799 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46800
46801         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46802         * lib/mkancesdirs.h: New files.
46803         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46804         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46805         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46806         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46807         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46808         callers changed.  Revamp internals significantly, by not
46809         attempting to create directories that are temporarily more
46810         permissive than the final results.  Do not attempt to use
46811         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46812         This removes some race conditions, fixes some bugs, and simplifies
46813         things.  Use new dirchownmod function to do owner and mode changes.
46814         * lib/mkdir-p.h: Likewise.
46815         * lib/modechange.c (octal_to_mode): New function.
46816         (struct mode_change): New member mentioned.
46817         (make_node_op_equals): New arg mentioned.  All callers changed.
46818         (mode_compile): Keep track of which mode bits the user has explicitly
46819         mentioned.
46820         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46821         New arg PMODE_BITS, to keep track of which mode bits the user
46822         mentioned; it treats S_ISUID and S_ISGID speciall.
46823         All callers changed.
46824         * lib/modechange.h: Likewise.
46825
46826 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46827
46828         * MODULES.html.sh: Add mkancestors.
46829         * modules/mkancesdirs: New module.
46830         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46831         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46832         The chdir-safer and afs files are now orphans; I'll remove them
46833         unless someone speaks up.
46834         Add lib/dirchownmod.c, lib/dirchownmod.h.
46835         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46836         Add lchown, mkancesdirs.
46837         (Maintainer): Add self.
46838
46839 2006-07-15  Karl Berry  <karl@gnu.org>
46840
46841         * gnulib-tool: help message wording/arrangement.
46842
46843 2006-07-14  Simon Josefsson  <jas@extundo.com>
46844
46845         * doc/gnulib.texi (Libtool and Windows): New section.
46846
46847 2006-07-12  Simon Josefsson  <jas@extundo.com>
46848
46849         * modules/gendocs (License): Fix license, approved by Karl.
46850
46851 2006-07-12  Eric Blake  <ebb9@byu.net>
46852
46853         * MODULES.html.sh: Add gendocs.
46854
46855 2006-07-11  Eric Blake  <ebb9@byu.net>
46856
46857         * modules/fdl: New module, to install doc/fdl.texi.
46858         * MODULES.html.sh: Add new section for documentation modules.
46859         * gnulib-tool: Avoid space-tab.
46860         (--doc-base): New option, to manage files from doc.
46861
46862 2006-07-11  Eric Blake  <ebb9@byu.net>
46863
46864         * m4/absolute-header.m4: Fix comments to match recent change.
46865
46866 2006-07-11  Eric Blake  <ebb9@byu.net>
46867
46868         * gnulib-tool: List --doc-base before --tests-base.
46869
46870 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46871
46872         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46873
46874 2006-07-11  Bruno Haible  <bruno@clisp.org>
46875
46876         * README: Mention where to put documentation.
46877
46878 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46879
46880         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46881
46882 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46883
46884         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46885         to stdint.m4.
46886
46887 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46888
46889         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46890         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46891         "no/such/file/stdint.h" when there is no such file, so that
46892         the resulting C code can be parsed by dodgy compilers.
46893         Problems reported by Bob Proulx.
46894
46895 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46896
46897         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46898         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46899         macros into the GNU _D_EXACT_NAMLEN.
46900         * lib/savedir.c:  Likewise.
46901         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46902
46903 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46904         and Paul Eggert  <eggert@cs.ucla.edu>
46905
46906         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46907         * m4/savedir.m4:
46908         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46909         macros into the GNU _D_EXACT_NAMLEN.
46910
46911 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46912
46913         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46914         around the absolute name, to work around a problem with the HP-UX
46915         11.23 native C compiler, reported by Bob Proulx.
46916
46917 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46918
46919         * doc/maintain.texi, make-stds.texi: Sync from
46920         <http://savannah.gnu.org/projects/gnustandards>.
46921
46922 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46923
46924         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46925
46926 2006-07-09  Jim Meyering  <jim@meyering.net>
46927
46928         * m4/glob.m4: Remove a doubled word in a comment.
46929
46930 2006-07-09  Jim Meyering  <jim@meyering.net>
46931
46932         * lib/argp-pv.c: Remove a doubled word in a comment.
46933         * lib/check-version.c (check_version): Likewise.
46934         * lib/javacomp.c (compile_java_class): Likewise.
46935
46936 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46937
46938         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46939         for the benefit of people using Autoconf 2.60.  If you want to
46940         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46941         (or m4/onceonly.m4, if pre-2.57) manually.
46942
46943 2006-07-08  Jim Meyering  <jim@meyering.net>
46944
46945         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46946         comment.
46947         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46948         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46949         comment.
46950
46951 2006-07-08  Jim Meyering  <jim@meyering.net>
46952
46953         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46954
46955 2006-07-07  Simon Josefsson  <jas@extundo.com>
46956
46957         * tests/test-crc.c: Change expected crc value, the test vector
46958         were probably computed using the old broken crc.c?
46959
46960 2006-07-06  Simon Josefsson  <jas@extundo.com>
46961
46962         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46963         now the canonical place for the M4 file).
46964
46965         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46966         from the sys_socket dependency now.
46967
46968         * modules/inet_pton (Files): Ditto.
46969
46970         * modules/inet_ntop (Files): Ditto.
46971
46972 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46973
46974         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46975         not gl_PREREQ_GETUSERSHELL.
46976
46977 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46978
46979         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46980         with only one argument, for Autoconf 2.60.
46981         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46982         expand to nothing, so add a shell command to avoid syntax error.
46983         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46984
46985 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46986
46987         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46988
46989 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46990
46991         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46992         no longer needed.  Check for isblank decl.
46993         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46994         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46995         of existence.
46996
46997 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46998
46999         * lib/getloadavg.c: Use __VMS, not VMS.
47000         * lib/getopt.c: Likewise.
47001         * lib/getpagesize.h: Likewise.
47002         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
47003         and probably does not work.
47004
47005 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47006
47007         * lib/.cppi-disable: Add wcwidth.
47008         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
47009         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
47010         (ISGRAPH): Remove.  All uses changed to isgraph.
47011         (FOLD) [!defined _LIBC]: Remove special case.
47012         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
47013         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
47014         HAVE_ISBLANK.
47015         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
47016         case.
47017
47018 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47019
47020         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
47021         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
47022         brackets.  Other minor changes to suppress some compiler
47023         warnings.
47024
47025 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47026         and Paul Eggert  <eggert@cs.ucla.edu>
47027
47028         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
47029         of invoking obsolescent AC_HEADER_DIRENT macro.
47030         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
47031         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
47032         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
47033         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
47034         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
47035         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
47036         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
47037         * m4/readdir.m4: Remove; no longer needed.
47038
47039 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47040         and Paul Eggert  <eggert@cs.ucla.edu>
47041
47042         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
47043         Don't worry about this obsolete case any more.
47044         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
47045         directories.
47046         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
47047         worry about this obsolete case any more.
47048         * lib/fts.c: Likewise.
47049         * lib/getcwd.c: Likewise.
47050         * lib/glob.h: Likewise.
47051         * lib/savedir.c: Likewise.
47052
47053 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47054
47055         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47056         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47057         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47058         needed.
47059         All uses removed.
47060         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47061         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47062         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47063         needed.
47064         * m4/getdate.m4 (gl_GETDATE): Likewise.
47065         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47066         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47067         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47068         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47069         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47070         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47071         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47072         needed.
47073
47074 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47075
47076         * lib/memcasecmp.c: Include <limits.h>.
47077         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47078         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47079         Don't assume isdigit succeeds only on '0' through '9'.
47080
47081 2006-07-05  Eric Blake  <ebb9@byu.net>
47082
47083         * modules/getaddrinfo (Depends-on): Add snprintf.
47084
47085 2006-07-05  Eric Blake  <ebb9@byu.net>
47086
47087         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47088         to avoid 'header present but could not be compiled' on cygwin.
47089
47090 2006-07-05  Eric Blake  <ebb9@byu.net>
47091
47092         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47093         missing from netdb.h.
47094         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47095
47096 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47097
47098         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47099         no longer needed.
47100         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47101         * m4/getdate.m4 (gl_GETDATE): Likewise.
47102         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47103         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47104         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47105         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47106         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47107
47108 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47109
47110         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47111         All uses of is_space replaced by isspace.
47112         * lib/exit.h: Don't talk about STDC_HEADERS.
47113         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47114         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47115         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47116         replaced by isprint etc.
47117         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47118         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47119         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47120         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47121         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47122         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47123
47124 2006-07-05  Bruno Haible  <bruno@clisp.org>
47125
47126         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47127         the function exists, before testing against AIX.
47128         Reported by Martin Lambers <marlam@marlam.de>.
47129
47130 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47131
47132         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47133         From Mark D. Baushke.
47134
47135 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47136
47137         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47138         to the absolute name, not just one, to bypass Sun C 5.8's
47139         "warning: #include of /usr/include/... may be non-portable".
47140
47141 2006-07-04  Eric Blake  <ebb9@byu.net>
47142
47143         * modules/dirname-tests: New test module.
47144         * tests/test-dirname.c: New file, replacing dirname.c
47145         TEST_DIRNAME section that was recently deleted.
47146
47147 2006-07-04  Bruno Haible  <bruno@clisp.org>
47148
47149         Assume ANSI C header files and <ctype.h> functions.
47150         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47151         (mbsnwidth): Use isprint, iscntrl instead.
47152
47153 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47154
47155         Merge from coreutils.
47156         * MODULES.html.sh: Add xstrtold.
47157         * modules/xstrtold: New file.
47158         * modules/cycle-check (Files): Add lib/same-inode.h.
47159         * modules/dirname (Files): Add m4/double-slash-root.m4.
47160         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47161         * modules/mkdir-p (Files): Add lib/same-inode.h.
47162         * modules/same (Files): Add lib/same-inode.h.
47163
47164 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47165
47166         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47167         This is to keep the terminology clean; POSIX talks about
47168         "absolute pathnames", not "full pathnames", but the GNU
47169         Coding Standards say to use "path" for something else;
47170         so use "absolute" to keep both sides happy.
47171         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47172         Set gl_absolute_header, not gl_full_header_path.
47173         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47174         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47175         All uses changed.
47176
47177         Merge from coreutils.
47178
47179         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47180
47181         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47182         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47183         want to require the building of c-strtod.o.
47184         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47185         needs -lm directly.
47186         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47187
47188         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47189
47190         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47191         --as-needed option if available.  Problem reported by Albert Chin in
47192         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47193         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47194         cc merely issues a bunch of annoying warnings for --as-needed
47195         (this problem was reported by Bob Proulx).  Also, try linking with
47196         -lm to detect a bug in binutils 2.16 (this problem was reported
47197         by Ralf Wildenhues).
47198
47199         2006-06-18  Jim Meyering  <jim@meyering.net>
47200
47201         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47202         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47203         macro.
47204         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47205         also check for glibc-2.4's abort-inducing bug.
47206
47207         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47208         Low-probability clean-up should be to use rmdir to get rid of
47209         the just-created directory, not unlink.
47210
47211         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47212         configure fail, and request a bug report to inform us about it.
47213         Add a comment that, barring reports to the contrary, in 2007 we'll
47214         assume ftruncate is universally available.
47215
47216         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47217
47218         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47219
47220         2006-03-12  Jim Meyering  <jim@meyering.net>
47221
47222         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47223         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47224         * m4/same.m4 (gl_SAME): Likewise.
47225         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47226
47227         2006-03-11  Eric Blake  <ebb9@byu.net>
47228
47229         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47230         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47231         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47232         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47233
47234 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47235
47236         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47237         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47238         reported by Mark D. Baushke, one in
47239         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47240
47241         Merge from coreutils.
47242
47243         * lib/.cppi-disable: Add stdint_.h.
47244         * lib/.cvsignore: Add stdint.h.
47245
47246         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47247
47248         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47249         both double and long double versions.
47250         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47251         * lib/xstrtold.c: New file.
47252         * lib/xstrtod.h (xstrtold): New decl.
47253
47254         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47255
47256         * lib/filemode.c (setst): Remove.
47257         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47258         (arguably) clearer, and the generated code is a bit smaller on my
47259         Debian GNU/Linux stable x86 host.
47260
47261         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47262
47263         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47264         Assume that filemode.h includes sys/types.h and sys/stat.h.
47265         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47266         (ftypelet): Reorder to put common cases first, for efficiency.
47267         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47268         to do 'M'.
47269         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47270         of 10, for compatibility with FreeBSD.  All callers changed.
47271         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47272         types that can't be deduced solely from st_mode.  First arg is now a
47273         const pointer.
47274         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47275         (strmode): Renamed from mode_string.
47276         (filemodestring): New decl.
47277         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47278         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47279         needed.
47280         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47281
47282         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47283
47284         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47285         fsusage.h now does that.  Include fsusage.h first, to test interface.
47286         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47287         at most one method (the old code could have generated decls that
47288         didn't conform to C89, not that this was ever exercised).
47289         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47290
47291         2006-03-19  Jim Meyering  <jim@meyering.net>
47292
47293         Work even in a chroot where d_ino values for entries in "/"
47294         don't match the stat.st_ino values for the same names.
47295         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47296         number, iterate through all entries again, using lstat instead.
47297         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47298         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47299
47300         * lib/getcwd.c (__getcwd): Clarify a comment.
47301         Use memcpy in place of a call to strcpy.
47302
47303         2006-03-12  Jim Meyering  <jim@meyering.net>
47304
47305         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47306         matches that of the current directory (which we're about to chdir ".."
47307         out of), then save the dev-ino of the parent, instead.
47308
47309         * lib/same-inode.h (SAME_INODE): New file/macro.
47310         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47311         Include "same-inode.h", instead.
47312         * lib/same.c: Likewise.
47313         * lib/cycle-check.h: Include "same-inode.h".
47314         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47315         * lib/cycle-check.c (SAME_INODE): Remove definition.
47316         * lib/root-dev-ino.h: Include "same-inode.h".
47317
47318         2006-03-11  Eric Blake  <ebb9@byu.net>
47319
47320         * lib/same.c (same_name): s/base_name/last_component/
47321         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47322         * lib/filenamecat.c (file_name_concat): Likewise.
47323
47324         2006-03-11  Eric Blake  <ebb9@byu.net>,
47325                     Paul Eggert  <eggert@cs.ucla.edu>
47326
47327         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47328         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47329         drive prefix.
47330         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47331         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47332         (last_component): New method.
47333         * lib/dirname.c (dir_len): Determine when drive letters need a
47334         subsequent slash.  Preserve // when it is special.
47335         (dir_name): Don't append dot when drive letter is absolute.
47336         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47337         * lib/basename.c (base_name): New semantics - malloc the result.
47338         Preserve // when it is special.  Preserve relative files that look
47339         like drive letters.
47340         (base_len): Preserve // when it is special.
47341         (last_component): New method, similar to old base_name semantics.
47342         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47343         base_name.  Strip redundant slashes from ///.
47344
47345 2006-07-03  Jim Meyering  <jim@meyering.net>
47346
47347         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47348         macro is used before the first cycle_check call.
47349
47350 2006-07-03  Eric Blake  <ebb9@byu.net>
47351
47352         * modules/dirname (Depends-on): Add xstrndup.
47353
47354 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47355
47356         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47357         test cases, so that config.log is a bit easier to follow.
47358
47359 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47360
47361         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47362         both are 64 bits, since this seems to be the tradition, and this
47363         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47364         we ever run into a host that prefers long long to long in this
47365         case, we'll need another configure-time test.  Problem reported by
47366         Jim Meyering.
47367
47368 2006-07-02  Eric Blake  <ebb9@byu.net>
47369
47370         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47371
47372 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47373
47374         * modules/inttypes (Depends-on): No longer depends on stdint.
47375         * modules/stdint (Description): Say more about assumptions.
47376         Say that the fast types might differ.  Say macros are used.
47377         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47378         (Makefile.am): Revise list of substituted symbols to match
47379         new stdint.m4.
47380         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47381         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47382         * tests/test-stdint.c (verify_same_types)
47383         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47384         the code conforms to C99/C89.
47385         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47386         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47387
47388 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47389
47390         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47391         but fix a bug, by requiring at least 64 bits.
47392         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47393         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47394         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47395         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47396
47397         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47398         changes.  Make 2.59 a prerequisite.  Check and substitute for
47399         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47400         inttypes.h.  Do not use special include files; just use the
47401         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47402         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47403         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47404         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47405         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47406         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47407         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47408         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47409         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47410         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47411         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47412         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47413         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47414         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47415         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47416         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47417         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47418         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47419         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47420         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47421         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47422         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47423         not check for things that C99 does not require, e.g., int8_t.  If
47424         a test isn't needed unless <stdint.h> isn't working, and is
47425         unlikely to be needed for any other reason, then don't do it
47426         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47427         size_t, since we assume C89 freestanding at least.  Do not check
47428         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47429         the right thing even if the types are not defined.  Instead use:
47430         (gl_STDINT_TYPE_PROPERTIES): New macro.
47431         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47432         testing whether <sys/types.h> clashes, as Autoconf does this for
47433         us now.  All uses removed.
47434         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47435         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47436         (gl_CHECK_TYPE_SAME):
47437         Remove; no longer needed.
47438         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47439         exists, since we'll return 0 anyway in that case.
47440         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47441
47442 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47443
47444         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47445         possible collision with system files.
47446         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47447         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47448         WCHAR_MIN and WCHAR_MAX in this case.
47449         (<stddef.h>): Do not include; no longer needed.
47450         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47451         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47452         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47453         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47454         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47455         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47456         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47457         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47458         !defined(__c99))]: Include in this case too, since it's harmless
47459         now.
47460         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47461         dangerous to do so.
47462         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47463         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47464         (_STDINT_MIN, _STDINT_MAX): New macros.
47465         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47466         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47467         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47468         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47469         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47470         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47471         macros, not typedefs; this simplifies things quite a bit.
47472         Use long int for all types narrower than int64_t.
47473         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47474         Define in terms of long long int or int64_t or long int,
47475         not int64_t or int32_t.  This saves some compile-time testing.
47476         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47477         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47478         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47479         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47480         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47481         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47482         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47483         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47484         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47485         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47486         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47487         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47488         undef any previous version and define our own version, for
47489         simplicity and consistency with the new macros for types.
47490         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47491         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47492         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47493         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47494         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47495         @WINT_T_SUFFIX@ to keep things simple here.
47496         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47497         Simplify by assuming typical 8/16/32/64 host, since we're
47498         already doing that elsewhere anyway.
47499         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47500         and assume long long int is 64 bits if available.  This
47501         speeds up 'configure'.
47502
47503 2006-07-01  Eric Blake  <ebb9@byu.net>
47504
47505         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47506         Reported by Andreas Buening.
47507
47508 2006-07-01  Eric Blake  <ebb9@byu.net>
47509
47510         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47511
47512 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47513
47514         * lib/getaddrinfo.c: fixed typo
47515
47516 2006-06-29  Jim Meyering  <jim@meyering.net>
47517
47518         * modules/strftime (Maintainer): Add my name, since with the
47519         FPRINTFTIME changes strftime.c has forked from glibc.
47520
47521 2006-06-29  Eric Blake  <ebb9@byu.net>
47522
47523         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47524
47525 2006-06-29  Eric Blake  <ebb9@byu.net>
47526
47527         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47528
47529 2006-06-29  Eric Blake  <ebb9@byu.net>
47530
47531         * lib/stat_.h: New file.
47532
47533 2006-06-29  Eric Blake  <ebb9@byu.net>
47534
47535         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47536         unused static function.
47537
47538 2006-06-29  Eric Blake  <ebb9@byu.net>
47539
47540         * doc/functions.texi (Function Portability): Document missing lstat
47541         on mingw.
47542
47543 2006-06-29  Eric Blake  <ebb9@byu.net>
47544
47545         * MODULES.html.sh: Add sys_stat.
47546         * modules/sys_stat: New module.
47547         * modules/mkstemp (Depends-on): Add sys_stat.
47548
47549 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47550
47551         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47552
47553 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47554
47555         * m4/c-bs-a.m4: Removed.
47556
47557 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47558
47559         * lib/strftime.c: Assume strftime() exists.
47560
47561 2006-06-29  Derek Price  <derek@ximbiot.com>
47562
47563         * modules/c-bs-a: Removed - \a is C89.
47564         * MODULES.html.sh: Remove c-bs-a.
47565
47566 2006-06-29  Bruno Haible  <bruno@clisp.org>
47567
47568         * modules/wcwidth (License): Change to LGPL.
47569
47570 2006-06-28  Simon Josefsson  <jas@extundo.com>
47571
47572         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47573         on _WIN32.
47574
47575         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47576         getnameinfo.
47577
47578 2006-06-28  Simon Josefsson  <jas@extundo.com>
47579
47580         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47581
47582 2006-06-28  Simon Josefsson  <jas@extundo.com>
47583
47584         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47585         functions there.  It will succeed on Windows XP, but on Windows
47586         2000 and (presumably) earlier, it will fail, and use the internal
47587         re-implementation.
47588         (use_win32_p): New function.
47589         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47590         Support AI_NUMERICSERV to disable getservbyname.
47591         (getnameinfo): New function, only supports
47592         NI_NUMERICHOST|NI_NUMERICSERV for now.
47593
47594         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47595         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47596         getnameinfo.
47597
47598 2006-06-28  Eric Blake  <ebb9@byu.net>
47599
47600         * modules/wcwidth: New file.
47601         * modules/mbchar (Depends-on): Add wcwidth.
47602         * modules/mbswidth (Depends-on): Add wcwidth.
47603         * MODULES.html.sh: Add wcwidth.
47604
47605 2006-06-28  Eric Blake  <ebb9@byu.net>
47606
47607         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47608         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47609
47610 2006-06-28  Eric Blake  <ebb9@byu.net>
47611
47612         * lib/xvasprintf.h: Fix comments.
47613
47614 2006-06-28  Eric Blake  <ebb9@byu.net>
47615
47616         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47617         * lib/mbswidth.c (wcwidth): Move from here...
47618         * lib/wcwidth.h: ...to this new file.
47619
47620 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47621
47622         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47623
47624         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47625         it's obsolete.
47626         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47627
47628 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47629
47630         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47631         Autoconf 2.60 says this stuff was obsolete.
47632
47633 2006-06-28  Bruno Haible  <bruno@clisp.org>
47634
47635         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47636
47637 2006-06-28  Bruno Haible  <bruno@clisp.org>
47638
47639         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47640         gt_TYPE_WCHAR_T.
47641
47642 2006-06-28  Bruno Haible  <bruno@clisp.org>
47643
47644         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47645         declaration for wcwidth.
47646         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47647
47648 2006-06-28  Bruno Haible  <bruno@clisp.org>
47649
47650         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47651         (mkdir): Define using _mkdir.
47652
47653 2006-06-28  Bruno Haible  <bruno@clisp.org>
47654
47655         * lib/getaddrinfo.h: Fix POSIX URL.
47656         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47657         _WIN32.
47658         (use_win32_p): Make static.
47659         (getaddrinfo): Reject service name if it is empty or does not consist
47660         solely of decimal digits, or if its value is > 65535.
47661         (getnameinfo): Remove useless casts.
47662
47663 2006-06-27  Simon Josefsson  <jas@extundo.com>
47664
47665         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47666         Eggert and Martin Lambers.
47667
47668 2006-06-27  Simon Josefsson  <jas@extundo.com>
47669
47670         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47671         Eggert and Martin Lambers.
47672
47673 2006-06-27  Bruno Haible  <bruno@clisp.org>
47674
47675         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47676         result to 0, not to empty.
47677         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47678
47679 2006-06-27  Bruno Haible  <bruno@clisp.org>
47680
47681         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47682
47683 2006-06-26  Simon Josefsson  <jas@extundo.com>
47684
47685         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47686         present.
47687
47688 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47689
47690         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47691         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47692         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47693
47694 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47695
47696         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47697
47698 2006-06-26  Bruno Haible  <bruno@clisp.org>
47699
47700         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47701
47702 2006-06-26  Bruno Haible  <bruno@clisp.org>
47703
47704         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47705
47706 2006-06-26  Bruno Haible  <bruno@clisp.org>
47707
47708         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47709         SGI C compiler in pre-C99 mode.
47710         Suggested by Mark D. Baushke and Larry Jones.
47711
47712 2006-06-26  Bruno Haible  <bruno@clisp.org>
47713
47714         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47715         WCHAR_MAX.
47716         Reported by Mark D. Baushke and Larry Jones.
47717
47718 2006-06-26  Bruno Haible  <bruno@clisp.org>
47719
47720         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47721         in pre-C99 mode.
47722         Suggested by Mark D. Baushke and Larry Jones.
47723
47724 2006-06-23  Simon Josefsson  <jas@extundo.com>
47725             Bruno Haible  <bruno@clisp.org>
47726
47727         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47728         Emit mostlyclean-local rule.
47729         (func_emit_tests_Makefile_am): Likewise.
47730         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47731
47732 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47733
47734         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47735
47736 2006-06-23  Bruno Haible  <bruno@clisp.org>
47737
47738         * tests/test-stdint.c: Update to match ISO C 99 Technical
47739         Corrigendum 1.
47740
47741 2006-06-23  Bruno Haible  <bruno@clisp.org>
47742
47743         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47744
47745 2006-06-23  Bruno Haible  <bruno@clisp.org>
47746
47747         * lib/stdint_.h: Treat IRIX like OpenBSD.
47748
47749 2006-06-23  Bruno Haible  <bruno@clisp.org>
47750
47751         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47752         ISO C 99 Technical Corrigendum 1.
47753
47754 2006-06-22  Simon Josefsson  <jas@extundo.com>
47755
47756         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47757         MinGW.
47758
47759 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47760
47761         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47762         needed.  Some compiler complained about some of them.  Problem reported
47763         by Larry Jones in
47764         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47765
47766 2006-06-21  Simon Josefsson  <jas@extundo.com>
47767
47768         * tests/test-getaddrinfo.c: New file.
47769
47770         * modules/getaddrinfo-tests: New file.
47771
47772         * MODULES.html.sh: Add inet_pton.
47773
47774         * modules/inet_pton: New file.
47775
47776 2006-06-21  Simon Josefsson  <jas@extundo.com>
47777
47778         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47779         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47780         of using the (limited) gnulib implementation on Windows XP.
47781
47782         * m4/inet_pton.m4: New file.
47783
47784 2006-06-21  Simon Josefsson  <jas@extundo.com>
47785
47786         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47787         variable.
47788
47789         * lib/socket_.h: Don't define WINVER.
47790
47791         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47792         slightly modified to work in gnulib.
47793
47794 2006-06-21  Simon Josefsson  <jas@extundo.com>
47795
47796         * doc/gnulib.texi (Windows sockets): Add.
47797
47798 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47799
47800         * lib/read-file.c (fread_file): Start with buffer allocation of
47801         0 bytes rather than 1 byte; this simplifies the code.
47802         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47803         code to free buffer and save/restore errno.
47804         (internal_read_file): Remove unused local.
47805
47806 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47807
47808         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47809         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47810         Problem reported by Denis Excoffier in
47811         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47812
47813 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47814
47815         * modules/sys_socket, modules/socklen: Include sys/types since
47816         FreeBSD 4.x's sys/socket.h needs it.
47817
47818 2006-06-19  Simon Josefsson  <jas@extundo.com>
47819
47820         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47821
47822 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47823
47824         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47825
47826 2006-06-19  Bruno Haible  <bruno@clisp.org>
47827
47828         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47829         and FULL_PATH_INTTYPES_H in angle brackets.
47830         Reported by Mark D. Baushke <mdb@gnu.org>.
47831
47832 2006-06-17  Eric Blake  <ebb9@byu.net>
47833
47834         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47835         errno.
47836
47837 2006-06-17  Bruno Haible  <bruno@clisp.org>
47838
47839         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47840         <sys/inttypes.h>.
47841
47842 2006-06-17  Bruno Haible  <bruno@clisp.org>
47843
47844         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47845         whether errno is declared. Assume <errno.h> declares errno.
47846
47847 2006-06-17  Bruno Haible  <bruno@clisp.org>
47848
47849         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47850
47851 2006-06-17  Bruno Haible  <bruno@clisp.org>
47852
47853         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47854         problem on Solaris 2.5.1.
47855
47856 2006-06-16  Eric Blake  <ebb9@byu.net>
47857
47858         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47859         * lib/unicodeio.c [!defined errno]: Likewise.
47860         * lib/strtol.c [!defined errno]: Likewise.
47861         * lib/strtod.c [!defined errno]: Likewise.
47862
47863 2006-06-15  Eric Blake  <ebb9@byu.net>
47864
47865         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47866
47867 2006-06-15  Eric Blake  <ebb9@byu.net>
47868
47869         * config/srclist.txt (ssize_t.m4): Lose sync.
47870
47871 2006-06-15  Bruno Haible  <bruno@clisp.org>
47872
47873         * modules/stdint (Files): Include m4/full-header-path.m4,
47874         m4/size_max.m4, m4/wchar_t.m4.
47875         (Makefile.am): Many more substitutions.
47876         * modules/stdint-tests: New file.
47877         * tests/test-stdint.c: New file.
47878
47879 2006-06-15  Bruno Haible  <bruno@clisp.org>
47880
47881         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47882         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47883         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47884         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47885         gl_CHECK_TYPE_SAME): New macros.
47886
47887 2006-06-15  Bruno Haible  <bruno@clisp.org>
47888
47889         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47890
47891 2006-06-15  Bruno Haible  <bruno@clisp.org>
47892
47893         * lib/stdint_.h: Rewritten to be fully auto-configured.
47894         Fixes bug on HP-UX/IA64.
47895
47896 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47897
47898         * lib/getdate.y (__attribute__): Don't define if already defined.
47899         Problem reported by Larry Jones.
47900         * lib/utimens.c (__attribute__): Likewise.
47901
47902 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47903
47904         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47905         reported by Andreas Schwab.
47906
47907 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47908             Bruno Haible  <bruno@clisp.org>
47909
47910         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47911         check for the declaration of strnlen and a run test that exposes the
47912         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47913         rpl_strndup.
47914
47915 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47916             Bruno Haible  <bruno@clisp.org>
47917
47918         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47919
47920 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47921
47922         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47923         compile test, for Tru64 4.0D.
47924
47925 2006-05-28  Karl Berry  <karl@gnu.org>
47926
47927         * config/srclist.txt (printf-args.c): lose sync.
47928
47929 2006-05-26  Martin Lambers  <marlam@marlam.de>
47930
47931         * lib/getpass.c: Updates the test for the native W32 API, and adds
47932         missing includes, thus fixing compilation warnings.
47933
47934 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47935
47936         * lib/exclude.c (exclude_fnmatch): New function.
47937         (excluded_file_name): Call exclude_fnmatch.
47938         * lib/exclude.h (excluded_file_name): New prototype
47939
47940 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47941
47942         * lib/tempname.c (small_open, large_open): New macros.
47943         (__open, __open64) [!_LIBC]: Remove.
47944         (__gen_tempname): Use small_open and large_open instead of __open
47945         and __open64.  This fixes a portability bug on HP-UX 11.11i
47946         reported by Simon Wing-Tang in
47947         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47948
47949 2006-05-24  Bruno Haible  <bruno@clisp.org>
47950
47951         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47952         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47953         Reported by Thorsten Maerz <torte@netztorte.de> via
47954         Aaron Stone <aaron@serendipity.cx>.
47955
47956 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47957
47958         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47959         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47960         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47961         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47962         not really conditional on the cache.
47963         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47964
47965 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47966
47967         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47968         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47969         (my_usleep): Don't mishandle maximum value.
47970
47971 2006-05-19  Jim Meyering  <jim@meyering.net>
47972
47973         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47974
47975 2006-05-17  Bruno Haible  <bruno@clisp.org>
47976
47977         Cygwin portability.
47978         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47979
47980 2006-05-17  Bruno Haible  <bruno@clisp.org>
47981
47982         * lib/stdint_.h: Fix recognition of Cygwin.
47983
47984 2006-05-15  Bruno Haible  <bruno@clisp.org>
47985
47986         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47987         on libtool patch by Ralf Wildenhues.
47988
47989 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47990
47991         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47992         test for C99 conformance; (bool) 0.5 is an integer constant
47993         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47994         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47995
47996 2006-05-11  Simon Josefsson  <jas@extundo.com>
47997
47998         * m4/xvasprintf.m4: Fix obvious typo.
47999
48000 2006-05-11  Jim Meyering  <jim@meyering.net>
48001
48002         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
48003         James Lemley.
48004
48005 2006-05-10  Simon Josefsson  <jas@extundo.com>
48006
48007         * lib/md4.c: Typo fix, update copyright years.
48008         (K1, K2): Don't use L because it turn computations into 64-bit on
48009         64-bit platforms.
48010
48011 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48012
48013         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
48014         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
48015         unwanted sign propagation, e.g., on hosts with 64-bit int.
48016         There still are some problems with reeelly weird theoretical hosts
48017         (e.g., 33-bit int) but it's not worth worrying about now.
48018         * lib/sha1.c (rol): Likewise.
48019         (K1, K2, K3, K4): Remove unnecessary L suffix.
48020
48021 2006-05-10  Bruno Haible  <bruno@clisp.org>
48022
48023         * lib/des.c: Cast to avoid warnings.
48024
48025 2006-05-09  Bruno Haible  <bruno@clisp.org>
48026
48027         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
48028         (Depends-on): Depend also on xsize, stdarg.
48029         (configure.ac): Add gl_XVASPRINTF.
48030
48031 2006-05-09  Bruno Haible  <bruno@clisp.org>
48032
48033         * m4/xvasprintf.m4: New file.
48034
48035 2006-05-09  Bruno Haible  <bruno@clisp.org>
48036
48037         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
48038         (EOVERFLOW): Define fallback value.
48039         (xstrcat): New function.
48040         (xvasprintf): Recognize the special case of a string concatenation.
48041
48042 2006-05-08  Eric Blake  <ebb9@byu.net>
48043
48044         * gnulib-tool (func_version): Base copyright year on CVS date.
48045         (func_emit_copyright_notice): New function.
48046         (func_emit_lib_Makefile_am): Use it.
48047         (func_emit_tests_Makefile_am): Likewise.
48048         (func_import): Likewise.
48049
48050 2006-05-08  Bruno Haible  <bruno@clisp.org>
48051
48052         * modules/stdarg: New file.
48053         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48054
48055 2006-05-08  Bruno Haible  <bruno@clisp.org>
48056
48057         * m4/stdarg.m4: New file, from GNU gettext.
48058
48059 2006-05-08  Bruno Haible  <bruno@clisp.org>
48060
48061         * config/srclist.txt (build-aux/config.rpath): different from latest
48062         release.
48063
48064 2006-05-08  Bruno Haible  <bruno@clisp.org>
48065
48066         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48067
48068 2006-05-05  Jim Meyering  <jim@meyering.net>
48069
48070         * m4/warning.m4: New file, derived from bison's file by the same name.
48071
48072 2006-05-03  Bruno Haible  <bruno@clisp.org>
48073
48074         * lib/stdint_.h: Shorter URL.
48075         * lib/inttypes.h: Likewise.
48076
48077 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48078
48079         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48080
48081 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48082
48083         * lib/verify.h: Document the internals better.  Most of this change
48084         was written by Bruno Haible.
48085
48086 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48087
48088         * doc/verify.texi: New file, partly based on a proposal by
48089         Bruno Haible.
48090
48091 2006-05-02  Bruno Haible  <bruno@clisp.org>
48092
48093         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48094         test from here...
48095         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48096
48097 2006-04-29  Bruno Haible  <bruno@clisp.org>
48098
48099         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48100         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48101
48102 2006-04-29  Bruno Haible  <bruno@clisp.org>
48103
48104         * gnulib-tool: Make --update option actually work.
48105
48106 2006-04-29  Bruno Haible  <bruno@clisp.org>
48107
48108         * doc/gcd.texi: New file.
48109         * doc/gnulib.texi: Include it.
48110
48111 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48112
48113         * lib/getdate.y (get_date): When adding relative date, start with the
48114         initial time, not with the result of the first mktime call.
48115
48116 2006-04-25  Bruno Haible  <bruno@clisp.org>
48117
48118         * gnulib-tool (func_import): Output the include directives in three
48119         blocks, sorted separately.
48120         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48121
48122 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48123
48124         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48125         to define main with arguments, for C++.  Reported by Eric Blake.
48126         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48127         Prefer 'int main ()' to 'int main (void)', for C++.
48128         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48129         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48130         for 'main', for C99 and C++.
48131
48132 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48133
48134         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48135         Don't assume that exit status -1 is valid.
48136         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48137         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48138         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48139         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48140         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48141         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48142         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48143         functions can be used without declaring them, or that you can
48144         exit with status -1.
48145         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48146
48147 2006-04-24  Karl Berry  <karl@gnu.org>
48148
48149         * config/srclist.txt (longdouble.m4): sync lost.
48150
48151 2006-04-24  Eric Blake  <ebb9@byu.net>
48152
48153         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48154
48155 2006-04-24  Bruno Haible  <bruno@clisp.org>
48156
48157         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48158         poll() implementation in AIX.
48159         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48160
48161 2006-04-24  Bruno Haible  <bruno@clisp.org>
48162
48163         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48164         assigned exactly once.
48165
48166 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48167             Bruno Haible  <bruno@clisp.org>
48168
48169         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48170         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48171         for AM_CPPFLAGS.
48172
48173 2006-04-23  Bruno Haible  <bruno@clisp.org>
48174
48175         * modules/copy-file: Depend on unistd.
48176         * modules/execute: Likewise.
48177         * modules/fatal-signal: Likewise.
48178         * modules/findprog: Likewise.
48179         * modules/mkdtemp : Likewise.
48180         * modules/pipe: Likewise.
48181         * modules/wait-process: Likewise.
48182
48183 2006-04-23  Bruno Haible  <bruno@clisp.org>
48184
48185         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48186         condition was already detected.
48187         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48188
48189 2006-04-23  Bruno Haible  <bruno@clisp.org>
48190
48191         * lib/copy-file.c: Include <unistd.h> unconditionally.
48192         * lib/execute.c: Likewise.
48193         * lib/fatal-signal.c: Likewise.
48194         * lib/findprog.c: Likewise.
48195         * lib/mkdtemp.c: Likewise.
48196         * lib/pipe.h: Likewise.
48197         * lib/pipe.c: Likewise.
48198         * lib/wait-process.h: Likewise.
48199
48200 2006-04-23  Bruno Haible  <bruno@clisp.org>
48201
48202         * gnulib-tool (func_usage): Fix --import description. Document
48203         --update.
48204         (func_import): Create temporary file in a temporary directory, if
48205         --dry-run is specified. Silence errors from 'grep' when there are no
48206         m4 files in $m4dir.
48207         (func_create_testdir): Silence errors from 'grep' when there are no
48208         m4 files in $m4dir.
48209         Reported by Karl Berry <karl@freefriends.org>.
48210
48211 2006-04-20  Bruno Haible  <bruno@clisp.org>
48212
48213         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48214         one argument, so that the code will be portable to Autoconf 2.60.
48215         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48216         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48217         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48218
48219 2006-04-19  Derek Price  <derek@ximbiot.com>
48220             Eric Blake  <ebb9@byu.net>
48221
48222         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48223         rather than "/full/path.h".  Update comment to match.  Shorten &
48224         generalize m4_translit call via AS_TR_CPP.
48225
48226 2006-04-19  Derek Price  <derek@ximbiot.com>
48227             Eric Blake  <ebb9@byu.net>
48228
48229         * lib/inttypes.h: Correct grammar in comment.
48230
48231 2006-04-18  Derek Price  <derek@ximbiot.com>
48232             Paul Eggert  <eggert@cs.ucla.edu>
48233
48234         * modules/inttypes: New file.
48235         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48236
48237 2006-04-18  Derek Price  <derek@ximbiot.com>
48238             Paul Eggert  <eggert@cs.ucla.edu>
48239
48240         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48241         New files.
48242
48243 2006-04-18  Derek Price  <derek@ximbiot.com>
48244             Paul Eggert  <eggert@cs.ucla.edu>
48245
48246         * lib/inttypes.h: New file.
48247         * lib/strtoimax.c: Assume <inttypes.h>.
48248
48249 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48250
48251         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48252         isn't mounted.  Problem reported by Kir Kolyshkin.
48253
48254 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48255
48256         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48257         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48258         Derek R. Price.
48259         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48260         implementation.
48261
48262 2006-04-12  Eric Blake  <ebb9@byu.net>
48263
48264         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48265         is now done automatically by the corresponding Autoconf macro.
48266
48267 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48268
48269         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48270         time_r.h.
48271
48272 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48273
48274         Merge regex changes from libc, removing some of our
48275         POSIX-conformance changes that were rejected and redoing them in a
48276         less-intrusive way.
48277
48278         * lib/regcomp.c (re_compile_internal, init_dfa):
48279         Length arg is now size_t, not Idx.  All uses changed.
48280         (peek_token): Forward decl now says internal_function.
48281         (__re_error_msgid, __re_error_msgid_idx):
48282         Now static rather than extern with attribute_hidden.
48283         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48284         For some reason libc prefers K&R style defns for external functions.
48285         (regerror) [!defined _LIBC]: Likewise.
48286         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48287         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48288         (build_range_exp, build_collating_symbol):
48289         Use K&R-style defn.
48290         (re_compile_fastmap): Use '\0' to memset, not 0.
48291         (utf8_sb_map): Make the calculations more obvious.
48292         (init_dfa, parse_bracket_exp, build_charclass_op):
48293         Call calloc and cast result, as glibc does.
48294         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48295         (build_range_exp, build_collating_symbol):
48296         Now internal functions.
48297
48298         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48299
48300         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48301         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48302         Don't depend on VMS; depend on __VMS instead, for POSIX
48303         namespace cleanness.
48304         (regoff_t): Define to ssize_t, not long int.
48305
48306         Remove the REG_ macros named below.  Instead, make the old names
48307         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48308         __USE_GNU_REGEX.
48309         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48310         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48311         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48312         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48313         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48314         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48315         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48316         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48317         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48318         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48319         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48320         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48321         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48322         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48323         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48324         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48325         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48326         (REG_NREGS):
48327         Remove.  All uses replaced by the old RE_* names.
48328         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48329         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48330         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48331         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48332         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48333         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48334         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48335         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48336         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48337         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48338         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48339         Don't bother having these macros be independent of each others'
48340         values, since they no longer exist in the POSIX name space.
48341
48342         Rename the following member names back to their old names,
48343         unless !__USE_GNU_REGEX.  All uses changed back.
48344         (buffer): Renamed from re_buffer.
48345         (allocated): Renamed from re_allocated.
48346         (used): Renamed from re_used.
48347         (syntax): Renamed from re_syntax.
48348         (fastmap): Renamed from re_fastmap.
48349         (translate): Renamed from re_translate.
48350         (can_be_null): Renamed from re_can_be_null.
48351         (regs_allocated): Renamed from re_regs_allocated.
48352         (fastmap_accurate): Renamed from re_fastmap_accurate.
48353         (no_sub): Renamed from re_no_sub.
48354         (not_bol): Renamed from re_not_bol.
48355         (not_eol): Renamed from re_not_eol.
48356         (newline_anchor): Renamed from re_newline_anchor.
48357         (num_regs): Renamed from rm_num_regs.
48358         (start): Renamed from rm_start.
48359         (end): Renamed from rm_end.
48360
48361         (free_state): Move up a bit.
48362
48363         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48364         #define to be empty.
48365         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48366         when that is what is intended.
48367         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48368         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48369         (MAX): New macro.
48370         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48371         All uses changed back to re_malloc, etc.  It's now the caller's
48372         responsibility to check for overflow; all callers changed.
48373         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48374         (re_x2nrealloc): Remove.
48375         (free_state): Remove decl.
48376
48377         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48378         (re_set_registers, re_exec):
48379         Use K&R-style defn.
48380
48381         2006-01-31  Roland McGrath  <roland@redhat.com>
48382
48383         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48384         Reported by Mike Frysinger <vapier@gentoo.org>.
48385
48386         2006-01-15  Andreas Jaeger  <aj@suse.de>
48387
48388         [BZ #1950]
48389         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48390         build_wcs_upper_buffer change.
48391         (build_wcs_upper_buffer): Change return type.
48392
48393         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48394
48395         * lib/regex_internal.h: Include <stdint.h> if available.
48396
48397         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48398
48399         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48400
48401         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48402
48403         * lib/regcomp.c: Adjust for changed secondary hash function.
48404
48405         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48406
48407         * lib/regex.h: Pretty printing.
48408         Clean up namespace a bit.
48409
48410         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48411
48412         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48413         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48414
48415         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48416                     Ulrich Drepper  <drepper@redhat.com>
48417
48418         [BZ #1302]
48419         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48420         changed.
48421         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48422
48423         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48424
48425         [BZ #281]
48426         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48427         * lib/regcomp.c: Remove unnecessary uses of
48428         unsigned RE_TRANSLATE_TYPE.
48429         * lib/regex_internal.h: Likewise.
48430         * lib/regex_internal.c: Likewise.
48431         * lib/regexec.c: Likewise.
48432         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48433
48434         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48435
48436         * lib/regexec.c (find_recover_state): Remove unnecessary
48437         initialization.
48438         (transit_state_bkref): Make DFA a const pointer.
48439         (get_subexp): Likewise.
48440         (check_arrival): Likewise.
48441         (update_cur_sifted_state): Likewise.
48442         (re_search_internal): Likewise.
48443         (prune_impossible_nodes): Likewise.
48444         (acquire_init_state_context): Likewise.
48445         (proceed_next_node): Likewise.
48446         (set_regs): Likewise.
48447         (free_fail_stack_return): Likewise.
48448         (check_arrival_expand_ecl): Mark DFA parameter as const.
48449         (check_arrival_expand_ecl_sub): Likewise.
48450         (check_subexp_limits): Likewise.
48451         (sub_epsilon_src_nodes):  Likewise.
48452         (add_epsilon_src_nodes):  Likewise.
48453         (merge_state_array): Likewise.
48454         (update_regs): Likewise.
48455         (build_trtable): Likewise.
48456         (sift_states_backward): Mark MCTX parameter as const.
48457         (build_sifted_states): Likewise.
48458         (update_cur_sifted_state): Likewise.
48459         (sift_states_mkref): Likewise.
48460         (check_arrival_expand_ecl): Mark eclosure as const.
48461         (check_dst_limits_calc_pos_1): Likewise.
48462         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48463         pointer.
48464
48465         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48466
48467         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48468         (transit_state_sb): Likewise.
48469         (transit_state_mb): Likewise.
48470         (sift_states_iter_mb): Likewise.
48471         (check_arrival_add_next_nodes): Likewise.
48472         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48473         [_LIBC] (re_search_2_stub): Use mempcpy.
48474
48475         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48476         mbrtowc for very simple UTF-8 case.
48477
48478         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48479         a pointer-to-const.
48480         (re_acquire_state_context): Likewise.
48481         * lib/regex_internal.h: Adjust prototypes.
48482
48483         * lib/regex.c: Prevent using C++ compilers.
48484
48485         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48486         (re_acquire_state_context): Likewise.
48487
48488 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48489
48490         * modules/regex (Depends-on): Add ssize_t.
48491
48492 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48493
48494         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48495         translation table.
48496
48497 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48498
48499         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48500
48501 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48502             Bruno Haible  <bruno@clisp.org>
48503
48504         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48505         <sys/types.h> and <inttypes.h>.
48506
48507 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48508
48509         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48510         `__error_t_defined', so argp.h will not typedef the former.
48511
48512 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48513
48514         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48515         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48516         glibc names.  Even if glibc is changed to conform to POSIX, the
48517         traditional names will be available anyway, since regex depends on
48518         the extensions module.  Also, fix a longstanding typo in the
48519         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48520         reported by Emanuele Giaquinta.  Also, change sense of cached
48521         variable, so that the message makes sense.
48522
48523 2006-03-24  Simon Josefsson  <jas@extundo.com>
48524
48525         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48526         including some doc fixes.
48527         (base64_encode_alloc): Fix +1 bug on allocation failures.
48528
48529 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48530
48531         * lib/base64.c (base64_encode): Do not read past end of array with
48532         unsanitized input on systems with CHAR_BIT > 8.
48533
48534 2006-03-24  Eric Blake  <ebb9@byu.net>
48535
48536         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48537
48538 2006-03-22  Karl Berry  <karl@gnu.org>
48539
48540         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48541         * config/srclistvars.sh (COREUTILS): new var.
48542
48543 2006-03-17  Jim Meyering  <jim@meyering.net>
48544
48545         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48546         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48547
48548 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48549
48550         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48551         no longer needs it.  Instead, check that regoff_t is as least
48552         as wide as ptrdiff_t.
48553
48554         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48555         so that our regex.h stays compatible with the installed regex.
48556         This is helpful for installers who configure --without-included-regex.
48557         Problem reported by Emanuele Giaquinta.
48558
48559 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48560
48561         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48562         Typedef to long int, not to off_, as POSIX will likely change
48563         in that direction.
48564
48565 2006-03-15  Eric Blake  <ebb9@byu.net>
48566
48567         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48568
48569 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48570
48571         * lib/argp-help.c (validate_uparams): Fix typo
48572         * lib/argp-parse.c (argp_default_options): Consistently begin help
48573         messages with a lowercase letter.
48574
48575 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48576
48577         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48578         overrun buffers and shouldn't be used (much as gets shouldn't be
48579         used).
48580         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48581
48582 2006-03-08  Simon Josefsson  <jas@extundo.com>
48583
48584         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48585         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48586
48587 2006-03-08  Simon Josefsson  <jas@extundo.com>
48588
48589         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48590         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48591
48592 2006-03-08  Simon Josefsson  <jas@extundo.com>
48593
48594         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48595         signal that configure disabled the device.
48596
48597 2006-03-08  Simon Josefsson  <jas@extundo.com>
48598
48599         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48600         languages.
48601
48602 2006-03-07  Simon Josefsson  <jas@extundo.com>
48603
48604         * modules/getopt (Depends-on): Add unistd.
48605
48606         * modules/unistd: New file.
48607
48608 2006-03-07  Simon Josefsson  <jas@extundo.com>
48609
48610         * modules/gc-random: New file.
48611
48612 2006-03-07  Simon Josefsson  <jas@extundo.com>
48613
48614         * m4/unistd_h.m4: New file.
48615
48616 2006-03-07  Simon Josefsson  <jas@extundo.com>
48617
48618         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48619         test to be side-effect free by storing the result in the cache
48620         variable gl_cv_lib_readline, and moving the assignment of
48621         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48622         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48623
48624 2006-03-07  Simon Josefsson  <jas@extundo.com>
48625
48626         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48627         error on missing devices (the functions will return an error).
48628
48629         * m4/gc.m4: Move random stuff to gc-random.m4
48630
48631 2006-03-07  Simon Josefsson  <jas@extundo.com>
48632
48633         * lib/unistd_.h: New file.
48634
48635 2006-03-07  Simon Josefsson  <jas@extundo.com>
48636
48637         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48638
48639 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48640
48641         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48642         Problem reported by Juan Manuel Guerrero.
48643
48644 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48645
48646         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48647         the unistd module.
48648         * lib/getlogin_r.c: Likewise.
48649         * lib/getlogin_r.h: Likewise.
48650         * lib/glob.c: Likewise.
48651         * lib/pagealign_alloc.c: Likewise.
48652         * lib/unistd_.h: Remove; no longer needed.
48653
48654 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48655
48656         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48657         Add unistd.
48658         * modules/c-stack (Depends-on): Add unistd.
48659         * modules/getlogin_r: Likewise.
48660         * modules/glob: Likewise.
48661         * modules/pagealign_alloc: Likewise.
48662         * modules/unistd (Files): Remove lib/unistd_.h.
48663         (EXTRA_DIST): Remove.
48664         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48665         need unistd_.h.
48666         (MOSTLYCLEANFILES): Remove unistd.h-t.
48667
48668 2006-03-03  Simon Josefsson  <jas@extundo.com>
48669
48670         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48671
48672 2006-03-03  Simon Josefsson  <jas@extundo.com>
48673
48674         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48675         libidn and bison.
48676
48677 2006-03-03  Simon Josefsson  <jas@extundo.com>
48678
48679         * build-aux/maint.mk: Add indent target.
48680
48681 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48682
48683         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48684         our replacement poll.h in any case, to avoid a differing
48685         declaration from a system header.  Seen on AIX.
48686
48687 2006-03-01  Simon Josefsson  <jas@extundo.com>
48688
48689         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48690         <kasal@ucw.cz>.
48691
48692 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * modules/gettime (Depends-on): Add extensions module.
48695         * modules/nanosleep (Depends-on): Likewise.
48696         * modules/settime (Depends-on): Likewise.
48697
48698 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48699
48700         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48701         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48702         pedantically.
48703         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48704         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48705
48706         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48707         not "==".  Reported by Ralf Wildenhues.
48708
48709 2006-03-01  Karl Berry  <karl@gnu.org>
48710
48711         * doc/Copyright/request-*: new files, synced from gnuorg.
48712
48713 2006-03-01  Karl Berry  <karl@gnu.org>
48714
48715         * config/srclist.txt (Copyright/*): new entries.
48716
48717 2006-02-28  Simon Josefsson  <jas@extundo.com>
48718
48719         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48720
48721 2006-02-27  Simon Josefsson  <jas@extundo.com>
48722
48723         * lib/base64.h: Indent #define's.  From Jim Meyering
48724         <jim@meyering.net>.
48725
48726 2006-02-27  Jim Meyering  <jim@meyering.net>
48727
48728         Revert the change of 2006-02-24, so these files can continue
48729         to be sync'd from gettext.
48730         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48731         of `config.h'.
48732
48733 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48734
48735         * modules/intprops: New file.
48736         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48737         Add intprops.
48738         * modules/getloadavg (Files): Remove lib/intprops.h.
48739         (Depends-on): Add intprops.
48740         * modules/human: Likewise.
48741         * modules/inttostr: Likewise.
48742         * modules/openat: Likewise.
48743         * modules/sig2str: Likewise.
48744         * modules/userspec: Likewise.
48745         * modules/utimecmp: Likewise.
48746         * modules/xnanosleep: Likewise.
48747         * modules/xstrtol: Likewise.
48748
48749 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48750
48751         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48752         * modules/lock-tests (TESTS): Use $(EXEEXT).
48753         * modules/tls-tests: Likewise.
48754         * modules/argp-tests: Likewise.
48755         (check_PROGRAMS): New var, replacing...
48756         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48757
48758 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48759
48760         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48761         `config.h'.
48762
48763 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48764
48765         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48766
48767 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48768
48769         Sync from coreutils.
48770         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48771         gl_CHDIR_SAFER.
48772
48773 2006-02-22  Jim Meyering  <jim@meyering.net>
48774
48775         Sync from coreutils.
48776         * m4/chdir-safer.m4: New file.
48777
48778 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48779
48780         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48781         AT_FDCWD exceeds INT_MAX.
48782         * lib/openat.h (AT_FDCWD): Likewise.
48783
48784 2006-02-17  Eric Blake  <address@hidden>
48785
48786         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48787
48788 2006-02-16  Simon Josefsson  <jas@extundo.com>
48789
48790         * modules/getaddrinfo (Depends-on): Add sys_socket.
48791
48792 2006-02-15  Simon Josefsson  <jas@extundo.com>
48793
48794         * build-aux/maint.mk: Add dsyntax-check rule.
48795
48796 2006-02-15  Eric Blake  <ebb9@byu.net>
48797
48798         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48799         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48800         'present but cannot compile' warnings on cygwin.
48801         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48802         use ws2tcpip.h if sys/socket.h works.
48803         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48804         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48805
48806 2006-02-14  Simon Josefsson  <jas@extundo.com>
48807
48808         * modules/maintainer-makefile (Files): Rename.
48809
48810         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48811         and (the local) Makefile.cfg to maint-cfg.mk.
48812
48813         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48814         to the latter.
48815
48816         * modules/maintainer-makefile: New module.
48817
48818         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48819         severaly stripped to make it possible to build it up from scratch
48820         with reliable tests.
48821
48822         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48823         fixes to permit overriding the default actions when configure and
48824         makefile are not available.
48825
48826 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48827
48828         Sync from coreutils.
48829         * modules/lstat (Depends-on): Don't depend on xalloc.
48830         (License): Change from GPL to LGPL, since this is now simply a
48831         replacement for a libc function.
48832
48833 2006-02-14  Jim Meyering  <jim@meyering.net>
48834
48835         Sync from coreutils.
48836
48837         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48838         failure on deficient systems, and simplify gnulib lgpl dependencies.
48839         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48840         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48841
48842         * lib/xalloc-die.c: Remove unused definition of N_.
48843
48844 2006-02-14  Jim Meyering  <jim@meyering.net>
48845
48846         Sync from coreutils.
48847         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48848         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48849         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48850         double-quote uses of that variable, to accommodate the rare case in
48851         which getmntent is available in none of the libraries checked.  This
48852         happens at least on FreeBSD 5.0.
48853
48854 2006-02-13  Simon Josefsson  <jas@extundo.com>
48855
48856         * gnulib-tool (Usage): Fix --import, from
48857         karl@freefriends.org (Karl Berry).
48858
48859 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48860
48861         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48862
48863 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48864
48865         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48866         "autoupdate" on 2005-12-12.
48867
48868 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48869
48870         * modules/closeout (Depends-on): Remove atexit.
48871
48872 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48873
48874         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48875         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48876
48877 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48878
48879         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48880         __EXTENSIONS__ if this causes compilation to fail.  Problem
48881         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48882         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48883
48884 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48885
48886         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48887         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48888         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48889         All uses changed.
48890
48891 2006-01-26  Simon Josefsson  <jas@extundo.com>
48892
48893         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48894         prototype is visible on mingw32.
48895
48896         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48897         for mingw32.
48898
48899         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48900         mingw32).
48901
48902 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48903
48904         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48905         attempt to open for write; this always fails, at least on POSIX
48906         hosts.  This reinstates the 2006-01-09 change, which was
48907         inadvertently removed.
48908
48909 2006-01-26  Bruno Haible  <bruno@clisp.org>
48910
48911         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48912         Reported by Paul Eggert.
48913
48914 2006-01-26  Bruno Haible  <bruno@clisp.org>
48915             Paul Eggert  <eggert@cs.ucla.edu>
48916
48917         * lib/stdbool_.h (_Bool)
48918         [(! (defined __cplusplus || defined __BEOS__)
48919           && !defined __GNUC__
48920           && !(defined __HP_cc || defined __xlc__
48921                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48922                || defined __sgi))]:
48923         #define to signed char in these cases too; this simplifies
48924         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48925         etc., separately) and makes it more conservative.
48926
48927 2006-01-25  Simon Josefsson  <jas@extundo.com>
48928
48929         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48930         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48931         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48932
48933 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48934
48935         * lib/argp-namefrob.h: Bugfix. Remove stray #
48936
48937 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48938
48939         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48940         so that we test the test.
48941         Check for yet another HP-UX cc bug involving *bool |= bool.
48942
48943 2006-01-25  Karl Berry  <karl@gnu.org>
48944
48945         * config/srclist.txt (vasnprintf.c): sync lost.
48946
48947 2006-01-25  Jim Meyering  <jim@meyering.net>
48948
48949         Sync from the stable (b5) branch of coreutils:
48950
48951         * lib/fts.c (fts_children): Don't let close() clobber errno from
48952         failed fchdir().
48953
48954         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48955         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48956         a dangling symlink.  That can also happen at least for ELOOP.
48957         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48958         FYI, this bug predates the inclusion of fts.c in coreutils.
48959
48960         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48961         in their own block, so pre-c99 compilers don't object.
48962
48963         Avoid the double-free (first in fts_read, second in fts_close) that
48964         would occur when an `active' directory is made inaccessible (e.g.,
48965         via chmod a-x) during a traversal.
48966         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48967         before returning.  Reproduce this failure by
48968         mkdir -p a/b; cd a; chmod a-x . b
48969         Reported by Stavros Passas.
48970
48971 2006-01-25  Jim Meyering  <jim@meyering.net>
48972
48973         * lib/fileblocks.c: Remove more useless parentheses.
48974         * lib/readutmp.h: Likewise.
48975
48976 2006-01-25  Bruno Haible  <bruno@clisp.org>
48977
48978         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48979         warnings.
48980         Reported by Paul Eggert.
48981
48982 2006-01-25  Bruno Haible  <bruno@clisp.org>
48983
48984         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48985         rid of a trap command. For Solaris sh.
48986         Reported by Mark D. Baushke <mdb@gnu.org>.
48987
48988 2006-01-24  Simon Josefsson  <jas@extundo.com>
48989
48990         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48991         Bruno.
48992
48993 2006-01-24  Karl Berry  <karl@gnu.org>
48994
48995         * config/srclist.txt (argp-namefrob.h): sync lost.
48996
48997 2006-01-24  Jim Meyering  <jim@meyering.net>
48998
48999         * modules/openat (Files): Add lib/intprops.h.
49000         From Mark D. Baushke.
49001
49002 2006-01-24  Jim Meyering  <jim@meyering.net>
49003
49004         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
49005         Reported by Mark D. Baushke.
49006
49007 2006-01-24  Jim Meyering  <jim@meyering.net>
49008
49009         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
49010
49011 2006-01-24  Bruno Haible  <bruno@clisp.org>
49012
49013         * modules/strnlen (Maintainer): Change from glibc to all.
49014
49015 2006-01-24  Bruno Haible  <bruno@clisp.org>
49016
49017         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
49018         Patch by Paul Eggert.
49019
49020 2006-01-24  Bruno Haible  <bruno@clisp.org>
49021
49022         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
49023         already has it.
49024         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
49025         2005-11-26.
49026
49027         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
49028         'signed char' to avoid problems with the built-in _Bool type.
49029         Reported by Paul Eggert on 2005-11-26.
49030
49031 2006-01-24  Bruno Haible  <bruno@clisp.org>
49032
49033         * gnulib-tool (func_import): Avoid constructing complicated sed
49034         expressions inside backquote.
49035         Report and solution by Mark D. Baushke <mdb@gnu.org>.
49036
49037 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
49038
49039         These changes imported from libc.
49040         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
49041         test and two separate function calls.
49042         * lib/strndup.c (__strndup): Add libc_hidden_def.
49043
49044 2006-01-23  Simon Josefsson  <jas@extundo.com>
49045
49046         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
49047         Remove the test_*_SOURCES variable: automake infers it by default.
49048         * modules/tls-tests: Likewise.
49049
49050 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49051
49052         Work around porting bugs reported by Dieter in
49053         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49054         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49055         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49056         Include "getopt.h" first, to check interface.
49057         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49058         !HAVE_DECL_GETENV.
49059         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49060         (__strndup): Revert to K&R-style function dfns, the glibc style.
49061         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49062         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49063         Include strnlen.h first, to get prototype properly.
49064         (strnlen): Renamed from __strnlen.
49065         Remove weak alias.
49066
49067 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49068
49069         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49070
49071 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49072
49073         * config/srclist.txt: Adjust to reflect glibc reorganization.
49074         This affects only comments.
49075
49076 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49077
49078          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49079          Reported by Bruce Korb <bkorb@gnu.org>.
49080
49081 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49082
49083         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49084         to pacify gcc -Wswitch-default.
49085
49086 2006-01-22  Bruno Haible  <bruno@clisp.org>
49087
49088         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49089         temporary buffer for sprintf, take into account the precision also
49090         for 'd', 'i', 'u', 'o', 'x', 'X'.
49091
49092 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49093
49094         * modules/argp-tests: New module
49095         * tests/test-argp.c: New file
49096         * tests/test-argp-2.sh: New file
49097
49098 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49099
49100         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49101         (__argp_base_name): Removed
49102         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49103         typo.
49104         (__argp_base_name): Provide macro definition or extern declaration
49105         depending on the configuration
49106
49107 2006-01-20  Simon Josefsson  <jas@extundo.com>
49108
49109         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49110
49111 2006-01-20  Simon Josefsson  <jas@extundo.com>
49112
49113         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49114
49115 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49116
49117         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49118         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49119         Suggested by Bruno Haible.
49120
49121 2006-01-20  Karl Berry  <karl@gnu.org>
49122
49123         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49124         until changes propagate, I guess.
49125
49126 2006-01-19  Simon Josefsson  <jas@extundo.com>
49127
49128         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49129
49130 2006-01-19  Simon Josefsson  <jas@extundo.com>
49131
49132         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49133
49134 2006-01-19  Simon Josefsson  <jas@extundo.com>
49135
49136         * gnulib-tool: Set check_PROGRAMS.
49137
49138         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49139         modules/des-tests, modules/gc-arcfour-tests,
49140         modules/gc-arctwo-tests, modules/gc-des-tests,
49141         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49142         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49143         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49144         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49145         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49146         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49147         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49148         test_*_SOURCES.
49149
49150 2006-01-18  Simon Josefsson  <jas@extundo.com>
49151
49152         * modules/socklen (Depends-on): Depend on sys_socket.
49153
49154 2006-01-18  Simon Josefsson  <jas@extundo.com>
49155
49156         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49157         modules/des-tests, modules/gc-arcfour-tests,
49158         modules/gc-arctwo-tests, modules/gc-des-tests,
49159         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49160         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49161         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49162         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49163         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49164         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49165         $(EXEEXT) to automake TESTS variable, for mingw32.
49166
49167 2006-01-17  Simon Josefsson  <jas@extundo.com>
49168
49169         * modules/socklen (Include): Need sys/socket.h.
49170
49171 2006-01-17  Bruno Haible  <bruno@clisp.org>
49172
49173         * modules/ssize_t (Include): Add <sys/types.h>.
49174
49175 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49176
49177         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49178         it's not portable and it doesn't work with cross-compiles.
49179         Problem reported by Bruno Haible.  Fix missing-$ typo in
49180         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49181         -zignore from being used with Sun's C compiler.
49182
49183 2006-01-12  Simon Josefsson  <jas@extundo.com>
49184
49185         * lib/base64.c: Fix warning, reported by Bruno Haible
49186         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49187
49188 2006-01-12  Bruno Haible  <bruno@clisp.org>
49189
49190         * modules/ldd: New file.
49191         * build-aux/ldd.sh.in: New file.
49192         * MODULES.html.sh (Support for building libraries and executables): Add
49193         ldd.
49194
49195 2006-01-12  Bruno Haible  <bruno@clisp.org>
49196
49197         * m4/ldd.m4: New file.
49198
49199 2006-01-12  Bruno Haible  <bruno@clisp.org>
49200
49201         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49202         endless loop while replacing $auxdir with build-aux.
49203
49204 2006-01-11  Simon Josefsson  <jas@extundo.com>
49205
49206         * lib/stdint_.h (SIZE_MAX): Add missing (.
49207
49208 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49209
49210         Sync from coreutils.
49211         * lib/md5.c: Fix commentary typos.
49212         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49213         * lib/md5.h (__attribute__): Remove; unused.
49214         * lib/sha1.c: Fix commentary to match md5 better.
49215         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49216         so that we don't need to worry about alignment.  All uses changed.
49217         This merges the 2005-10-28 md5 change into sha1.
49218
49219 2006-01-11  Jim Meyering  <jim@meyering.net>
49220
49221         Sync from coreutils.
49222         * lib/md5.c (OP): Fix spacing.
49223
49224 2006-01-11  Bruno Haible  <bruno@clisp.org>
49225
49226         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49227         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49228         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49229
49230 2006-01-11  Bruno Haible  <bruno@clisp.org>
49231
49232         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49233         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49234         the "early" section as well.
49235
49236 2006-01-11  Bruno Haible  <bruno@clisp.org>
49237
49238         Avoid "ar: no archive members specified" error on MacOS X.
49239         * gnulib-tool (func_modules_add_dummy): New function.
49240         (func_import, func_create_testdir): Invoke it.
49241
49242 2006-01-11  Bruno Haible  <bruno@clisp.org>
49243
49244         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49245         with $auxdir in AC_CONFIG_FILES statements.
49246
49247 2006-01-11  Bruno Haible  <bruno@clisp.org>
49248
49249         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49250         Initialize also noinst_HEADERS to empty.
49251
49252 2006-01-11  Bruno Haible  <bruno@clisp.org>
49253
49254         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49255         variables.
49256         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49257         autoreconf.
49258
49259 2006-01-11  Bruno Haible  <bruno@clisp.org>
49260
49261         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49262         overridable by the user.
49263         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49264
49265 2006-01-10  Simon Josefsson  <jas@extundo.com>
49266
49267         * modules/sys_socket: New file.
49268
49269 2006-01-10  Simon Josefsson  <jas@extundo.com>
49270
49271         * m4/sys_socket_h.m4: New file.
49272
49273 2006-01-10  Simon Josefsson  <jas@extundo.com>
49274
49275         * lib/socket_.h: New file.
49276
49277 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49278
49279         * modules/readutmp (Maintainer): Add myself.
49280
49281 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49282
49283         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49284         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49285         People who are still concerned with buggy memcmp implementations
49286         can invoke gl_FUNC_MEMCMP themselves.
49287
49288 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49289
49290         * lib/regex_internal.h (BITSET_WORD_BITS):
49291         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49292         preprocessor mishandles large unsigned values as if they were signed.
49293         Problem reported by Claudio Fontana in
49294         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49295
49296 2006-01-10  Jim Meyering  <jim@meyering.net>
49297
49298         Avoid the double-free (first in fts_read, second in fts_close) that
49299         would occur when an `active' directory is made inaccessible (e.g.,
49300         via chmod a-x) during a traversal.
49301         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49302         before returning.  Reproduce this failure by
49303         mkdir -p a/b; cd a; chmod a-x . b
49304         Reported by Stavros Passas.
49305
49306         Sync from coreutils.
49307         * lib/sha1.c: Tweak grammar in a comment.
49308
49309 2006-01-10  Jim Meyering  <jim@meyering.net>
49310
49311         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49312         Patch by Joerg Sonnenberger.
49313
49314 2006-01-10  Bruno Haible  <bruno@clisp.org>
49315
49316         * modules/readutmp: Depend on module free.
49317         * modules/strtok_r: Depend on module restrict.
49318
49319 2006-01-10  Bruno Haible  <bruno@clisp.org>
49320
49321         * modules/gettext (configure.ac): Add an invocation of
49322         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49323
49324 2006-01-10  Bruno Haible  <bruno@clisp.org>
49325
49326         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49327         Reported by Werner Lemberg <wl@gnu.org>.
49328
49329 2006-01-10  Bruno Haible  <bruno@clisp.org>
49330
49331         * lib/localcharset.c: Update from GNU gettext.
49332
49333 2006-01-10  Bruno Haible  <bruno@clisp.org>
49334
49335         * lib/argp.h (__const): Remove macro. Use const instead.
49336         * lib/argp-fmtstream.h (__const): Likewise.
49337         * lib/glob_.h (__const): Remove macro.
49338         * lib/glob-libc.h: Use const instead of __const.
49339
49340 2006-01-10  Bruno Haible  <bruno@clisp.org>
49341
49342         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49343         variable.
49344         Needed to avoid an automake error regarding the 'gettext' module.
49345
49346 2006-01-09  Simon Josefsson  <jas@extundo.com>
49347
49348         * modules/inet_ntop (Depends-on): Add restrict.
49349
49350 2006-01-09  Simon Josefsson  <jas@extundo.com>
49351
49352         * modules/gc-rijndael-tests (License): Put under LGPL.
49353
49354         * modules/gc-des-tests (License): Likewise.
49355
49356         * modules/gc-arcfour-tests (License): Likewise.
49357
49358         * modules/gc-arctwo-tests (License): Likewise.
49359
49360         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49361
49362         * modules/gc-hmac-sha1-tests (Files): Likewise.
49363
49364         * modules/gc-hmac-md5-tests (License): Likewise.
49365
49366         * modules/gc-sha1-tests (License): Likewise.
49367
49368         * modules/gc-md5-tests (License): Likewise.
49369
49370         * modules/gc-md4-tests (License): Likewise.
49371
49372         * modules/gc-md2-tests (License): Likewise.
49373
49374         * modules/gc-tests (License): Likewise.
49375
49376         * modules/des-tests (License): Likewise.
49377
49378         * modules/md4-tests (License): Likewise.
49379
49380         * modules/md2-tests (License): Likewise.
49381
49382 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49383
49384         Sync from coreutils:
49385
49386         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49387         * modules/lib-ignore: New file.
49388         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49389         chdir-safer.m4, lchmod.m4.
49390         * modules/openat: Add mkdirat.c, openat-priv.h.
49391
49392 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49393
49394         Sync from coreutils.
49395         * m4/lib-ignore.m4: New file.
49396         * m4/lchmod.m4: New file.
49397
49398 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49399
49400         Sync from coreutils.
49401         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49402         for write access: POSIX says that must fail.
49403         * lib/fts.c (diropen): Likewise.
49404         * lib/save-cwd.c (save_cwd): Likewise.
49405         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49406         well, for minor improvements on hosts that lack O_DIRECTORY.
49407         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49408         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49409         Fall back on chown if open failed with EACCES.
49410
49411         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49412         Report an error at compile-time if only a 1-second nominal clock
49413         resolution is found.
49414
49415         * lib/lchmod.h: New file.
49416         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49417         (make_dir_parents): Use lchown rather than chown, and
49418         lchmod rather than chmod.
49419
49420         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49421         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49422         "proc" reported by n0dalus.
49423
49424         * lib/mountlist.c: Include <limits.h>.
49425         (dev_from_mount_options)
49426         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49427         New function.  It no longer assumes "dev=" has the System V meaning
49428         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49429         (read_file_system_list)
49430         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49431         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49432         dev= in that case.
49433
49434         * lib/posixtm.h (PDS_PRE_2000): New macro.
49435         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49436         allow_century.  All usages changed.  Reject dates outside the range
49437         1969-1999 if PDS_PRE_2000 is used.
49438
49439 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49440
49441         Sync from coreutils.
49442         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49443         (Time of day items): Mention the possibility of leap seconds.
49444         Problem reported by Dr. David Alan Gilbert.
49445
49446 2006-01-09  Jim Meyering  <jim@meyering.net>
49447
49448         Sync from coreutils.
49449
49450         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49451
49452         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49453
49454         * lib/modechange.c (mode_compile): Reject an invalid mode string
49455         that starts with an octal digit.  From Andreas Gruenbacher.
49456
49457         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49458         and dup to open_safer and dup_safer, respectively.
49459         (openat_permissive): Fix typo in comment.
49460
49461         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49462         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49463         (_): Remove; no longer needed.
49464         (openat): Renamed from rpl_openat; no need for rpl_openat
49465         since openat.h renames openat for us.
49466         Replace most of the body with a call to openat_permissive,
49467         to avoid duplicate code.
49468         Port to (probably hypothetical) environments were mode_t is
49469         wider than int.
49470         (openat_permissive): Require mode arg, so that we can check
49471         types better.  Put it just after flags.  Change cwd failure
49472         indicator from pointer-to-bool to pointer-to-errno-value.
49473         All callers changed.
49474         Invoke openat_save_fail and/or openat_restore_fail if
49475         cwd_errno is null, so that openat can call us.
49476         (openat_permissive, fdopendir, fstatat, unlinkat):
49477         Simplify errno handling to avoid some duplicate code,
49478         as it's OK to set errno on success.
49479         * lib/openat.h: Revamp code so that function macros depend on
49480         __OPENAT_PREFIX only, not also on AT_FDCWD.
49481         (openat_ro): Remove.  Caller changed to use openat_permissive.
49482         (openat_permissive): Now a macro, if not a function.
49483         (openat_restore_fail, openat_save_fail): Now always functions,
49484         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49485
49486         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49487         and openat.c.
49488         * lib/mkdirat.c: Include openat-priv.h.
49489         Remove definitions of macros defined therein.
49490         * lib/openat.c: Likewise.
49491
49492         * lib/mkdirat.c (mkdirat): New file and function.
49493         * lib/openat.h (mkdirat): Declare.
49494
49495         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49496
49497         * lib/openat.h (openat_permissive): Declare.
49498         (openat_ro): Define.
49499
49500         * lib/openat.c (EXPECTED_ERRNO): New macro.
49501         (openat_permissive): New function -- used in remove.c rewrite.
49502         (all functions): Set errno just before returning, only if there
49503         was an actual failure.
49504         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49505
49506         Emulate openat-family functions using Linux's procfs, if possible.
49507         Idea and some code based on Ulrich Drepper's glibc changes.
49508
49509         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49510         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49511         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49512         before falling back on save_cwd and restore_cwd.
49513         (fdopendir, fstatat, unlinkat): Likewise.
49514
49515         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49516         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49517
49518         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49519         as second argument to va_arg.  Otherwise, some versions of gcc
49520         warn that `if this code is reached, the program will abort'.
49521
49522 2006-01-09  Jim Meyering  <jim@meyering.net>
49523
49524         Sync from coreutils.
49525         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49526         Require openat-priv.h.
49527
49528 2006-01-09  Bruno Haible  <bruno@clisp.org>
49529
49530         * modules/strnlen (Include): Use strnlen.h.
49531
49532 2006-01-09  Bruno Haible  <bruno@clisp.org>
49533
49534         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49535
49536 2006-01-09  Bruno Haible  <bruno@clisp.org>
49537
49538         * lib/sysexit_.h (EX_OK): New macro.
49539         Suggested by Martin Lambers <marlam@marlam.de>.
49540
49541 2006-01-09  Bruno Haible  <bruno@clisp.org>
49542
49543         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49544         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49545
49546 2006-01-09  Bruno Haible  <bruno@clisp.org>
49547
49548         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49549         numbers.
49550
49551 2006-01-09  Bruno Haible  <bruno@clisp.org>
49552
49553         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49554         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49555         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49556         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49557
49558 2006-01-09  Bruno Haible  <bruno@clisp.org>
49559
49560         * build-aux/javacomp.sh.in: New file, moved from lib/.
49561         * modules/javacomp-script (Files): Update.
49562         (configure.ac): Add AC_CONFIG_FILES invocation.
49563         (EXTRA_DIST): Remove variable.
49564
49565         * build-aux/javaexec.sh.in: New file, moved from lib/.
49566         * modules/javaexec (Files): Update.
49567         (configure.ac): Add AC_CONFIG_FILES invocation.
49568         (EXTRA_DIST): Remove javaexec.sh.in.
49569
49570         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49571         * modules/csharpcomp-script (Files): Update.
49572         (configure.ac): Add AC_CONFIG_FILES invocation.
49573         (EXTRA_DIST): Remove variable.
49574
49575         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49576         * modules/csharpexec (Files): Update.
49577         (configure.ac): Add AC_CONFIG_FILES invocation.
49578         (EXTRA_DIST): Remove csharpexec.sh.in.
49579
49580 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49581
49582         Sync from coreutils.
49583
49584         Add POSIX ACL support
49585         * lib/acl.h (copy_acl, set_acl): Add declarations.
49586         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49587         systems other than Linux.
49588         (chmod_or_fchmod): New function: use fchmod when possible,
49589         and chmod otherwise.
49590         (file_has_acl): Add a POSIX ACL implementation, with a
49591         Linux-specific subcase.
49592         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49593         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49594         acls are unsupported.
49595         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49596         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49597         are unsupported.
49598
49599 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49600
49601         Sync from coreutils.
49602         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49603
49604 2006-01-07  Bruno Haible  <bruno@clisp.org>
49605
49606         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49607         gl_EARLY.
49608
49609 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49610
49611         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49612         Problem reported for Mingw by Mark Junker.
49613
49614 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49615
49616         * README: Gnulib normally doesn't generate a tarball.
49617
49618 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49619
49620         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49621         long int, not int, for nanosecond counts, so that people who are
49622         used to POSIX struct timespec won't be surprised.  Reported by Jim
49623         Meyering.
49624
49625 2005-12-28  Bruno Haible  <bruno@clisp.org>
49626
49627         * build-aux/config.rpath: Update from GNU gettext.
49628
49629 2005-12-16  Jim Meyering  <jim@meyering.net>
49630
49631         * modules/fprintftime: New module.
49632         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49633
49634 2005-12-16  Jim Meyering  <jim@meyering.net>
49635
49636         * m4/fprintftime.m4: New file.
49637
49638 2005-12-16  Jim Meyering  <jim@meyering.net>
49639
49640         * lib/fprintftime.c, lib/fprintftime.h: New files.
49641
49642 2005-12-15  Simon Josefsson  <jas@extundo.com>
49643
49644         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49645         new m4/socklen.m4.
49646
49647 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49648
49649         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49650         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49651
49652 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49653
49654         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49655         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49656         struct uparams is valid. Fall back to the default values if it is
49657         not.
49658
49659 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49660
49661         * modules/argp (Files): Add argp-pin.c
49662         (Depends-on): dirname
49663         (lib_SOURCES): Add argp-pin.c
49664
49665 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49666
49667         * m4/argp.m4:  Check if program_invocation_name and
49668         program_invocation_short_name are declared and define appropriate
49669         macros if they are not.
49670
49671 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49672
49673         * lib/argp-help.c (__argp_base_name): New function
49674         (__argp_short_program_name): Rewrite using __argp_base_name
49675         * lib/argp-namefrob.h: Define program_invocation_name and
49676         program_invocation_short_name if requested
49677         (__argp_base_name): Add prototype
49678         * lib/argp-parse.c (argp_def): Use gettext wrappers
49679         (argp_default_parser): Use __argp_base_name
49680         * lib/argp-pin.c: New file. Defines program_invocation_name and
49681         program_invocation_short_name on systems that lack them.
49682
49683 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49684
49685         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49686         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49687         porting problem reported by Georg Schwarz in
49688         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49689
49690 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49691
49692         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49693         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49694         porting problem reported by Georg Schwarz in
49695         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49696
49697 2005-12-05  Bruno Haible  <bruno@clisp.org>
49698
49699         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49700         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49701         Reported by Mark Junker <mjscod@gmx.de>.
49702
49703 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49704
49705         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49706         Use implementation from Albert Chin, with some
49707         comments/corrections by Stepan Kasal and myself.
49708
49709 2005-12-02  Bruno Haible  <bruno@clisp.org>
49710
49711         * gnulib-tool (func_import): Accept GPLed build tool modules when
49712         --lgpl is given.
49713         * modules/csharpcomp-script: New file.
49714         * modules/csharpcomp: Depend on it.
49715         * modules/javacomp-script: New file.
49716         * modules/javacomp: Depend on it.
49717         Suggested by Simon Josefsson.
49718
49719 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49720
49721         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49722         statement, to work around an HP-UX 10.20 compiler bug reported by
49723         Peter O'Gorman.
49724
49725 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49726
49727         * modules/savedir (Depends-on): Add openat.
49728
49729 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49730
49731         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49732         (uintmax_t) [defined uintmax_t]: Do not declare.
49733         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49734         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49735         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49736         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49737         sake of portability to weird hosts that C allows (though we don't
49738         know of any practical examples).
49739
49740         * lib/savedir.h (fdsavedir): New decl.
49741         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49742         contains most of the former guts of savedir.
49743         (savedir): Use savedirstream.
49744         Include "openat.h".
49745
49746 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49747
49748         * modules/obstack (Files): Add m4/ulonglong.m4.
49749         Problem reported by Davide Angelocola.
49750
49751 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49752
49753         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49754         coreutils no longer futzes with rounding modes.
49755
49756 2005-11-14  Jim Meyering  <jim@meyering.net>
49757
49758         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49759         replacement of mkstemp.
49760
49761 2005-11-10  Simon Josefsson  <jas@extundo.com>
49762
49763         * lib/readline.c: Remove EOL.
49764
49765 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49766
49767         * modules/gethrxtime (Depends-on): Add gettime.
49768
49769 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49770
49771         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49772         or gettimeofday; no longer needed.
49773
49774 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49775
49776         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49777         time business.
49778         (gethrxtime) [! (HAVE_NANOUPTIME
49779         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49780         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49781         our own approximation.
49782
49783 2005-11-08  Eric Blake  <ebb9@byu.net>
49784
49785         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49786
49787 2005-11-08  Eric Blake  <ebb9@byu.net>
49788
49789         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49790
49791 2005-11-04  Bruno Haible  <bruno@clisp.org>
49792
49793         * gnulib-tool: Implement --update mode.
49794
49795 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49796
49797         Fix porting problem reported by Theodoros V. Kalamatianos.
49798         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49799         Don't assume that futimes failing means we must fail.
49800
49801 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49802
49803         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49804         variables to suggest the intended function of the PATH_MAX check.
49805
49806 2005-10-30  Kean Johnston  <jkj@sco.com>
49807
49808         Trivial changes to support SCO systems.
49809         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49810         as PATH_MAX.
49811         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49812         where __ptr is null when no I/O is pending.
49813
49814 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49815
49816         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49817         leave errno alone.  Problem reported by Dmitry V. Levin.
49818
49819 2005-10-28  Simon Josefsson  <jas@extundo.com>
49820
49821         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49822         Test more.
49823
49824         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49825
49826         * modules/md2, modules/md2-tests: New files.
49827
49828 2005-10-28  Simon Josefsson  <jas@extundo.com>
49829
49830         * m4/inet_ntop.m4: More tests.
49831
49832         * m4/gc-md2.m4, md2.m4: New file.
49833
49834 2005-10-28  Simon Josefsson  <jas@extundo.com>
49835
49836         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49837         "restrict" keywords, as per POSIX.  Protect the function
49838         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49839         Don't use K&R prototypes.  Check the sprintf return values.
49840         Re-define EAFNOSUPPORT if not present.  Indent.
49841
49842         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49843         suggested by Bruno Haible <bruno@clisp.org>.
49844
49845         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49846
49847         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49848
49849         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49850         libgcrypt).
49851
49852         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49853
49854         * lib/md2.h, lib/md2.c: New files.
49855
49856 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49857
49858         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49859         errno alone.  Problem reported by Frederic Jolliton.
49860
49861 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49862
49863         * modules/verify (License): Change from GPL to LGPL.  This is a
49864         tiny module and there are apparently near-equivalents that are
49865         under the BSD license.
49866
49867 2005-10-24  Simon Josefsson  <jas@extundo.com>
49868
49869         * modules/sha1: Relicense to LGPL.
49870
49871 2005-10-24  Simon Josefsson  <jas@extundo.com>
49872
49873         * lib/md4.h: Shrink buffer size, now that we changed the type.
49874
49875 2005-10-23  Simon Josefsson  <jas@extundo.com>
49876
49877         * gnulib-tool (func_import): Fix --tests-base.
49878
49879 2005-10-22  Simon Josefsson  <jas@extundo.com>
49880
49881         * modules/arcfour (Depends-on): Need stdint.
49882
49883 2005-10-22  Simon Josefsson  <jas@extundo.com>
49884
49885         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49886         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49887
49888 2005-10-22  Simon Josefsson  <jas@extundo.com>
49889
49890         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49891         suggested by Bruno Haible <bruno@clisp.org>.
49892
49893 2005-10-22  Simon Josefsson  <jas@extundo.com>
49894
49895         * lib/crc.h: Include stddef.h, for size_t.
49896
49897 2005-10-22  Simon Josefsson  <jas@extundo.com>
49898
49899         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49900         arcfour_context struct (simplify test vector testing in GNU
49901         Shishi).
49902
49903 2005-10-21  Simon Josefsson  <jas@extundo.com>
49904
49905         * modules/des, modules/des-tests: New files.
49906
49907         * modules/gc-des, modules/gc-des-tests: New files.
49908
49909         * tests/test-des.c, tests/test-gc-des.c: New file.
49910
49911 2005-10-21  Simon Josefsson  <jas@extundo.com>
49912
49913         * modules/arctwo, modules/arctwo-tests: New files.
49914
49915         * tests/test-arctwo.c: New file.
49916
49917         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49918
49919         * tests/test-gc-arctwo.c: New file.
49920
49921 2005-10-21  Simon Josefsson  <jas@extundo.com>
49922
49923         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49924         Bruno Haible <bruno@clisp.org>.
49925
49926         * m4/gc-des.m4: New file.
49927
49928 2005-10-21  Simon Josefsson  <jas@extundo.com>
49929
49930         * m4/arctwo.m4: New file.
49931
49932         * m4/gc-arctwo.m4: New file.
49933
49934 2005-10-21  Simon Josefsson  <jas@extundo.com>
49935
49936         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49937         block.
49938
49939 2005-10-21  Simon Josefsson  <jas@extundo.com>
49940
49941         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49942         <bruno@clisp.org>.
49943
49944         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49945
49946         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49947         Bruno Haible <bruno@clisp.org>.
49948
49949         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49950         <bruno@clisp.org>.
49951
49952 2005-10-21  Simon Josefsson  <jas@extundo.com>
49953
49954         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49955
49956 2005-10-21  Simon Josefsson  <jas@extundo.com>
49957
49958         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49959
49960 2005-10-21  Simon Josefsson  <jas@extundo.com>
49961
49962         * lib/des.h, lib/des.c: New files.
49963
49964         * lib/gc-gnulib.c: Support DES.c
49965
49966 2005-10-21  Simon Josefsson  <jas@extundo.com>
49967
49968         * lib/arctwo.h, lib/arctwo.c: New files.
49969
49970         * lib/gc-gnulib.c: Support ARCTWO.
49971
49972 2005-10-21  Simon Josefsson  <jas@extundo.com>
49973
49974         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49975         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49976
49977 2005-10-21  Simon Josefsson  <jas@extundo.com>
49978
49979         * gnulib-tool (func_import, func_create_testdir): Define automake
49980         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49981         Makefile.am snippet),
49982         suggested by Bruno Haible <bruno@clisp.org>.
49983
49984         * modules/gc (Makefile.am): Use it.
49985
49986 2005-10-21  Bruno Haible  <bruno@clisp.org>
49987
49988         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49989         patch.
49990
49991 2005-10-19  Simon Josefsson  <jas@extundo.com>
49992
49993         * tests/test-gc-rijndael.c: New file.
49994
49995         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49996
49997 2005-10-19  Simon Josefsson  <jas@extundo.com>
49998
49999         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
50000         interface too.
50001
50002 2005-10-19  Simon Josefsson  <jas@extundo.com>
50003
50004         * tests/test-gc-arcfour.c: New file.
50005
50006         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
50007
50008 2005-10-19  Simon Josefsson  <jas@extundo.com>
50009
50010         * modules/gc-md4, modules/gc-md4-tests: New file.
50011
50012         * tests/test-gc-md4.c: New file.
50013
50014 2005-10-19  Simon Josefsson  <jas@extundo.com>
50015
50016         * m4/gc-md4.m4: New file.
50017
50018 2005-10-19  Simon Josefsson  <jas@extundo.com>
50019
50020         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
50021         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
50022         <kasal@ucw.cz>.
50023
50024 2005-10-19  Simon Josefsson  <jas@extundo.com>
50025
50026         * m4/gc-arcfour.m4: New file.
50027
50028         * m4/gc-rijndael.m4: New file.
50029
50030 2005-10-19  Simon Josefsson  <jas@extundo.com>
50031
50032         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
50033
50034 2005-10-19  Simon Josefsson  <jas@extundo.com>
50035
50036         * lib/gc-gnulib.c: Support ARCFOUR.
50037
50038 2005-10-19  Simon Josefsson  <jas@extundo.com>
50039
50040         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
50041         support.
50042
50043         * lib/gc.h: Add ECB enum type.
50044
50045         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
50046
50047 2005-10-18  Simon Josefsson  <jas@extundo.com>
50048
50049         * tests/test-md5.c: New file.
50050
50051         * modules/md5-tests: New file.
50052
50053 2005-10-18  Simon Josefsson  <jas@extundo.com>
50054
50055         * tests/test-md4.c: New file.
50056
50057         * modules/md4, modules/md4-tests: New files.
50058
50059 2005-10-18  Simon Josefsson  <jas@extundo.com>
50060
50061         * m4/md4.m4: New file.
50062
50063 2005-10-18  Simon Josefsson  <jas@extundo.com>
50064
50065         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50066
50067 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50068
50069         * gnulib-tool (func_create_testdir): Omit the second check whether
50070         BUILT_SOURCES in nonempty.
50071
50072 2005-10-17  Simon Josefsson  <jas@extundo.com>
50073
50074         * tests/test-rijndael.c: New file.
50075
50076 2005-10-17  Simon Josefsson  <jas@extundo.com>
50077
50078         * modules/sha1: Depend on stdint instead of md5.
50079
50080         * modules/md5: Depend on stdint, remove uint32_t.
50081
50082 2005-10-17  Simon Josefsson  <jas@extundo.com>
50083
50084         * modules/gc-sha1-tests: New file.
50085
50086         * tests/test-gc-sha1.c: New file.
50087
50088 2005-10-17  Simon Josefsson  <jas@extundo.com>
50089
50090         * m4/md5.m4: Remove call to uint32_t.m4.
50091
50092 2005-10-17  Simon Josefsson  <jas@extundo.com>
50093
50094         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50095
50096         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50097         md5.h.
50098
50099         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50100
50101         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50102
50103 2005-10-17  Simon Josefsson  <jas@extundo.com>
50104
50105         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50106
50107 2005-10-17  Simon Josefsson  <jas@extundo.com>
50108
50109         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50110
50111 2005-10-17  Simon Josefsson  <jas@extundo.com>
50112
50113         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50114
50115         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50116
50117 2005-10-17  Bruno Haible  <bruno@clisp.org>
50118
50119         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50120         that it can also be used in a test.
50121
50122 2005-10-16  Bruno Haible  <bruno@clisp.org>
50123
50124         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50125         TESTS_ENVIRONMENT, so that individual tests can augment it.
50126
50127         * gnulib-tool (func_create_testdir): Use an intermediate target for
50128         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50129         macros, like $(ALLOCA_H), which cannot be passed through the command
50130         line.
50131
50132 2005-10-15  Simon Josefsson  <jas@extundo.com>
50133
50134         * modules/rijndael-tests: New file.
50135
50136         * modules/rijndael: New file.
50137
50138 2005-10-15  Simon Josefsson  <jas@extundo.com>
50139
50140         * m4/rijndael.m4: New file.
50141
50142 2005-10-15  Simon Josefsson  <jas@extundo.com>
50143
50144         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50145
50146         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50147
50148 2005-10-14  Simon Josefsson  <jas@extundo.com>
50149
50150         * tests/test-arcfour.c: New file.
50151
50152         * modules/arcfour, modules/arcfour-tests: New files.
50153
50154 2005-10-14  Simon Josefsson  <jas@extundo.com>
50155
50156         * m4/arcfour.m4: New file.
50157
50158 2005-10-14  Simon Josefsson  <jas@extundo.com>
50159
50160         * lib/arcfour.h, lib/arcfour.c: New files.
50161
50162 2005-10-14  Roland McGrath  <roland@redhat.com>
50163
50164         Import from libc.  [BZ #1331]
50165         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50166         macro argument.
50167         Reported by Matej Vela <vela@debian.org>.
50168
50169 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50170
50171         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50172         include <wchar.h>; no longer needed.
50173
50174 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50175
50176         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50177
50178 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50179         and  Ulrich Drepper  <drepper@redhat.com>
50180
50181         Import from libc.
50182         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50183         instead of inline stream orientation test and two separate
50184         function calls.  Pay no attention to USE_IN_LIBIO.
50185
50186 2005-10-13  Simon Josefsson  <jas@extundo.com>
50187
50188         * modules/gc-hmac-md5-tests: New file.
50189
50190         * tests/test-gc-hmac-sha1.c: New file.
50191
50192         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50193
50194         * modules/gc-hmac-md5-tests: New file.
50195
50196         * tests/test-gc-md5.c: New file.
50197
50198         * modules/gc-md5-tests: New file.
50199
50200 2005-10-13  Simon Josefsson  <jas@extundo.com>
50201
50202         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50203         Move memory allocation outside of loop.
50204
50205 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50206
50207         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50208         intermediate directory is in a read-only file system.  Problem
50209         reported by Eric Blake.
50210
50211 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50212
50213         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50214
50215 2005-10-12  Simon Josefsson  <jas@extundo.com>
50216
50217         * tests/test-hmac-sha1.c: New file.
50218
50219         * modules/hmac-sha1-tests: New file.
50220
50221         * modules/hmac-sha1: New file.
50222
50223 2005-10-12  Simon Josefsson  <jas@extundo.com>
50224
50225         * modules/gc-sha1: New file.
50226
50227 2005-10-12  Simon Josefsson  <jas@extundo.com>
50228
50229         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50230
50231         * tests/test-gc-pbkdf2-sha1.c: New file.
50232
50233 2005-10-12  Simon Josefsson  <jas@extundo.com>
50234
50235         * modules/gc-md5, modules/gc-hmac-md5: New files.
50236
50237         * modules/gc (Files): Remove md5, memxor and hmac files.
50238
50239 2005-10-12  Simon Josefsson  <jas@extundo.com>
50240
50241         * m4/gc-pbkdf2-sha1.m4: New file.
50242
50243         * m4/gc-hmac-sha1.m4: New file.
50244
50245         * m4/gc-sha1: New file.
50246
50247         * m4/hmac-sha1.m4: New file.
50248
50249 2005-10-12  Simon Josefsson  <jas@extundo.com>
50250
50251         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50252
50253         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50254
50255 2005-10-12  Simon Josefsson  <jas@extundo.com>
50256
50257         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50258         suggested by Bruno Haible <bruno@clisp.org>.
50259
50260 2005-10-12  Simon Josefsson  <jas@extundo.com>
50261
50262         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50263
50264 2005-10-12  Simon Josefsson  <jas@extundo.com>
50265
50266         * lib/gc-pbkdf2-sha1.c: New file.
50267
50268         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50269
50270 2005-10-12  Simon Josefsson  <jas@extundo.com>
50271
50272         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50273
50274         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50275
50276 2005-10-12  Simon Josefsson  <jas@extundo.com>
50277
50278         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50279         GC_USE_HMAC_MD5, respectively.
50280
50281         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50282         (gc_md5): Fix typo.
50283
50284         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50285
50286         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50287
50288         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50289
50290 2005-10-12  Bruno Haible  <bruno@clisp.org>
50291
50292         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50293         Reported by Stepan Kasal <kasal@ucw.cz>.
50294
50295 2005-10-11  Simon Josefsson  <jas@extundo.com>
50296
50297         * tests/test-crc.c: New file.
50298
50299         * modules/crc, modules/crc-tests: New files.
50300
50301 2005-10-11  Simon Josefsson  <jas@extundo.com>
50302
50303         * m4/crc.m4: New file.
50304
50305 2005-10-11  Simon Josefsson  <jas@extundo.com>
50306
50307         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50308
50309         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50310
50311         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50312
50313 2005-10-11  Simon Josefsson  <jas@extundo.com>
50314
50315         * lib/crc.h, lib/crc.c: New files.
50316
50317         * lib/gc.h (gc_hash_buffer): Add doc.
50318
50319 2005-10-11  Bruno Haible  <bruno@clisp.org>
50320
50321         * modules/c-strcasestr: New file.
50322         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50323
50324 2005-10-11  Bruno Haible  <bruno@clisp.org>
50325
50326         * modules/c-strcase: New file.
50327         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50328
50329 2005-10-11  Bruno Haible  <bruno@clisp.org>
50330
50331         * lib/strcasecmp.c: Include limits.h.
50332         (strcasecmp): Avoid integer overflow on exotic platforms.
50333         * lib/strncasecmp.c: Include limits.h.
50334         (strncasecmp): Avoid integer overflow on exotic platforms.
50335         Reported by Paul Eggert.
50336
50337 2005-10-11  Bruno Haible  <bruno@clisp.org>
50338
50339         * lib/c-strcasestr.h: New file, from GNU gettext.
50340         * lib/c-strcasestr.c: New file, from GNU gettext.
50341
50342 2005-10-11  Bruno Haible  <bruno@clisp.org>
50343
50344         * lib/c-strcase.h: New file, from GNU gettext.
50345         * lib/c-strcasecmp.c: New file, from GNU gettext.
50346         * lib/c-strncasecmp.c: New file, from GNU gettext.
50347
50348 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50349
50350         * modules/mempcpy (License): GPL -> LGPL.
50351         * modules/strchrnul (License): Likewise.
50352         * modules/sysexits (License): Likewise.
50353
50354 2005-10-08  Simon Josefsson  <jas@extundo.com>
50355
50356         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50357
50358 2005-10-07  Simon Josefsson  <jas@extundo.com>
50359
50360         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50361
50362 2005-10-06  Simon Josefsson  <jas@extundo.com>
50363
50364         * tests/test-hmac-md5.c: New file.
50365
50366         * modules/hmac-md5-tests: New file.
50367
50368         * modules/hmac-md5: New file.
50369
50370 2005-10-06  Simon Josefsson  <jas@extundo.com>
50371
50372         * m4/hmac-md5.m4: New file.
50373
50374         * m4/memxor.m4: Require gl_C_RESTRICT.
50375
50376 2005-10-06  Simon Josefsson  <jas@extundo.com>
50377
50378         * lib/memxor.c (memxor): Avoid casts and warnings.
50379
50380 2005-10-06  Simon Josefsson  <jas@extundo.com>
50381
50382         * lib/hmac-md5.c: New file.
50383
50384         * lib/hmac.h: New file.
50385
50386 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50387
50388         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50389         promotes to int, not unsigned int, to catch the AIX 5.3
50390         compiler bug.
50391
50392 2005-10-05  Simon Josefsson  <jas@extundo.com>
50393
50394         * modules/memxor: New file.
50395
50396         * modules/iconv (Files): Move config.rpath to havelib, it is used
50397         there.
50398
50399         * modules/havelib (Files): Add config.rpath.
50400
50401 2005-10-05  Simon Josefsson  <jas@extundo.com>
50402
50403         * m4/memxor.m4: New file.
50404
50405 2005-10-05  Simon Josefsson  <jas@extundo.com>
50406
50407         * lib/memxor.c (memxor): Fix compiler error.
50408
50409         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50410         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50411
50412         * lib/memxor.h, lib/memxor.c: New files.
50413
50414         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50415         we assume all systems have it, suggested by Jim Meyering
50416         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50417         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50418         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50419         same reasons.
50420
50421 2005-10-05  Simon Josefsson  <jas@extundo.com>
50422
50423         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50424
50425 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50426
50427         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50428         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50429         needed, since the source code now assumes these .h files.
50430
50431 2005-10-05  Derek Price  <derek@ximbiot.com>
50432
50433         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50434
50435 2005-10-05  Bruno Haible  <bruno@clisp.org>
50436
50437         * modules/stdint (License): Change to LGPL.
50438
50439 2005-10-04  Simon Josefsson  <jas@extundo.com>
50440
50441         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50442         D. Baushke" <mdb@gnu.org>.
50443
50444 2005-10-04  Bruno Haible  <bruno@clisp.org>
50445
50446         * lib/verify.h (verify_true): Provide alternative definition for C++.
50447
50448 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50449
50450         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50451         (SSIZE_MAX): New macro, if not already defined.
50452         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50453         than 2 GiB.
50454
50455 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50456
50457         Sync from coreutils.
50458         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50459         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50460         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50461         ULLONG_MAX doesn't work with 2.7.2.1.
50462
50463 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50464
50465         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50466         From Ben Pfaff.
50467
50468         * modules/exclude (Depends-on): Depend on verify.
50469         * modules/strtoimax (Depends-on): Likewise.
50470         * modules/utimecmp (Depends-on): Likewise.
50471
50472 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50473
50474         * lib/exclude.c: Include verify.h.
50475         (verify): Remove.  All callers changed to use verify.h's version.
50476         * lib/strtoimax.c: Likewise.
50477         * lib/utimecmp.c: Likewis.e
50478
50479         Sync from coreutils.
50480         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50481         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50482         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50483         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50484         bother returning ENOSYS if settimeofday or stime fails; just let
50485         them return whatever errno they want to return.
50486         * lib/utimens.c: Include unistd.h, for dup2.
50487         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50488         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50489
50490 2005-10-02  Jim Meyering  <jim@meyering.net>
50491
50492         Sync from coreutils.
50493         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50494         from glibc-2.2.5 that fails for read-only files.
50495
50496 2005-10-02  Jim Meyering  <jim@meyering.net>
50497
50498         Sync from coreutils.
50499         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50500         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50501         `#if HAVE_CONFIG_H'.
50502         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50503         Remove AT_FDCWD test.
50504         Do not consume the fd unless successful.
50505         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50506         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50507         block, so that we don't even try to compile it if settimeofday is
50508         available.  This works around a compilation failure on OSF1 V5.1,
50509         due to stime requiring a `long int*' while tv_sec is `int'.
50510
50511 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50512
50513         Sync from coreutils.
50514         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50515         against `yes', rather than just testing for nonempty.
50516
50517 2005-10-01  Simon Josefsson  <jas@extundo.com>
50518
50519         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50520         and Darwin.
50521
50522         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50523         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50524         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50525         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50526         Check if struct addrinfo is declared.
50527
50528 2005-10-01  Simon Josefsson  <jas@extundo.com>
50529
50530         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50531         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50532         AI_* and EAI_* definitions.  Protect function declarations.
50533
50534 2005-10-01  Jim Meyering  <jim@meyering.net>
50535
50536         Sync from coreutils.
50537
50538         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50539         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50540         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50541         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50542         in the inet and nsl libraries.  Required on Solaris 5.7.
50543
50544 2005-10-01  Jim Meyering  <jim@meyering.net>
50545
50546         Sync from coreutils.
50547         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50548         in the inet and nsl libraries.  Required on Solaris 5.7.
50549
50550 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50551
50552         * lib/getdelim.c (getdelim): Remove unused variables.
50553
50554 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50555
50556         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50557         so that the code works even with ancient cpp.  Portability problem
50558         with GCC 2.7.2.1 reported by Thomas M.Ott.
50559
50560 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50561
50562         * modules/regex (Depends-on): Add strcase.
50563
50564         * modules/gethostname (Licence): Change from GPL to LGPL, since
50565         gethostname.c is a trivial implementation of a standard library
50566         function.
50567         * modules/poll (License): Change from GPL to LGPL, since it's
50568         derived from LGPL code.
50569
50570 2005-09-27  Jim Meyering  <jim@meyering.net>
50571
50572         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50573         HAVE_CONFIG_H.
50574
50575         * lib/intprops.h (signed_type_or_expr__): Define.
50576         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50577         for unsigned types.
50578
50579 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50580
50581         * lib/verify.h (verify_expr): Remove, replacing with:
50582         (verify_true): New macro that returns true instead of void.
50583         (verify_type__): Remove.
50584         (verify): Use verify_true rather than verify_type__.
50585
50586 2005-09-26  Bruno Haible  <bruno@clisp.org>
50587
50588         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50589         is necessary.
50590         (lib_SOURCES): Remove mbchar.c.
50591         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50592         (Files): Add m4/mbrtowc.m4.
50593         * modules/mbiter: Likewise.
50594         * modules/mbuiter: Likewise.
50595
50596 2005-09-26  Bruno Haible  <bruno@clisp.org>
50597
50598         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50599         compile mbchar.c if they are not both present.
50600         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50601         * m4/mbiter.m4 (gl_MBITER): Likewise.
50602         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50603         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50604         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50605
50606 2005-09-25  Jim Meyering  <jim@meyering.net>
50607
50608         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50609         also uses socklen_t.
50610
50611 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50612
50613         * lib/utimens.c (ENOSYS): Define if not already defined.
50614         (futimens): Support having a null PATH if the file descriptor
50615         is nonnegative.
50616
50617         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50618         Remove.
50619         (__attribute): Define to empty unless GCC 3.1 or later.
50620         This works around a core dump on OpenBSD 3.4, which has GCC
50621         2.95.3, which dumps core when given __attribute__(()).  It also
50622         simplifies other tests, since we really don't want to bother with
50623         worrying about which ancient version of GCC supported what.
50624         Original problem reported by Yoann Vandoorselaere, with part of
50625         the fix suggested by Derek Price.
50626
50627 2005-09-24  Jim Meyering  <jim@meyering.net>
50628
50629         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50630         so we can once again use a positive bitfield width of 1 -- now we
50631         don't have to explain why we were using a bitfield width of 2.
50632
50633 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50634
50635         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50636         and similarly for the other external symbols.  Problem reported
50637         by James Gallager.
50638
50639         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50640         bug reported by Jim Meyering.
50641
50642         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50643         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50644         not needed, since socklen is a prerequisite module.
50645
50646 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50647
50648         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50649         Problem reported by Eric Blake.
50650         (getaddrinfo): Initialize se so that it's not garbage.
50651         Redo internal storage allocation so that it doesn't make unportable
50652         assumptions about alignment.
50653         Fix a memory leak.
50654
50655         * lib/utimens.c (futimens): Use futimesat if available.
50656         Prefer it to futimes since it doesn't have the futimes bug.
50657
50658         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50659         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50660         Instead, declare a function that returns a pointer to an array,
50661         and use verify_type__ to declare the size of the array.
50662         Problem and germ of a solution reported by Bruno Haible.
50663         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50664         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50665
50666 2005-09-23  Jim Meyering  <jim@meyering.net>
50667
50668         Sync from coreutils.
50669         Correct build failure (socklen_t not defined) on at least
50670         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50671         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50672
50673 2005-09-23  Jim Meyering  <jim@meyering.net>
50674
50675         * modules/getaddrinfo (Depends-on): Add socklen.
50676
50677 2005-09-23  Bruno Haible  <bruno@clisp.org>
50678
50679         * tests/test-verify.c: New file.
50680
50681 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50682
50683         Sync from coreutils.
50684
50685         * modules/argmatch (Depends-on): Add verify.
50686         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50687         unistd-safer.
50688         * modules/save-cwd (Depends-on): Likewise.
50689
50690         * modules/openat (Files): Add lib/openat-die.c.
50691         (Depends-on): Remove error, exitfail.
50692         Add dirname.
50693
50694         * modules/verify: New file.
50695         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50696         with "verify" module.
50697
50698 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50699
50700         Sync from coreutils.
50701
50702         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50703         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50704         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50705         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50706         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50707         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50708         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50709         Don't bother checking for string.h, stdlib.h, unistd.h.
50710         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50711         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50712         module's job.
50713         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50714         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50715
50716         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50717         (gl_GETDATE): Use it.
50718
50719         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50720
50721 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50722
50723         Sync from coreutils.
50724
50725         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50726         stat-time.h.
50727         * lib/argmatch.h: Include verify.h
50728         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50729         (ARGMATCH_ASSERT): Remove; unused.
50730         * lib/canonicalize.c: Assume STDC_HEADERS.
50731         * lib/exclude.c: Include "strcase.h".
50732         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50733         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50734         and stdio-safer.h.
50735         (getusershell): Call fopen, not fopen_safer.
50736         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50737         Do not include unistd-safer.h.
50738         (save_cwd): Don't call fd_safer; no longer needed
50739         now that we include fcntl--.h.
50740
50741         * lib/getdate.y (relative_time): New type.
50742         (RELATIVE_TIME_0): New constant.
50743         (parser_control): Use relative_time instead of doing it ourselves.
50744         (%union): Add new relative_time rel member.
50745         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50746         Now typeless.
50747         (relunit, relunit_snumber): Now of type rel.
50748         (zone, rel, relunit, get_date): Adjust to above changes.
50749
50750         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50751         Do not include unistd-safer.h.
50752         (getloadavg): Don't call fd_safer; no longer needed
50753         now that we include fcntl--.h.
50754
50755         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50756         (make_dir_parents): Treat ENOSYS like EEXIST.
50757
50758         Improve quality of diagnostics on restore_cwd failure.
50759         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50760         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50761         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50762         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50763         each time through the loop.  Do not diagnose restore_cwd failure;
50764         that is the caller's job (and perhaps the caller does not care).
50765
50766         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50767         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50768         If the file already exists but is not a directory, don't bother
50769         to try to make its parents.
50770         Close potential file descriptor leak if we can't chdir("/") (!).
50771         Don't always return true if chdir($PWD) fails; return true only
50772         if the requested action was done successfully (except for the
50773         chdir($PWD)).
50774         Don't log final directory unless we actually made it.
50775         Refactor to avoid duplicate code to fix up permissions.
50776         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50777
50778         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50779         to make it a bit faster and (I hope) clearer.
50780         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50781         Fix bug in formats like %2N.
50782
50783         * lib/verify.h: New file.
50784
50785 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50786
50787         Sync from coreutils.
50788         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50789
50790 2005-09-22  Jim Meyering  <jim@meyering.net>
50791
50792         Sync from coreutils.
50793
50794         * m4/lstat.m4 (gl_FUNC_LSTAT):
50795         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50796         Remove obsolete comment.
50797         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50798         * m4/xstrtod.m4: Likewise.
50799
50800         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50801
50802 2005-09-22  Jim Meyering  <jim@meyering.net>
50803
50804         Sync from coreutils.
50805
50806         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50807
50808         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50809         the .tm_year member, since otherwise gcc-4.0 would now warn about
50810         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50811
50812         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50813         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50814
50815         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50816         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50817         when run in a time zone for which daylight savings time is in effect
50818         for the starting date.
50819
50820         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50821         stop us from restricting permissions of just-created absolute-named
50822         directories.
50823         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50824         to restore initial working directory.
50825         * lib/mkdir-p.c (make_dir_parents): New parameter:
50826         different_working_dir, to tell caller if/when we change the working
50827         directory and are unable to return to the initial one.
50828         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50829         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50830         `return false'.  This fixes a bug introduced on 2004-07-30.
50831
50832         * lib/openat.c (fdopendir): Be sure to close the supplied
50833         file descriptor before returning.  This makes our replacement
50834         implementation a little closer to Solaris's, where fdopendir
50835         ties the file descriptor to the returned DIR* pointer.
50836         * lib/openat.c (unlinkat): New function.
50837         * lib/openat.h (unlinkat): Add prototype.
50838         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50839         (openat_restore_fail): Rename from openat_restore_die.
50840         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50841
50842         Provide an alternative to exiting immediately upon save_cwd or
50843         restore_cwd failure.  Now, an application can arrange e.g.,
50844         to perform a longjump in that case.
50845         * lib/openat.c: Include dirname.h.
50846         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50847         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50848         and openat_restore_die rather than calling error directly.
50849         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50850
50851         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50852         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50853         define.
50854
50855         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50856         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50857                             int utc, int nanoseconds);
50858         Background:
50859         date should not have to allocate a megabyte of virtual memory to
50860         handle a format argument like +%1048575T.  When implemented with
50861         strftime, it must allocate such a buffer, use strftime to fill it
50862         in, print it, then free it.
50863         With fprintftime, it simply prints everything and exits.
50864         With no need for memory allocation, that's one fewer way to fail.
50865         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50866         optional field width, not before, so we accept %9:z, not %:9z.
50867         (my_strftime): Be sure to use L_('x') for literals.
50868
50869         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50870         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50871         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50872         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50873         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50874         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50875         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50876         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50877         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50878         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50879         * lib/xgethostname.c, lib/xreadlink.c:
50880         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50881
50882         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50883         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50884         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50885         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50886         and don't include <sys/file.h>).
50887
50888 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50889
50890         Sync from coreutils.
50891
50892         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50893         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50894         [!LDAV_DONE]: Avoid unused variable warning.
50895
50896 2005-09-21  Bruno Haible  <bruno@clisp.org>
50897
50898         * lib/unicodeio.h (unicode_to_mb): New declaration.
50899
50900 2005-09-20  Derek Price  <derek@ximbiot.com>
50901
50902         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50903         getaddrinfo.h.
50904
50905 2005-09-20  Bruno Haible  <bruno@clisp.org>
50906
50907         * gnulib-tool: Remove trailing slashes from the values specified for
50908         --source-base, --m4-base, --tests-base, --aux-dir.
50909         Suggested by Simon Josefsson <jas@extundo.com>.
50910
50911 2005-09-20  Bruno Haible  <bruno@clisp.org>
50912
50913         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50914         func_modules_to_filelist, func_import, func_create_testdir): Make all
50915         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50916         change when gnulib-tool is invoked in a different locale.
50917
50918 2005-09-19  Simon Josefsson  <jas@extundo.com>
50919
50920         * m4/socklen.m4: Fix typo.
50921
50922 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50923
50924         Use a consistent style for including <config.h>.
50925         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50926         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50927         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50928         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50929         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50930         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50931         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50932         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50933         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50934         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50935         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50936         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50937         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50938         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50939         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50940         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50941         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50942         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50943         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50944         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50945         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50946         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50947         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50948         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50949         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50950         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50951         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50952         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50953         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50954         lib/xstrtoumax.c, lib/yesno.c:
50955         Standardize inclusion of config.h.
50956         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50957         lib/inttostr.h:  Removed inclusion of config.h from header files.
50958         * lib/inttostr.c:  Adjusted in-tree users.
50959         * lib/timespec.h: Remove superfluous warning to include config.h.
50960         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50961         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50962         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50963         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50964         config.h with HAVE_CONFIG_H.
50965
50966 2005-09-19  Jim Meyering  <jim@meyering.net>
50967
50968         * modules/pathmax (License): Change to LGPL.
50969
50970 2005-09-19  Derek Price  <derek@ximbiot.com>
50971
50972         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50973
50974 2005-09-19  Bruno Haible  <bruno@clisp.org>
50975
50976         * gnulib-tool (import): Provide default for --tests-base.
50977
50978 2005-09-19  Bruno Haible  <bruno@clisp.org>
50979
50980         * doc/quote.texi: New file, extracted from gnulib.texi.
50981         * doc/ctime.texi: New file, extracted from gnulib.texi.
50982         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50983         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50984         * doc/gnulib.texi: Include them.
50985
50986 2005-09-18  Bruno Haible  <bruno@clisp.org>
50987
50988         Portability fix.
50989         * gnulib-tool (func_readlink): New function.
50990         (func_ln_if_changed): Use it.
50991
50992 2005-09-18  Bruno Haible  <bruno@clisp.org>
50993
50994         * gnulib-tool: Support --with-tests also with --import.
50995         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50996         (func_import): Use variables $testsbase and $inctests. Emit a
50997         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50998         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50999         SUBDIRS += $testsdir.
51000         (func_create_testdir): Update.
51001
51002 2005-09-18  Bruno Haible  <bruno@clisp.org>
51003
51004         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
51005         instead of $dry_run.
51006         (func_cp_if_changed, func_mv_if_changed): Remove functions.
51007         (func_ln_if_changed): Don't handle dry-run here.
51008         (func_import): In dry-run mode, detect more precisely which actions
51009         would be performed, and don't use "...ing" verbs.
51010
51011 2005-09-18  Bruno Haible  <bruno@clisp.org>
51012
51013         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
51014         (func_import): Use join on two temporary files instead of three nested
51015         loops, in order to determine which files are new or old.
51016
51017 2005-09-18  Bruno Haible  <bruno@clisp.org>
51018
51019         * gnulib-tool (func_import): Comment out code that spits out the
51020         new files with --dry-run.
51021
51022 2005-09-18  Bruno Haible  <bruno@clisp.org>
51023
51024         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
51025
51026 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51027
51028         * lib/stat-time.h: New file.
51029         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
51030         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
51031         in a different way.
51032         (timespec_cmp): New function.
51033         * lib/utimecmp.c: Include stat-time.h.
51034         (SYSCALL_RESOLUTION): Depend on whether various struct stat
51035         members exist, not on the obsolescent ST_MTIM_NSEC.
51036         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
51037
51038 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51039
51040         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
51041
51042 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51043
51044         * MODULES.html.sh (File system functions): Add stat-time.
51045         * modules/stat-time: New file.
51046         * modules/timespec (Files): Remove m4/st_mtim.m4; this
51047         is now done in a different way, by the stat-time module.
51048         * modules/utimecmp (Depends-on): Add stat-time.
51049
51050 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51051
51052         * m4/st_mtim.m4: Remove.  Superseded by...
51053         * m4/stat-time.m4: New file.
51054         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51055         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51056
51057 2005-09-15  Derek Price  <derek@ximbiot.com>
51058
51059         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51060
51061 2005-09-15  Derek Price  <derek@ximbiot.com>
51062
51063         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51064         * lib/regex_internal.c: Ditto, using this...
51065         (__GNUC_PREREQ): ...new macro.
51066         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51067         using...
51068         (__GNUC_PREREQ): ...this new macro.
51069
51070         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51071
51072 2005-09-15  Derek Price  <derek@ximbiot.com>
51073             Paul Eggert  <eggert@cs.ucla.edu>
51074
51075         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51076         changes, consolidating in...
51077         * lib/regex_internal.h: ...this file.
51078
51079 2005-09-13  Jim Meyering  <jim@meyering.net>
51080
51081         * lib/canon-host.c: Filter through gnu indent and reword comments
51082         slightly.
51083         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51084
51085 2005-09-13  Derek Price  <derek@ximbiot.com>
51086
51087         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51088         failure.
51089         Reported by Jim Meyering  <jim@meyering.net>.
51090
51091 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51092
51093         * lib/base64.c: Typo.
51094         (base64_encode): Put b64str in initialized data section.
51095
51096 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51097
51098         Merge glibc and coreutils changes into gnulib, plus a few
51099         extra fixes.
51100         * lib/md5.c: Use #error rather than a string.
51101         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51102         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51103         (__attribute__): Define to empty for non recent-GCC.
51104         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51105         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51106         Renamed from their non-__ counterparts, with new macros replacing
51107         them if not _LIBC.  Add __THROW attribute.
51108         (rol): Remove.
51109         (struct md5_ctx): Align buffer if using GCC.
51110         * lib/sha1.h (struct sha1_ctx): Likewise.
51111         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51112         The old name was backwards.
51113         (NOTSWAP): Remove; not used.
51114         (rol): New macro, moved here from md5.h.
51115         (sha1_process_block): Remove a FIXME that doesn't make sense.
51116
51117 2005-09-12  Derek Price  <derek@ximbiot.com>
51118
51119         Return usable errors from canon-host.
51120         * lib/canon-host.h: New file.
51121         * lib/canon-host.c (canon_host): Wrap...
51122         (canon_host_r): ...this new function, which now relies exclusively on
51123         getaddrinfo.
51124         (ch_strerror): New function.
51125         (last_cherror): New global.
51126         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51127         interface.
51128         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51129         void *.
51130         (freeaddrinfo): Free ai->ai_canonname when set.
51131
51132 2005-09-12  Derek Price  <derek@ximbiot.com>
51133
51134         Make canon-host require getaddrinfo.
51135         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51136         AC_LIBSOURCE canon-host.h.  Call...
51137         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51138         gl_GETADDRINFO.
51139         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51140
51141 2005-09-12  Derek Price  <derek@ximbiot.com>
51142
51143         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51144         LGPL.
51145         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51146
51147 2005-09-12  Derek Price  <derek@ximbiot.com>
51148
51149         * lib/gai_strerror.c: Include config.h when available.  Include
51150         getaddrinfo.h before other headers to test interface.
51151         Reported by Larry Jones <lawrence.jones@ugs.com>.
51152
51153 2005-09-12  Derek Price  <derek@ximbiot.com>
51154             Paul Eggert  <eggert@cs.ucla.edu>
51155
51156         * modules/glob (Files): Add glob-libc.h.
51157
51158 2005-09-12  Derek Price  <derek@ximbiot.com>
51159             Paul Eggert  <eggert@cs.ucla.edu>
51160
51161         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51162         glob_.h, glob-libc.h.
51163         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51164
51165 2005-09-12  Derek Price  <derek@ximbiot.com>
51166             Paul Eggert  <eggert@cs.ucla.edu>
51167
51168         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51169         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51170         protecting things that should be done only in gnulib contexts.
51171         * lib/glob_.h: New file, containing only the glob things needed for
51172         gnulib.
51173         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51174         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51175         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51176         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51177         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51178         and to respect the namespace rules better.
51179
51180 2005-09-08  Simon Josefsson  <jas@extundo.com>
51181
51182         * modules/socklen: New file.
51183
51184 2005-09-08  Simon Josefsson  <jas@extundo.com>
51185
51186         * m4/socklen.m4: New file.
51187
51188 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51189
51190         * modules/utimens (Files): Add m4/utimbuf.m4, since
51191         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51192         Reported by Sergey Poznyakoff.
51193
51194 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51195
51196         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51197         definitions, since that's the preferred style in glibc.
51198         Fix a minor spacing issue, and update copyright notice to match
51199         glibc's.
51200
51201 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51202
51203         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51204
51205 2005-09-06  Simon Josefsson  <jas@extundo.com>
51206
51207         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51208         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51209
51210 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51211
51212         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51213         warning.
51214
51215 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51216
51217         * config/srclist.txt: Add glibc bug 1302.
51218
51219 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51220
51221         Change bitset word type from unsigned int to unsigned long int,
51222         as this has better performance on typical 64-bit hosts.
51223         Port bitset code to hosts with unusual word sizes.
51224         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51225         (build_collating_symbol):
51226         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51227         argument is a bitset.  This is merely a style issue, but it makes
51228         it clearer that an entire array is expected.
51229         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51230         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51231         Port to the case where bitset_word is not the same as unsigned int.
51232         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51233         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51234         Likewise.
51235         * lib/regexec.c (check_dst_limits_calc_pos_1,
51236         check_subexp_matching_top):
51237         (build_trtable, group_nodes_into_DFAstates):
51238         Likewise.
51239         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51240         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51241         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51242         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51243         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51244         * lib/regcomp.c (optimize_subexps, lower_subexp):
51245         Work even if bitset_word has holes in its bitwise representation.
51246         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51247         * lib/regexec.c (check_dst_limits_calc_pos_1,
51248         check_subexp_matching_top):
51249         Likewise.
51250         * lib/regex_internal.c (re_string_reconstruct):
51251         Don't assume UCHAR_MAX == 255.
51252         * lib/regex_internal.h (bitset_set_all): Likewise.
51253         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51254         All uses changed.
51255         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51256         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51257         All uses changed.
51258         (BITSET_WORD_MAX): New macro.
51259         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51260         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51261         (bitset_empty, bitset_copy):
51262         Prefer sizeof (bitset) to multiplying it out ourselves.
51263         (bitset_not_merge): Remove; unused.
51264         (bitset_contain): Return bool, not unsigned int with one bit on.
51265         All callers changed.
51266         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51267         alignment than re_node_set; do this by defining a new internal
51268         type struct dests_alloc and using it to allocate memory.
51269
51270 2005-09-05  Bruno Haible  <bruno@clisp.org>
51271
51272         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51273         links.
51274
51275 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51276
51277         * modules/size_max (Makefile.am): Add size_max.h
51278
51279 2005-09-04  Derek Price  <derek@ximbiot.com>
51280
51281         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51282
51283 2005-09-03  Simon Josefsson  <jas@extundo.com>
51284
51285         * gnulib-tool: Fix typo.
51286
51287 2005-09-03  Simon Josefsson  <jas@extundo.com>
51288
51289         * config/srclist.txt: Add glibc bug 1293.
51290
51291 2005-09-03  Derek Price  <derek@ximbiot.com>
51292
51293         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51294         From Larry Jones <lawrence.jones@ugs.com>.
51295
51296 2005-09-02  Simon Josefsson  <jas@extundo.com>
51297
51298         * modules/socklen: New file.
51299
51300 2005-09-02  Simon Josefsson  <jas@extundo.com>
51301
51302         * modules/havelib: New module.
51303
51304         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51305         Use havelib.
51306
51307 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51308
51309         Check for arithmetic overflow when calculating sizes, to prevent
51310         some buffer-overflow issues.  These patches are conservative, in the
51311         sense that when I couldn't determine whether an overflow was possible,
51312         I inserted a run-time check.
51313         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51314         macros.
51315         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51316         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51317         (re_xnrealloc, re_x2nrealloc): New inline functions.
51318         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51319         parse_bracket_exp):
51320         (build_equiv_class, build_charclass): Check for arithmetic overflow
51321         in size expression calculations.
51322         * lib/regex_internal.c (re_string_realloc_buffers):
51323         (build_wcs_upper_buffer, re_node_set_add_intersect):
51324         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51325         (re_dfa_add_node, register_state): Likewise.
51326         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51327         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51328         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51329         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51330
51331 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51332
51333         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51334         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51335
51336 2005-09-02  Bruno Haible  <bruno@clisp.org>
51337
51338         Support for lib vs. lib64 distinction on biarch platforms.
51339         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51340         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51341         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51342
51343 2005-09-02  Bruno Haible  <bruno@clisp.org>
51344
51345         * gnulib-tool (import): In the other first-use case, provide defaults
51346         as well.
51347
51348 2005-09-02  Bruno Haible  <bruno@clisp.org>
51349
51350         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51351         patches not yet found in the latest gettext release.
51352
51353 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51354
51355         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51356         to avoid a collision with bits/local_lim.h in glibc.
51357         All uses changed.  Problem reported by Dmitry V. Levin in
51358         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51359
51360         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51361         bugs in int versus size_t comparisons.
51362         (re_string_context_at): Fix bug where the code assumed that
51363         Idx is signed.
51364
51365         Use bool where appropriate.
51366         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51367         All callers changed.
51368         (calc_eclosure_iter): Likewise, for ROOT arg.
51369         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51370         (build_charclass_op): Likewise, for NON_MATCH arg.
51371         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51372         (re_string_construct_common): Likewise, for ICASE arg.
51373         * lib/regexec.c (re_search_2_stub, re_search_stub):
51374         Likewise, for RET_LEN arg.
51375         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51376         (set_regs): Likewise, for FL_BACKTRACK arg.
51377         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51378         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51379         (calc_eclosure_iter, parse_bracket_exp):
51380         Use bool for internal variables that are booleans.
51381         * lib/regexec.c (re_search_internal, check_matching,
51382         proceed_next_node):
51383         (set_regs, build_sifted_states, sift_states_bkref):
51384         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51385         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51386         (find_collation_sequence_value):
51387         Likewise.
51388         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51389         (re_node_set_compare):
51390         Return bool, not int. All callers changed.
51391         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51392         (build_trtable, check_node_accept): Likewise.
51393         * lib/regex_internal.h: Include stdbool.h.
51394
51395         Fix bugs uncovered when converting to bool.
51396         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51397         failure instead of charging ahead blindly.
51398         * lib/regex_internal.c (register_state): Likewise.
51399         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51400         for freeing internal storage.
51401         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51402         bitset pieces used as boolean, to avoid undefined behavior
51403         on hosts that do int overflow checking.
51404
51405 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51406
51407         * config/srclist.txt: Add glibc bugs 1285-1287.
51408
51409 2005-09-01  Jim Meyering  <jim@meyering.net>
51410
51411         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51412         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51413         Require gl_STAT_MACROS, too.
51414
51415 2005-09-01  Bruno Haible  <bruno@clisp.org>
51416
51417         * gnulib-tool (import): In the first-use case, provide defaults.
51418
51419 2005-09-01  Bruno Haible  <bruno@clisp.org>
51420
51421         * gnulib-tool (func_import): Remove the .tmp files.
51422
51423 2005-09-01  Bruno Haible  <bruno@clisp.org>
51424
51425         * gnulib-tool (func_import): Fix handling of symbolic links.
51426
51427 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51428
51429         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51430         old glibc regex code mishandles strings longer than 2**31 bytes.
51431         This patch fixes this when the regex code is used in gnulib
51432         (i.e., outside glibc).
51433
51434         This patch should not affect the use of the regex code inside
51435         glibc.  No doubt this problem also needs to be handled for glibc
51436         as well, but the result will be an incompatible change to the
51437         glibc ABI, and the old ABI will have to be supported too.  That
51438         can be the the subject for another patch.
51439
51440         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51441         governing whether the rest of this patch is active.  By default,
51442         the macro is disabled and the patch has no effect.
51443         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51444         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51445         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51446         (re_match_2, re_set_registers): Use the new types.
51447         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51448         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51449         New macros.
51450         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51451         (re_string_context_at, bin_tree_t, re_dfastate_t):
51452         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51453         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51454         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51455         (re_string_char_size_at, re_string_wchar_at):
51456         (re_string_elem_size_at):
51457         Use the new types and macros to port to 64-bit hosts.
51458         Use unsigned types for internal values, so that the code
51459         mostly works even for arrays larger than SSIZE_MAX.
51460         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51461         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51462         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51463         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51464         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51465         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51466         (calc_inveclosure, parse_dup_op, build_range_exp):
51467         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51468         (fetch_number, create_token_tree, mark_opt_subexp):
51469         Likewise.
51470         * lib/regex_internal.c (re_string_construct_common,
51471         create_ci_newstate):
51472         (create_cd_newstate, re_string_allocate, re_string_construct):
51473         (re_string_realloc_buffers, build_wcs_upper_buffer):
51474         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51475         (re_string_reconstruct, re_string_peek_byte_case):
51476         (re_string_fetch_byte_case, re_string_context_at):
51477         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51478         (re_node_set_init_copy, re_node_set_add_intersect):
51479         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51480         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51481         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51482         (re_acquire_state, re_acquire_state_context, register_state):
51483         Likewise.
51484         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51485         search_cur_bkref_entry):
51486         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51487         (re_search_internal, re_search_2_stub, re_search_stub)
51488         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51489         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51490         (update_cur_sifted_state, check_dst_limits):
51491         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51492         (check_subexp_limits, sift_states_bkref, merge_state_array):
51493         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51494         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51495         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51496         (expand_bkref_cache, check_node_accept_bytes):
51497         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51498         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51499         (acquire_init_state_context, check_halt_node_context):
51500         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51501         (sift_states_backward, clean_state_log_if_needed):
51502         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51503         (find_recover_state, transit_state_sb, transit_state_mb):
51504         (transit_state_bkref, build_trtable, match_ctx_clean):
51505         Likewise.
51506         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51507         to work around an assumption that REG_MISSING is negative.
51508
51509         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51510         (seek_collating_symbol_entry) [defined _LIBC]:
51511         (lookup_collation_sequence_value) [defined _LIBC]:
51512         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51513         Use prototypes rather than old-style function definitions.
51514         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51515         (transit_state_sb) [0]:
51516         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51517
51518         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51519         rm_eo.
51520
51521         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51522         (optimize_subexps, lower_subexp):
51523         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51524         since the signed shift might overflow.  Use 1u<<31 instead.
51525         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51526         Likewise.
51527         * lib/regexec.c (check_dst_limits_calc_pos_1,
51528         check_subexp_matching_top): Likewise.
51529
51530         * lib/regcomp.c (optimize_subexps, lower_subexp):
51531         Use CHAR_BIT rather than 8, for clarity.
51532         * lib/regexec.c (check_dst_limits_calc_pos_1):
51533         (check_subexp_matching_top): Likewise.
51534         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51535         have to worry about portability issues when shifting it left.
51536         Remove no-longer-needed test for table_size > 0.
51537         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51538         in a word, as the resulting behavior is undefined.
51539         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51540         in one case, a <= should have been an <, and in another case the
51541         whole test was missing.
51542         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51543         the standard name CHAR_BIT.
51544         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51545         this is not true on one's complement and signed-magnitude hosts.
51546
51547         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51548         next_last_offset.
51549         (struct re_dfa_t): Remove unused member states_alloc.
51550         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51551
51552 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51553
51554         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51555         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51556         and large-file glibc and in 32-bit large-file Solaris.
51557
51558 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51559
51560         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51561         lengths fit in regoff_t; this isn't true if regoff_t is the same
51562         width as size_t.
51563         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51564         (= START + RANGE) instead of RANGE.  This avoids overflow
51565         problems when regoff_t is the same width as size_t.
51566         All callers changed.
51567         (re_search_2_stub): Check for overflow when adding the
51568         sizes of the two strings.
51569         (re_search_stub): Check for overflow when adding START
51570         to RANGE; if it occurs, substitute the extreme value.
51571
51572 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51573
51574         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51575
51576 2005-08-31  Jim Meyering  <jim@meyering.net>
51577
51578         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51579         a pointer-to-const.
51580         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51581         (register_state): Likewise.
51582         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51583         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51584         (group_nodes_into_DFAstates): Likewise.
51585
51586 2005-08-31  Jim Meyering  <jim@meyering.net>
51587
51588         * check-module: Add a FIXME comment.
51589
51590 2005-08-31  Eric Blake  <ebb9@byu.net>
51591
51592         * modules/unistd-safer (Files): Add unistd--.h.
51593         * modules/stdio-safer (Files): Add stdio--.h.
51594
51595 2005-08-31  Derek Price  <derek@ximbiot.com>
51596
51597         * lib/getdelim.c (getdelim): Return EOF on EOF.
51598         Reported by Larry Jones <lawrence.jones@ugs.com>.
51599
51600 2005-08-31  Bruno Haible  <bruno@clisp.org>
51601
51602         Avoid unnecessary diffs in the generated lib/Makefile.am.
51603         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51604         the generated files.
51605         (func_import): Don't set cmd.
51606
51607 2005-08-31  Bruno Haible  <bruno@clisp.org>
51608
51609         * lib/strstr.c: Include <stddef.h>, for NULL.
51610         * lib/strcasestr.c: Likewise.
51611         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51612
51613 2005-08-31  Bruno Haible  <bruno@clisp.org>
51614
51615         * gnulib-tool: New option --macro-prefix.
51616         (func_import): Use macro_prefix.
51617         (import): Handle option --macro-prefix.
51618
51619 2005-08-31  Bruno Haible  <bruno@clisp.org>
51620
51621         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51622         Also use new variables cached_lgpl, cached_libtool.
51623
51624 2005-08-31  Bruno Haible  <bruno@clisp.org>
51625
51626         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51627         always instantiating them.
51628
51629 2005-08-31  Bruno Haible  <bruno@clisp.org>
51630
51631         * gnulib-tool (func_import): Read the previous cached settings
51632         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51633         earlier added by gnulib but are now dropped. Warn when a gnulib file
51634         overwrites a non-gnulib file.
51635
51636 2005-08-31  Bruno Haible  <bruno@clisp.org>
51637
51638         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51639         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51640         projects that don't keep autogenerated files in CVS. Put into
51641         actioncmd only the specified modules, not the transitive closure.
51642
51643 2005-08-31  Bruno Haible  <bruno@clisp.org>
51644
51645         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51646         Create directories that shall be filled.
51647         (import): Don't look for gl_* macros in configure.ac. Recurse across
51648         all directories containing a gnulib-cache.m4 files, if meaningful.
51649
51650 2005-08-31  Bruno Haible  <bruno@clisp.org>
51651
51652         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51653         (import): Set seen_libtool when we see gl_LIBTOOL.
51654
51655 2005-08-31  Bruno Haible  <bruno@clisp.org>
51656
51657         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51658         declaration macro definitions from generated gnulib.m4.
51659
51660 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51661
51662         * lib/iconvme.h: Add prototype for iconv_alloc.
51663
51664 2005-08-29  Simon Josefsson  <jas@extundo.com>
51665
51666         * lib/iconvme.c: Fix errno.
51667
51668 2005-08-29  Bruno Haible  <bruno@clisp.org>
51669
51670         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51671         that it works when the directory contains spaces.
51672
51673 2005-08-29  Bruno Haible  <bruno@clisp.org>
51674
51675         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51676
51677 2005-08-29  Bruno Haible  <bruno@clisp.org>
51678
51679         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51680         Emit more advice.
51681
51682 2005-08-29  Bruno Haible  <bruno@clisp.org>
51683         and Stepan Kasal  <kasal@ucw.cz>
51684
51685         * check-module: If more parameters are given, check each of them
51686         separately; add more exceptions, as noted by Jim Meyering.
51687         (check_module): New procedure.
51688         (%exempt_header): Now contains all exceptions.
51689
51690 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51691
51692         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51693
51694 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51695
51696         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51697
51698 2005-08-28  Bruno Haible  <bruno@clisp.org>
51699
51700         * m4/gnulib-tool.m4: New file.
51701
51702 2005-08-27  Jim Meyering  <jim@meyering.net>
51703
51704         * modules/unistd-safer (Files): Add pipe-safer.c.
51705         * modules/fcntl-safer (Files): Add creat-safer.c.
51706
51707 2005-08-27  Jim Meyering  <jim@meyering.net>
51708
51709         * m4/stdlib-safer.m4: New file.  From coreutils.
51710         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51711         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51712         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51713         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51714         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51715
51716 2005-08-27  Jim Meyering  <jim@meyering.net>
51717
51718         * lib/fopen-safer.c: Merge minor changes from coreutils.
51719         * lib/dup-safer.c: Likewise.
51720         * lib/fd-safer.c: Likewise.
51721
51722         Merge from coreutils.
51723         * lib/stdio--.h: New file.
51724         * lib/stdlib--.h: New file.
51725         * lib/mkstemp-safer.c: New file.
51726
51727         GNU tar needs these.
51728         * lib/pipe-safer.c: New file.
51729         * lib/creat-safer.c: New file.
51730         * lib/fcntl--.h (creat): Define to creat_safer.
51731         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51732         * lib/unistd--.h (pipe): Define to pipe_safer.
51733         * lib/unistd-safer.h: Declare pipe_safer.
51734
51735 2005-08-26  Simon Josefsson  <jas@extundo.com>
51736
51737         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51738         Haible <bruno@clisp.org>.
51739
51740 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51741
51742         * lib/regex_internal.h: Remove all references to
51743         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51744         or better.
51745         (bitset_not, bitset_merge, bitset_not_merge):
51746         (bitset_mask, re_string_allocate, re_string_construct):
51747         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51748         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51749         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51750         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51751         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51752         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51753         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51754         (re_acquire_state_context):
51755         Remove unnecessary forward decls.
51756         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51757         Put __attribute at function definition,
51758         now that the function decl has been removed.
51759         * lib/regex_internal.c (re_string_peek_byte_case):
51760         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51761         Likewise.
51762
51763 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51764
51765         * m4/regex.m4: Add AC_PREREQ(2.50).
51766         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51767
51768 2005-08-25  Simon Josefsson  <jas@extundo.com>
51769
51770         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51771         __fsetlocking.
51772
51773 2005-08-25  Simon Josefsson  <jas@extundo.com>
51774
51775         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51776         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51777         GLIBC specific code.
51778
51779 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51780
51781         Make regex safe for g++.  This fixes one real bug (an "err"
51782         that should have been "*err").  g++ problem reported by
51783         Sam Steingold.
51784         * lib/regex_internal.h (re_calloc): New macro, consistent with
51785         re_malloc etc.  All callers of calloc changed to use re_calloc.
51786         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51787         not int.  All callers changed.
51788         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51789         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51790         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51791         (find_recover_state): Change "err" to "*err"; this fixes what
51792         appears to be a real bug.
51793         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51794         versus int.
51795
51796 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51797
51798         * modules/regex (Depends-on): Add malloc, since the code
51799         assumes that !malloc(0) means failure.
51800
51801 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51802
51803         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51804
51805         alloca modernization/simplification for regex.
51806         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51807         needs to be at the start of the file, and can be moved into
51808         regex_internal.h and simplified.
51809         * lib/regex_internal.h: Include <alloca.h>.
51810         (__libc_use_alloca) [!defined _LIBC]: New macro.
51811         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51812         now works outside glibc.
51813
51814 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51815
51816         * config/srclist.txt: Add glibc bugs 1241, 1245.
51817
51818 2005-08-25  Jim Meyering  <jim@meyering.net>
51819
51820         * lib/open-safer.c: Include <config.h>.
51821         Otherwise, we'd lose LARGEFILE support in any file using
51822         e.g. "fcntl--.h"
51823
51824 2005-08-25  Bruno Haible  <bruno@clisp.org>
51825
51826         * m4/minmax.m4: Require autoconf 2.52.
51827         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51828         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51829         alternatives of translit over the alphabet.
51830         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51831
51832 2005-08-24  Simon Josefsson  <jas@extundo.com>
51833
51834         * tests/test-getpass.c: New file.
51835
51836 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51837
51838         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51839         for GNU regex features.
51840
51841 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51842
51843         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51844         * lib/regex.h (regerror): Likewise.
51845
51846         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51847         requires this.  (The code never needed it.)
51848
51849         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51850         All uses of recently-renamed identifiers changed to use the new,
51851         POSIX-compliant names.  The code will build and run just fine
51852         without these changes, but it's better to eat our own dog food
51853         and use the standard-conforming names.
51854
51855         * lib/regex.h: Fix a multitude of POSIX name space violations.
51856         These changes have an effect only for programs that define
51857         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51858         do not change anything for programs compiled in the normal way.
51859         Also, there is no effect on the ABI.
51860
51861         (_REGEX_SOURCE): New macro.
51862         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51863         defined and _GNU_SOURCE is not; this fixes a name space violation.
51864
51865         Rename the following macros to obey POSIX requirements.
51866         The old names are still visible as macros if _REGEX_SOURCE is defined.
51867         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51868         RE_BACKSLASH_ESCAPE_IN_LISTS.
51869         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51870         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51871         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51872         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51873         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51874         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51875         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51876         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51877         (REG_INTERVALS): renamed from RE_INTERVALS.
51878         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51879         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51880         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51881         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51882         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51883         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51884         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51885         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51886         RE_UNMATCHED_RIGHT_PAREN_ORD.
51887         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51888         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51889         (REG_DEBUG): renamed from RE_DEBUG.
51890         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51891         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51892         unusual, since we can't clash with the POSIX REG_ICASE.
51893         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51894         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51895         (REG_NO_SUB): renamed from RE_NO_SUB.
51896         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51897         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51898         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51899         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51900         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51901         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51902         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51903         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51904         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51905         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51906         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51907         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51908         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51909         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51910         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51911         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51912         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51913         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51914         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51915         (REG_FIXED): Renamed from REGS_FIXED.
51916         (REG_NREGS): Renamed from RE_NREGS.
51917
51918         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51919         of other REG_* macros, since POSIX says the user is allowed to
51920         #undef these macros selectively.
51921
51922         (reg_errcode_t): Update comment stating what other tables need
51923         to be consistent.
51924
51925         Rename the following enum values to obey POSIX requirements.
51926         The old names are still visible as macros.
51927         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51928         is not defined, since GNU is supposed to be a superset of POSIX as
51929         much as possible, and since we want reg_errcode_t to be a signed
51930         type for implementation consistency.
51931         (_REG_NOERROR): Renamed from REG_NOERROR.
51932         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51933         (_REG_BADPAT): Renamed from REG_BADPAT.
51934         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51935         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51936         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51937         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51938         (_REG_EBRACK): Renamed from REG_EBRACK.
51939         (_REG_EPAREN): Renamed from REG_EPAREN.
51940         (_REG_EBRACE): Renamed from REG_EBRACE.
51941         (_REG_BADBR): Renamed from REG_BADBR.
51942         (_REG_ERANGE): Renamed from REG_ERANGE.
51943         (_REG_ESPACE): Renamed from REG_ESPACE.
51944         (_REG_BADRPT): Renamed from REG_BADRPT.
51945         (_REG_EEND): Renamed from REG_EEND.
51946         (_REG_ESIZE): Renamed from REG_ESIZE.
51947         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51948         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51949         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51950         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51951         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51952
51953         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51954         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51955         changed.  But support the old name if the new one is not defined
51956         and if _REGEX_SOURCE.
51957
51958         Change the following member names in struct re_pattern_buffer.
51959         The old names are still supported if !_REGEX_SOURCE.
51960         The new names are always supported, regardless of _REGEX_SOURCE.
51961         (re_buffer): Renamed from buffer.
51962         (re_allocated): Renamed from allocated.
51963         (re_used): Renamed from used.
51964         (re_syntax): Renamed from syntax.
51965         (re_fastmap): Renamed from fastmap.
51966         (re_translate): Renamed from translate.
51967         (re_can_be_null): Renamed from can_be_null.
51968         (re_regs_allocated): Renamed from regs_allocated.
51969         (re_fastmap_accurate): Renamed from fastmap_accurate.
51970         (re_no_sub): Renamed from no_sub.
51971         (re_not_bol): Renamed from not_bol.
51972         (re_not_eol): Renamed from not_eol.
51973         (re_newline_anchor): Renamed from newline_anchor.
51974
51975         Change the following member names in struct re_registers.
51976         The old names are still supported if !_REGEX_SOURCE.
51977         The new names are always supported, regardless of _REGEX_SOURCE.
51978         (rm_num_regs): Renamed from num_regs.
51979         (rm_start): Renamed from start.
51980         (rm_end): Renamed from end.
51981
51982         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51983         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51984         Prepend __ to parameter names.
51985
51986         Undo yesterday's changes.
51987
51988 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51989
51990         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51991         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51992         lib/regex.c.
51993
51994 2005-08-24  Jim Meyering  <jim@meyering.net>
51995
51996         Sync from coreutils.
51997         * m4/fcntl-safer.m4: New file.
51998
51999         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
52000         and object files for this module.
52001
52002 2005-08-24  Jim Meyering  <jim@meyering.net>
52003
52004         Sync from coreutils.
52005         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
52006
52007 2005-08-24  Jim Meyering  <jim@meyering.net>
52008
52009         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
52010         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
52011
52012 2005-08-24  Jim Meyering  <jim@meyering.net>
52013
52014         * modules/fcntl-safer: New module.
52015         * modules/fts (Depends-on): Add fcntl-safer.
52016         * MODULES.html.sh (File descriptor based Input/Output):
52017         Add fcntl-safer.
52018
52019 2005-08-24  Bruno Haible  <bruno@clisp.org>
52020
52021         Support for unit test modules.
52022         * modules/README: Mention tests modules.
52023         * modules/TEMPLATE-TESTS: New file.
52024         * gnulib-tool: New options --extract-tests-module, --with-tests and
52025         --tests-base (unused for the moment).
52026         (testsbase, inctests): New variables.
52027         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
52028         (func_verify_module): Exclude TEMPLATE-TESTS.
52029         (func_verify_nontests_module, func_verify_tests_module): New functions.
52030         (func_get_dependencies): Add implicit dependency for tests modules.
52031         (func_get_tests_module): New function.
52032         (func_modules_transitive_closure): When --with-tests was specified,
52033         include the unit tests as well, unless explicitly avoided.
52034         (func_emit_lib_Makefile_am): Ignore the tests modules here.
52035         (func_emit_tests_Makefile_am): New function.
52036         (func_create_testdir): When --with-tests was specified, emit a
52037         tests/ directory.
52038         * MODULES.html.sh (Future developments): Update.
52039
52040 2005-08-24  Bruno Haible  <bruno@clisp.org>
52041
52042         * modules/tls-tests: New file.
52043         * tests/test-tls.c: New file, from GNU gettext.
52044
52045 2005-08-24  Bruno Haible  <bruno@clisp.org>
52046
52047         * modules/lock-tests: New file.
52048         * tests/test-lock.c: New file, from GNU gettext.
52049
52050 2005-08-24  Bruno Haible  <bruno@clisp.org>
52051
52052         * lib/lock.h: Add multiple inclusion guard.
52053         * lib/tls.h: Add multiple inclusion guard.
52054
52055 2005-08-24  Bruno Haible  <bruno@clisp.org>
52056
52057         * gnulib-tool: Add support for the --aux-dir option to
52058         --create-testdir, --create-megatestdir, --test, --megatest.
52059         (func_create_testdir, func_create_megatestdir): Optionally emit a
52060         AC_CONFIG_AUX_DIR directive.
52061         (create-testdir, create-megatestdir, test, megatest): Provide a
52062         default value for $auxdir.
52063
52064 2005-08-24  Bruno Haible  <bruno@clisp.org>
52065
52066         * gnulib-tool (import): Use compound statement instead of subshell
52067         where possible.
52068
52069 2005-08-24  Bruno Haible  <bruno@clisp.org>
52070
52071         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52072
52073 2005-08-24  Bruno Haible  <bruno@clisp.org>
52074
52075         * gnulib-tool (func_version): Update.
52076
52077 2005-08-24  Bruno Haible  <bruno@clisp.org>
52078
52079         * gnulib-tool (func_import, func_create_testdir,
52080         func_create_megatestdir): Quote all autoconf macro arguments.
52081
52082 2005-08-24  Bruno Haible  <bruno@clisp.org>
52083
52084         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52085         option --force, because --force causes the aclocal.m4 of each
52086         subdirectory to be newer than the corresponding config.h.in.
52087
52088 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52089
52090         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52091         All contents moved to gl_REGEX.
52092         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52093         assume that it does.
52094
52095 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52096
52097         * lib/regex.h (REG_NOSYS)
52098         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52099         Define, since POSIX requires it as of 2001.
52100         (_REG_ENOSYS)
52101         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52102         New private symbol, used to keep the enum signed in all cases.
52103         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52104         Youngman in
52105         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52106
52107         * lib/regex_internal.c (re_string_skip_chars, register_state):
52108         (calc_state_hash):
52109         Remove forward decls; no longer needed now that we use prototypes.
52110         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52111         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52112         (clean_state_log_if_needed): Likewise.
52113
52114 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52115
52116         * config/srclist.txt: Add glibc bugs 1231-1233.
52117
52118 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52119
52120         Fix problems reported by Sam Steingold in
52121         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52122         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52123         assumed that reg_errcode_t is a signed type, which is not
52124         necessarily true if _XOPEN_SOURCE is not defined.
52125         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52126         since some compilers warn about it otherwise.
52127
52128 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52129
52130         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52131         (init_word_char, create_initial_state, duplicate_node_closure):
52132         (fetch_token, peek_token_bracket, build_range_exp):
52133         (build_collating_symbol): Remove forward decls; no longer needed
52134         now that we use prototypes.
52135
52136         * lib/regcomp.c:
52137         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52138         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52139         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52140         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52141         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52142         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52143         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52144         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52145         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52146         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52147         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52148         (build_charclass, build_charclass_op, fetch_number, create_tree):
52149         (create_token_tree, mark_opt_subexp, duplicate_tree):
52150         Use prototypes rather than old-style definitions.
52151
52152         * lib/regex_internal.c:
52153         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52154         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52155         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52156         (re_string_reconstruct, re_string_peek_byte_case):
52157         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52158         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52159         (re_node_set_init_copy, re_node_set_add_intersect):
52160         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52161         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52162         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52163         (re_acquire_state, re_acquire_state_context, register_state):
52164         (create_ci_newstate, create_cd_newstate, free_state):
52165         Likewise.
52166         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52167         re_search_2):
52168         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52169         (re_search_internal, prune_impossible_nodes):
52170         (acquire_init_state_context, check_matching, static):
52171         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52172         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52173         (update_regs, sift_states_backward, build_sifted_states):
52174         (clean_state_log_if_needed, merge_state_array):
52175         (update_cur_sifted_state, add_epsilon_src_nodes):
52176         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52177         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52178         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52179         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52180         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52181         (check_arrival, check_arrival_add_next_nodes):
52182         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52183         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52184         (check_node_accept_bytes, check_node_accept, extend_buffers):
52185         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52186         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52187         (sift_ctx_init):
52188         Likewise.
52189
52190         * lib/regex_internal.h:
52191         (re_string_allocate, re_string_construct, re_string_reconstruct):
52192         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52193         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52194         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52195         (re_string_context_at, re_string_peek_byte_case):
52196         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52197         is defined, since we now use prototypes always.
52198
52199         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52200         C89 or better.  All uses removed.
52201
52202 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52203
52204         * config/srclist.txt: Add glibc bugs 1220-1227.
52205
52206 2005-08-20  Jim Meyering  <jim@meyering.net>
52207
52208         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52209         of unused local, dfa.
52210
52211 2005-08-20  Bruno Haible  <bruno@clisp.org>
52212
52213         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52214
52215 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52216
52217         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52218         (re_node_set_insert_last, re_dfa_add_node):
52219         Rename local variables to avoid GCC shadowing warnings.
52220
52221 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52222
52223         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52224         [defined lint]: Suppress bogus uninitialized-variable warnings.
52225
52226         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52227         and let the caller return REG_ESPACE if out of space.  This
52228         removes an uninitialied-variable warning with GCC 4.0.1, and also
52229         avoids taking the address of a local variable.  All callers
52230         changed.
52231
52232 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52233
52234         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52235         $LIBCSRC/posix/regexec.c.
52236         Add glibc bug 1217 for regcomp.c.
52237
52238 2005-08-19  Jim Meyering  <jim@meyering.net>
52239
52240         * lib/regexec.c (proceed_next_node): Redo local variables to
52241         avoid GCC shadowing warnings.
52242
52243 2005-08-18  Bruno Haible  <bruno@clisp.org>
52244
52245         * lib/strstr.c (strstr): Fix return value in multibyte case.
52246         * lib/strcasestr.c (strcasestr): Likewise.
52247
52248 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52249
52250         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52251
52252 2005-08-17  Jim Meyering  <jim@meyering.net>
52253
52254         Make the %s format (seconds since the epoch) work for a negative
52255         number and when used with a zero-padded field width, e.g. %015s.
52256
52257         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52258         label so that it precedes the code to set `digits'.  Otherwise,
52259         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52260         print `00-22'.  Now, it prints `-0022', as it should.
52261
52262 2005-08-17  Bruno Haible  <bruno@clisp.org>
52263
52264         * modules/strstr (Files): Add m4/mbrtowc.m4.
52265         (Depends-on): Add mbuiter.
52266
52267 2005-08-17  Bruno Haible  <bruno@clisp.org>
52268
52269         * modules/strcasestr: New file.
52270         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52271         strcasestr.
52272
52273 2005-08-17  Bruno Haible  <bruno@clisp.org>
52274
52275         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52276
52277 2005-08-17  Bruno Haible  <bruno@clisp.org>
52278
52279         * modules/mbuiter: New file.
52280         * MODULES.html.sh (Extended multibyte and wide character utilities):
52281         Add mbuiter.
52282
52283 2005-08-17  Bruno Haible  <bruno@clisp.org>
52284
52285         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52286         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52287
52288 2005-08-17  Bruno Haible  <bruno@clisp.org>
52289
52290         * m4/strcasestr.m4: New file.
52291
52292 2005-08-17  Bruno Haible  <bruno@clisp.org>
52293
52294         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52295         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52296
52297 2005-08-17  Bruno Haible  <bruno@clisp.org>
52298
52299         * lib/strcasestr.h: New file.
52300         * lib/strcasestr.c: New file.
52301
52302 2005-08-17  Bruno Haible  <bruno@clisp.org>
52303
52304         * lib/strcasecmp.c: Use mbuiter.h.
52305
52306 2005-08-17  Bruno Haible  <bruno@clisp.org>
52307
52308         * lib/mbuiter.h: New file.
52309
52310 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52311
52312         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52313         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52314         and gl_GETOPT are both invoked via different paths (as happens
52315         with GNU tar CVS because it uses both argp and getopt), the former
52316         wins.
52317
52318 2005-08-16  Bruno Haible  <bruno@clisp.org>
52319
52320         * modules/tls: New file.
52321         * MODULES.html.sh (Multithreading): Add tls.
52322
52323 2005-08-16  Bruno Haible  <bruno@clisp.org>
52324
52325         * modules/strnlen1: New file.
52326         * MODULES.html.sh (String handling): Add strnlen1.
52327
52328 2005-08-16  Bruno Haible  <bruno@clisp.org>
52329
52330         * modules/strcase (Files): Add m4/mbrtowc.m4.
52331         (Depends-on): Add strnlen1, mbchar.
52332
52333 2005-08-16  Bruno Haible  <bruno@clisp.org>
52334
52335         * modules/mbiter: New file.
52336         * MODULES.html.sh (Extended multibyte and wide character utilities):
52337         Add mbiter.
52338
52339 2005-08-16  Bruno Haible  <bruno@clisp.org>
52340
52341         * modules/mbfile: New file.
52342         * MODULES.html.sh (Extended multibyte and wide character utilities):
52343         Add mbfile.
52344
52345 2005-08-16  Bruno Haible  <bruno@clisp.org>
52346
52347         * modules/mbchar: New file.
52348         * MODULES.html.sh (Extended multibyte and wide character utilities):
52349         New section.
52350
52351 2005-08-16  Bruno Haible  <bruno@clisp.org>
52352
52353         * m4/tls.m4: New file, from GNU gettext.
52354
52355 2005-08-16  Bruno Haible  <bruno@clisp.org>
52356
52357         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52358         always.
52359         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52360
52361 2005-08-16  Bruno Haible  <bruno@clisp.org>
52362
52363         * m4/mbiter.m4: New file.
52364
52365 2005-08-16  Bruno Haible  <bruno@clisp.org>
52366
52367         * m4/mbfile.m4: New file.
52368
52369 2005-08-16  Bruno Haible  <bruno@clisp.org>
52370
52371         * m4/mbchar.m4: New file.
52372
52373 2005-08-16  Bruno Haible  <bruno@clisp.org>
52374
52375         * lib/tls.h: New file, from GNU gettext.
52376         * lib/tls.c: New file, from GNU gettext.
52377
52378 2005-08-16  Bruno Haible  <bruno@clisp.org>
52379
52380         * lib/strnlen1.h: New file.
52381         * lib/strnlen1.c: New file.
52382
52383 2005-08-16  Bruno Haible  <bruno@clisp.org>
52384
52385         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52386         (mbi_init): Update.
52387         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52388         NUL byte, not after it.
52389
52390 2005-08-16  Bruno Haible  <bruno@clisp.org>
52391
52392         * lib/strcase.h (strcasecmp): Add note in comments.
52393         * lib/strncasecmp.c: Use code from strcasecmp.c.
52394         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52395         (strcasecmp): Work correctly in multibyte locales.
52396
52397 2005-08-16  Bruno Haible  <bruno@clisp.org>
52398
52399         * lib/mbiter.h: New file.
52400
52401 2005-08-16  Bruno Haible  <bruno@clisp.org>
52402
52403         * lib/mbfile.h: New file.
52404
52405 2005-08-16  Bruno Haible  <bruno@clisp.org>
52406
52407         * lib/mbchar.h: New file.
52408         * lib/mbchar.c: New file.
52409
52410 2005-08-16  Bruno Haible  <bruno@clisp.org>
52411
52412         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52413         the valid ones. Makes the comparison operations transitive:
52414         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52415         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52416
52417 2005-08-15  Simon Josefsson  <jas@extundo.com>
52418
52419         * modules/ssize_t (License): Change to 'unlimited'.
52420
52421         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52422
52423 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52424
52425         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52426         Add comments for each pending glibc patch.
52427
52428 2005-08-15  Bruno Haible  <bruno@clisp.org>
52429
52430         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52431         __cplusplus is defined.
52432
52433 2005-08-14  Jim Meyering  <jim@meyering.net>
52434
52435         Sync from coreutils.
52436
52437         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52438         Use the hash-table-based cycle-detection code not just when
52439         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52440         Reported by James Youngman in
52441         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52442         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52443         FTS_TIGHT_CYCLE_CHECK.
52444         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52445         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52446         once again.
52447         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52448         * lib/fts.c (fd_safer): Remove decl.
52449         Include fcntl--.h rather than unistd-safer.h
52450         (fts_safe_changedir): Don't call fd_safer; no longer needed
52451         now that we include fcntl--.h.
52452
52453 2005-08-12  Simon Josefsson  <jas@extundo.com>
52454
52455         * modules/getndelim2: Use ssize_t module.
52456         * modules/getnline: Likewise.
52457         * modules/safe-read: Likewise.
52458         * modules/xreadlink: Likewise.
52459
52460         * modules/ssize_t: New file.
52461
52462 2005-08-12  Simon Josefsson  <jas@extundo.com>
52463
52464         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52465
52466 2005-08-12  Simon Josefsson  <jas@extundo.com>
52467
52468         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52469         ssize_t.
52470
52471 2005-08-12  Simon Josefsson  <jas@extundo.com>
52472
52473         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52474         readline, getdelim and check_version.
52475         (Support for systems lacking ISO C 99: Sizes of integer types):
52476         Add size_max.
52477
52478 2005-08-12  Bruno Haible  <bruno@clisp.org>
52479
52480         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52481
52482 2005-08-11  Simon Josefsson  <jas@extundo.com>
52483
52484         * modules/readline: New file.
52485
52486         * modules/strnlen (Files): Add strnlen.h.
52487
52488 2005-08-11  Simon Josefsson  <jas@extundo.com>
52489
52490         * m4/readline.m4: New file.
52491
52492 2005-08-11  Simon Josefsson  <jas@extundo.com>
52493
52494         * lib/readline.h, readline.c: New file.
52495
52496 2005-08-11  Simon Josefsson  <jas@extundo.com>
52497
52498         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52499         gl_AVOID.
52500
52501 2005-08-11  Bruno Haible  <bruno@clisp.org>
52502
52503         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52504
52505 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52506
52507         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52508
52509 2005-08-10  Simon Josefsson  <jas@extundo.com>
52510
52511         * tests/test-iconvme.c: New file.
52512
52513 2005-08-10  Simon Josefsson  <jas@extundo.com>
52514
52515         * m4/strnlen.m4: New file.
52516
52517         * m4/strndup.m4: Don't check for strnlen declaration, done in
52518         strnlen.m4.
52519
52520 2005-08-10  Simon Josefsson  <jas@extundo.com>
52521
52522         * lib/strndup.c: Use strnlen.h.
52523
52524         * lib/strnlen.h: New file.
52525
52526 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52527
52528         * README: Typos.
52529
52530 2005-08-02  Simon Josefsson  <jas@extundo.com>
52531
52532         * modules/readline: New file.
52533
52534 2005-08-02  Simon Josefsson  <jas@extundo.com>
52535
52536         * modules/getdelim: New file.
52537
52538         * modules/getline: Rewrite, don't use getndelim2.
52539
52540 2005-08-02  Simon Josefsson  <jas@extundo.com>
52541
52542         * m4/getline.m4: Separate out getdelim stuff into separate module.
52543
52544         * m4/getdelim.m4: New file.
52545
52546 2005-08-02  Simon Josefsson  <jas@extundo.com>
52547
52548         * lib/getline.h, getline.c: Rewrite.
52549
52550         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52551
52552 2005-07-31  Bruno Haible  <bruno@clisp.org>
52553
52554         * lib/lock.h (gl_lock_initializer): New macro.
52555         (gl_lock_define_initialized): Use it.
52556         (gl_rwlock_initializer): New macro.
52557         (gl_rwlock_define_initialized): Use it.
52558         (gl_recursive_lock_initializer): New macro.
52559         (gl_recursive_lock_define_initialized): Use it.
52560
52561 2005-07-30  Karl Berry  <karl@gnu.org>
52562
52563         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52564         Report from Ben Pfaff, regarding getopt.
52565
52566 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52567
52568         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52569         normal way.
52570         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52571         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52572         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52573         (gl_GETOPT): Use the new macros.  Most of the implementation
52574         is moved to the new macros.  This is for programs like Emacs
52575         that don't want all the functionality of gl_GETOPT.
52576
52577 2005-07-26  Bruno Haible  <bruno@clisp.org>
52578
52579         * m4/lock.m4: Update from GNU gettext.
52580
52581 2005-07-26  Bruno Haible  <bruno@clisp.org>
52582
52583         * lib/lock.h: Update from GNU gettext.
52584         * lib/lock.c: Update from GNU gettext.
52585
52586 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52587
52588         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52589         obsolescent AC_TRY_RUN.  Include the default includes files, for
52590         'exit'.
52591
52592 2005-07-24  Bruno Haible  <bruno@clisp.org>
52593
52594         * modules/visibility: New file.
52595         * MODULES.html.sh (Misc): Add visibility.
52596
52597 2005-07-24  Bruno Haible  <bruno@clisp.org>
52598
52599         * m4/visibility.m4: New file.
52600
52601 2005-07-24  Bruno Haible  <bruno@clisp.org>
52602
52603         * doc/visibility.texi: New file.
52604
52605 2005-07-22  Bruno Haible  <bruno@clisp.org>
52606
52607         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52608         $(ALLOCA_H), redundant through BUILT_SOURCES.
52609         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52610         redundant through BUILT_SOURCES.
52611         * modules/byteswap (Makefile.am): Remove explicit dependency on
52612         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52613         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52614         $(FNMATCH_H), redundant through BUILT_SOURCES.
52615         * modules/getopt (Makefile.am): Remove explicit dependency on
52616         $(GETOPT_H), redundant through BUILT_SOURCES.
52617         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52618         redundant through BUILT_SOURCES.
52619         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52620         redundant through BUILT_SOURCES.
52621         * modules/stdbool (Makefile.am): Remove explicit dependency on
52622         $(STDBOOL_H), redundant through BUILT_SOURCES.
52623         * modules/stdint (Makefile.am): Remove explicit dependency on
52624         $(STDINT_H), redundant through BUILT_SOURCES.
52625         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52626         Remove explicit dependency on $(SYSEXITS_H).
52627         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52628
52629 2005-07-18  Simon Josefsson  <jas@extundo.com>
52630
52631         * lib/check-version.c (check_version): Accept identical versions too.
52632
52633 2005-07-18  Bruno Haible  <bruno@clisp.org>
52634
52635         * modules/lock: New file.
52636         * MODULES.html.sh (Multithreading): New section.
52637
52638 2005-07-18  Bruno Haible  <bruno@clisp.org>
52639
52640         * m4/lock.m4: New file, from GNU gettext.
52641
52642 2005-07-18  Bruno Haible  <bruno@clisp.org>
52643
52644         * lib/lock.h: New file, from GNU gettext.
52645         * lib/lock.c: New file, from GNU gettext.
52646
52647 2005-07-18  Bruno Haible  <bruno@clisp.org>
52648
52649         * lib/lock.h (gl_once_t): New type.
52650         (gl_once_define, gl_once): New macros.
52651         * lib/lock.c (fresh_once): New variable.
52652         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52653         functions.
52654
52655 2005-07-16  Simon Josefsson  <jas@extundo.com>
52656
52657         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52658         workaround, suggested by Bruno.
52659
52660 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52661
52662         * modules/xalloc (Depends-on): Add xalloc-die.
52663         * modules/xvasprintf (Depends-on): Add xalloc-die.
52664
52665 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52666
52667         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52668         with a minor change.
52669
52670 2005-07-15  Bruno Haible  <bruno@clisp.org>
52671
52672         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52673         When using lib/poll.c, define poll as rpl_poll.
52674
52675 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52676
52677         * modules/argp (Depends-on): Remove unlocked-io.
52678
52679 2005-07-14  Derek Price  <derek@ximbiot.com>
52680
52681         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52682         for glob symlink bug.
52683
52684 2005-07-14  Bruno Haible  <bruno@clisp.org>
52685
52686         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52687         Instead, test for *_unlocked function declarations directly.
52688
52689 2005-07-11  Simon Josefsson  <jas@extundo.com>
52690
52691         * modules/size_max: New file.
52692
52693         * modules/xsize: Depend on size_max module for size_max.m4.
52694
52695 2005-07-11  Simon Josefsson  <jas@extundo.com>
52696
52697         * lib/size_max.h: New file.
52698
52699 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52700
52701         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52702         copyright symbol and the year.
52703         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52704         (version_etc_va): Use parameterized copyright notice.
52705         Reword to conform to the current GNU coding standards.
52706
52707 2005-07-11  Karl Berry  <karl@gnu.org>
52708
52709         * doc/gnulib.texi (Quoting): new node.
52710         (Initial import): more info, from Patrice.
52711
52712 2005-07-11  Bruno Haible  <bruno@clisp.org>
52713
52714         * gnulib-tool (func_usage): Document option --avoid.
52715         (Command line options): Handle --avoid.
52716         (func_acceptable): New function.
52717         (func_modules_transitive_closure): Use it.
52718
52719 2005-07-11  Bruno Haible  <bruno@clisp.org>
52720
52721         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52722         Reported by Jim Meyering.
52723
52724 2005-07-10  Bruno Haible  <bruno@clisp.org>
52725
52726         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52727         Needed when size_t is smaller than 'unsigned int'.
52728         Reported by Paul Eggert.
52729
52730 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52731
52732         * modules/argp (Depends-on): Add unlocked-io
52733
52734 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52735
52736         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52737         block of defines.
52738
52739 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52740
52741         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52742         fix now.
52743
52744 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52745         and Paul Eggert  <eggert@cs.ucla.edu>
52746
52747         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52748         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52749
52750 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52751
52752         * modules/regex (Files): Add lib/regex_internal.c,
52753         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52754         (Depends-on): Add extensions.
52755         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52756
52757 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52758
52759         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52760         pathconf.
52761         * m4/same.m4 (gl_SAME): Likewise.
52762         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52763
52764         * m4/regex.m4: Adjust to new libc regex implementation.
52765         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52766         all the .c and .h parts of (the new) regex.
52767         Quote the m4 stuff better.
52768         Check for RE_ICASE bug of old gnulib.
52769         Check for REG_STARTEND of recent libc.
52770         Rename local variables from jm_* to gl_*.
52771         Quote operand of "test -f".
52772         Say "recent enough" version of libc, not "version 2".
52773         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52774         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52775         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52776         Remove check for btowc, isascii.
52777         Require AM_LANGINFO_CODESET.
52778
52779 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52780
52781         * lib/regex.c, regex.h: Sync from libc.
52782         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52783         * lib/regexec.c:
52784         New files, synced from libc, except that regex_internal.h
52785         currently has a small porting fix.
52786
52787 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52788
52789         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52790         regex_internal.c, regexec.c.
52791         Add regex_internal.h too, but as a comment, since the libc version
52792         is currently broken in gnulib mode.
52793
52794 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52795
52796         Support programs like Emacs that use gnulib but not gettext.
52797         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52798         * modules/gettext-h: New file.
52799         * modules/gettext (Files): Remove lib/gettext.h.
52800         (Depends-on): Add gettext-h.
52801         (Makefile.am): Remove lib_SOURCES.
52802         * modules/argmatch, modules/c-stack, modules/closeout:
52803         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52804         * modules/execute, modules/file-type, modules/getaddrinfo:
52805         * modules/getopt, modules/human, modules/javacomp:
52806         * modules/javaexec, modules/mkdir-p, modules/obstack:
52807         * modules/openat, modules/pagealign_alloc, modules/pipe:
52808         * modules/quotearg, modules/regex, modules/rpmatch:
52809         * modules/unicodeio, modules/userspec, modules/version-etc:
52810         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52811         * modules/xsetenv:
52812         Depend on gettext-h, not gettext.
52813
52814 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52815
52816         * gnulib-tool (func_import): Add support for 'public domain' license.
52817         * modules/alloca, modules/atexit, modules/memmove:
52818         Now public domain, not GPL.
52819         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52820         * modules/realloc, modules/strerror, modules/strtod:
52821         Now LGPL, not GPL.
52822
52823 2005-07-05  Bruno Haible  <bruno@clisp.org>
52824
52825         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52826         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
52832
52833 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52834
52835         Remove the dependency of the strftime module on the tzset module.
52836         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52837         gl_FUNC_TZSET_CLOBBER.
52838
52839 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52840
52841         Remove the dependency of the strftime module on the tzset module.
52842         * lib/strftime.c (my_strftime)
52843         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52844         Copy the input structure, to work around some of the bug with
52845         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52846         Solaris releases, you should also use the tzset module, but we won't
52847         require it as a dependency any more since we don't want LGPLed code
52848         to depend on GPLed code.
52849
52850 2005-07-02  Jim Meyering  <jim@meyering.net>
52851
52852         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52853         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52854         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52855         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52856
52857 2005-07-02  Jim Meyering  <jim@meyering.net>
52858
52859         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52860
52861 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52862
52863         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52864         declares only 'struct timespec;' (!).
52865
52866 2005-07-01  Jim Meyering  <jim@meyering.net>
52867
52868         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52869         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52870         * lib/save-cwd.c, tempname.c:
52871         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52872         and don't include <sys/file.h>).
52873
52874 2005-06-29  Jim Meyering  <jim@meyering.net>
52875
52876         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52877         type name.  Use the variable name instead.
52878         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52879         Likewise.
52880
52881 2005-06-28  Simon Josefsson  <jas@extundo.com>
52882
52883         * modules/check-version (Files): Add check-version.m4.
52884
52885 2005-06-28  Simon Josefsson  <jas@extundo.com>
52886
52887         * m4/check-version.m4: New file, suggested by Jim Meyering
52888         <jim@meyering.net>.
52889
52890 2005-06-28  Simon Josefsson  <jas@extundo.com>
52891
52892         * lib/check-version.h, lib/check-version.c: New files.
52893
52894 2005-06-28  Simon Josefsson  <jas@extundo.com>
52895
52896         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52897         collision with global variable.  Better indentation.  Don't
52898         increment buffer pointer beyond buffer end.  Based on comments
52899         from Paul Eggert <eggert@cs.ucla.edu>.
52900
52901         * lib/base64.h: Indent.
52902
52903 2005-06-28  Simon Josefsson  <jas@extundo.com>
52904
52905         * doc/gnulib.texi (Library version handling): New section.
52906
52907 2005-06-28  Jim Meyering  <jim@meyering.net>
52908
52909         * check-module (find_included_lib_files): Hard-code another
52910         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52911         but modules/fts-lgpl (correctly) does not list those files.
52912
52913         * modules/canonicalize (Files): Add lib/pathmax.h.
52914
52915 2005-06-25  Simon Josefsson  <jas@extundo.com>
52916
52917         * modules/check-version: New file.
52918
52919 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52920
52921         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52922         initializer of struct addrinfo, as an indication that we don't
52923         care how many members the structure has.
52924
52925 2005-06-24  Derek Price  <derek@ximbiot.com>
52926         and Bruno Haible  <bruno@clisp.org>
52927
52928         Remove stat module & update lstat.
52929         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52930         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52931         * m4/stat.m4: Remove this file.
52932
52933 2005-06-24  Derek Price  <derek@ximbiot.com>
52934         and Bruno Haible  <bruno@clisp.org>
52935
52936         Remove stat module & update lstat.
52937         * lib/stat.c: Remove this file...
52938         (slash_aware_lstat): ...moving this content and its support...
52939         * lib/lstat.c (rpl_lstat): ...into here.
52940         * lib/lstat.h: New file.
52941
52942 2005-06-24  Derek Price  <derek@ximbiot.com>
52943         and Bruno Haible  <bruno@clisp.org>
52944
52945         Remove stat module & update lstat.
52946         * config/srclist.txt (libc sources): Remove stat.
52947
52948 2005-06-24  Derek Price  <derek@ximbiot.com>
52949         and Bruno Haible  <bruno@clisp.org>
52950
52951         Remove stat module & update lstat.
52952         * MODULES.html.sh (stat): Remove.
52953         * MODULES.html: Regenerated.
52954         * modules/lstat (Description): Correct function name.
52955         (Files): Add "lstat.h".
52956         (Depends-on): Remove stat, add xalloc, stat-macros.
52957         * modules/stat: Remove this file.
52958         (Include): Add "lstat.h", remove <sys/stat.h>.
52959
52960 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52961
52962         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52963         (ranged_convert): Don't save conversion in a temporary struct.
52964         This causes a warning with GCC 4.0.0, and anyway in the typical
52965         case it's not worth the extra 100 bytes or so of code.
52966         (ranged_convert, __mktime_internal): When calling a function via a
52967         pointer P, use P () rather than (*P) (), as we now assume C89 or
52968         better.
52969
52970 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52971
52972         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52973         "who -r" failed to give output.  Problem reported by Tim Waugh.
52974
52975         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52976         (xcalloc): Use it to avoid needless tests.
52977         Problem reported by Jim Meyering.
52978
52979 2005-06-20  Derek Price  <derek@ximbiot.com>
52980
52981         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52982         unnecessary for Autoconfs > 2.59c.
52983
52984 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52985
52986         * lib/argp.h (__option_is_short): Check upper limit of
52987         __key. Isprint() requires its argument to have the value
52988         of an unsigned char or EOF.
52989
52990 2005-06-16  Jim Meyering  <jim@meyering.net>
52991
52992         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52993         when either N or S is zero.
52994
52995 2005-06-16  Derek Price  <derek@ximbiot.com>
52996
52997         * m4/bison.m4: Declare YACC & YFLAGS precious.
52998
52999 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
53000
53001         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
53002         multibyte string or pattern, fall back on unibyte matching.
53003         Problem reported by James Youngman.
53004
53005 2005-06-08  Bruno Haible  <bruno@clisp.org>
53006
53007         * modules/csharpcomp: New file.
53008         * MODULES.html.sh (C#): Add csharpcomp.
53009
53010 2005-06-08  Bruno Haible  <bruno@clisp.org>
53011
53012         * m4/csharpcomp.m4: New file, from GNU gettext.
53013
53014 2005-06-08  Bruno Haible  <bruno@clisp.org>
53015
53016         * lib/csharpcomp.h: New file, from GNU gettext.
53017         * lib/csharpcomp.c: New file, from GNU gettext.
53018         * lib/csharpcomp.sh.in: New file, from GNU gettext.
53019
53020 2005-06-08  Bruno Haible  <bruno@clisp.org>
53021
53022         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
53023         warning on mingw.
53024
53025 2005-06-07  Derek Price  <derek@ximbiot.com>
53026
53027         Sync from CVS.
53028         * lib/glob_.h: Indent nested #ifdef.
53029
53030 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53031
53032         Sync from coreutils.
53033         Use "file name" when talking about file names, instead of "filename"
53034         or "path", as per the GNU coding standards.
53035         * lib/mkdir-p.c: Renamed from makepath.c.
53036         (make_dir_parents): Renamed from make_path.  All callers changed.
53037         * lib/mkdir-p.h: Likewise.  All includers changed.
53038         * lib/filenamecat.c: Renamed from path-concat.c.
53039         (file_name_concat): Renamed from path_concat.  All callers changed.
53040         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
53041         * lib/filenamecat.h: Likewise.  All includers changed.
53042         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
53043         in comments or local variable names.
53044         * lib/basename.c: Likewise.
53045         * lib/canonicalize.c, canonicalize.h: Likewise.
53046         * lib/dirname.c, dirname.h: Likewise.
53047         * lib/euidaccess.c: Likewise.
53048         * lib/exclude.c: Likewise
53049         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
53050         * lib/fsusage.c, fsuage.h: Likewise.
53051         * lib/fts.c, fts_.h: Likewise.
53052         * lib/getcwd.c: Likewise.
53053         * lib/getloadavg.c: Likewise.
53054         * lib/mkstemp.c: Likewise.
53055         * lib/mountlist.c, mountlist.h: Likewise.
53056         * lib/openat.c, openat.h: Likewise.
53057         * lib/readlink-stub.c: Likewise.
53058         * lib/readutmp.c, readutmp.h: Likewise.
53059         * lib/rename.c: Likewise.
53060         * lib/rmdir.c: Likewise.
53061         * lib/same.c: Likewise.
53062         * lib/savedir.c: Likewise.
53063         * lib/stripslash.c: Likewise.
53064         * lib/tempname.c: Likewise.
53065         * lib/xreadlink.c: Likewise.
53066         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53067         All uses changed.
53068         * lib/exclude.h: Likewise.
53069
53070         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53071         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53072         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53073         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53074         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53075         files have been getting away with it for years (MORE/BSD 4.3
53076         is extinct now).
53077         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53078         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53079
53080         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53081         Define to 256, not 255, as per modern POSIX.
53082
53083 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53084
53085         Sync from coreutils.
53086         Use "file name" when talking about file names, instead of "filename"
53087         or "path", as per the GNU coding standards.
53088         * MODULES.html.sh: mkdir-p renamed from makepath.
53089         filenamecat renamed from path-concat.
53090         * modules/filenamecat: Renamed from modules/path-concat.
53091         (Files): filenamecat.h and filenamecat.c renamed from
53092         path-concat.h and path-concat.c.
53093         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53094         (Include): filenamecat.h, not path-concat.h.
53095         * modules/mkdir-p: Renamed from modules/makepath.
53096         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53097         makepath.c.
53098         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53099         (Include): mkdir-p.h, not makepath.h.
53100
53101 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53102
53103         Sync from coreutils.
53104         * m4/mkdir-p.m4: Renamed from makepath.m4.
53105         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53106         Rename files from makepath.c to mkdir-p.c, and from
53107         makepath.h to mkdir-p.h.
53108         * m4/filenamecat.m4: Renamed from path-concat.m4.
53109         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53110         Rename files from path-concat.c to filenamecat.c,
53111         and from path-concat.h to filenamecat.h.
53112         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53113         "file name" in local variables or comments.
53114         * m4/rename.m4: Likewise.
53115
53116 2005-06-01  Bruno Haible  <bruno@clisp.org>
53117
53118         * modules/csharpexec: New file.
53119         * MODULES.html.sh (C#): New section.
53120
53121 2005-06-01  Bruno Haible  <bruno@clisp.org>
53122
53123         * m4/csharp.m4: New file, from GNU gettext.
53124         * m4/csharpexec.m4: New file, from GNU gettext.
53125
53126 2005-06-01  Bruno Haible  <bruno@clisp.org>
53127
53128         * lib/csharpexec.h: New file, from GNU gettext.
53129         * lib/csharpexec.c: New file, from GNU gettext.
53130         * lib/csharpexec.sh.in: New file, from GNU gettext.
53131
53132 2005-05-31  Derek Price  <derek@ximbiot.com>
53133             Paul Eggert  <eggert@cs.ucla.edu>
53134
53135         Sync from cvs.
53136         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53137
53138 2005-05-31  Derek Price  <derek@ximbiot.com>
53139             Paul Eggert  <eggert@cs.ucla.edu>
53140
53141         Sync from cvs.
53142         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53143
53144 2005-05-29  Derek Price  <derek@ximbiot.com>
53145
53146         * config/srclist.txt (glob_.h, glob.c): Add these files.
53147
53148 2005-05-29  Derek Price  <derek@ximbiot.com>
53149
53150         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53151         * modules/glob: New file.
53152         * modules/getlogin_r: Add link to POSIX spec in description.
53153
53154 2005-05-29  Derek Price  <derek@ximbiot.com>
53155             Paul Eggert  <eggert@cs.ucla.edu>
53156
53157         * m4/glob.m4: New file.
53158
53159 2005-05-29  Derek Price  <derek@ximbiot.com>
53160             Paul Eggert  <eggert@cs.ucla.edu>
53161
53162         * lib/glob_.h, lib/glob.c: New files.
53163
53164 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53165
53166         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53167         * modules/fts-lgpl (Depends-on): Remove gettext.
53168
53169 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53170
53171         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53172         and don't require gt_INTTYPES_PRI.
53173
53174 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53175
53176         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53177
53178         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53179         the configuration hassle isn't worth it.
53180         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53181         (LONGEST_MODIFIER, PRIuMAX): Remove.
53182
53183 2005-05-27  Bruno Haible  <bruno@clisp.org>
53184
53185         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53186
53187 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53188
53189         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53190         _POSIX_PTHREAD_SEMANTICS for Solaris.
53191
53192 2005-05-25  Derek Price  <derek@ximbiot.com>
53193
53194         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53195
53196 2005-05-25  Derek Price  <derek@ximbiot.com>
53197             Paul Eggert  <eggert@cs.ucla.edu>
53198
53199         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53200         * lib/getlogin_r.c, getlogin_r.h: New files.
53201
53202 2005-05-25  Bruno Haible  <bruno@clisp.org>
53203             Derek Price  <derek@ximbiot.com>
53204
53205         * lib/getlogin_r.h: Simplify API documentation.
53206
53207 2005-05-23  Derek Price  <derek@ximbiot.com>
53208
53209         * modules/minmax (Files): Add m4/minmax.m4.
53210         (configure.ac): Add gl_MINMAX.
53211
53212 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53213
53214         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53215         so that unistd-safer.h (GPL'ed code) need not be included.
53216
53217 2005-05-22  Bruno Haible  <bruno@clisp.org>
53218
53219         * m4/minmax.m4: New file.
53220         Based on a patch by Derek Price <derek@ximbiot.com>.
53221
53222 2005-05-22  Bruno Haible  <bruno@clisp.org>
53223
53224         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53225         (INT64_MIN): Fix definition.
53226         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53227
53228         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53229         NEED_SIGNED_INT_TYPES.
53230
53231         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53232         HAVE_SYSTEM_INTTYPES.
53233
53234 2005-05-22  Bruno Haible  <bruno@clisp.org>
53235
53236         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53237         Also include <sys/param.h> if it defines MIN, MAX.
53238         Based on a patch by Derek Price <derek@ximbiot.com>.
53239
53240 2005-05-21  Jim Meyering  <jim@meyering.net>
53241
53242         * modules/fts (Files): Add m4/inttypes-pri.m4.
53243         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53244
53245 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53246
53247         New fts module.
53248         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53249         (setup_dir, free_dir): New functions.
53250         (enter_dir, leave_dir): Define trivial
53251         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53252         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53253         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53254         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53255         Move to fts-cycle.c.
53256         (fts_open): Use setup_dir.
53257         (fts_close): Use free_dir.
53258         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53259         This adds a label and some gotos, but the alternatives were messier.
53260         Check for memory allocation failure when entering a dir.
53261         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53262         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53263         (FTS): New member fts_cycle, that is a union that contains the
53264         old active_dir_ht and cycle_state.  All uses changed to mention
53265         fts_cycle.ht and fts_cycle.state.
53266         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53267         fts.c, with the following changes:
53268         (setup_dir, free_dir): New functions.
53269         (enter_dir): Now returns bool.  Return true if successful, false
53270         if memory exhausted.  All callers changed.
53271         Do not bother partly cleaning up on
53272         memory allocation failure; that is free_dir's job.
53273         However, free ad if hash_insert fails, to avoid memory leak.
53274         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53275         fts->fts_options to see which union member to use.
53276
53277 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53278
53279         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53280         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53281
53282 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53283
53284         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53285
53286 2005-05-20  Jim Meyering  <jim@meyering.net>
53287
53288         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53289         Now a macro, to pacify GCC.
53290
53291 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53292
53293         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53294         of -1.
53295
53296 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53297
53298         * lib/chown.c (rpl_chown): Return -1 on failure.
53299
53300 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53301
53302         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53303         Don't check for stddef.h.
53304         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53305         don't use its results.
53306         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53307         since we include them unconditionally.  Don't require
53308         AM_STDBOOL_H, since stdbool is a prerequisite.
53309         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53310         since we assume C89 or better.
53311         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53312         as we don't use their results.
53313         Don't check for fchdir, memmove, memset, strrchr, as we use
53314         them unconditionally.
53315         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53316         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53317
53318 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53319
53320         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53321         Include <stddef.h> unconditionally, since we assume C89 now.
53322         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53323         * lib/fts.c: Include fts_.h first, to check interface.
53324         Do not include intprops.h; no longer needed.
53325         Include cycle-check.h and hash.h, since fts_.h no longer does.
53326         Remove unnecessary casts of closedir to void.
53327         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53328         decide whether to decrement nlinks.
53329         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53330         (FTS): Use struct hash_table * instead of Hash_table, so that
53331         we no longer need to include hash.h here.
53332
53333 2005-05-18  Jim Meyering  <jim@meyering.net>
53334
53335         * modules/dirfd (License): Change to LGPL.  Most of the code
53336         is already in the public domain.
53337
53338 2005-05-18  Jim Meyering  <jim@meyering.net>
53339
53340         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53341         Reported by Yoann Vandoorselaere.
53342
53343 2005-05-17  Jim Meyering  <jim@meyering.net>
53344
53345         * m4/fts.m4: New file, from coreutils.
53346
53347 2005-05-17  Jim Meyering  <jim@meyering.net>
53348
53349         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53350
53351 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53352
53353         Sync from coreutils.
53354         * m4/unlinkdir.m4: New file.
53355
53356 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53357
53358         Sync from coreutils.
53359         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53360         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53361         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53362         White space changes only.
53363         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53364         special.
53365         * lib/yesno.c: Include getline.h, not ctype.h.
53366         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53367         Use getline to remove arbitrary restriction on response length.
53368
53369 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53370
53371         * config/srclist-update: Spell out "Street" in FSF postal
53372         mail address; this is the style the FSF seems to prefer.
53373
53374         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53375         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53376         this updates FSF postal mail address.
53377
53378         Sync from coreutils.
53379         * modules/unlinkdir: New file.
53380         * modules/yesno (Depends-on): Add getline.
53381         * MODULES.html.sh (File system functions): Add unlinkdir.
53382
53383 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53384
53385         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53386         lib/strsep.h:
53387         Change the initial comment to refer to GPL, not LGPL.
53388         gnulib-tool will change it to LGPL as needed.
53389
53390         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53391         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53392         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53393         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53394         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53395         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53396         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53397         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53398         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53399         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53400         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53401         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53402         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53403         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53404         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53405         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53406         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53407         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53408         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53409         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53410         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53411         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53412         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53413         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53414         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53415         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53416         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53417         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53418         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53419         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53420         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53421         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53422         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53423         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53424         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53425         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53426         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53427         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53428         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53429         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53430         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53431         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53432         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53433         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53434         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53435         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53436         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53437         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53438         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53439         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53440         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53441         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53442         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53443         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53444         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53445         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53446         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53447         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53448         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53449         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53450         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53451         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53452         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53453         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53454         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53455         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53456         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53457         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53458         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53459         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53460         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53461         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53462         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53463         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53464         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53465         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53466         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53467         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53468         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53469         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53470         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53471         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53472         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53473         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53474         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53475         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53476         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53477         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53478         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53479         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53480         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53481         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53482         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53483         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53484         lib/yesno.c, lib/yesno.h:
53485         Update FSF postal mail address.
53486
53487 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53488
53489         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53490         tests/test-memmem.c, tests/test-stpncpy.c:
53491         Update FSF postal mail address.
53492
53493 2005-05-13  Bruno Haible  <bruno@clisp.org>
53494
53495         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53496         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53497         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53498         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53499         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53500         Add support for 64-bit integers in the MSVC compiler.
53501
53502 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53503
53504         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53505
53506 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53507
53508         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53509
53510 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53511
53512         * doc/getdate.texi (General date syntax): Don't say that date
53513         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53514         Problem reported by Nic Ferrier.
53515
53516 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53517
53518         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53519         specified in ai_socktype. Fix invalid ai_protocol
53520         check. ai_protocol is usually set to 0 or depending on
53521         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53522         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53523         ai_socktype / ai_protocol in the returned addrinfo structure.
53524
53525 2005-05-10  Simon Josefsson  <jas@extundo.com>
53526
53527         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53528         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53529
53530 2005-05-10  Karl Berry  <karl@gnu.org>
53531
53532         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53533         (from http://www.gnu.org/licenses).
53534         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53535         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53536         fdl.texi suffices.
53537
53538 2005-05-10  Karl Berry  <karl@gnu.org>
53539
53540         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53541         (COPYING.DOC): remove.
53542
53543         * config/srclist-update: new FSF address.
53544
53545 2005-05-10  Derek Price  <derek@ximbiot.com>
53546
53547         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53548         possible.
53549
53550 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53551             Bruno Haible  <bruno@clisp.org>
53552
53553         * modules/inet_ntop: New file.
53554         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53555         inet_ntop.
53556
53557 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53558             Bruno Haible  <bruno@clisp.org>
53559
53560         * m4/inet_ntop.m4: New file.
53561
53562 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53563             Bruno Haible  <bruno@clisp.org>
53564
53565         * lib/inet_ntop.h: New file.
53566         * lib/inet_ntop.c: New file, from glibc with modifications.
53567
53568 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53569
53570         * modules/time_r (License): Change to LGPL.
53571         * modules/extensions (License): Change to LGPL.  Actually,
53572         the license is more permissive than that, but currently gnulib-tool
53573         doesn't know how to handle more-permissive licenses.
53574
53575         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53576         Problem reported by Dave Love.
53577
53578 2005-05-08  Jim Meyering  <jim@meyering.net>
53579
53580         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53581         blank.
53582
53583 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53584
53585         * modules/argmatch (Depends-on): Add stdbool.
53586         * modules/backupfile (Depends-on): Likewise.
53587         * modules/chdir-long (Depends-on): Likewise.
53588         * modules/closeout (Depends-on): Likewise.
53589         * modules/cycle-check (Depends-on): Likewise.
53590         * modules/dirname (Depends-on): Likewise.
53591         * modules/fnmatch (Depends-on): Likewise.
53592         * modules/fsusage (Depends-on): Likewise.
53593         * modules/fwriteerror (Depends-on): Likewise.
53594         * modules/getcwd (Depends-on): Likewise.
53595         * modules/getloadavg (Depends-on): Likewise.
53596         * modules/hard-locale (Depends-on): Likewise.
53597         * modules/makepath (Depends-on): Likewise.
53598         * modules/mountlist (Depends-on): Likewise.
53599         * modules/nanosleep (Depends-on): Likewise.
53600         * modules/posixtm (Depends-on): Likewise.
53601         * modules/quotearg (Depends-on): Likewise.
53602         * modules/readtokens (Depends-on): Likewise.
53603         * modules/readtokens0 (Depends-on): Likewise.
53604         * modules/readutmp (Depends-on): Likewise.
53605         * modules/save-cwd (Depends-on): Likewise.
53606         * modules/strftime (Depends-on): Likewise.
53607         * modules/userspec (Depends-on): Likewise.
53608         * modules/utimecmp (Depends-on): Likewise.
53609         * modules/xgetcwd (Depends-on): Likewise.
53610         * modules/xnanosleep (Depends-on): Likewise.
53611         * modules/xstrtod (Depends-on): Likewise.
53612         * modules/yesno (Depends-on): Likewise.
53613
53614 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53615
53616         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53617         needless checks.
53618
53619 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53620
53621         Merge from coreutils.  Among other things,
53622         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53623         * lib/fd-safer.c: New file.
53624         * lib/fcntl-safer.h, open-safer.c: Remove.
53625         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53626         * lib/dup-safer.c: Include unistd-safer.h first.
53627         Don't include errno.h.
53628         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53629         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53630         * lib/file-type.c: Rely on file-type.h change.
53631         * lib/getloadavg.c: Include unistd-safer.h.
53632         (getloadavg): Use safer open.
53633         * lib/getusershell.c: Include "stdio-safer.h".
53634         (getusershell): Use safer fopen.
53635         * lib/long-options.c (long_options): Use NULL rather than 0.
53636         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53637         'free'.
53638         * lib/modechange.c: Likewise.
53639         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53640         (MODE_DONE): New constant.
53641         (struct mode_change): Remove 'next' member.
53642         (make_node_op_equals): New function; like the old one of the
53643         same name, except it allocates an array.
53644         (mode_compile, mode_create_from_ref): Use it.
53645         (mode_compile): Allocate result as an array, not a linked list.
53646         Parse octal string ourself, so that we catch mistakes like "+0".
53647         (mode_adjust): Arg is an array, not a linked list.
53648         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53649         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53650         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53651         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53652         Remove.  This is now stat-macros.h's job.
53653         (talloc): Remove.  All callers replaced by xalloc, so that
53654         our invokers don't have to worry about reporting memory failures.
53655         (make_node_op_equals): Remove.
53656         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53657         New constants.
53658         (struct mode_change): Moved here from modechange.h.
53659         (mode_append_entry): Remove.
53660         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53661         apps to have incorrect behavior.  Use simpler algorithm for head
53662         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53663         Detect more invalid usages rather than having somewhat-random behavior.
53664         Don't insert an "a=" action, as that leads to incorrect behavior.
53665         (mode_compile, mode_create_from_ref): Return NULL on error instead
53666         of an enum, since now there's only one way to have an error.  All
53667         callers changed.
53668         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53669         at the correct time.  Simplify calculation of "+u" and its ilk.
53670         Don't mishandle "+X".
53671         (mode_free): Remove "register" and localize decls.
53672         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53673         (struct mode_change): Move to modechange.c; callers don't
53674         need to see this stuff.
53675         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53676         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53677         (mode_change, mode_adjust): Reflect the new signatures noted above.
53678         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53679         that might redefine system include files.
53680         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53681         (my_usleep): Use NULL rather than (void *) 0.
53682         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53683         Use siginterrupt to specify that system calls should be interrupted.
53684         (rpl_nanosleep): Move initialization of suspended closer to call of
53685         my_usleep.
53686         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53687         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53688         (desirable_utmp_entry): New function.
53689         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53690         using x2nrealloc, to simplify logic.
53691         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53692         size calculation.  Do not assume utmp file is a regular file.
53693         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53694         (READ_UTMP_CHECK_PIDS): New constant.
53695         * lib/save-cwd.c: Include unistd-safer.h.
53696         (save_cwd): Use fd_safer.
53697         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53698         [!_LIBC] Include "stat-macros.h" instead.
53699         * lib/unistd-safer.h (fd_safer): New decl.
53700
53701 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53702
53703         * modules/getloadavg (Depends-on): Add unistd-safer.
53704         * modules/getusershell (Depends-on): Add stdio-safer.
53705         * modules/lstat (Depends-on): Remove xalloc.
53706         * modules/mkstemp (Depends-on): Add stat-macros.
53707         * modules/modechange (Depends-on): Remove xstrtol.
53708         Add stat-macros, xalloc.
53709         * modules/save-cwd (Depends-on): Add unistd-safer.
53710         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53711         * modules/unistd-safer (Files): Add lib/fd-safer.c
53712         (Makefile.am): Remove lib_SOURCES.
53713
53714         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53715         Remove fcntl-safer; unistd-safer supersedes it.
53716
53717 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53718
53719         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53720         AC_HEADER_STAT.
53721         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53722         (gl_PREREQ_CHOWN): Remove.
53723         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53724         it.  Don't require AC_HEADER_STAT.
53725         (gl_PREREQ_LSTAT): Remove.
53726         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53727         Don't require AC_HEADER_STAT.
53728         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53729         (gl_PREREQ_RMDIR): Remove.
53730         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53731         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53732         the stat-macros module a prerequisite.
53733         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53734         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53735         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53736         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53737         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53738         variable names.
53739         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53740         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53741         variable prefixes.
53742         * m4/fcntl-safer.m4: Remove.
53743         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53744         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53745         Invoke gl_PREREQ_FD_SAFER.
53746         (gl_PREREQ_FD_SAFER): New macro.
53747         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53748         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53749         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53750         Remove duplicate call to AC_LIBOBJ(readutmp).
53751         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53752
53753         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53754         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53755
53756 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53757
53758         * MODULES.html.sh (Misc): Add byteswap.
53759
53760 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53761
53762         * modules/getcwd (Depends-on): Add extensions.
53763         * modules/openat (Depends-on): Likewise.
53764
53765 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53766
53767         * modules/byteswap: New file.
53768
53769 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53770
53771         * m4/byteswap.m4: New file.
53772
53773 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53774
53775         * lib/byteswap_.h: New file.
53776
53777 2005-04-25  Karl Berry  <karl@gnu.org>
53778
53779         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53780
53781 2005-04-25  Albert Chin  <china@thewrittenword.com>
53782
53783         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53784         Toolkit C bug.
53785
53786 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53787
53788         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53789         (func_ln_if_changed) Remove forcibly for no error message
53790         in case file does not exist.
53791
53792 2005-04-19  Simon Josefsson  <jas@extundo.com>
53793
53794         * gnulib-tool (Options): Make --symlink mean --symbolic.
53795
53796 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53797
53798         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53799
53800 2005-04-16  Simon Josefsson  <jas@extundo.com>
53801
53802         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53803
53804 2005-04-15  Simon Josefsson  <jas@extundo.com>
53805
53806         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53807
53808 2005-04-15  Simon Josefsson  <jas@extundo.com>
53809
53810         * gnulib-tool: Rename --symlink to --symbolic.
53811
53812 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53813
53814         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53815         symbolic links to files instead of copying/moving.  Add --aux-dir,
53816         specifying directory relative --dir where auxiliary build tools
53817         are placed.
53818
53819 2005-04-14  Bruno Haible  <bruno@clisp.org>
53820
53821         * modules/allocsa (License): Change to LGPL.
53822         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53823
53824 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53825
53826         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53827         that "UTC +1 second" continues to work.  Problem reported
53828         by Dmitry V. Levin.
53829         (relunit_snumber): New rule.
53830         (relunit): Use it.
53831
53832 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53833
53834         * lib/getdate.y (universal_time_zone_table): New constant.
53835         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53836         universal_time_zone_table.
53837         (lookup_zone): Prefer universal_time_zone_table to
53838         local_time_zone_table, so that "GMT" time stamps are allowed in
53839         London during the summer.  Problem reported by Ian Abbott.
53840
53841 2005-04-12  Jim Meyering  <jim@meyering.net>
53842
53843         * lib/human.c (humblock): Set *options even when returning due to
53844         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53845         warning from gcc-4.
53846
53847 2005-04-09  Jim Meyering  <jim@meyering.net>
53848
53849         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53850         -Wuninitialized: initialize tm0.tm_year.
53851
53852 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53853
53854         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53855         count, since there's no maximum.  All uses changed.
53856         Add member dsts_seen.
53857         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53858         not being INT_MAX.
53859         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53860         Use pc_rels_seen to decide whther a date is absolute.
53861
53862         * lib/getdate.y (number): Don't overwrite year.
53863         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53864         check.
53865
53866 2005-04-02  Simon Josefsson  <jas@extundo.com>
53867
53868         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53869         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53870
53871 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53872
53873         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53874         where no absolute path name can be longer than PATH_MAX.
53875
53876 2005-03-27  Jim Meyering  <jim@meyering.net>
53877
53878         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53879
53880 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53881
53882         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53883         "one's complement" -> "ones' complement" in comment, as per Knuth.
53884         "value of type" -> "type or expression" in comment.
53885         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53886
53887 2005-03-26  Jim Meyering  <jim@meyering.net>
53888
53889         Comment nits.
53890         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53891         Correct typos: s/or/of/.
53892
53893 2005-03-26  Jim Meyering  <jim@meyering.net>
53894
53895         * modules/check-include-files: Move to ../ and rename to...
53896         * check-module: ...this.
53897
53898 2005-03-25  Jim Meyering  <jim@meyering.net>
53899
53900         * modules/xvasprintf (Files): Add xalloc.h.
53901
53902 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53903
53904         * modules/gettext (Files): config/config.rpath ->
53905         build-aux/config.rpath
53906         * modules/iconv (Files): Likewise.
53907         Problem reported by Oskar Liljeblad.
53908
53909 2005-03-23  Jim Meyering  <jim@meyering.net>
53910
53911         * modules/check-include-files: New script to check for
53912         missing dependencies, multiple includes, etc.
53913
53914         * modules/c-strtold (Depends-on): Add xalloc.
53915         * modules/c-strtod (Depends-on): Add xalloc.
53916         * modules/hash (Depends-on): Add xalloc.
53917         (Files): Remove lib/xalloc.h.
53918
53919         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53920         * modules/userspec (Files): Add lib/inttostr.h.
53921
53922 2005-03-23  Jim Meyering  <jim@meyering.net>
53923
53924         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53925
53926 2005-03-22  Jim Meyering  <jim@meyering.net>
53927
53928         * modules/stat-macros: New module.
53929         * modules/canonicalize, modules/euidaccess, modules/file-type,
53930         * modules/filemode, modules/lchown, modules/makepath,
53931         * modules/rmdir, modules/stat: Depend on new stat-macros module
53932         rather than listing lib/stat-macros.h manually.
53933         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53934
53935 2005-03-22  Jim Meyering  <jim@meyering.net>
53936
53937         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53938
53939 2005-03-22  Bruno Haible  <bruno@clisp.org>
53940
53941         * config/srclist.txt: Replace target directory 'config' with
53942         'build-aux'.
53943         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53944         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53945         ../build-aux/.
53946
53947 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53948
53949         * modules/chdir-long (Depends-on): Add mempcpy.
53950
53951         * modules/acl, modules/backupfile, modules/c-strtod,
53952         modules/c-strtold, modules/canon-host, modules/canonicalize,
53953         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53954         modules/exclude, modules/exitfail, modules/file-type,
53955         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53956         modules/getdate, modules/getline, modules/getpagesize,
53957         modules/getpass, modules/getugroups, modules/group-member,
53958         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53959         modules/inttostr, modules/long-options, modules/makepath,
53960         modules/md5, modules/memcasecmp, modules/memcoll,
53961         modules/modechange, modules/mountlist, modules/path-concat,
53962         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53963         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53964         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53965         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53966         modules/strftime, modules/strndup, modules/strverscmp,
53967         modules/timespec, modules/unlocked-io, modules/userspec,
53968         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53969         modules/yesno:
53970         Remove lib_SOURCES line from Makefile.am section, as this is now
53971         done automatically by the corresponding Autoconf macro.
53972
53973 2005-03-21  Jim Meyering  <jim@meyering.net>
53974
53975         Changes imported from coreutils.
53976
53977         * lib/cycle-check.c: Don't include xalloc.h.
53978
53979         * lib/path-concat.c: Don't include assert.h.
53980         (path_concat): Remove assertion that would have triggered
53981         for ABASE starting with more than one slash.
53982         Reported by Andreas Schwab.
53983
53984         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53985         properly when ABASE is an absolute file name.
53986         Correct the description of this function.
53987         Include <assert.h>.
53988         Add an assertion and a test driver.
53989         This fixes a bug introduced on 2004-07-02.
53990         Andreas Schwab reported the resulting failure of cp --parents:
53991         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53992
53993 2005-03-21  Jim Meyering  <jim@meyering.net>
53994
53995         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53996         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53997
53998 2005-03-21  Jim Meyering  <jim@meyering.net>
53999         and  Paul Eggert  <eggert@cs.ucla.edu>
54000
54001         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
54002         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
54003         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
54004         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
54005         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
54006         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
54007         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
54008         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
54009         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
54010         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
54011         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
54012         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
54013         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
54014         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
54015         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
54016         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
54017         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
54018         for these modules.
54019
54020 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
54021
54022         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
54023         (which shouldn't happen), generate nothing instead of returning 0
54024         immediately, so that nstrftime (NULL, ...) doesn't return 0.
54025
54026 2005-03-16  Bruno Haible  <bruno@clisp.org>
54027
54028         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
54029         HAVE_LONGLONG_64BIT.
54030
54031 2005-03-16  Bruno Haible  <bruno@clisp.org>
54032
54033         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
54034         HAVE_LONGLONG_64BIT.
54035
54036 2005-03-16  Bruno Haible  <bruno@clisp.org>
54037
54038         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
54039         HAVE_LONGLONG_64BIT.
54040
54041 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54042
54043         * lib/strftime.c (my_strftime): Prepend space to format so that we can
54044         reliably distinguish strftime failure from empty output on POSIX
54045         hosts.
54046
54047 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54048
54049         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
54050         (iconv_string): Don't guess a size-zero buffer, as that might cause
54051         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54052         result would be 'too large', where 'too large' is (heuristically)
54053         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54054         overflow concerns.  This will prevent some unwanted malloc failures
54055         when the inputs are very large.
54056
54057 2005-03-15  Karl Berry  <karl@gnu.org>
54058
54059         * config/srclist.txt (config.rpath): from gettext.
54060         * config/config.rpath: update.
54061
54062 2005-03-15  Bruno Haible  <bruno@clisp.org>
54063
54064         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54065         to 'negate'.
54066
54067         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54068         variable.
54069
54070         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54071         results.
54072
54073 2005-03-14  Simon Josefsson  <jas@extundo.com>
54074
54075         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54076         <fx@gnu.org>.
54077
54078 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54079
54080         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54081         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54082         intprops.h.
54083         * lib/strtol.c: Likewise.
54084
54085 2005-03-14  Jim Meyering  <jim@meyering.net>
54086
54087         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54088         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54089         to be nonzero so that we (and caller) can detect the difference
54090         between a valid zero-length expansion and an error return, even
54091         when the underlying strftime fails before writing anything into
54092         that location.
54093
54094 2005-03-14  Bruno Haible  <bruno@clisp.org>
54095
54096         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54097         Update from GNU gettext 0.14.3.
54098
54099 2005-03-10  Jim Meyering  <jim@meyering.net>
54100
54101         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54102
54103 2005-03-10  Jim Meyering  <jim@meyering.net>
54104
54105         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54106         so that this module works on systems without fchdir.
54107
54108 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54109
54110         Factor int-properties macros into a single file, except for
54111         glibc-related files.
54112         * lib/intprops.h: New file.
54113         * lib/getloadavg.c: Include it instead of limits.h.
54114         (INT_STRLEN_BOUND): Remove.
54115         * lib/human.c: Include intprops.h.
54116         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54117         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54118         302/1000.
54119         * lib/inttostr.h: Include intprops.h instead of limits.h.
54120         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54121         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54122         for consistency with intprops.h.
54123         (time_t_is_integer, twos_complement_arithmetic): Use them.
54124         * lib/sig2str.h: Include <signal.h>, intprops.h.
54125         (INT_STRLEN_BOUND): Remove.
54126         * lib/strftime.c (TYPE_SIGNED): Remove.
54127         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54128         * lib/strtol.c: Adjust comments to match intprops.h.
54129         * lib/userspec.c: Include intprops.h.
54130         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54131         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54132         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54133         instead of rolling our own expressions.
54134         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54135
54136         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54137         instead of int.
54138         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54139         the right thing even if adding 1900 would overflow.  Similarly
54140         for tm_mon + 1 and tm_yday + 1.
54141         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54142         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54143         (DO_SIGNED_NUMBER): New macro.
54144         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54145
54146 2005-03-07  Bruno Haible  <bruno@clisp.org>
54147
54148         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54149
54150 2005-03-07  Bruno Haible  <bruno@clisp.org>
54151
54152         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54153
54154 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54155
54156         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54157         (func_import): Only replace files via --import when they have actually
54158         changed.
54159
54160 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54161
54162         * m4/mmap-anon.m4: New file.
54163         * m4/pagealign_alloc.m4: New file.
54164
54165 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54166             Bruno Haible  <bruno@clisp.org>
54167
54168         * modules/pagealign_alloc: New file.
54169         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54170
54171 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54172             Bruno Haible  <bruno@clisp.org>
54173
54174         * lib/pagealign_alloc.h: New file.
54175         * lib/pagealign_alloc.c: New file.
54176
54177 2005-03-03  Bruno Haible  <bruno@clisp.org>
54178
54179         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54180         Use an all-permissive copyright notice, recommended by RMS.
54181
54182 2005-03-02  Bruno Haible  <bruno@clisp.org>
54183
54184         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54185         of AIX, the replacement has to be done only after <string.h> is
54186         included, therefore not in config.h. stpncpy.h does the replacement,
54187         and stpncpy.c uses it.
54188
54189 2005-03-02  Bruno Haible  <bruno@clisp.org>
54190
54191         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54192         stpncpy.c uses it.
54193
54194 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54195
54196         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54197         The workaround isn't strictly needed for POSIX conformance, and
54198         it's too much of a pain to configure and maintain.  We'll ask
54199         people to fix their kernels instead.
54200         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54201         (NANOSLEEP_BUG_WORKAROUND): Remove.
54202         (xnanosleep): Remove the workaround.
54203
54204 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54205
54206         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54207         Reported by Derek Price.
54208         (Include): Add "timespec.h".
54209
54210         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54211
54212 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54213
54214         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54215         to detect nanosleep bug.
54216
54217 2005-03-01  Bruno Haible  <bruno@clisp.org>
54218
54219         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54220
54221 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54222
54223         * modules/gethrxtime: New file.
54224         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54225         (Depends-on): Add gethrxtime.
54226         (configure.ac): Add gl_XNANOSLEEP.
54227         (Makefile.am): Remove lib_SOURCES line.
54228
54229 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54230
54231         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54232         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54233
54234 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54235
54236         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54237         * lib/timespec.h (gettime): Return void, since it always
54238         succeeds now.  All uses changed.
54239         * lib/gettime.c (gettime) Likewise.
54240         [HAVE_NANOTIME]: Prefer nanotime.
54241         Assume gettimeofday succeeds, as POSIX requires.
54242         Assime time () succeeds, since other code already does.
54243         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54244         (timespec_subtract): Remove.
54245         (NANOSLEEP_BUG_WORKAROUND): New constant.
54246         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54247         things considerably.  Use it only on GNU/Linux hosts, since the
54248         workaround shouldn't be needed elsewhere.
54249
54250 2005-02-24  Bruno Haible  <bruno@clisp.org>
54251
54252         * modules/gettext (Files): Add m4/glibc2.m4.
54253
54254 2005-02-24  Bruno Haible  <bruno@clisp.org>
54255
54256         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54257         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54258         * m4/progtest.m4:
54259         Update from GNU gettext 0.14.2.
54260         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54261
54262 2005-02-24  Bruno Haible  <bruno@clisp.org>
54263
54264         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54265         * lib/config.charset: Update from GNU gettext 0.14.2.
54266
54267 2005-02-24  Bruno Haible  <bruno@clisp.org>
54268
54269         * lib/gettext.h: Update from GNU gettext 0.14.2.
54270
54271 2005-02-23  Simon Josefsson  <jas@extundo.com>
54272
54273         * m4/iconvme.m4: New file.
54274
54275 2005-02-23  Jim Meyering  <jim@meyering.net>
54276
54277         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54278         change.
54279         Thanks to Bruno Haible for catching it.
54280
54281 2005-02-22  Simon Josefsson  <jas@extundo.com>
54282
54283         * modules/iconvme: New file.
54284
54285         * MODULES.html.sh: Add iconvme.
54286
54287 2005-02-22  Simon Josefsson  <jas@extundo.com>
54288
54289         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54290
54291 2005-02-22  Simon Josefsson  <jas@extundo.com>
54292
54293         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54294
54295 2005-02-22  Jim Meyering  <jim@meyering.net>
54296
54297         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54298         s/ifndef/ifdef/.
54299
54300 2005-02-20  Neil Conway  <neilc@samurai.com>
54301
54302         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54303         returned by OSX/Darwin if the specified buffer is not large
54304         enough for the hostname.
54305
54306 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54307
54308         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54309         pass it to _help, otherwise the latter coredumps trying to
54310         dereference state.root_argp.
54311
54312 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54313
54314         * modules/chdir-long (Depends-on): Add memrchr.
54315         * modules/memrchr (Files): Add lib/memrchr.h.
54316         (Include): "memrchr.h".
54317
54318 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54319
54320         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54321
54322 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54323
54324         * lib/memrchr.h: New file.
54325         * lib/chdir-long.c: Include it.
54326         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54327         Don't bother including stddef.h.
54328
54329 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54330
54331         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54332         inclusion.
54333         Include <sys/types.h>, for dev_t.
54334         (ME_DUMMY, ME_REMOTE): Move from here....
54335         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54336         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54337         Dmitry V. Levin.
54338         Include mountlist.h first, to test the interface.
54339
54340 2005-01-29  Bruno Haible  <bruno@clisp.org>
54341
54342         * lib/progname.c (program_name): Initialize.
54343         Needed when linking statically on MacOS X.
54344
54345 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54346
54347         Sync from coreutils.
54348         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54349         (Depends-on): Add c-strtod.
54350         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54351
54352 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54353
54354         Sync from coreutils.
54355         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54356
54357         Remove files that are specific to coreutils.
54358         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54359
54360 2005-01-28  Bruno Haible  <bruno@clisp.org>
54361
54362         * modules/javacomp: New file.
54363         * MODULES.html.sh (Java): Add javacomp.
54364
54365 2005-01-28  Bruno Haible  <bruno@clisp.org>
54366
54367         * m4/javacomp.m4: New file, from GNU gettext.
54368
54369 2005-01-28  Bruno Haible  <bruno@clisp.org>
54370
54371         * lib/javacomp.sh.in: New file, from GNU gettext.
54372         * lib/javacomp.h: New file, from GNU gettext.
54373         * lib/javacomp.c: New file, from GNU gettext.
54374
54375 2005-01-26  Simon Josefsson  <jas@extundo.com>
54376
54377         * lib/gai_strerror.c: Use GPL in header.
54378
54379 2005-01-26  Bruno Haible  <bruno@clisp.org>
54380
54381         * modules/javaexec: New file.
54382         * MODULES.html.sh (Java): Add javaexec.
54383
54384 2005-01-26  Bruno Haible  <bruno@clisp.org>
54385
54386         * m4/javaexec.m4: New file, from GNU gettext.
54387
54388 2005-01-26  Bruno Haible  <bruno@clisp.org>
54389
54390         * lib/javaexec.sh.in: New file, from GNU gettext.
54391         * lib/javaexec.h: New file, from GNU gettext.
54392         * lib/javaexec.c: New file, from GNU gettext.
54393
54394 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54395
54396         * modules/lchown (Depends-on): Remove lchown.h
54397
54398 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54399
54400         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54401         must be defined if the header file was not found, in order
54402         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54403
54404 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54405
54406         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54407         initializers for struct pentry_state.
54408         (__argp_error): Check return value of __asprintf
54409         (__argp_failure): Translate error message
54410
54411         * lib/argp-parse.c: Removed braces around the expansion of N_()
54412
54413 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54414
54415         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54416         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54417         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54418         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54419         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54420         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54421         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54422         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54423         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54424         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54425         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54426         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54427         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54428         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54429         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54430         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54431         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54432         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54433         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54434         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54435         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54436         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54437         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54438         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54439         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54440         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54441         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54442         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54443         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54444         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54445         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54446         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54447         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54448         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54449         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54450         Use an all-permissive copyright notice, recommended by RMS.
54451
54452 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54453
54454         * modules/chdir-long (Depends-on): Remove mempcpy.
54455
54456 2005-01-21  Jim Meyering  <jim@meyering.net>
54457
54458         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54459         same value as for Solaris 9.
54460
54461         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54462         component length.  This included changing the parameter to be
54463         of type `char *' rather than `char const *'.
54464         * lib/chdir-long.h (chdir_long): Update prototype.
54465
54466         * lib/openat.c (fdopendir, fstatat): New functions.
54467         * lib/openat.h: Include headers required for use of DIR and struct
54468         stat.
54469         [AT_SYMLINK_NOFOLLOW]: Define.
54470         (fdopendir, fstatat): Add prototypes.
54471
54472 2005-01-21  Bruno Haible  <bruno@clisp.org>
54473
54474         * modules/classpath: New file.
54475         * MODULES.html.sh (Java): Add classpath.
54476
54477 2005-01-21  Bruno Haible  <bruno@clisp.org>
54478
54479         * lib/classpath.h: New file, from GNU gettext.
54480         * lib/classpath.c: New file, from GNU gettext.
54481
54482 2005-01-20  Simon Josefsson  <jas@extundo.com>
54483
54484         * modules/version-etc-fsf: New file.
54485
54486 2005-01-20  Simon Josefsson  <jas@extundo.com>
54487
54488         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54489         * lib/version-etc.c: Remove version_etc_copyright.
54490         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54491         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54492
54493 2005-01-20  Simon Josefsson  <jas@extundo.com>
54494
54495         * lib/base64.h (isbase64): Add.
54496
54497         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54498         using a unsigned prototype, don't inline.
54499         (base64_decode): Use it.
54500
54501 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54502
54503         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54504         it.
54505
54506 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54507
54508         * lib/save-cwd.c (save_cwd): Remove code to support the case
54509         where fchdir is missing or flaky.
54510
54511 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54512
54513         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54514
54515 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54516
54517         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54518         AC_LIBSOURCES now does this.
54519         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54520         with new ullong_max module.
54521
54522 2005-01-19  Bruno Haible  <bruno@clisp.org>
54523
54524         * modules/sh-quote: New file.
54525         * MODULES.html.sh (Executing programs): Add sh-quote.
54526
54527 2005-01-19  Bruno Haible  <bruno@clisp.org>
54528
54529         * lib/sh-quote.h: New file, from GNU gettext.
54530         * lib/sh-quote.c: New file, from GNU gettext.
54531
54532 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54533
54534         Merge from coreutils.
54535         * m4/ullong_max.m4: New file.
54536         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54537         (gl_MACROS): Assume localeconv exists.
54538
54539 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54540
54541         Merge changes from coreutils, as described below in several
54542         changelogs dated today.
54543
54544         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54545         (O_DIRECTORY): Remove; not needed here, since "." must be
54546         a directory.  All uses removed.
54547         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54548         universal on Suns, and we also need to test for IRIX.
54549         Revamp code to use 'if' rather than '#if'.
54550         Avoid unnecessary comparison of cwd->desc to 0.
54551
54552         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54553         for known valid error numbers rather than observed invalid ones.
54554
54555 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54556
54557         * modules/ullong_max: New file.
54558
54559         * modules/chdir-long, modules/openat: New files.
54560         * modules/save-cwd (Depends-on): Depend on chdir-long.
54561         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54562
54563 2005-01-18  Jim Meyering  <jim@meyering.net>
54564
54565         Merge from coreutils.
54566         * m4/chdir-long.m4, m4/openat.m4: New files.
54567         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54568         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54569         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54570         is sane and DOES follow symlinks.  Besides, testing 20 different
54571         systems found no broken chown implementations.
54572         Prompted by a change in rsync's copy of this macro.
54573         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54574
54575         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54576
54577         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54578         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54579         NULL-means-set-to-current-time semantics.
54580         Remove temporary file immediately, rather than waiting
54581         for configure's at-exit trap code to do it.
54582
54583 2005-01-18  Jim Meyering  <jim@meyering.net>
54584
54585         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54586
54587         * lib/utimens.c (futimens): Account for the fact that futimes
54588         can also fail with errno == ENOSYS or errno == ENOENT.
54589         Patch from Dmitry V. Levin.
54590
54591         Change the name of the robust chdir function from chdir to chdir_long.
54592         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54593         (restore_cwd): Use chdir_long, not chdir.
54594         * lib/chdir-long.c: Renamed from chdir.c.
54595         * lib/chdir-long.h: Renamed from chdir.h.
54596         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54597         Hurd.
54598
54599 2005-01-18  Bruno Haible  <bruno@clisp.org>
54600
54601         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54602         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54603         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54604         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54605         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54606         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54607         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54608         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54609         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54610         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54611         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54612         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54613         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54614         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54615         Use an all-permissive copyright notice, recommended by RMS.
54616
54617 2005-01-18  Bob Proulx  <bob@proulx.com>
54618
54619         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54620         simplify offsetof() macro construct to avoid compile failure with
54621         native HP-UX 11.0 ANSI C compiler.
54622
54623 2005-01-17  Bruno Haible  <bruno@clisp.org>
54624
54625         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54626         redundant because stpncpy.m4 takes care of it.
54627
54628 2005-01-17  Bruno Haible  <bruno@clisp.org>
54629
54630         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54631
54632 2005-01-17  Bruno Haible  <bruno@clisp.org>
54633
54634         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54635         used.
54636
54637 2005-01-17  Bruno Haible  <bruno@clisp.org>
54638
54639         * lib/fwriteerror.h (fwriteerror): Change specification to include
54640         fclose.
54641         * lib/fwriteerror.c: Include <stdbool.h>.
54642         (fwriteerror): At the end, close the file stream. Record whether
54643         stdout was already closed.
54644
54645 2005-01-17  Bruno Haible  <bruno@clisp.org>
54646
54647         * lib/execute.c (environ): Declare if needed.
54648         * lib/pipe.c (environ): Likewise.
54649         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54650
54651 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54652
54653         * modules/argp: Depend on vsnprintf
54654
54655 2005-01-10  Jim Meyering  <jim@meyering.net>
54656
54657         * modules/closeout (Depends-on): Add atexit.
54658
54659 2005-01-06  Bruno Haible  <bruno@clisp.org>
54660
54661         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54662
54663 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54664
54665         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54666         definitions to be after all include files, to avoid collisions.
54667         Problem reported by Bob Proulx.
54668
54669 2005-01-04  Jim Meyering  <jim@meyering.net>
54670
54671         Changes imported from coreutils.
54672         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54673         as the mkstemp template, use a temporary directory and an
54674         8.3-friendly template to avoid trouble on systems like DJGPP.
54675         Reported by Juan M. Guerrero via Stepan Kasal.
54676         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54677         close. Remove the temporary directory right away, rather than waiting
54678         for configure's at-exit trap code to do it.
54679         Suggestion from Stepan Kasal.
54680
54681 2005-01-01  Simon Josefsson  <jas@extundo.com>
54682
54683         * gnulib-tool: Print #include directives when --import'ing.
54684
54685 2004-12-28  Simon Josefsson  <jas@extundo.com>
54686
54687         * tests/test-base64.c: Include required header files.  Remove
54688         unused variables.
54689
54690 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54691
54692         * modules/error (Depends-on): Remove gettext.
54693
54694 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54695
54696         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54697         not needed.  This removes a dependency on the gettext module.
54698         [defined _LIBC]: Do not include <libintl.h>; not needed.
54699
54700 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54701
54702         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54703         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54704
54705 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54706
54707         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54708         HAVE_DECL_STRTOLD.
54709
54710 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54711
54712         * modules/getdate (Depends-on): Remove alloca-opt.
54713
54714 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54715
54716         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54717
54718 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54719
54720         * lib/argp-parse.c: Include <stddef.h>.
54721         (alignof, alignto): New macros.
54722         (parser_init): Don't assume that void * is aligned sufficiently
54723         for struct option.
54724
54725         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54726         need to extend the stack.
54727         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54728         large.
54729
54730 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54731
54732         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54733
54734 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54735
54736         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54737         (2004-10-24) change.  Apparently this was a false alarm.
54738
54739         * modules/getdate: Depend on alloca-opt, not alloca.
54740
54741 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54742
54743         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54744         Remove now-obsolete comment about AIX.
54745         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54746         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54747         (YYMAXDEPTH): New macro.
54748
54749 2004-12-18  Simon Josefsson  <jas@extundo.com>
54750
54751         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54752
54753 2004-12-18  Bruno Haible  <bruno@clisp.org>
54754
54755         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54756
54757 2004-12-18  Bruno Haible  <bruno@clisp.org>
54758
54759         * lib/fatal-signal.c (fatal_signals): Make non-const.
54760         (init_fatal_signals): New function.
54761         (uninstall_handlers, install_handlers): Ignore signals that were set to
54762         SIG_IGN.
54763         (at_fatal_signal): Call init_fatal_signals.
54764         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54765         SIG_IGN.
54766         Reported by Paul Eggert.
54767
54768 2004-12-18  Bruno Haible  <bruno@clisp.org>
54769
54770         * doc/alloca.texi: New file.
54771         * doc/alloca-opt.texi: New file.
54772
54773 2004-12-17  Jim Meyering  <jim@meyering.net>
54774
54775         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54776         Otherwise, install-sh could exit with improper exit status when
54777         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54778
54779 2004-12-16  Simon Josefsson  <jas@extundo.com>
54780
54781         * tests/test-base64.c: Add license.
54782
54783 2004-12-15  Stepan Kasal  <address@hidden>
54784
54785         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54786
54787 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54788
54789         * modules/getcwd (Files): Add m4/d-ino.m4.
54790         Suggested by Mark D. Baushke.
54791
54792 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54793
54794         * lib/getdate.y (textint): New member "negative".
54795         (time_zone_hhmm): New function.
54796         Expect 14 shift-reduce conflicts, not 13.
54797         (o_colon_minutes): New rule.
54798         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54799         (yylex): Set the "negative" member of signed numbers.
54800
54801 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54802
54803         * doc/getdate.texi (Time of day items, Time zone items):
54804         Describe new formats +00:00, UTC+00:00.
54805
54806 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54807
54808         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54809         spurious "-l"s.  Problem reported by Stepan Kasal.
54810
54811 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54812
54813         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54814         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54815
54816 2004-12-04  Simon Josefsson  <jas@extundo.com>
54817
54818         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54819         Vandoorselaere <yoann@prelude-ids.org>.
54820
54821 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54822
54823         Changes imported from coreutils.
54824         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54825         exist.
54826         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54827
54828 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54829
54830         Changes imported from coreutils.
54831         * lib/hard-locale.c: Assume <locale.h> exists.
54832         Include "strdup.h".
54833         (GLIBC_VERSION): New macro.
54834         (hard_locale): Assume setlocale exists.
54835         Rewrite to avoid #ifdef.
54836         Use strdup rather than malloc + strcpy.
54837         * lib/human.c: Assume <locale.h> exists.
54838         (human_readable): Assume localeconv exists.
54839
54840 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54841
54842         * modules/hard-locale (Depends-on): Add strdup.
54843
54844 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54845
54846         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54847         convert T2, not T.  (Imported from libc.)
54848
54849 2004-11-30  Simon Josefsson  <jas@extundo.com>
54850
54851         * modules/restrict (License): Change to LGPL.
54852
54853 2004-11-30  Simon Josefsson  <jas@extundo.com>
54854
54855         * m4/restrict.m4: Add copyright and copying conditions.
54856
54857 2004-11-30  Simon Josefsson  <jas@extundo.com>
54858
54859         * m4/base64.m4: New file.
54860
54861 2004-11-30  Simon Josefsson  <jas@extundo.com>
54862
54863         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54864         base64.
54865
54866         * tests/test-base64.c: New file.
54867
54868         * modules/base64: New file.
54869
54870 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54871
54872         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54873         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54874
54875         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54876
54877 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54878
54879         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54880         (__getcwd.c): Don't restore errno; glibc doesn't.
54881         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54882         first, falling back to our code only if its results look suspicious.
54883         Ensure that the resulting buffer is only as large as necessary.
54884
54885         * lib/readutmp.c: Include readutmp.h first.
54886         Include <errno.h>, since readutmp.h no longer does that.
54887         * lib/readutmp.h: Don't include <errno.h>,
54888         <sys/param.h>, <time.h>; not needed to establish interface.
54889         (errno): Remove decl.
54890         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54891         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54892         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54893
54894 2004-11-28  Simon Josefsson  <jas@extundo.com>
54895
54896         * lib/base64.h, base64.c: New file.
54897
54898 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54899
54900         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54901
54902 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54903
54904         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54905         (Depends-on): Remove pathmax, same.  Add mempcpy.
54906         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54907         (Makefile.am): Append getcwd.h to lib_SOURCES.
54908         (Include): Add getcwd.h.
54909         (Maintainer): Change from Jim Meyering to "all, glibc",
54910         since getdate now uses intended-for-glibc code.
54911         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54912         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54913
54914 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54915
54916         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54917         HP's ANSI C compiler.
54918         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54919         Declaring int functions causes warnings on some modern systems and
54920         shouldn't be needed to compile on ancient ones.
54921         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54922         defined.
54923
54924         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54925         with the following changes.
54926         (__set_errno): Parenthesize properly.
54927         Include <stdbool.h>.
54928         (MIN, MAX, MATCHING_INO): New macros.
54929         (__getcwd): Define with prototype, not K&R form.
54930         Use heuristics to allocate default buffer on stack if possible.
54931         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54932         behavior, and to avoid the PATH_MAX limit when computing
54933         ../../../../...
54934         Use MATCHING_INO to compare inode number to file.
54935         Check for arithmetic overflow in size calculations.
54936         Fix bug in reallocation of dot array that caused getcwd to fail
54937         on directories nested deeper than 75.
54938         Be more careful about saving errno on error.
54939         Do not use realloc; use only free+malloc, as this is a bit
54940         more flexible and avoids a needless copy operation.
54941         Do not inspect st_dev and st_ino for symbolic links; POSIX
54942         doesn't specify the latter.
54943         Check for closedir errors.
54944         Avoid needless casts.
54945         Use "#ifdef weak_alias" around weak_alias, to be like other
54946         glibc code.
54947         The following changes to getcwd.c have effect only when used in
54948         gnulib; they have no effect inside glibc proper.
54949         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54950         as alloca isn't used.
54951         (alloca, __alloca): Likewise.
54952         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54953         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54954         unconditionally, as gnulib assumes C89 or better.
54955         Do not include <sys/param.h>.
54956         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54957         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54958         better.
54959         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54960         Include <dirent.h> in a way that is compatible with modern Autoconf.
54961         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54962         New macros, if not already defined.
54963         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54964         Use "_LIBC", not "defined _LIBC", for consistency.
54965         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54966         a mempcpy module.
54967         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54968         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54969         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54970         credit only to Jim Meyering and adjust the copyright dates.
54971         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54972         <stdlib.h>, <unistd.h>, "pathmax.h".
54973         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54974         (INITIAL_BUFFER_SIZE): Remove.
54975         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54976
54977 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54978
54979         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54980         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54981         Use the _ONCE methods, for efficiency.
54982         Check for fcntl.h.  In test program, include <errno.h>
54983         and <fcntl.h> if available.  Remove old K&R cruft from
54984         test program.  Check for common errors in GNU/Linux,
54985         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54986         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54987         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54988         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54989         name accordingly.
54990         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54991         accommodate new getcwd.c.
54992         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54993         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54994         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54995         that's all we need now.
54996
54997 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54998
54999         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
55000         argp-parse.c depends on getopt internals, that means we should
55001         always use our getopt, to be on the safe side.
55002         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
55003         order not to spoil the result of an eventual previous invocation
55004         of gl_GETOPT_SUBSTITUTE.
55005
55006 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55007
55008         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
55009         redefinition warnings. To avoid them, include the defines
55010         in `#if !defined __need_getopt ... #endif'. The only place
55011         where __getopt_argv_const is used is in definitions
55012         of getopt_long and getopt_long_only below, which are as well
55013         protected by `#ifndef __need_getopt'.
55014         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
55015         __need_getopt after including <stdio.h> and <unistd.h> These
55016         headers might have defined it.
55017
55018 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55019
55020         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
55021
55022 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55023
55024         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
55025         (futimens): New function, which uses futimes if available.
55026         (futimens, utimens): Support timespec==NULL, with same semantics
55027         as utime and utimens.
55028         * lib/utimens.h (futimens): New decl.
55029
55030 2004-11-23  Jim Meyering  <jim@meyering.net>
55031
55032         * lib/getopt_.h: Remove trailing blanks.
55033
55034 2004-11-23  Jim Meyering  <jim@meyering.net>
55035
55036         * lib/__fpending.c: Add comment.
55037
55038 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
55039
55040         * modules/canonicalize (Depends-on): Add xreadlink.
55041         Problem reported by James Youngman.
55042
55043 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
55044
55045         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
55046         New macros.
55047         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
55048         optopt): Use them instead of invoking ## directly; otherwise, the
55049         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
55050
55051 2004-11-19  Bruno Haible  <bruno@clisp.org>
55052
55053         * lib/strtok_r.c: Move comments from here...
55054         * lib/strtok_r.h: ... to here.
55055
55056 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55057
55058         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55059         implementations that mishandle size_t overflow.
55060
55061 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55062
55063         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55064         might fail.  Problem reported by Yoann Vandoorselaere.
55065         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55066         implementations that mishandle size_t overflow.
55067
55068 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55069
55070         * modules/canon-host (Depends-on): Add strdup.
55071
55072 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55073
55074         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55075
55076 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55077
55078         * lib/canon-host.c: Include "strdup.h".
55079         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55080         Use strdup instead of malloc/strcpy to duplicate strings.
55081
55082         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55083         (human_space_before_unit): New constant.
55084         * lib/human.c (human_readable): Support it.
55085
55086         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55087         (xgetcwd): Set errno correctly when failing.
55088         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55089         the failure is actually due to a PATH_MAX problem.
55090
55091         Further getopt changes to make it more likely that glibc will
55092         buy the changes back.
55093         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55094         (getopt): Use it, so to preserve glibc semantic
55095         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55096         when compiling for libc.
55097         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55098         (getopt_long, getopt_long_only): Use it.
55099
55100         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55101         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55102         (getopt): Argv is now char * const *, as per standard.
55103         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55104         not char *__getopt_argv_const *.
55105         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55106         _getopt_long_only_r): Likewise.
55107         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55108         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55109         _getopt_long_r, _getopt_long_only_r): Likewise.
55110         * lib/getopt_.h (__getopt_argv_const): Remove.
55111         (getopt): Argv is now char * const *, as per standard.
55112
55113         * lib/getdate.y (tORDINAL): New token.
55114         (day, relunit): Allow it for relative times.
55115         (relative_time_table): Use tORDINAL for ordinals.
55116
55117 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55118
55119         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55120         Document that "second" isn't allowed as an ordinal number.
55121
55122 2004-11-16  Jim Meyering  <jim@meyering.net>
55123
55124         * modules/closeout (Depends-on): Add fpending.
55125
55126 2004-11-15  Jim Meyering  <jim@meyering.net>
55127
55128         * lib/closeout.c: Include "__fpending.h" once again.
55129         Include <stdbool.h>.
55130         (close_stdout): Don't fail just because stdout was closed initially,
55131         since some programs don't write to stdout in the normal course of
55132         operation (other than --version and --help), and we don't want this
55133         function to make e.g. `touch file >&-' fail.
55134         But do fail if it was closed and someone has tried to write to it.
55135         E.g., `printf foo >&-' must fail.
55136
55137 2004-11-13  Jim Meyering  <jim@meyering.net>
55138
55139         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55140
55141 2004-11-12  Simon Josefsson  <jas@extundo.com>
55142
55143         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55144         small doc fix is still pending.
55145
55146 2004-11-11  Simon Josefsson  <jas@extundo.com>
55147
55148         * modules/strtok_r: New file.
55149
55150         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55151         strtok_r.
55152
55153 2004-11-11  Simon Josefsson  <jas@extundo.com>
55154
55155         * m4/strtok_r.m4: New file.
55156
55157         * m4/getopt.m4: Replace opterr.
55158
55159 2004-11-11  Simon Josefsson  <jas@extundo.com>
55160
55161         * lib/strtok_r.h, strtok_r.c: New file.
55162
55163 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55164
55165         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55166         of replacing opterr, getopt, etc.  This should handle the
55167         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55168
55169 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55170
55171         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55172         we can stop lying to compilers about the constness of argv when we
55173         are compiled outside glibc.
55174         (getopt, getopt_long, getopt_long_only): Use it.
55175         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55176         _getopt_internal, getopt): Likewise.
55177         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55178         _getopt_long_only_r): Likewise.
55179         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55180         _getopt_long_r, _getopt_long_only_r): Likewise.
55181
55182         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55183         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55184         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55185         the other external symbols.
55186         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55187         declaration, since the above renaming now works around collisions.
55188
55189 2004-11-11  Jim Meyering  <jim@meyering.net>
55190
55191         * lib/linebreak.c: Remove trailing blanks.
55192         * lib/alloca_.h: Likewise.
55193         * lib/acosl.c: Likewise.
55194         * lib/euidaccess.c: Likewise.
55195         * lib/allocsa.h: Likewise.
55196
55197 2004-11-10  Simon Josefsson  <jas@extundo.com>
55198
55199         * m4/getaddrinfo.m4: New file.
55200
55201 2004-11-10  Simon Josefsson  <jas@extundo.com>
55202
55203         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55204
55205 2004-11-10  Simon Josefsson  <jas@extundo.com>
55206
55207         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55208         getaddrinfo.
55209
55210         * modules/getaddrinfo: New file.
55211
55212 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55213
55214         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55215
55216 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55217
55218         * lib/mktime.c (SHR): New macro, which is a portable
55219         substitute for >> that should work even on Crays.
55220         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55221         Problem reported by Mark D. Baushke in
55222         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55223         * lib/getdate.y (SHR): Likewise.
55224         (tm_diff): Use it.
55225         * lib/strftime.c (SHR): Likewise.
55226         (tm_diff): Use it.
55227         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55228         quote_these_too, so that right shifts are well defined.  All uses
55229         changed.
55230
55231 2004-11-10  Jim Meyering  <jim@meyering.net>
55232
55233         Ensure that no close failure goes unreported.
55234         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55235         return early when it seems there's nothing to flush.
55236         Don't include __fpending.h.
55237
55238 2004-11-10  Jim Meyering  <jim@meyering.net>
55239
55240         * modules/closeout (Depends-on): Remove fpending.
55241
55242 2004-11-10  Jim Meyering  <jim@meyering.net>
55243
55244         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55245
55246 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55247
55248         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55249         gl_FUNC_STRFTIME.
55250         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55251         and AC_REQUIRE when possible, to avoid duplicate checks.
55252         Check for <wchar.h>.
55253
55254 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55255
55256         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55257
55258 2004-11-09  Bruno Haible  <bruno@clisp.org>
55259
55260         * m4/sockpfaf.m4: New file.
55261
55262 2004-11-05  Bruno Haible  <bruno@clisp.org>
55263
55264         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55265         Reported by Mark D. Baushke <mdb@cvshome.org>.
55266
55267 2004-11-04  Bruno Haible  <bruno@clisp.org>
55268
55269         2004-09-11  Bruno Haible  <bruno@clisp.org>
55270                 * allocsa.valgrind: New file.
55271         2004-02-06  Bruno Haible  <bruno@clisp.org>
55272                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55273                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55274                 Reported by Christopher Seip <chris.seip@hp.com>.
55275
55276 2004-11-04  Bruno Haible  <bruno@clisp.org>
55277
55278         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55279         (Makefile.am): Distribute it.
55280
55281 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55282
55283         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55284         with errno == ERANGE if the buffer is too small.
55285         Problem reported by Mark D. Baushke.
55286
55287 2004-11-03  Albert Chin  <china@thewrittenword.com>
55288             Paul Eggert  <eggert@cs.ucla.edu>
55289
55290         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55291         equivalent, substitute $ac_type for equivalent type rather than
55292         blindly using uint32_t *always* which won't work if uint32_t is not
55293         available.  Define _UINT32_T to work around typedef of uint32_t if
55294         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55295         2.5.1.
55296
55297 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55298
55299         * m4/jm-macros.m4: Sync from coreutils.
55300         (gl_MACROS): Check for mbrlen, for pathchk.
55301         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55302
55303 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55304
55305         * lib/xreadlink.c (MAXSIZE): New macro.
55306         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55307         size does not exceed MAXSIZE.  Avoid cast.
55308         As suggested by Mark D. Baushke in
55309         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55310         if readlink fails with buffer size just under MAXSIZE, try again
55311         with MAXSIZE.
55312
55313 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55314
55315         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55316
55317 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55318         and  Paul Eggert  <eggert@cs.ucla.edu>
55319
55320         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55321         (get_date): Overparenthesize to avoid GCC warning.
55322
55323 2004-11-02  Bruno Haible  <bruno@clisp.org>
55324
55325         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55326         returns void.
55327
55328 2004-11-02  Bruno Haible  <bruno@clisp.org>
55329
55330         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55331         function returns void.
55332
55333 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55334
55335         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55336         fflush_unlocked, flockfile, funlockfile, funlockfile,
55337         fputs_unlocked, putc_unlocked.
55338
55339 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55340
55341         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55342         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55343         already declared.
55344
55345 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55346
55347         * modules/getdate (Files): Add doc/getdate.texi.
55348         (Depends-on): Add setenv, xalloc.
55349
55350 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55351
55352         * lib/getdate.y: Add support for TZ="foo" within a date string.
55353         Fix some bugs near time_t boundaries.  Reject dates with
55354         out-of-range components, e.g., "Sept 31".
55355         Include <stdlib.h>, "setenv.h", "xalloc.h".
55356         (ISDIGIT_LOCALE): Remove; unused.
55357         Note that the TZ and time functions used here are not reentrant.
55358         (mktime_ok, get_tz): New functions.
55359         (TZBUFSIZE): New constant.
55360         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55361         This requires that we sometimes generate our own TZ="XXX..." setting.
55362
55363 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55364
55365         * doc/getdate.texi: New file, from coreutils with modifications for
55366         the new TZ parsing.
55367
55368 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55369
55370         * lib/mktime.c (not_equal_tm): Remove redundant check.
55371
55372 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55373
55374         * modules/regex (lib_SOURCES): Add regex.c.
55375         Reported by James Youngman in
55376         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55377
55378 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55379
55380         * lib/getdate.y: Use Bison 1.875 features, and some minor
55381         code cleanups.  This change does not affect semantics.
55382         Don't include <stdlib.h>; no longer needed.
55383         Don't include unlocked-io.h; only the "#if TEST" code uses
55384         stdio, and performance isn't crucial there.
55385         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55386         Bison 1.875 features as described below.
55387         All uses of "PC." replaced by "pc->".
55388         (YYSTYPE): Add a forward declaration.
55389         (yylex, yyerror): Use full prototypes in forward decls.
55390         Use "%pure-parser" rather than obsolescent "%pure_parser".
55391         Use %parse-param and %lex-param instead of obsolescent
55392         YYPARSE_PARAM and YYLEX_PARAM.
55393         (meridian_table, month_and_day_table, time_units_table,
55394         relative_time_table, time_zone_table, military_table,
55395         lookup_zone, lookup_word, get_date):
55396         Use NULL instead of 0 where appropriate.
55397         (to_hour): Avoid abort (), to avoid a dependency on
55398         stdlib.h.
55399         (yyerror, yylex): Now accepts parser_control * arg.
55400         (main) [TEST]: Use '\0' rather than 0 for char.
55401
55402 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55403
55404         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55405
55406 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55407
55408         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55409         It's now the caller's responsibility to handle the case where
55410         !HAVE_GETPAGESIZE && !defined getpagesize.
55411
55412         * lib/mktime.c (leapyear): Arg is long int, not int.
55413
55414 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55415
55416         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55417
55418 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55419
55420         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55421         missing.  Problem reported by James Youngman.
55422
55423 2004-10-16  Simon Josefsson  <jas@extundo.com>
55424
55425         * gnulib-tool: Fix comments.  Fix parse problem.
55426         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55427
55428 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55429
55430         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55431         implementation of getopt_long.  Problem reported by Alexander Taler in:
55432         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55433
55434 2004-10-15  Bruno Haible  <bruno@clisp.org>
55435
55436         * gnulib-tool: Untabify. Initialize supplied_libname.
55437         (func_usage): More homogenous output.
55438         (func_modules_transitive_closure, func_modules_to_filelist,
55439         func_emit_lib_Makefile_am): New functions.
55440         (func_import): New function, extracted from big case statement. Use
55441         func_get_license, func_modules_transitive_closure,
55442         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55443         opt_lgpl. Don't use test -a, as it's not portable.
55444         (func_create_testdir): Use func_modules_transitive_closure,
55445         func_modules_to_filelist, func_emit_lib_Makefile_am.
55446
55447 2004-10-15  Bruno Haible  <bruno@clisp.org>
55448
55449         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55450
55451 2004-10-15  Bruno Haible  <bruno@clisp.org>
55452
55453         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55454         the portions belonging to each module.
55455         Suggested by Derek Robert Price <derek@ximbiot.com>.
55456
55457 2004-10-12  Simon Josefsson  <jas@extundo.com>
55458
55459         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55460         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55461         to real functions.
55462
55463 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55464
55465         * modules/vsnprintf: New file.
55466
55467 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55468
55469         * m4/vsnprintf.m4: New file.
55470
55471 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55472
55473         * lib/vsnprintf.h: New file.
55474         * lib/vsnprintf.c: New file.
55475
55476 2004-10-11  Bruno Haible  <bruno@clisp.org>
55477
55478         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55479         vsnprintf.
55480
55481 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55482
55483         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55484
55485 2004-10-07  Bruno Haible  <bruno@clisp.org>
55486
55487         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55488         fits into the provided buffer.
55489
55490 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55491
55492         * lib/diacrit.c, diacrit.h: Add GPL notice.
55493
55494         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55495         notice.
55496         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55497         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55498         This avoids a potential constant-folding bug.
55499
55500 2004-10-05  Bruno Haible  <bruno@clisp.org>
55501
55502         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55503         for the declaration of strsep.
55504
55505 2004-10-05  Bruno Haible  <bruno@clisp.org>
55506
55507         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55508
55509 2004-10-04  Simon Josefsson  <jas@extundo.com>
55510
55511         * modules/memmem: New file.
55512         * tests/test-memmem.c: New file.
55513         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55514
55515 2004-10-04  Simon Josefsson  <jas@extundo.com>
55516
55517         * m4/memmem.m4: New file.
55518
55519 2004-10-04  Simon Josefsson  <jas@extundo.com>
55520
55521         * lib/memmem.h: New file.
55522         * lib/memmem.c: New file, taken from glibc.
55523
55524 2004-10-04  Simon Josefsson  <jas@extundo.com>
55525
55526         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55527         '#ifdef USE_UNLOCKED_IO'.
55528
55529 2004-10-04  Simon Josefsson  <jas@extundo.com>
55530
55531         * config/srclist.txt: Add memmem from glibc.
55532
55533 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55534
55535         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55536
55537         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55538         modules/exclude, modules/getdate, modules/getline,
55539         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55540         modules/getusershell, modules/linebuffer, modules/md5,
55541         modules/mountlist, modules/posixtm, modules/readtokens,
55542         modules/readutmp, modules/regex, modules/sha1,
55543         modules/version-etc, modules/yesno:
55544         Remove dependency on unlocked-io.
55545
55546 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55547
55548         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55549
55550         * m4/unlocked-io.m4: Add copyright notice.
55551         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55552
55553 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55554
55555         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55556         * lib/xmalloc.c (xmemdup): Likewise.
55557         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55558         XFREE): Remove these long-obsolescent macros.
55559         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55560         * lib/xstrdup.c: Remove.
55561
55562         * lib/regex.c (re_comp): Cast gettext return value to char *,
55563         Problem reported by Martin Neitzel via Mark D. Baushke.
55564
55565 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55566
55567         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55568         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55569         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55570         regex.c, sha1.c, version-etc.c, yesno.c:
55571         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55572         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55573         the includer's responsibility.
55574
55575         Sync from coreutils.
55576
55577         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55578         points to the start of a string, as the C Standard says the
55579         resulting behavior is undefined.
55580
55581         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55582         simple -> simple_backups, numbered_existing ->
55583         numbered_existing_backups, numbered -> numbered_backups
55584         to avoid shadowing problems.  All uses changed.
55585         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55586         * lib/backupfile.c (check_extension, numbered_backup):
55587         Rename locals to avoid shadowing 'basename'.
55588         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55589         once.
55590
55591         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55592         * lib/.cvsignore: Add getopt.h.
55593
55594 2004-10-04  Bruno Haible  <bruno@clisp.org>
55595
55596         * modules/README: New file.
55597         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55598         not a module.
55599
55600 2004-10-02  Jim Meyering  <jim@meyering.net>
55601
55602         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55603
55604 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55605
55606         * modules/strsep: New file.
55607
55608 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55609
55610         * m4/strsep.m4: New file.
55611
55612 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55613
55614         * lib/strsep.h: New file.
55615         * lib/strsep.c: New file.
55616
55617 2004-10-01  Simon Josefsson  <jas@extundo.com>
55618
55619         * lib/snprintf.c (snprintf): Handle size==0.
55620
55621 2004-10-01  Simon Josefsson  <jas@extundo.com>
55622             Bruno Haible  <bruno@clisp.org>
55623
55624         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55625         (snprintf): Declare 'args'.
55626
55627 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55628
55629         * lib/snprintf.c: Remove comments as to why each header is needed.
55630
55631 2004-10-01  Bruno Haible  <bruno@clisp.org>
55632
55633         * MODULES.html.sh: Add strsep.
55634
55635 2004-09-30  Simon Josefsson  <jas@extundo.com>
55636
55637         * modules/snprintf: New file.
55638
55639 2004-09-30  Simon Josefsson  <jas@extundo.com>
55640
55641         * m4/snprintf.m4: New file.
55642
55643 2004-09-30  Simon Josefsson  <jas@extundo.com>
55644
55645         * lib/snprintf.h, lib/snprintf.c: New files.
55646
55647 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55648
55649         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55650         (hol_entry_help): Never translate an empty string.
55651         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55652         * lib/argp.h (OPTION_NO_TRANS): New option.
55653
55654 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55655
55656         * modules/argp (Maintainer): Replace Simon Josefsson
55657         by Sergey Poznyakoff.
55658
55659 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55660
55661         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55662         changes merged back into glibc.
55663
55664 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55665
55666         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55667
55668 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55669
55670         * lib/xvasprintf.c: Include xalloc.h.
55671         (xvasprintf): Use xalloc_die, not xmalloc_die.
55672
55673 2004-09-29  Bruno Haible  <bruno@clisp.org>
55674
55675         * modules/alloca-opt: New file, derived from modules/alloca.
55676         * modules/allocsa: Depend on alloca-opt instead of alloca.
55677         * modules/setenv: Likewise.
55678         * modules/vasnprintf: Likewise.
55679         * MODULES.html.sh: Add alloca-opt.
55680
55681 2004-09-28  Simon Josefsson  <jas@extundo.com>
55682
55683         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55684         LGPL, and to replace license template from GPL to LGPL.
55685
55686 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55687
55688         * modules/dummy: Change license to LGPL.
55689
55690 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55691
55692         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55693
55694 2004-09-24  Simon Josefsson  <jas@extundo.com>
55695
55696         * modules/minmax (License): Change from GPL to LGPL.
55697
55698 2004-09-23  Simon Josefsson  <jas@extundo.com>
55699
55700         * gnulib-tool (--import): Typo.
55701
55702 2004-09-23  Simon Josefsson  <jas@extundo.com>
55703
55704         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55705
55706 2004-09-22  Bruno Haible  <bruno@clisp.org>
55707
55708         * modules/*: Add 'License' field.
55709         * gnulib-tool: Accept --extract-license option.
55710         (func_get_license): New function.
55711
55712 2004-09-21  Bruno Haible  <bruno@clisp.org>
55713
55714         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55715         Reported by Simon Josefsson.
55716
55717 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55718
55719         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55720         gl_AC_TYPE_LONG_LONG.
55721
55722 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55723
55724         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55725
55726 2004-09-18  Simon Josefsson  <jas@extundo.com>
55727         and  Paul Eggert  <eggert@cs.ucla.edu>
55728
55729         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55730         calls with autoreconf.  Define GL_LIB.
55731
55732 2004-09-14  Karl Berry  <karl@gnu.org>
55733
55734         * config/srclist.txt: unsync setenv.c, sigh.
55735
55736 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55737
55738         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55739         Problem reported by Bruno Haible in:
55740         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55741
55742 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55743
55744         * config/srclist.txt: Comment out argp-pvh.c.
55745
55746 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55747
55748         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55749         in case some system header has #define'd it.  Problem reported by
55750         Soeren D. Schulze in
55751         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55752
55753 2004-09-09  Karl Berry  <karl@gnu.org>
55754
55755         * regex.[ch]: delete from the root.  These were supposed to be
55756                 synced with emacs cvs, but this has not happened for about
55757                 a year, and anyway nothing else uses emacs regex.[ch].
55758                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55759                 lib/regex[.ch] is untouched.
55760
55761 2004-09-09  Bruno Haible  <bruno@clisp.org>
55762
55763         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55764
55765 2004-09-09  Bruno Haible  <bruno@clisp.org>
55766
55767         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55768         modifications.
55769         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55770
55771 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55772
55773         * modules/xvasprintf: New file.
55774         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55775
55776 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55777
55778         * lib/xvasprintf.h: New file.
55779         * lib/xvasprintf.c: New file.
55780         * lib/xasprintf.c: New file.
55781
55782 2004-09-08  Bruno Haible  <bruno@clisp.org>
55783
55784         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55785
55786 2004-09-08  Bruno Haible  <bruno@clisp.org>
55787
55788         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55789         length is > INT_MAX.
55790         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55791         more.
55792
55793 2004-09-08  Bruno Haible  <bruno@clisp.org>
55794
55795         * lib/stdint_.h: New file, taken from GNU clisp.
55796
55797 2004-09-08  Bruno Haible  <bruno@clisp.org>
55798             Oskar Liljeblad  <oskar@osk.mine.nu>
55799
55800         * modules/stdint: New file.
55801         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55802
55803 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55804
55805         Import from coreutils.
55806         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55807         strings on unbounded length.  alloca's performance benefits aren't
55808         that important here.
55809         (V_STRDUP): Remove.
55810         (parse_with_separator): New function, with most of the internals
55811         of the old parse_user_spec.  Allow user to omit both user and group,
55812         for compatibility with FreeBSD.
55813         Clone only the user name, not the entire spec.
55814         Do not set *uid, *gid unless entirely successful.
55815         Avoid memory leak in some failing cases.
55816         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55817         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55818         (parse_user_spec): Rewrite to use parse_with_separator.
55819
55820 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55821
55822         * modules/userspec: Don't depend on alloca.
55823
55824 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55825
55826         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55827
55828 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55829
55830         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55831         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55832         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55833
55834 2004-08-16  Simon Josefsson  <jas@extundo.com>
55835
55836         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55837         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55838         Add --dry-run for --import.
55839         Let user provided command line parameters override configure.ac
55840         settings.
55841
55842 2004-08-12  Simon Josefsson  <jas@extundo.com>
55843
55844         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55845         as discussed with Paul Eggert in threads rooted at
55846         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55847         and
55848         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55849         Before, the test was empty, and relied on ELIDE_CODE in source
55850         code.)
55851         (gl_PREREQ_GETOPT): New macro.
55852         (gl_GETOPT): Use them.
55853
55854 2004-08-12  Simon Josefsson  <jas@extundo.com>
55855
55856         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55857         * lib/getopt_.h: Renamed from getopt.h.
55858
55859 2004-08-12  Simon Josefsson  <jas@extundo.com>
55860
55861         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55862         Change default library name from libfoo to libgnu.
55863         Now, if you have a configure.ac that says:
55864                 gl_SOURCE_BASE(gl)
55865                 gl_M4_BASE(gl/m4)
55866                 gl_MODULES(error getopt etcetera)
55867                 gl_INIT
55868         you can import all you need by running:
55869                 ../gnulib/gnulib-tool --import
55870
55871         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55872         (Makefile.am): Rewrite, use logic from argz.
55873         (Include): Use <getopt.h> instead of "getopt.h".
55874
55875 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55876
55877         * modules/argp (Files): Add m4/unlocked-io.m4.
55878         (Depends-on): Add extensions.
55879
55880 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55881
55882         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55883         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55884         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55885         Check for program_invocation_name, program_invocation_short_name,
55886         flockfile, funlockfile, features.h, _getopt_long_only_r.
55887
55888 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55889
55890         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55891         its complicated substitute.
55892         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55893         and program_invocation_name.
55894         (__argp_basename) [!_LIBC]: Remove; the only use was
55895         replaced by its body.
55896         (__argp_short_program_name): Change condition from
55897         !defined __argp_short_program_name to
55898         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55899         to match argp-namefrob.h.
55900         (__argp_failure): Don't assume strerror_r returns char *.
55901         * lib/argp-parse.c (N_): Define unconditionally.
55902         (argp_default_options): Fill out initializers with 0 to avoid
55903         gcc warnings.
55904
55905 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55906
55907         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55908         getopt1.c.
55909
55910 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55911
55912         Merge from coreutils.
55913
55914         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55915
55916         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55917         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55918
55919 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55920
55921         Merge from coreutils.
55922
55923         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55924         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55925         for Reliant Unix 5.43.
55926
55927         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55928         (union fooround): Use uintmax_t, not long int.
55929         The rest is a merge from libc:
55930         [defined _LIBC]: Include <shlib-compat.h>.
55931         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55932
55933         * lib/settime.c (settime): Recode to avoid warning with
55934         Sun Forte C 6U2.
55935
55936         * lib/strverscmp.c: Convert to UTF-8.
55937
55938 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55939
55940         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55941         m4/uintmax_t.m4.
55942
55943 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55944
55945         * modules/xalloc-die: New file.
55946         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55947
55948         * modules/md5 (Files): Add m4/uint32_t.m4.
55949         * modules/sha1: Renamed from modules/sha.
55950         (Files):
55951         Rename lib/sha.h to lib/sha1.h.
55952         Rename lib/sha.c to lib/sha1.c.
55953         Rename m4/sha.m4 to m4/sha1.m4.
55954         (lib_SOURCES): Likewise.
55955         (configure.ac): Rename gl_SHA to gl_SHA1.
55956         (Include): sha.h -> sha1.h.
55957
55958 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55959
55960         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55961         * m4/sha1.m4: Renamed from sha.m4.
55962         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55963
55964 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55965
55966         * lib/obstack.h (obstack_empty_p):
55967         Don't assume that chunk->contents is suitably aligned.
55968         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55969         Likewise. Problem reported by Benno in
55970         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55971
55972         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55973         readable.  This could be improved further but it'd take some work.
55974
55975 2004-08-08  Simon Josefsson  <jas@extundo.com>
55976
55977         * modules/xgethostname (Depends-on): Remove exit and error (not
55978         used).
55979
55980         * modules/getpass-gnu: Add getpass.h.
55981         (Depends-on): Add stdbool.
55982         * modules/getpass: Add getpass.h.
55983
55984 2004-08-08  Simon Josefsson  <jas@extundo.com>
55985
55986         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55987         Check getpass declaration.
55988
55989 2004-08-08  Simon Josefsson  <jas@extundo.com>
55990
55991         * lib/xgethostname.c: Don't include error.h (not used).
55992
55993         * lib/getpass.h: Add.
55994         * lib/getpass.c: Include getpass.h first.
55995
55996 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55997
55998         * lib/xalloc-die.c: New file.
55999         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
56000         All uses removed.
56001         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
56002         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
56003         xalloc-die.c.
56004         (_, N_, xalloc_die): Move to xalloc-die.c.
56005         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
56006         so that we needn't mess with xalloc_msg_memory_exhausted.
56007
56008         * lib/sha1.h: Renamed from sha.h.
56009         (SHA1_H): Renamed from _SHA_H.
56010         (sha1_ctx): Renamed from sha_ctx.
56011         (sha1_init_ctx): Renamed from sha_init_ctx.
56012         (sha1_process_block): Renamed from sha_process_block.
56013         (sha1_process_bytes): Renamed from sha_process_bytes.
56014         (sha1_finish_ctx): Renamed from sha_finish_ctx.
56015         (sha1_read_ctx): Renamed from sha_read_ctx.
56016         (sha1_stream): Renamed from sha_stream.
56017         (sha1_buffer): Renamed from sha_buffer.
56018         * lib/sha1.c: Likewise; renamed from sha.c.
56019         Do not include <sys/types.h>.
56020         Include <stddef.h> rather than <stdlib.h>.
56021
56022 2004-08-08  Bruno Haible  <bruno@clisp.org>
56023
56024         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
56025         FILESYSTEM_PREFIX_LEN.
56026         * lib/progreloc.c: Likewise.
56027         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
56028
56029 2004-08-06  Simon Josefsson  <jas@extundo.com>
56030
56031         * modules/progname (Depends-on): Don't depend on stdbool.
56032
56033 2004-08-06  Simon Josefsson  <jas@extundo.com>
56034
56035         * modules/getsubopt: New file.
56036         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
56037         getsubopt.
56038
56039 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56040
56041         More merge from coreutils.
56042
56043         * m4/utimens.m4, m4/utimecmp.m4: New files.
56044         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
56045         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
56046         prereq.m4, sha.m4: Import changes from coreutils.
56047
56048 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56049
56050         More merge from coreutils.
56051         * modules/raise, modules/readtokens0, modules/utimens:
56052         * modules/utimecmp, module/xnanosleep: New files.
56053         * modules/strftime: Add lib/strftime.h.
56054         Change include from <time.h> to "strftime.h".
56055         * modules/yesno: Add lib/yesno.h.
56056         * modules/backupfile: Remove lib/addext.c.
56057         * modules/euidaccess: Add stat-macros.h.
56058         * modules/canonicalize, modules/euidaccess,
56059         modules/filemode, modules/lchown, modules/makepath,
56060         modules/rmdir, modules/stat: Likewise.
56061
56062 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56063
56064         Merge from tar.
56065         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56066         SIZE_MAX is a valid preprocessor constant.
56067         (__argp_basename): Change from "#ifndef _LIBC"
56068         to "#ifndef __argp_short_program_name", so that
56069         we don't compile these functions for tar.
56070
56071         More merges from coreutils.
56072         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56073         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56074         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56075         * lib/addext.c: Remove; no longer needed.
56076         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56077         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56078         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56079         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56080         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56081         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56082         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56083         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56084         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56085         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56086         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56087         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56088         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56089         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56090         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56091         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56092         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56093         Import changes from coreutils.
56094
56095 2004-08-05  Simon Josefsson  <jas@extundo.com>
56096
56097         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56098
56099 2004-08-05  Simon Josefsson  <jas@extundo.com>
56100
56101         * m4/getsubopt.m4: New file.
56102
56103 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56104
56105         Merge from coreutils.
56106
56107         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56108         * m4/getcwd-path-max.m4: New files.
56109
56110         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56111         FILESYSTEM_PREFIX_LEN ->
56112         FILE_SYSTEM_PREFIX_LEN.
56113         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56114         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56115         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56116         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56117
56118         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56119         prerequisite modules now handle the DOS stuff.
56120         Don't check for unistd.h.
56121
56122 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56123
56124         Merge from coreutils.
56125
56126         * lib/.gdb-history: Remove; this doesn't belong here.
56127
56128         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56129         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56130         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56131         * lib/getcwd.c: New files.
56132
56133         * lib/dirname.h: Include <stdbool.h>.
56134         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56135         for consistency with POSIX terminology.  All uses changed.
56136         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56137         (strip_trailing_slashes): Use bool for booleans.
56138         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56139
56140         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56141         sometimes returns a positive errno value even when it succeeds.
56142         (print_errno_message) [!LIBC]: Fall back on strerror if
56143         __strerror_r fails.
56144
56145         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56146         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56147         (longest_relative_suffix): New function.
56148         (path_concat): Use it.  Assume first argument is not NULL.
56149         Port to DOS.  Omit redundant separators.
56150         Report an error instead of returning NULL.
56151         Use mempcpy instead of memcpy.
56152         (xpath_concat): Remove: not declared or used.
56153
56154         * lib/same.h: Include <stdbool.h>
56155         (same_name): Return bool, not int.
56156         * lib/same.c (same_name): Likewise.
56157         (errno): Don't declare; we assume C89 or better now.
56158
56159         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56160         if not already defined.
56161
56162         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56163         * lib/dup-safer.c (errno): Likewise.
56164
56165 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56166
56167         Merge from coreutils.
56168         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56169         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56170         * modules/path-concat: Don't depend on strdup.
56171
56172 2004-08-03  Simon Josefsson  <jas@extundo.com>
56173
56174         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56175         * lib/progname.h: Don't include stdbool.h.
56176
56177 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56178
56179         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56180         * MODULES.html.sh (func_all_modules): Remove fatal.
56181
56182 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56183
56184         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56185
56186 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56187
56188         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56189         working.
56190
56191 2004-08-02  Simon Josefsson  <jas@extundo.com>
56192
56193         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56194         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56195         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56196
56197 2004-08-01  Simon Josefsson  <jas@extundo.com>
56198
56199         * lib/xgetdomainname.c: Include stdlib.h, for free().
56200
56201 2004-07-19  Bruno Haible  <bruno@clisp.org>
56202
56203         * MODULES.html.sh (func_all_modules): Add dummy.
56204
56205 2004-07-16  Simon Josefsson  <jas@extundo.com>
56206
56207         * modules/dummy: New file.
56208
56209 2004-07-16  Simon Josefsson  <jas@extundo.com>
56210
56211         * lib/dummy.c: New file.
56212
56213 2004-07-16  Bruno Haible  <bruno@clisp.org>
56214
56215         * lib/backupfile.h: Add extern "C" for C++.
56216         * lib/closeout.h: Likewise.
56217         * lib/copy-file.h: Likewise.
56218         * lib/findprog.h: Likewise.
56219         * lib/full-write.h: Likewise.
56220         * lib/pathname.h: Likewise.
56221         * lib/progname.h: Likewise.
56222         * lib/stpcpy.h: Likewise.
56223         * lib/stpncpy.h: Likewise.
56224         * lib/strcase.h: Likewise.
56225         * lib/strstr.h: Likewise.
56226         * lib/xalloc.h: Likewise.
56227
56228         * lib/mbswidth.h: Add extern "C" for C++.
56229         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56230
56231 2004-07-13  Robert Millan  <robertmh@gnu.org>
56232
56233         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56234
56235 2004-07-09  Simon Josefsson  <jas@extundo.com>
56236
56237         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56238         failed without this.)
56239
56240 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56241
56242         * modules/chown (Files): Add lib/fchown-stub.c, since
56243         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56244
56245 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56246
56247         * lib/fchown-stub.c: New file.
56248
56249 2004-06-24  Jim Meyering  <jim@meyering.net>
56250
56251         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56252
56253 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56254
56255         * modules/argz: Omit "#include".
56256
56257         * MODULES.html.sh (func_all_modules): Add calloc, to match
56258         2004-06-01 addition of calloc module.
56259
56260 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56261
56262         * m4/argz.m4: New file, which is autoupdated from libtool.
56263
56264 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56265
56266         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56267         libtool.
56268
56269 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56270
56271         * config/srclist-update: Don't insist on "USA." before the
56272         close-comment, as libtool omits the period and puts the */ on a
56273         separate line.
56274         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56275         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56276
56277 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56278
56279         * modules/argz: New file.
56280         * MODULES.html.sh (func_all_modules): Add argz.
56281
56282 2004-06-12  Jim Meyering  <jim@meyering.net>
56283         and  Paul Eggert  <eggert@cs.ucla.edu>
56284
56285         * modules/hash (Files): Add lib/xalloc.h.
56286         * modules/pipe (Depends-on): Add wait-process.
56287         * modules/stat (Depends-on): Add xalloc.
56288         * modules/userspec (Files): Add lib/userspec.h.
56289         * modules/xstrto
56290
56291         Upgrade from gettext-0.13.
56292         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56293         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56294         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56295
56296 2004-06-10  Jim Meyering  <jim@meyering.net>
56297
56298         * lib/calloc.c: New file.
56299
56300 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56301
56302         * lib/getdate.y (yylex): Allow space between sign and number.
56303         Problem reported by Dan Jacobson.
56304
56305 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56306
56307         Merge from coreutils CVS.
56308
56309         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56310         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56311         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56312         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56313         xstrtol.m4: Fix copyright date and/or serial number.
56314
56315         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56316         See if we need an fchown replacement.
56317         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56318         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56319         and use the replacement function if we detect either defect.
56320
56321         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56322         gl_UTIMECMP.
56323
56324 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56325         and  Jim Meyering  <jim@meyering.net>
56326
56327         Merge from coreutils CVS.
56328
56329         * lib/stat-macros.h: New file, with contents from file-type.h
56330         and coreutils' system.h.
56331         * lib/file-type.c: Include "stat-macros.h".
56332         * lib/file-type.h (file_type): Move all macro definitions to new file,
56333         stat-macros.h.
56334
56335         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56336         Wrap old code with this conditional.
56337         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56338         function that does not dereference symlinks.
56339         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56340
56341         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56342         dependency problems.
56343         (xreadlink): Accept new arg SIZE, for efficiency.
56344         All decls and uses changed.
56345         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56346
56347         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56348         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56349
56350         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56351         sysexits.h.
56352
56353 2004-06-01  Jim Meyering  <jim@meyering.net>
56354
56355         * m4/calloc.m4: New file.
56356
56357 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56358
56359         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56360         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56361         Also, fix a typo in a diagnostic.
56362
56363 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56364
56365         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56366         or AC_FUNC_REALLOC.
56367
56368 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56369
56370         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56371         macros to be defined.
56372         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56373         the allocator returns NULL because the requested size is zero.
56374
56375 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56376
56377         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56378         var.  Add comment explaining why libc still defines it.  This
56379         merges the following patch from glibc:
56380         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56381
56382 2004-05-20  Andreas Schwab  <schwab@suse.de>
56383
56384         * m4/free.m4: Replace free if it not known to work, not the other
56385         way round.
56386
56387 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56388
56389         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56390         present in glibc since revision 1.1 of this file.
56391         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56392         obstack_alignment_mask, obstack_alloc, obstack_base,
56393         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56394         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56395         obstack_grow0, obstack_init, obstack_int_grow,
56396         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56397         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56398         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56399         nonexistent functions.
56400
56401 2004-05-18  Karl Berry  <karl@gnu.org>
56402
56403         * config/srclist.txt: break link for vasnprintf.c.
56404
56405 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56406
56407         Port obstack to the AS/400, where pointers are 16 bytes wide and
56408         you cannot cast an integer to a valid pointer.  This patch is
56409         currently waiting to be integrated into glibc; see
56410         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56411
56412         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56413         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56414         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56415         (struct obstack): temp member is now a union of a pointer and
56416         an integer, instead of an integer.  All integer uses changed.
56417         This does not affect the physical layout of struct obstack,
56418         except on hosts (like the AS/400) where the size or alignment of
56419         void * is greater than that of ptrdiff_t.
56420         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56421         __STDC__)]: Store temporary in pointer member of union, not
56422         integer member.
56423         * lib/obstack.c: Include <stddef.h>, for offsetof.
56424         (struct fooalign): Remove; it doesn't need a name.
56425         (union fooround): Change double to long double, and add void *.
56426         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56427         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56428         not a macro.  Hence the values are always int; so remove all
56429         casts-to-int in uses.
56430
56431 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56432
56433         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56434         we can get this patch merged into glibc.
56435
56436 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56437             Paul Eggert  <eggert@cs.ucla.edu>
56438
56439         * m4/argp: Depend on alloca.
56440
56441 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56442             Paul Eggert  <eggert@cs.ucla.edu>
56443
56444         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56445         freecoding.
56446
56447 2004-05-17  Bruno Haible  <bruno@clisp.org>
56448
56449         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56450         precision that consists of a '.' followed by an empty digit string.
56451         Patch by Tor Lillqvist <tml@iki.fi>.
56452
56453 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56454
56455         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56456         for backward compatibility with older code.  We need our own
56457         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56458         it under some other name, and our alloca.h will define it.
56459
56460 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56461             Derek Price  <derek@ximbiot.com>
56462
56463         * lib/alloca.c: Include <alloca.h>, to get our interface.
56464         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56465         include <alloca.h> first.  Use C89 prototype for alloca; this
56466         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56467         Use #elif for simplicity, since we can assume C89 now.
56468         Don't try to source the system alloca.h since it will not be found
56469         and to prevent recursively including its replacement.
56470         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56471         * lib/regex.c: Likewise.
56472
56473 2004-05-16  Derek Price  <derek@ximbiot.com>
56474             Paul Eggert  <eggert@cs.ucla.edu>
56475
56476         getline cleanup.  This changes the getndelim2 API: both order of
56477         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56478         no delimiter).
56479
56480         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56481         interface does that.
56482         (getline): Always use getdelim, so that we don't have two
56483         copies of this code.
56484         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56485         if available.
56486         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56487         (GETNDELIM2_MAXIMUM): New macro.
56488         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56489         instead of the old practice of delim2==0.  All callers changed.
56490         Return -1 on overflow, instead of returning junk.
56491         Do not set *linesize unless allocation succeeds.
56492         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56493         that we include sys/types.h.
56494         * lib/getnline.h: Likewise.
56495         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56496         (getndelim2): Reorder arguments.
56497         * lib/getnline.c (getnline, getndelim):
56498         Don't discard the NMAX argument.
56499         (getnline): Invoke getndelim, to avoid code duplication.
56500         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56501         of (size_t) -1 by callers of the getnline family.
56502
56503 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56504
56505         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56506         Check for gettimeofday.
56507         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56508         Check for settimeofday, stime.
56509
56510 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56511
56512         * lib/nanosleep.c (suspended): Change its type from int to
56513         sig_atomic_t volatile.
56514         (first_call): Make it private to rpl_nanosleep, and have it
56515         be zero initially as that's a bit faster.
56516         (my_usleep): Round up fractional times instead of truncating them,
56517         as this is the usual meaning for 'sleep'.
56518
56519         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56520         doesn't work.
56521         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56522         (ENOSYS): Define if not defined.
56523         (settime): Fall back on stime if it exists and settimeofday fails.
56524         But don't bother with fallbacks if a method fails with errno == EPERM.
56525
56526 2004-05-11  Jim Meyering  <jim@meyering.net>
56527
56528         Prior to this change, the save_cwd caller required read access to the
56529         current directory on most systems (ones with the fchdir function).
56530
56531         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56532         fails, try write-only, and finally, resort to using xgetcwd.
56533
56534 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56535
56536         * lib/obstack.c, obstack.h: Import changes from libc.
56537
56538 2004-04-28  Bruno Haible  <bruno@clisp.org>
56539
56540         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56541         also implicitly appends .exe to executables.
56542         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56543         accepts Windows pathnames.
56544         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56545         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56546         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56547         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56548         Reported by Derek Robert Price <derek@ximbiot.com>.
56549
56550 2004-04-21  Karl Berry  <karl@gnu.org>
56551
56552         * config/srclist.txt (localcharset.c): break sync.
56553
56554 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56555
56556         * m4/host-os.m4: Add a copyright notice.
56557
56558 2004-04-20  Jim Meyering  <jim@meyering.net>
56559
56560         Change UTILS_ to gl_ in AC_DEFINE'd names.
56561         Change utils_- and jm_-prefixed variables, too.
56562         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56563         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56564         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56565
56566         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56567         Don't emit trailing blanks.
56568         Also rename jm_-prefixed variables to have gl_ prefix.
56569
56570         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56571         Also rename jm_-prefixed variables to have gl_ prefix.
56572
56573         * m4/jm-macros.m4: Reflect the renamings.
56574         * m4/prereq.m4: Likewise.
56575
56576 2004-04-20  Jim Meyering  <jim@meyering.net>
56577
56578         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56579         memory.
56580
56581 2004-04-20  Jim Meyering  <jim@meyering.net>
56582             Bruno Haible  <bruno@clisp.org>
56583
56584         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56585         memory when realloc fails.
56586
56587 2004-04-19  Jim Meyering  <jim@meyering.net>
56588
56589         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56590         now that readutmp.c may call `free (0)'.
56591
56592 2004-04-19  Bruno Haible  <bruno@clisp.org>
56593
56594         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56595         * m4/inttypes_h.m4: Likewise.
56596         * m4/stdint_h.m4: Likewise.
56597         * m4/intmax_t.m4: Likewise.
56598         * m4/uintmax_t.m4: Likewise.
56599
56600 2004-04-18  Jim Meyering  <jim@meyering.net>
56601
56602         * m4/prereq.m4: Don't forbid jm_ prefix.
56603
56604         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56605         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56606         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56607         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56608         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56609         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56610         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56611         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56612         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56613         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56614         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56615         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56616         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56617         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56618         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56619         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56620         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56621         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56622         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56623
56624 2004-04-18  Jim Meyering  <jim@meyering.net>
56625
56626         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56627         failure, don't leak memory and do call END_UTMP_ENT.
56628
56629 2004-04-16  Jim Meyering  <jim@meyering.net>
56630
56631         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56632         coreutils' stat program.
56633         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56634
56635 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56636
56637         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56638         C89.
56639         (CHAR_BIT): Remove, since we assume C89.
56640         Include <stdint.h> if available, as per current Autoconf CVS advice.
56641
56642 2004-03-31  Jim Meyering  <jim@meyering.net>
56643
56644         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56645         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56646         * m4/xalloc.m4: Likewise.
56647
56648 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56649
56650         Merge from coreutils.
56651
56652         * m4/inttostr.m4: New file.
56653         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56654         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56655         Require gl_CLOCK_TIME.
56656         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56657
56658 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56659
56660         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56661         not bool, to be more consistent with Unix conventions.
56662         Suggested by Bruno Haible.
56663
56664         Merge from coreutils.
56665
56666         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56667         * lib/umaxtostr.c: New files.
56668
56669         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56670         the usual <time.h> dance.
56671         (get_date): Change signature to support fractional time stamps.
56672         All callers changed.
56673         * lib/getdate.y: Include "getdate.h" first, as we can now
56674         assume C89 and don't need to worry about 'const'.
56675         Similarly, include "unlocked-io.h" near start, not in middle.
56676         Include <limits.h>.
56677         (textint.value): Use long int rather than int.
56678         (textint.digits): Use size_t rather than int.
56679         (BILLION, LOG10_BILLION): New constants.
56680         (parser_control): New member rel_ns.  Members day_ordinal,
56681         time_zone, month, day, hour, minutes, rel_year, rel_month,
56682         rel_day, rel_hour, rel_minutes, rel_seconds
56683         are now long int, not int.  Member seconds is now struct timespec,
56684         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56685         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56686         not int.
56687         (%union.intval): Now long int, not int.
56688         New member timespec.
56689         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56690         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56691         (spec): Now is a timespec or an item list.
56692         (timespec, items): New nonterminals.
56693         (time, rel, relunit, number, get_date):
56694         Add support for fractional seconds.
56695         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56696         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56697         (to_hour): First arg is now long int, not int.
56698         (to_year): Returns long int, not int.
56699         Don't treat year -70 like 70.
56700         (tm_diff): Returns long int, not int.
56701         (lookup_word): Use bool instead of int when appropriate.
56702         (yylex): Use size_t for count, not int.
56703         Detect overflow when parsing large integer constants.
56704         Add support for fractions.
56705         (get_date): Make pointers 'const' if possible.
56706         Use more-portable code to detect integer overflow.
56707         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56708         Don't use ctime; it's not reliable if the year has >4 digits.
56709
56710         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56711         This is for compatibility with BSD.
56712
56713         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56714         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56715         From coreutils' system.h.
56716
56717         * lib/userspec.c: Don't include "posixver.h".
56718         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56719         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56720         compatible extension.  Simplify code by removing a boolean int
56721         that was always nonzero if a string was nonnull.
56722
56723 2004-03-30  Jim Meyering  <jim@meyering.net>
56724
56725         Merge from coreutils.
56726
56727         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56728         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56729         on some systems one must include <grp.h> before it.
56730         Reported by Christian Krackowizer.
56731
56732 2004-03-30  Jim Meyering  <jim@meyering.net>
56733
56734         Merge from coreutils.
56735
56736         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56737
56738         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56739         an empty input stream.
56740
56741         * lib/readtokens.c: Include <stdbool.h>.
56742         (readtoken): Use `size_t' rather than int/long.
56743         All callers adjusted.
56744         Use `bool' rather than `int' where appropriate.
56745         Use memset rather than an explicit loop.
56746         Use x2nrealloc rather than xrealloc.
56747         Allow the use of `\0' as a delimiter.
56748         (readtokens): Likewise.
56749         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56750
56751 2004-03-30  Jim Meyering  <jim@meyering.net>
56752
56753         * m4/realloc.m4: Remove file, since now it does no more than
56754         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56755         the `configure.ac' section of module/realloc.
56756         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56757
56758 2004-03-30  Bruno Haible  <bruno@clisp.org>
56759
56760         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56761         nonnull.
56762
56763 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56764
56765         Merge changes to getloadavg.c from coreutils and Emacs.
56766
56767         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56768         Define to an expression, not to the empty string.
56769         Include cloexec.h and xalloc.h.
56770         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56771         Use set_cloexec_flag rather than rolling our own.
56772         * lib/cloexec.c, lib/cloexec.h: New files.
56773
56774 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56775
56776         * m4/cloexec.m4: New file.
56777
56778 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56779
56780         * lib/getopt.h: Sync with libc CVS.
56781
56782 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56783             Bruno Haible  <bruno@clisp.org>
56784
56785         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56786         mbswidth.
56787
56788 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56789             Bruno Haible  <bruno@clisp.org>
56790
56791         * lib/mbswidth.h: Include <wchar.h> only if
56792         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56793         <wchar.h>.
56794         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56795
56796 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56797
56798         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56799         Sync with libc CVS.
56800         * lib/getopt_int.h: New file, also synced from libc.
56801
56802 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56803
56804         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56805         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56806         Bring back getopt.c, getopt.h, getopt1.c.
56807
56808 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56809
56810         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56811         All uses changed.  Check for sa_sigaction member; this fixes
56812         a bug first reported by Jason Andrade in
56813         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56814
56815 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56816
56817         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56818         '#if' expressions.  Unlike the code it replaces, it does not
56819         depend on (defined _SC_PAGESIZE).  However, it does depend on
56820         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56821         first reported by Jason Andrade in
56822         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56823
56824 2004-02-25  Simon Josefsson  <jas@extundo.com>
56825
56826         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56827
56828 2004-02-25  Simon Josefsson  <jas@extundo.com>
56829
56830         * lib/strdup.h: New file.
56831         * lib/strdup.c: Include it.
56832         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56833         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56834
56835 2004-02-23  Karl Berry  <karl@gnu.org>
56836
56837         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56838         (from fencepost.gnu.org:/gd/gnuorg).
56839
56840 2004-02-23  Karl Berry  <karl@gnu.org>
56841
56842         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56843         * config/srclist.txt: add maintain/standards documents.
56844
56845 2004-02-18  Bruno Haible  <bruno@clisp.org>
56846
56847         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56848         Reported by Derek Robert Price <derek@ximbiot.com>.
56849
56850 2004-02-16  Karl Berry  <karl@gnu.org>
56851
56852         * config/mkinstalldirs, install-sh: update from automake.
56853
56854 2004-02-06  Karl Berry  <karl@gnu.org>
56855
56856         * m4/po.m4: update from gettext 0.14.1.
56857
56858 2004-02-06  Karl Berry  <karl@gnu.org>
56859
56860         * lib/config.charset: update from gettext 0.14.1.
56861
56862 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56863
56864         Add comments and code, prompted by suggestions from Bruno Haible
56865         for sh-quote.
56866         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56867         describing the enum quoting_style values.
56868         * lib/quotearg.c (quotearg_alloc): New function.
56869         (quotearg_buffer_restyled): Treat lone { and } as special.
56870         Treat = as special.  Work around bug with older shells
56871         that "see" a '\' that is really the 2nd byte of a multibyte char.
56872         Quote empty string with shell_quoting_style.
56873
56874 2004-02-03  Bruno Haible  <bruno@clisp.org>
56875
56876         * m4/pipe.m4: New file, from GNU gettext.
56877
56878 2004-02-03  Bruno Haible  <bruno@clisp.org>
56879
56880         * lib/pipe.h: New file, from GNU gettext.
56881         * lib/pipe.c: New file, from GNU gettext.
56882
56883 2004-01-27  Bruno Haible  <bruno@clisp.org>
56884
56885         * m4/execute.m4: New file, from GNU gettext.
56886
56887 2004-01-27  Bruno Haible  <bruno@clisp.org>
56888
56889         * lib/execute.h: New file, from GNU gettext.
56890         * lib/execute.c: New file, from GNU gettext.
56891         * lib/w32spawn.h: New file, from GNU gettext.
56892
56893 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56894
56895         Merge from diffutils.
56896
56897         * lib/file-type.c (file_type): Add typed memory objects.
56898         * lib/file-type.h (S_TYPEISTMO): New macro.
56899
56900         * lib/c-stack.h (c_stack_action): Remove argv argument.
56901         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56902         (die): Don't calculate message unless segv_action returns.
56903         (get_stack_location, min_address_from_argv, max_address_from_argv,
56904         volatile stack_base, volatile_stack_size): Remove.
56905         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56906         that every segmentation violation is a stack overflow.  (Ouch!)
56907         See Debian bug 136249 (still outstanding) for more info about why
56908         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56909
56910 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56911
56912         Exit-status fix from coreutils.
56913
56914         Use exit_failure consistently in place of EXIT_FAILURE,
56915         so that program exit statuses are consistent on failure.
56916
56917         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56918         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56919         * lib/argmatch.h: Comment fix to match the above.
56920         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56921         Now a macro referring to exit_failure, instead of a separate
56922         variable.  Include "exitfail.h" to get it.
56923         * lib/xstrtol.h: Include "exitfail.h".
56924         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56925
56926         * lib/long-options.c (parse_long_options): Use prototype
56927         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56928         for clarity.
56929
56930 2004-01-21  Jim Meyering  <jim@meyering.net>
56931
56932         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56933         so as not to conflict with a different-sized __mktime_internal
56934         function in GNU libc.
56935         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56936         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56937
56938 2004-01-20  Karl Berry  <karl@gnu.org>
56939
56940         * config/config.guess: update from config.
56941
56942         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56943
56944 2004-01-20  Bruno Haible  <bruno@clisp.org>
56945
56946         Safer stack allocation.
56947         * lib/setenv.c: Include allocsa.h.
56948         (alloca): Remove fallback definition.
56949         (freea): Remove macro.
56950         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56951         instead of freea.
56952
56953 2004-01-20  Bruno Haible  <bruno@clisp.org>
56954
56955         * m4/eealloc.m4: New file, from GNU gettext.
56956
56957 2004-01-20  Bruno Haible  <bruno@clisp.org>
56958
56959         * m4/allocsa.m4: New file, from GNU gettext.
56960
56961 2004-01-20  Bruno Haible  <bruno@clisp.org>
56962
56963         * lib/xallocsa.h: New file, from GNU gettext.
56964         * lib/xallocsa.c: New file, from GNU gettext.
56965
56966 2004-01-20  Bruno Haible  <bruno@clisp.org>
56967
56968         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56969
56970 2004-01-20  Bruno Haible  <bruno@clisp.org>
56971
56972         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56973         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56974         specially.
56975
56976 2004-01-20  Bruno Haible  <bruno@clisp.org>
56977
56978         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56979         patch.
56980
56981 2004-01-20  Bruno Haible  <bruno@clisp.org>
56982
56983         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56984
56985 2004-01-20  Bruno Haible  <bruno@clisp.org>
56986
56987         * lib/eealloc.h: New file.
56988
56989 2004-01-20  Bruno Haible  <bruno@clisp.org>
56990
56991         * lib/binary-io.h: Avoid warnings on Cygwin.
56992
56993 2004-01-20  Bruno Haible  <bruno@clisp.org>
56994
56995         * lib/allocsa.h: New file, from GNU gettext.
56996         * lib/allocsa.c: New file, from GNU gettext.
56997
56998 2004-01-18  Karl Berry  <karl@gnu.org>
56999
57000         * doc/gpl.texi, doc/lgpl.texi: new files.
57001
57002 2004-01-18  Karl Berry  <karl@gnu.org>
57003
57004         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
57005         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
57006
57007 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57008
57009         Merge from coreutils.
57010
57011         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
57012         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
57013         (gl_DEFAULT_POSIX2_VERSION): Move
57014         the documentation from 'configure' into 'config.hin',
57015         so that 'configure --help' isn't burdened by it and
57016         we don't have to worry about its formatting there.
57017         Reword the documentation so that it's more succinct
57018         and can be run together into a single paragraph.
57019         * m4/same.m4 (gl_SAME): Check for pathconf.
57020
57021 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57022
57023         Merge from coreutils.
57024
57025         * lib/posixver.c: Include posixver.h.
57026
57027         * lib/same.c: Include <stdbool.h>, <limits.h>.
57028         (_POSIX_NAME_MAX): Define if not defined.
57029         (MIN): New macro.
57030         (same_name): If file names are silently truncated, report
57031         that the file names are the same if they are the same after
57032         the silent truncation.
57033
57034         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
57035         conversion function.
57036         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
57037         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
57038         longer needed.
57039
57040 2004-01-15  Jim Meyering  <jim@meyering.net>
57041
57042         Merge from coreutils.
57043
57044         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
57045         if no library is required.
57046         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
57047         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
57048         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
57049         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
57050         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57051         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57052         value, $ac_cv_search_crypt, if it's "none required".
57053         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57054         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57055         not gl_FUNC_GETLOADAVG.
57056         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57057         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57058
57059 2004-01-15  Jim Meyering  <jim@meyering.net>
57060
57061         Merge from coreutils.
57062
57063         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57064         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57065         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57066
57067         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57068         optional configure-time default.
57069
57070         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57071
57072         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57073
57074 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57075
57076         Merge from coreutils.
57077
57078         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57079         value, $ac_cv_search_nanosleep, if it's "none required".
57080
57081 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57082
57083         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57084         with like-named macro in fnmatch.c.
57085         (EXT): Use an internal constant instead.
57086
57087         Merge fnmatch patches from glibc.
57088         * lib/fnmatch.c (mbsinit): Remove define.
57089         Add libc_hidden_ver (__fnmatch, fnmatch).
57090         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57091         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57092
57093 2004-01-14  Karl Berry  <karl@gnu.org>
57094
57095         * config/install-sh: update from automake.
57096
57097 2004-01-13  Karl Berry  <karl@gnu.org>
57098
57099         * config/install-sh: update from automake.
57100
57101 2004-01-09  Karl Berry  <karl@gnu.org>
57102
57103         * config/install-sh: update from automake.
57104
57105 2004-01-05  Karl Berry  <karl@gnu.org>
57106
57107         * config/config.{sub,guess}: update from config.
57108
57109 2003-12-31  Karl Berry  <karl@gnu.org>
57110
57111         * config/depcomp: update from automake.
57112
57113 2003-12-14  Karl Berry  <karl@gnu.org>
57114
57115         * lib/config.charset: update from gettext-runtime.
57116
57117 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57118
57119         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57120         Bug reported by Alfred M. Szmidt.
57121
57122 2003-12-03  Bruno Haible  <bruno@clisp.org>
57123
57124         * m4/gettext.m4: Upgrade from gettext-0.13.
57125         * m4/po.m4: Upgrade from gettext-0.13.
57126         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57127         * m4/intmax.m4: New file, from gettext-0.13.
57128         * m4/printf-posix.m4: New file, from gettext-0.13.
57129
57130 2003-11-29  Karl Berry  <karl@gnu.org>
57131
57132         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57133
57134 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57135             Bruno Haible  <bruno@clisp.org>
57136
57137         * lib/printf-parse.h: Don't include sys/types.h.
57138         (ARG_NONE): New macro.
57139         (char_directive): Change type of *arg_index fields to size_t.
57140         * lib/printf-parse.c: Don't include sys/types.h.
57141         (SSIZE_MAX): Remove macro.
57142         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57143         Remove unnecessary overflow check.
57144         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57145         fields.
57146
57147 2003-11-25  Bruno Haible  <bruno@clisp.org>
57148
57149         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57150
57151 2003-11-25  Bruno Haible  <bruno@clisp.org>
57152
57153         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57154         gt_TYPE_SSIZE_T.
57155
57156 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57157
57158         * modules/alloca: Remove dependency on xalloc.
57159
57160 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57161
57162         * lib/alloca.c: Remove dependency on xalloc module.
57163         (xalloc_die): Remove.
57164         (memory_full) [!defined emacs]: New macro.
57165         [!defined emacs]: Don't include xalloc.h.
57166         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57167         address arithmetic overflows.  Change datatypes a bit to avoid
57168         unnecessary casts.
57169
57170 2003-11-22  Jim Meyering  <jim@meyering.net>
57171
57172         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57173         s/size/size_t/.
57174
57175 2003-11-21  Karl Berry  <karl@gnu.org>
57176
57177         * config/config.{sub,guess}: update from config.
57178
57179 2003-11-18  Karl Berry  <karl@gnu.org>
57180
57181         * config/config.{sub,guess}: update from config.
57182
57183         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57184
57185 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57186
57187         * README: Mention that S+T cannot overflow if S is the size of
57188         an existing object and T is sufficiently small.
57189
57190 2003-11-17  Jim Meyering  <jim@meyering.net>
57191
57192         On systems without utime and without a utimes function capable of
57193         dealing with a NULL struct utimbuf* argument, this utime replacement
57194         could -- in unusual circumstances -- leak a file descriptor.
57195         * lib/utime.c: Include <unistd.h> and <errno.h>.
57196         (utime_null): Be sure to close `fd' and to preserve errno.
57197         Reported by Geoff Collyer via Arnold Robbins.
57198
57199 2003-11-17  Bruno Haible  <bruno@clisp.org>
57200
57201         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57202         (Depends-on): Add xsize.
57203
57204 2003-11-17  Bruno Haible  <bruno@clisp.org>
57205
57206         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57207
57208 2003-11-17  Bruno Haible  <bruno@clisp.org>
57209
57210         * lib/vasnprintf.c (alloca): Remove fallback definition.
57211         (freea): Remove definition.
57212         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57213         Reported by Paul Eggert.
57214
57215 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57216             Bruno Haible  <bruno@clisp.org>
57217
57218         Protect against address arithmetic overflow.
57219         * lib/printf-args.h: Include stddef.h.
57220         (arguments): Change type of field 'count' to size_t.
57221         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57222         'unsigned int' where appropriate.
57223         * lib/printf-parse.h: Include sys/types.h.
57224         (char_directive): Change type of *arg_index fields to ssize_t.
57225         (char_directives): Change type of fields 'count', max_*_length to
57226         size_t.
57227         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57228         (SSIZE_MAX): Define fallback value.
57229         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57230         instead of 'int' where appropriate. Check a_allocated, d_allocated
57231         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57232         * lib/vasnprintf.c: Include xsize.h.
57233         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57234         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57235         overflow. Avoid wraparound when converting a width or precision from
57236         decimal to binary.
57237
57238 2003-11-16  Bruno Haible  <bruno@clisp.org>
57239
57240         Update from GNU gettext.
57241         * lib/printf-parse.c: Generalize to it can be compiled for wide
57242         strings.
57243         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57244         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57245         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57246         SNPRINTF): New macros.
57247         Don't include <alloca.h> if the file is used inside libintl.
57248         (local_wcslen): New function, for Solaris 2.5.1.
57249         (VASNPRINTF): Use it instead of wcslen.
57250
57251 2003-11-16  Bruno Haible  <bruno@clisp.org>
57252
57253         * lib/xsize.h (xmax): New function.
57254         (xsum, xsum3, xsum4): Declare as "pure" functions.
57255
57256 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57257
57258         * modules/xalloc (Files): Undo latest change, since xalloc.h
57259         no longer needs SIZE_MAX or PTRDIFF_MAX.
57260
57261 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57262
57263         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57264         gl_PTRDIFF_MAX.
57265
57266 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57267
57268         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57269         "return", to pacify some unknown compiler.  Problem reported
57270         by Joerg Schilling.
57271
57272 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57273
57274         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57275         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57276         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57277         heuristic is just as accurate as far as we know, and it removes a
57278         dependency on size_max.m4 and ptrdiff_max.m4.
57279
57280 2003-11-11  Bruno Haible  <bruno@clisp.org>
57281
57282         * modules/xsize (Files): Add m4/size_max.m4.
57283         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57284
57285 2003-11-11  Bruno Haible  <bruno@clisp.org>
57286
57287         * m4/size_max.m4: New file.
57288         * m4/ptrdiff_max.m4: New file.
57289         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57290         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57291         (gl_XALLOC): Invoke it.
57292
57293 2003-11-11  Bruno Haible  <bruno@clisp.org>
57294
57295         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57296         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57297         defined.
57298
57299 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57300
57301         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57302         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57303         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57304         From Bruno Haible.
57305         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57306         not (size_t) -1, since it's defined here.
57307
57308 2003-11-09  Karl Berry  <karl@gnu.org>
57309
57310         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57311
57312 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57313
57314         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57315         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57316         Reject sizes of exactly SIZE_MAX bytes.
57317         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57318         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57319
57320 2003-11-05  Bruno Haible  <bruno@clisp.org>
57321
57322         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57323         SIZE_MAX defined in <limits.h> on Solaris.
57324
57325 2003-11-04  Jim Meyering  <jim@meyering.net>
57326
57327         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57328         variable names, rather than @VAR@.
57329         * modules/poll: Likewise.
57330
57331 2003-11-04  Bruno Haible  <bruno@clisp.org>
57332
57333         * modules/xsize: New file.
57334         * modules/linebreak: Depend on xsize.
57335         * MODULES.html.sh (func_all_modules): Add xsize.
57336
57337 2003-11-04  Bruno Haible  <bruno@clisp.org>
57338
57339         * m4/xsize.m4: New file.
57340
57341 2003-11-04  Bruno Haible  <bruno@clisp.org>
57342
57343         * lib/xsize.h: New file.
57344         * lib/linebreak.c: Include xsize.h.
57345         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57346         argument for overflow.
57347         Suggested by Paul Eggert.
57348
57349 2003-11-03  Karl Berry  <karl@gnu.org>
57350
57351         * config/config.{guess,sub}: update from config.
57352
57353 2003-11-03  Jim Meyering  <jim@meyering.net>
57354
57355         * modules/userspec (lib_SOURCES): Add userspec.h.
57356         (Include): Add "userspec.h".
57357         Improve description.
57358
57359 2003-11-03  Jim Meyering  <jim@meyering.net>
57360
57361         * lib/userspec.c: Include "userspec.h".
57362         * lib/userspec.h: New file.
57363
57364 2003-11-03  Bruno Haible  <bruno@clisp.org>
57365
57366         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57367
57368 2003-11-03  Bruno Haible  <bruno@clisp.org>
57369
57370         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57371         available, to avoid (extremely rare) race condition.
57372         Suggested by Paul Eggert.
57373
57374 2003-11-02  Karl Berry  <karl@gnu.org>
57375
57376         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57377
57378 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57379
57380         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57381         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57382         (read_filesystem_list): Set and use me_type_malloced.
57383         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57384         whatever the type happens to be), for brevity and consistency.
57385         Check for size calculation overflow on Alphas running OSF/1.
57386
57387 2003-10-31  Jim Meyering  <jim@meyering.net>
57388
57389         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57390
57391         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57392
57393 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57394             Bruno Haible  <bruno@clisp.org>
57395
57396         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57397         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57398
57399 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57400
57401         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57402         netbsd*-gnu*.  Suggested by Robert Millan.
57403
57404 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57405
57406         * modules/group-member: Depend on stdbool.
57407
57408 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57409
57410         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57411
57412 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57413
57414         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57415         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57416         after the 'gnu' in these cases.  This fixes some bugs in the
57417         previous change, and is based on suggestions by Robert Millan.
57418
57419 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57420
57421         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57422         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57423         no longer needed.
57424         * lib/quotearg.c (quotearg_n_options): Use it.
57425         * lib/group-member.c: Include <stdbool.h>.
57426         (free_group_info): Arg is now const *; don't free arg.
57427         (get_group_info): Now returns bool and accepts struct group_info *,
57428         rather than returning a malloc'ed struct group_info *.
57429         All uses changed.  Check for overflow in internal size calculation.
57430
57431         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57432         rather than xmalloc/xrealloc.
57433         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57434         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57435         conformance bug: the old code used a pointer after freeing the
57436         storage that it addressed.
57437         * lib/hash.c (hash_initialize): Simplify the code by using
57438         xalloc_oversized rather than doing it by hand.
57439         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57440         the buffer preserved.  Use free and xmalloc instead.
57441         * lib/quotearg.c (quotearg_n_options): Likewise.
57442         Use a simpler test for size overflow.  Don't use xalloc_oversized
57443         because unsigned int might be wider than size_t (!); this suggests
57444         that we should switch from unsigned int to size_t for slot numbers.
57445
57446 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57447
57448         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57449         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57450         NetBSD kernels.  Requested by Richard Stallman.
57451
57452 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57453
57454         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57455         to allocate the returned structure.  Do not allocate a subarray,
57456         as x2nrealloc will do that.
57457         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57458         instead of xnrealloc.
57459         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57460
57461 2003-10-27  Bruno Haible  <bruno@clisp.org>
57462
57463         * lib/stdbool_.h: Better support for BeOS.
57464
57465 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57466
57467         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57468         now uses inline.
57469
57470 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57471
57472         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57473         callers that want to do their own size-overflow checking.  Include
57474         <stdbool.h>, since xalloc_oversized returns bool.
57475         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57476         to use xalloc_oversized.
57477
57478         Add two functions x2realloc, x2nrealloc, for programs that grow
57479         arrays dynamically by doubling their sizes.
57480         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57481         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57482         New functions.
57483
57484         Port to C99 semantics for 'inline' of external functions.
57485         Bug reported by Bruno Haible.
57486         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57487         with the old contents of xnmalloc.
57488         (xnmalloc, xmalloc): Use it.
57489         (xnrealloc_inline): New static inline function,
57490         with the old contents of xnrealloc.
57491         (xnrealloc, xrealloc): Use it.
57492
57493         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57494         that.
57495
57496 2003-10-26  Karl Berry  <karl@gnu.org>
57497
57498         * config/srclist.txt (COPYING.DOC): no longer available from
57499         /gd/gnuorg; don't know where the ultimate source is.
57500
57501 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57502
57503         Fix several address-calculation bugs in the hash modules,
57504         plus some minor code cleanup.
57505
57506         * lib/hash.h: Include <stdbool.h>, for bool.
57507         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57508         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57509         hash_get_n_entries, hash_get_max_bucket_length,
57510         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57511         hash_rehash): Use size_t rather than unsigned.
57512         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57513         hash_get_n_buckets_used, hash_get_n_entries,
57514         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57515         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57516         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57517         Likewise.
57518         (SIZE_MAX): Define if not defined.
57519         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57520         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57521         hash_print):
57522         Use const * when possible.
57523         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57524         (check_tuning): Fix bug: if tuning parameters were very close to
57525         0 or 1, rounding errors could have caused subscript violations.
57526         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57527         (hash_initialize): Add 'fail:' label
57528         to free table and return NULL, and use it to simplify code.
57529         Use calloc rather than clearing the storage ourself.
57530         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57531         buffer size calculations.
57532         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57533         Include <stddef.h>, for size_t.
57534         * lib/hash-pjw.c (hash_pjw): Likewise.
57535         Switch to method described by Bruno Haible.
57536         Include <limits.h>, for CHAR_BIT.
57537         (SIZE_BITS): New macro.
57538
57539 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57540
57541         * m4/getline.m4 (AM_FUNC_GETLINE):
57542         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57543         hosts.  Problem reported by Derek Robert Price in
57544         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57545         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57546         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57547
57548 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57549
57550         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57551         ceiling the allocation at NMAX bytes rather than silently
57552         discarding input bytes before NMAX is reached.  This makes
57553         a difference only if NMAX exceeds SIZE_MAX / 2.
57554
57555         * lib/obstack.c: Merge from glibc.
57556         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57557         Add libc_hidden_def (_obstack_newchunk).
57558         (_obstack_free) [! defined _LIBC]: Remove.
57559         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57560         a clone of the function body.
57561         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57562         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57563
57564         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57565         glibc.
57566         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57567         arg to memcpy.
57568
57569         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57570         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57571         Don't use lvalue casts, as GCC plans to remove support for them
57572         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57573         was also present in the non-GCC version, indicating that this
57574         code had always been buggy and had never been widely used.
57575         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57576         Use the fast variant of each macro, rather than copying the
57577         definiens of the fast variant; that way, we'll be more likely to
57578         catch future bugs in the fast variants.
57579
57580 2003-10-20  Bruno Haible  <bruno@clisp.org>
57581
57582         * modules/wait-process: New file.
57583         * MODULES.html.sh (func_all_modules): Add wait-process.
57584
57585 2003-10-20  Bruno Haible  <bruno@clisp.org>
57586
57587         * m4/wait-process.m4: New file.
57588
57589 2003-10-20  Bruno Haible  <bruno@clisp.org>
57590
57591         * lib/wait-process.h: New file, from GNU gettext.
57592         * lib/wait-process.c: New file, from GNU gettext.
57593
57594 2003-10-19  Jim Meyering  <jim@meyering.net>
57595
57596         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57597         HPUX 10.20.
57598
57599 2003-10-18  Karl Berry  <karl@gnu.org>
57600
57601         * config/config.guess: update from config.
57602
57603 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57604
57605         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57606         (getgroups): First arg is int, not size_t.
57607         Don't let 'free' mangle errno.
57608
57609 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57610
57611         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57612
57613 2003-10-16  Karl Berry  <karl@gnu.org>
57614
57615         * config/config.{guess,sub}: update from config.
57616
57617 2003-10-16  Jim Meyering  <jim@meyering.net>
57618
57619         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57620         memcpy.
57621
57622 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57623
57624         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57625         (SIZE_MAX): Remove.
57626         (new_exclude, add_exclude_file): Initial size no longer needs to
57627         be a power of 2.
57628         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57629         our own address arithmetic overflow checking.
57630
57631         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57632         (fnmatch): Do not alloca more than 2000 wide characters;
57633         instead, use malloc for large buffers.
57634         Check for address arithmetic overflow, and return -1
57635         with errno set to ENOMEM in that case.
57636         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57637         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57638         instead, return -1.  Check for address arithmetic overflow.
57639
57640 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57641
57642         Handle invalid suffixes and overflow independently, so that
57643         callers can treat them independently as needed.  Fix some bugs in
57644         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57645         suffix for a human-readable blocksize.  The major caller-visible
57646         change is the addition of a new
57647         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57648         that both overflow and suffix chars were found.
57649
57650         * lib/human.c (humblock): Don't check separately for invalid suffix
57651         char; that is xstrtoumax's job (now that its bug is fixed).
57652         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57653         INTMAX_MAX]: New macros.
57654         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57655         TYPE_MAXIMUM): New macros.
57656         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57657         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57658         if overflow occurs, as it's what __strtol does and it's more useful
57659         in practice.
57660         (__xstrtol): If __strtol reports some error other than ERANGE,
57661         reflect it to the caller as LONGINT_INVALID.  If it reports
57662         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57663         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57664         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57665         value.
57666         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57667         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57668         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57669         [defined UINTMAX_MAX]: New macros.
57670
57671 2003-10-14  Bruno Haible  <bruno@clisp.org>
57672
57673         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57674
57675 2003-10-14  Bruno Haible  <bruno@clisp.org>
57676
57677         * m4/sig_atomic_t: New file, from GNU gettext.
57678         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57679
57680 2003-10-14  Bruno Haible  <bruno@clisp.org>
57681
57682         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57683         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57684         Also use volatile where needed.
57685
57686 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57687
57688         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57689         Change maintainer from Bruno Haible to 'all'.
57690
57691 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57692
57693         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57694
57695 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57696
57697         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57698         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57699         and define in terms of the other primitives.
57700         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57701         (SIZE_MAX): Define if not already defined.
57702         (array_size_overflow): New function.
57703         (xalloc_die): Abort instead of exiting if 'error' returns.
57704         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57705         (xmalloc, xrealloc): Use them.
57706         (xcalloc): Check for address arithmetic overflow.
57707         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57708         a bit faster than strcpy.
57709
57710 2003-10-10  Simon Josefsson  <jas@extundo.com>
57711
57712         * modules/argp (Depends-on): Add restrict and strcase.
57713
57714 2003-10-10  Simon Josefsson  <jas@extundo.com>
57715
57716         * m4/argp.m4: Add AC_C_INLINE.
57717
57718 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57719
57720         Merge getpass from libc, plus a few fixes.
57721
57722         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57723         Include <stdbool.h>.
57724         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57725         __fsetlocking to empty.
57726         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57727         do include <bits/libc-lock.h>.
57728         Do not include <fcntl.h>; not needed.
57729         [_LIBC]: Include <wchar.h>.
57730         (NOTCANCEL_MODE): New macro.
57731         (flockfile, funlockfile) [_LIBC]: New macros.
57732         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57733         [!_LIBC]: New macros.
57734         (call_fclose): New function.
57735         (getpass): Use it.  Save tty stream separately; this simplifies the
57736         code and makes it more reliable if stdin happens to equal stdout.
57737         Invoke __fsetlocking on tty.
57738         Handle thread cancellation if needed.
57739         Namespace cleanup (use __tcgetattr, __getline).
57740         Use bool for Booleans.
57741         [USE_IN_LIBIO]: Handle wide streams.
57742         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57743         stream might go where.
57744
57745         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57746         doesn't have to include <stdio.h> before us.
57747         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57748         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57749         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57750         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57751         if not declared, so that we can use getpass.c code from libc without
57752         rewriting it.
57753         (flockfile, ftrylockfile, funlockfile): New macros.
57754
57755 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57756
57757         * modules/getpass: Depend on stdbool.
57758
57759 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57760
57761         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57762
57763 2003-10-07  Karl Berry  <karl@gnu.org>
57764
57765         * config/config.{guess,sub}: update from config.
57766
57767 2003-10-06  Jim Meyering  <jim@meyering.net>
57768             Bruno Haible  <bruno@clisp.org>
57769
57770         This lets translators provide better translations for the
57771         "Written by ..." part of --version output.
57772         * lib/version-etc.h: Include stdarg.h.
57773         (version_etc_copyright): Declare as readonly.
57774         (version_etc): Make this function variadic with a NULL-terminated list
57775         of author name strings.
57776         (version_etc_va): New declaration.
57777         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57778         (version_etc_copyright): Declare as readonly.
57779         (version_etc_va): New function. Provide a different translatable string
57780         for each possible number of authors < 10. Abbreviate when there are 10
57781         authors or more.
57782         (version_etc): Make this function variadic. Call version_etc_va.
57783         Suggestion from Gary V. Vaughan.
57784
57785         * lib/long-options.h (parse_long_options): Change prototype: the
57786         authors string is moved to the end and becomes variadic.
57787         * lib/long-options.c: Include stdarg.h.
57788         (parse_long_options): Make this function variadic, too.
57789         Call version_etc_va, not version_etc.
57790
57791 2003-10-06  Bruno Haible  <bruno@clisp.org>
57792
57793         * modules/version-etc-2: Remove file.
57794         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57795
57796 2003-10-06  Bruno Haible  <bruno@clisp.org>
57797
57798         * modules/fatal-signal: New file.
57799         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57800
57801 2003-10-06  Bruno Haible  <bruno@clisp.org>
57802
57803         * m4/fatal-signal.m4: New file.
57804         * m4/signalblocking.m4: New file, from GNU gettext.
57805
57806 2003-10-06  Bruno Haible  <bruno@clisp.org>
57807
57808         * lib/version-etc-2.h: Remove file.
57809         * lib/version-etc-2.c: Remove file.
57810
57811 2003-10-06  Bruno Haible  <bruno@clisp.org>
57812
57813         * lib/fatal-signal.h: New file, from GNU gettext.
57814         * lib/fatal-signal.c: New file, from GNU gettext.
57815
57816 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57817
57818         * README: Rework advice for preventing empty .o files.
57819         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57820         not <sys/types.h>.
57821
57822 2003-10-04  Karl Berry  <karl@gnu.org>
57823
57824         * lib/argp*: update from libc.
57825
57826 2003-10-04  Karl Berry  <karl@gnu.org>
57827
57828         * config/config.{guess,sub}: update from config.
57829
57830 2003-10-02  Bruno Haible  <bruno@clisp.org>
57831
57832         * modules/lchown (Include): Add lchown.h.
57833         * modules/time_r (Include): Use "..." syntax.
57834         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57835
57836 2003-10-01  Simon Josefsson  <jas@extundo.com>
57837
57838         * MODULES.html.sh (func_all_modules): Move gethostname from section
57839         'based on' to section 'lacking' POSIX:2001.
57840
57841 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57842
57843         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57844         to output mode on the same stream.
57845
57846 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57847
57848         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57849         Fix arg typo in previous patch.
57850
57851 2003-09-28  Jim Meyering  <jim@meyering.net>
57852
57853         * lib/error.c: Correct cpp indentation.
57854
57855 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57856
57857         * modules/free: New file.
57858
57859 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57860
57861         * m4/free.m4: New file.
57862
57863 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57864
57865         * lib/minmax.h (MIN, MAX)
57866         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57867         Omit the special code that used __typeof__, since we worry that
57868         it could be more trouble than it's worth.  See:
57869         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57870         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57871
57872         * lib/free.c: New file.
57873
57874 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57875
57876         Trivial fixes to Makefile.am parts of module listings.
57877         * modules/strstr: Append strstr.h to lib_SOURCES.
57878         * modules/strcase: Likewise, for strcase.h.
57879
57880 2003-09-27  Karl Berry  <karl@gnu.org>
57881
57882         * config/mkinstalldirs: update from automake.
57883
57884 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57885
57886         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57887         (error_tail): Do not loop, reallocating temporary buffer, since
57888         the output cannot contain more wide characters than the input
57889         contains bytes, the size must be big enough already.  This avoids
57890         one potential size overflow calculation.  Check for size overflow
57891         when calculating temporary buffer size.  Free temporary buffer
57892         when done, if it was allocated with malloc; this plugs a memory
57893         leak.  Remove casts from void * to pointers, that are no longer
57894         needed now that we're assuming C89 or better.
57895
57896         Merge error changes from glibc.
57897
57898         * lib/error.c, error.h: Update copyright notice header to match glibc.
57899         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57900         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57901         Disable cancellation while printing error.
57902         * lib/error.h: Prepend __ to parameter names.
57903
57904 2003-09-26  Jim Meyering  <jim@meyering.net>
57905
57906         * lib/error.c (error_tail): Move some declarations
57907         into inner scope where the local variables are used.
57908
57909 2003-09-26  Bruno Haible  <bruno@clisp.org>
57910
57911         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57912         stpncpy().
57913         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57914
57915 2003-09-26  Bruno Haible  <bruno@clisp.org>
57916
57917         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57918         (stpncpy): Define as alias for gnu_stpncpy.
57919         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57920
57921 2003-09-25  Simon Josefsson  <jas@extundo.com>
57922
57923         * lib/xgetdomainname.h: New file.
57924         * lib/xgetdomainname.c: New file.
57925
57926 2003-09-25  Simon Josefsson  <jas@extundo.com>
57927             Bruno Haible  <bruno@clisp.org>
57928
57929         * modules/getdomainname: New file.
57930         * modules/xgetdomainname: New file.
57931         * MODULES.html.sh (func_all_modules): Add getdomainname,
57932         xgetdomainname.
57933
57934 2003-09-25  Simon Josefsson  <jas@extundo.com>
57935             Bruno Haible  <bruno@clisp.org>
57936
57937         * m4/getdomainname.m4: New file.
57938
57939 2003-09-25  Simon Josefsson  <jas@extundo.com>
57940             Bruno Haible  <bruno@clisp.org>
57941
57942         * lib/getdomainname.h: New file.
57943         * lib/getdomainname.c: New file.
57944
57945 2003-09-25  Karl Berry  <karl@gnu.org>
57946
57947         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57948
57949 2003-09-25  Karl Berry  <karl@gnu.org>
57950
57951         * config/install-sh: update from automake.
57952
57953 2003-09-25  Bruno Haible  <bruno@clisp.org>
57954
57955         * modules/version-etc-2: New file, from modules/version-etc with
57956         modifications.
57957         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57958
57959 2003-09-25  Bruno Haible  <bruno@clisp.org>
57960
57961         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57962         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57963
57964 2003-09-24  Simon Josefsson  <jas@extundo.com>
57965
57966         * modules/xgethostname: Add xgethostname.h.
57967
57968 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57969
57970         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57971         the buffer associated with the argument.  Bug reported by
57972         Simon Josefsson.
57973
57974 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57975
57976         * README: Document assumptions that 'int' is at least 32 bits
57977         wide, that integer arithmetic is 2's complement without overflow,
57978         that there are no holes in integer values, that adding sizes of
57979         two nonoverlapping objects can't overflow, and that all-bits-zero
57980         yields scalar zero.  Fix spelling and capitalization typos.
57981
57982 2003-09-19  Karl Berry  <karl@gnu.org>
57983
57984         * lib/argp.h: update from libc.
57985
57986 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57987
57988         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57989         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57990         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57991
57992 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57993
57994         * gnulib-tool: Use "test -h", not "test -L", for portability
57995         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57996         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57997         (sed_extract_prog): Issue s commands one-by-one, rather than
57998         using \| in one s command.
57999
58000 2003-09-16  Paul Eggert  <eggert@twinsun.com>
58001
58002         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
58003         input error, instead of returning NULL the next time we are called
58004         (and therefore losing track of errno).
58005
58006 2003-09-16  Bruno Haible  <bruno@clisp.org>
58007
58008         * gnulib-tool (func_create_testdir): Warn about duplicated
58009         dependencies.
58010
58011 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58012
58013         * modules/argmatch, modules/fatal, modules/obstack,
58014         modules/xalloc, modules/xgethostname: Sort dependencies by
58015         importance, not alphabetically.
58016
58017 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58018
58019         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
58020         fails, so that the caller gets the proper errno.
58021
58022         * lib/readutmp.c (read_utmp): Likewise.
58023         Check for fstat error.  Close stream and free storage
58024         when failing.
58025
58026 2003-09-14  Karl Berry  <karl@gnu.org>
58027
58028         * config/srclist.txt (strdup.c): disable for c89 changes.
58029
58030 2003-09-14  Jim Meyering  <jim@meyering.net>
58031
58032         * lib/getloadavg.c: Correct cpp indentation.
58033         * lib/strdup.c: Likewise.
58034         * lib/vasnprintf.c: Likewise.
58035
58036 2003-09-14  Bruno Haible  <bruno@clisp.org>
58037
58038         * modules/fwriteerror: New file.
58039         * MODULES.html.sh (func_all_modules): Add fwriteerror.
58040
58041 2003-09-14  Bruno Haible  <bruno@clisp.org>
58042
58043         * lib/fwriteerror.h: New file.
58044         * lib/fwriteerror.c: New file.
58045
58046 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58047
58048         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
58049         modules/xgethostname, modules/xalloc: Depend on exit.
58050
58051 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58052
58053         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58054
58055         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58056         and AC_MINIX, too, so that their extensions are available.
58057
58058         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58059         This macro has been superseded by gl_BACKUPFILE.
58060
58061         More patches to assume C89 or better.
58062
58063         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58064
58065         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58066         unconditionally.
58067         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58068         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58069         Include <string.h>, <stdlib.h> unconditionally.
58070         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58071         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58072         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58073         headers or for string.h.
58074         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58075         or strtoul.
58076
58077         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58078         headers.
58079         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58080         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58081         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58082         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58083         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58084         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58085         memcpy, memset.
58086         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58087         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58088         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58089         strtol.
58090         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58091         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58092         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58093         strtoul.
58094
58095 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58096
58097         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58098         * lib/obstack.c [!defined _LIBC]: Likewise.
58099         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58100         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58101         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58102
58103         More changes to assume C89 or better.
58104
58105         * lib/error.c (error_tail): Assume vprintf.
58106
58107         * lib/argmatch.c (getenv): Remove decl.
58108         * lib/progreloc.c (get_full_program_name): Define via prototype.
58109         * lib/setenv.c (clearenv): Likewise.
58110         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58111         needed.
58112         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58113         (malloc, memcpy): Remove decls.
58114         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58115         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58116         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58117         (memcpy): Remove macro.
58118         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58119         (__P): Remove.  All uses removed.
58120         (PTR): Remove.  All uses changed to void *.
58121         (CHAR_BIT, NULL): Remove.
58122         (spaces, zeros, memset_space, memset_zero)
58123         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58124         Remove.
58125         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58126         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58127         Define with prototype.
58128         Remove now-unnecessary prototype decl.
58129         (extra_args_spec): Assume ANSI C.  All uses changed.
58130         (extra_args_spec_iso): Remove.
58131         (my_strftime, emacs_strftimeu): Define via prototype.
58132         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58133         unconditionally.
58134         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58135         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58136         (strtoul, strtol): Remove decls.
58137         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58138         LONG_MAX): Remove.
58139         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58140         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58141         (LOCALE_PARAM_PROTO): New macro.
58142         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58143         (INTERNAL (strtol), strtol): Define with a prototype.
58144         (PARAMS): Remove.  All uses removed.
58145         * lib/tempname.c: Include <string.h> unconditionally.
58146         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58147         * lib/xgethostname.c (main): Define with a prototype.
58148         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58149         Include <stdlib.h> unconditionally.
58150         (calloc, malloc, realloc, free): Remove decls.
58151         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58152         Include <stdlib.h> unconditionally.  Sort include file names.
58153         (strtod): Remove.
58154         (xstrtod): Define with a prototype.
58155         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58156         (strtol, strtoul): Remove decls.
58157
58158 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58159
58160         More patches to assume C89 or better.
58161         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58162         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58163         string.h, memchr, STDC_HEADERS.
58164
58165 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58166
58167         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58168         Include <stdlib.h>, <string.h> unconditionally.
58169         Remove now-unnecessary cast to char *.
58170         * lib/strnlen.c: Include <string.h> unconditionally.
58171         * lib/yesno.c (yesno): Define with a prototype.
58172
58173 2003-09-11  Bruno Haible  <bruno@clisp.org>
58174
58175         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58176
58177 2003-09-10  Jim Meyering  <jim@meyering.net>
58178
58179         * lib/error.c: Correct indentation of cpp directives.
58180
58181 2003-09-10  Bruno Haible  <bruno@clisp.org>
58182
58183         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58184         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58185         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58186         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58187         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58188         <stdlib.h> and <string.h> checks.
58189         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58190         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58191
58192 2003-09-10  Bruno Haible  <bruno@clisp.org>
58193
58194         * lib/strcspn.c: Include <string.h> unconditionally.
58195         * lib/strpbrk.c: Include <string.h> unconditionally.
58196         * lib/strstr.c: Include <string.h> unconditionally.
58197         * lib/unicodeio.c: Include <string.h> unconditionally.
58198         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58199         * lib/unsetenv.c: Likewise.
58200         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58201         * lib/yesno.c: Include <stdlib.h> unconditionally.
58202         (rpmatch): Add prototype.
58203
58204 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58205
58206         More patches to assume C89 or better.
58207         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58208         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58209         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58210         or for string.h.
58211         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58212         stdlib.h.
58213         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58214         C headers.
58215         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58216         string.h.
58217         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58218         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58219         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58220         or for string.h.
58221         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58222         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58223         C headers.
58224         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58225         memcpy.
58226         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58227         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58228         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58229         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58230         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58231         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58232         string.h, free.
58233         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58234         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58235         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58236         C headers, or for string.h.
58237         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58238         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58239         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58240         headers, memory.h, stdlib.h, string.h, strings.h.
58241         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58242         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58243         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58244         strchr.
58245         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58246         headers, memory.h, string.h.
58247         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58248         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58249         free.
58250         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58251         headers.
58252         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58253         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58254         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58255         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58256         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58257
58258 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58259
58260         More K&R removal.
58261
58262         * lib/acosl.c (main): Use a prototype.
58263         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58264         tanl.c: Likewise.
58265
58266         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58267
58268         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58269         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58270         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58271         with a prototype.
58272         * lib/getopt.c (const): Remove macro.
58273         Include <string.h> unconditionally.
58274         (my_index): Remove; all uses changed to strchr.
58275         (strlen): Remove decl.
58276         (exchange): Remove forward decl; no longer needed.
58277         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58278         Define with prototype.
58279         * lib/getopt1.c (const): Remove macro.
58280         (getopt_long, getopt_long_only, main): Define with prototype.
58281
58282         * lib/getugroups.c: Include <string.h> unconditionally.
58283
58284         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58285         (getusershell, setusershell, endusershell, readname, main):
58286         Define with prototypes.
58287
58288         * lib/group-member.c: Include group-member.h first.
58289         Include <stdlib.h> unconditionally.
58290
58291         * lib/hard-locale.c: Include hard-locale.h first.
58292         Include <stdlib.h>, <string.h> unconditionally.
58293
58294         * lib/hash.c (free, malloc): Remove decls.
58295         Include <stdlib.h> unconditionally.
58296
58297         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58298         (getenv): Do not declare.
58299
58300         * lib/idcache.c: Include <string.h> unconditionally.
58301
58302         * lib/long-options.c: Include long-options.h first, to test interface.
58303         Include <stdlib.h> unconditionally.
58304
58305         * lib/makepath.c: Include makepath.h first, to test interface.
58306         Include <stdlib.h> and <string.h> unconditionally.
58307
58308         * lib/linebuffer.c: Include <stdlib.h>.
58309         (free): Remove decl.
58310
58311         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58312         stddef.h. rpl_malloc returns void *, not char *.
58313         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58314         prototype.
58315
58316         * lib/md5.h: Include <limits.h> unconditionally.
58317         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58318         (__P): Remove; all uses removed.
58319         * lib/md5.c: Include "md5.h" first.
58320         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58321         md5_buffer, md5_process_bytes, md5_process_block):
58322         Define with prototypes.
58323         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58324         * lib/sha.c: Include "sha.h" first.
58325         Include <stdlib.h>, <string.h> unconditionally.
58326
58327         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58328         * lib/memcmp.c (__ptr_t): Likewise.
58329         * lib/memrchr.c (__ptr_t): Likewise.
58330         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58331         Include <string.h> unconditionally.
58332         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58333         * lib/memchr.c: Include <stdlib.h> unconditionally.
58334         * lib/memchr.c (LONG_MAX): Remove.
58335         * lib/memrchr.c (LONG_MAX): Likewise.
58336         * lib/memchr.c (__memchr): Define via a prototype.
58337         * lib/memrchr.c (__memrchr): Likewise.
58338         * lib/memcmp.c (__P): Remove, and remove all uses.
58339         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58340         Remove forward decls; no longer needed.
58341         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58342         Use types required by C89 in prototype.
58343
58344         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58345         * lib/savedir.c: Likewise.
58346         * lib/mkdir.c (free): Remove decl.
58347         * lib/rmdir.c (rmdir): Define with a prototype.
58348         * lib/savedir.c: Include savedir.h first, to test interface.
58349
58350         * lib/mktime.c (STDC_HEADERS): Remove.
58351         Include <stdlib.h>, <string.h> unconditionally.
58352
58353         * lib/modechange.c: Include <stdlib.h> unconditionally.
58354         (malloc): Remove decl.
58355
58356         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58357         (free): Remove decl.
58358
58359         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58360         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58361         (This type really should be intptr_t, but that's a C99ism.)
58362         (_obstack_memcpy): Remove: all uses changed to memcpy.
58363         Include <string.h> unconditionally.
58364         (struct obstack): Assume __STDC__ for types of members
58365         chunkfun, freefun, extra_arg.
58366         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58367         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58368         obstack_begin, obstack_specify_allocation,
58369         obstack_specify_allocation_with_arg, obstack_chunkfun,
58370         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58371         Remove unprototyped decls and the macros that use them.
58372         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58373         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58374         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58375         (defined __STDC__ && __STDC__)]:
58376         Remove nonprototyped code.
58377         Include <stdlib.h> unconditionally.
58378         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58379         _obstack_allocated_p, _obstack_free, obstack_free,
58380         _obstack_memory_used, print_and_abort):
58381         Define using prototypes.
58382         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58383         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58384         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58385         obstack_next_free, obstack_object_size, obstack_room) [0]:
58386         Remove unused, unprototyped code.
58387
58388         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58389
58390         * lib/physmem.c (physmem_total, physmem_available, main): Define
58391         with prototypes.
58392
58393         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58394         (main): Define with a prototype.
58395
58396         * lib/posixver.c (getenv): Remove decl.
58397
58398         * lib/putenv.c (malloc): Returns void *, not char *.
58399         Include <string.h> unconditionally.
58400         (strchr, memcpy, NULL): Do not define.
58401
58402         * lib/readtokens.c: Include readtokens.h first, to test interface.
58403         Include <stdlib.h>, <string.h> unconditionally.
58404         (init_tokenbuffer): Define with a prototype.
58405
58406         * lib/regex.c (PARAMS): Remove.  All uses removed.
58407         All uses of _RE_ARGS removed, too.
58408         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58409         unconditionally.
58410         (bzero): Assume memset exists.
58411         (memcmp, memcpy, NULL): Remove.
58412         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58413         char, or assignments to local vars of type signed char.
58414         (init_syntax_once, PREFIX(extract_number_and_incr),
58415         PREFIX(print_partial_compiled_pattern),
58416         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58417         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58418         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58419         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58420         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58421         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58422         wcs_compile_range, byte_compile_range, truncate_wchar,
58423         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58424         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58425         count_mbs_length, wcs_re_match_2_internal,
58426         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58427         PREFIX(alt_match_null_string_p),
58428         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58429         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58430         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58431         now-unnecessary declaration, if any.
58432         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58433         regcomp, regexec):
58434         Remove now-unnecessary casts among pointer types.
58435         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58436
58437         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58438         (free): Remove decl.
58439
58440         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58441
58442         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58443         (free): Remove decl.
58444
58445         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58446         * lib/xgetcwd.c: Likewise.
58447
58448         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58449         (free): Remove decl.
58450
58451         * lib/strchrnul.c (strchrnul): Define with a prototype.
58452         Fix bug: c_in was not converted to char before searching.
58453
58454         The following changes are not K&R related:
58455
58456         * lib/group-member.h: Include <sys/types.h>, so that this file is
58457         self-contained.
58458         * lib/makepath.h: Likewise.
58459
58460         * lib/getusershell.c (readname, default_index, line_size, readname):
58461         Use size_t, not int, for sizes.
58462         (readname): If the size overflows, report an error instead of
58463         looping forever.
58464
58465 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58466
58467         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58468         libc.
58469
58470 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58471
58472         * README: New section: portability guidelines.
58473
58474 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58475
58476         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58477         C89 spec.
58478
58479 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58480
58481         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58482
58483 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58484
58485         Assume C89 or better; remove K&R cruft.
58486         A few of these changes were first proposed by Derek Robert Price
58487         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58488
58489         * lib/addext.c: Include <string.h> unconditionally.
58490         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58491         Don't declare getenv or malloc.
58492
58493         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58494         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58495         (NULL): Remove.
58496         (find_stack_direction, alloca): Use prototypes.
58497
58498         * lib/atexit.c (atexit): Define using a prototype.
58499
58500         * lib/basename.c, dirname.c, stripslash.c:
58501         Include <string.h> unconditionally.
58502
58503         * lib/bcopy.c: Include <stddef.h>.
58504         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58505
58506         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58507
58508         * lib/error.h (error, error_at_line, error_print_progname)
58509         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58510         * lib/error.c: Include error.h first, to check interface.
58511         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58512         (VA_START): Remove; all uses changeed to va_start.
58513         (exit, strerror): Remove decls.
58514         (error_print_progname): Prototype uncondionally.
58515         Don't include <errno.h>; no longer needed.
58516         (private_strerror): Remove.
58517         (error_tail): Always define.
58518         (error, error_at_line): Assume C89 or better; always use prototypes.
58519         * lib/fatal.c: Include "fatal.h" first, to test interface.
58520         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58521         (VA_START): Remove; all uses changed to va_start.
58522         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58523         this case.
58524         (exit): Remove decl.
58525         (fatal): Prototype unconditionally.  Assume va_start works.
58526         Abort at end, to pacify gcc.
58527
58528         * lib/euidaccess.c (main): Define with a prototype.
58529
58530         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58531
58532         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58533
58534         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58535         prototypes.
58536         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58537         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58538         (getenv): Remove decl.
58539         (fnmatch): Define using a prototype.
58540         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58541         (FCT): Define using a prototype.
58542
58543         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58544
58545         * lib/gethostname.c: Include <stddef.h>.
58546         (gethostname): Define with prototype.  Length is size_t, not int.
58547
58548 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58549
58550         Assume C89 or better; remove K&R cruft.
58551         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58552         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58553         string.h, getenv, malloc.
58554         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58555         headers.
58556         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58557         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58558         do not check for strerror.
58559         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58560         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58561         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58562         do not check for doprnt or vprintf.
58563         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58564         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58565
58566 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58567
58568         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58569         getversion.c should have been removed then, but was accidentally
58570         preserved.
58571
58572         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58573         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58574
58575 2003-09-08  Karl Berry  <karl@gnu.org>
58576
58577         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58578                 config, forget about prep.
58579
58580         * config/depcomp, missing: update from automake.
58581
58582 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58583
58584         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58585         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58586
58587 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58588
58589         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58590         copy_tm_result.  Bug reported by Simon Josefsson in
58591         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58592
58593 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58594
58595         * m4/time_r.m4: New file.
58596         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58597         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58598         is. Check for timegm declaration.
58599         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58600         Do not check for gmtime_r.
58601         Replace mktime if __mktime_internal does not exist and if mktime
58602         hasn't been replaced already.
58603
58604 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58605
58606         * lib/time_r.c, lib/time_r.h: New files.
58607
58608         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58609         __localtime_r.
58610         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58611         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58612
58613         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58614         __gmtime_r.
58615         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58616         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58617         Include <time_r.h>.
58618
58619         * lib/timegm.c: Switch to glibc implementation, with the following
58620         changes:
58621         [defined HAVE_CONFIG_H]: Include <config.h>.
58622         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58623         (__mktime_internal) [!defined _LIBC]: New decl.
58624         (__gmtime_r) [!defined _LIBC]: New macro and function.
58625         (timegm): Use a prototype, since gnulib assumes C89.
58626         Do not bother declaring tmp to be const, as it's not really usefu.
58627         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58628         (timegm): Declare only if HAVE_DECL_TIMEGM.
58629
58630 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58631
58632         * MODULES.html.sh (func_all_modules): Add time_r.
58633         * modules/time_r: New file.
58634         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58635         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58636
58637 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58638
58639         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58640         Bug reported by Lute Kamstra in
58641         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58642
58643         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58644         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58645         course with correspondingly smaller numbers for tomorrow and
58646         yesterday.  From Tadayoshi Funaba.  Originally installed into
58647         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58648         coreutils merge?).
58649
58650 2003-08-31  Simon Josefsson  <jas@extundo.com>
58651
58652         * modules/timegm: New file.
58653         * MODULES.html.sh (func_all_modules): Add timegm.
58654
58655 2003-08-31  Simon Josefsson  <jas@extundo.com>
58656
58657         * m4/timegm.m4: New file.
58658
58659 2003-08-31  Simon Josefsson  <jas@extundo.com>
58660
58661         * lib/timegm.h: New file.
58662         * lib/timegm.c: New file.  Based on
58663         wget-1.8.2/src/http.c:mktime_from_utc.
58664
58665 2003-08-31  Karl Berry  <karl@gnu.org>
58666
58667         * lib/argp.h: update from libc.
58668
58669 2003-08-28  Bruno Haible  <bruno@clisp.org>
58670
58671         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58672         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58673         followed by '#define fnmatch fnmatch_posix' gives an error.
58674
58675 2003-08-28  Bruno Haible  <bruno@clisp.org>
58676
58677         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58678         warning on QNX, which defines O_BINARY to 000000.
58679
58680 2003-08-27  Jim Meyering  <jim@meyering.net>
58681
58682         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58683         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58684         would fail after 32.  Reported by Danny Levinson.  Details here:
58685         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58686
58687 2003-08-24  Bruno Haible  <bruno@clisp.org>
58688
58689         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58690         MSVC7 <stdio.h> is included later.
58691
58692 2003-08-22  Simon Josefsson  <jas@extundo.com>
58693
58694         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58695
58696 2003-08-20  Karl Berry  <karl@gnu.org>
58697
58698         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58699
58700 2003-08-20  Bruno Haible  <bruno@clisp.org>
58701
58702         * modules/progname: New file.
58703         * MODULES.html.sh (func_all_modules): Add progname.
58704
58705 2003-08-20  Bruno Haible  <bruno@clisp.org>
58706
58707         * lib/progname.h: New file, from GNU gettext.
58708         * lib/progname.c: New file, from GNU gettext.
58709         * lib/progreloc.c: New file, from GNU gettext.
58710
58711 2003-08-19  Jim Meyering  <jim@meyering.net>
58712
58713         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58714         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58715
58716 2003-08-19  Bruno Haible  <bruno@clisp.org>
58717
58718         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58719         more.
58720
58721 2003-08-19  Bruno Haible  <bruno@clisp.org>
58722
58723         * lib/xstrdup.c: Assume <string.h> exists.
58724
58725 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58726
58727         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58728         in makefile rules.
58729
58730 2003-08-18  Jim Meyering  <jim@meyering.net>
58731
58732         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58733         * m4/lib-ld.m4: Likewise.
58734
58735 2003-08-18  Jim Meyering  <jim@meyering.net>
58736
58737         * lib/setenv.h: Indent nested cpp directive.
58738         * lib/vasnprintf.c: Remove trailing blanks.
58739
58740 2003-08-17  Simon Josefsson  <jas@extundo.com>
58741
58742         * modules/xstrndup: New file.
58743         * MODULES.html.sh (func_all_modules): Add xstrndup.
58744
58745 2003-08-17  Simon Josefsson  <jas@extundo.com>
58746
58747         * modules/argp: Fix autoconf macro name. Add more dependencies.
58748
58749 2003-08-17  Simon Josefsson  <jas@extundo.com>
58750
58751         * m4/xstrndup.m4: New file.
58752
58753 2003-08-17  Simon Josefsson  <jas@extundo.com>
58754
58755         * m4/argp.m4: New file.
58756
58757 2003-08-17  Simon Josefsson  <jas@extundo.com>
58758             Bruno Haible  <bruno@clisp.org>
58759
58760         * lib/xstrndup.h: New file.
58761         * lib/xstrndup.c: New file.
58762
58763 2003-08-17  Bruno Haible  <bruno@clisp.org>
58764
58765         * modules/strndup (Files, Include): Add lib/strndup.h.
58766
58767 2003-08-17  Bruno Haible  <bruno@clisp.org>
58768
58769         * modules/euidaccess (Files): Add lib/euidaccess.h.
58770
58771 2003-08-17  Bruno Haible  <bruno@clisp.org>
58772
58773         * lib/strndup.h: New file.
58774
58775 2003-08-17  Bruno Haible  <bruno@clisp.org>
58776
58777         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58778         like AC_GNU_SOURCE.
58779         * modules/extensions (configure.ac): Comment out the invocation of
58780         gl_USE_SYSTEM_EXTENSIONS.
58781
58782 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58783
58784         Merges from coreutils, etc.
58785         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58786         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58787         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58788         fixing a typo.
58789         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58790         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58791
58792 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58793
58794         Document merge from coreutils.
58795         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58796         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58797         * modules/utime: Add m4/utimes-null.m4.
58798
58799 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58800
58801         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58802         space, undoing this 2003-08-12 change:
58803         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58804
58805 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58806
58807         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58808         strtoul.c from libc, undoing this 2003-08-12 change:
58809         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58810
58811 2003-08-16  Jim Meyering  <jim@meyering.net>
58812
58813         Merges from coreutils.
58814         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58815         prefix.  Adjust cache variables similarly.  Create 500 rather than
58816         just 300 files, to exercise bug on Darwin6.5, too.
58817         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58818         $missing_dir.
58819         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58820         AM_SYS_POSIX_TERMIOS.
58821         Reported by mkc@mathdogs.com.
58822         Also change use of $am_cv_sys_posix_termios
58823         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58824         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58825         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58826         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58827         in /proc/mounts until it finds one with matching device number.  This
58828         is unnecessary when the FILE argument *is* a mount point.  No stat call
58829         is necessary in that case.  So, disable the statvfs-testing code on
58830         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58831         as RedHat bug# 84846.
58832         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58833         to 1MB, so as not to render systems with no stack size limit (e.g.,
58834         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58835         Include <unistd.h>.  On some systems,
58836         it is required for the definition of _SC_PAGESIZE.
58837
58838 2003-08-16  Jim Meyering  <jim@meyering.net>
58839
58840         Merge from coreutils.
58841         * lib/xstrtoimax.c: #else #if -> #elif.
58842         * lib/xstrtoumax.c: Likewise.
58843
58844 2003-08-16  Jim Meyering  <jim@meyering.net>
58845
58846         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58847         * m4/utimes.m4: Removed.
58848         * m4/utimes-null.m4: Renamed from utimes.m4.
58849
58850         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58851         to 1MB, so as not to render systems with no stack size limit (e.g.,
58852         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58853         Include <unistd.h>.  On some systems,
58854         it is required for the definition of _SC_PAGESIZE.
58855
58856 2003-08-16  Jim Meyering  <jim@meyering.net>
58857         and Paul Eggert  <eggert@cs.ucla.edu>
58858
58859         Merges from coreutils, etc.
58860
58861         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58862         using the latest version from cvs.  This avoids problems with #line
58863         directives using a vendor (Sun) compiler.
58864         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58865         Don't set GETGROUPS_LIB here; now it's
58866         done via getgroups.m4's wrapper function.
58867         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58868         rather than just in sh-util/configure.in, so that the
58869         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58870         same.
58871         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58872         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58873         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58874         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58875         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58876         Remove code that is now done by the newly-required macros.
58877         Append $(EXEEXT) to DF_PROG.
58878         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58879         Do not invoke or require the following here,
58880         since prereq.m4 or some gnulib .m4 now does this for us:
58881         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58882         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58883         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58884         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58885         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58886         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58887         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58888         AC_FUNC_OBSTACK.
58889         Do not replace the following functions, as this is now the job
58890         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58891         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58892         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58893         atexit getpass, strdup, getpagesize.
58894         Replace 'raise'.
58895         Do not check for the following functions, as this is now the job
58896         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58897         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58898         setregid.
58899         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58900         Check for sys/sysctl.h.
58901         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58902         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58903         of checking for ssize_t ourselves.
58904
58905         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58906         Require every macro that gnulib/modules/* suggests for us.
58907         (jm_PREREQ_ADDEXT): New macro.
58908         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58909         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58910
58911         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58912         (gl_PHYSMEM): Use it.
58913         Also check for `table' function.
58914         Check for new headers and functions.
58915         Add check for sys/sysmp.h.
58916         With suggestions from Kaveh Ghazi.
58917         Ignore headers that are present but cannot be compiled.  This
58918         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58919         C 5.4.
58920
58921 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58922
58923         Document merge from coreutils.
58924         * modules/userspec: Depend on posixver.
58925         * modules/strftime: Depend on tzset.
58926
58927 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58928
58929         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58930         rather than tab, after '#' in shell-script copyright notices.
58931         Suggested by Bruno Haible.
58932
58933 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58934
58935         * config/srclist-update: Use three spaces, rather than tab, after '#'
58936         in shell-script copyright notices.  Suggested by Bruno Haible.
58937         Remove unnecessary parenthesization in regular expression.
58938
58939 2003-08-15  Jim Meyering  <jim@meyering.net>
58940
58941         Merge from coreutils.
58942         * lib/xgethostname.c: Include <stdlib.h>.
58943         (xghostname): Don't exit for anything other than memory-related
58944         failure; just return NULL.
58945         * lib/userspec.c: Include "posixver.h".
58946         (parse_user_spec): Accept `.' as a separator only
58947         in pre-POSIX-200112 mode.
58948         * lib/strtoimax.c: Use #elif rather than #else #if.
58949         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58950         Remove function, now that we can rely on a working tzset function.
58951         [!_LIBC]: Ensure that the required autoconf test has been run.
58952         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58953         Use underlying_strftime for %r.
58954         * lib/sha.c: Merge in some clean-up and optimization changes from
58955         glibc.
58956         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58957         Ensure that it is a multiple of 64.
58958         Rearrange loop exit tests so as to avoid performing an
58959         additional fread after encountering an error or EOF.
58960         * lib/realloc.c: Update copyright date.
58961
58962 2003-08-15  Jim Meyering  <jim@meyering.net>
58963         and Paul Eggert  <eggert@twinsun.com>
58964
58965         Merge from coreutils.
58966         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58967         member but strut utmpx does not.  Needed for AIX 4.3.3.
58968         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58969
58970 2003-08-15  Jim Meyering  <jim@meyering.net>
58971         and Paul Eggert  <eggert@cs.ucla.edu>
58972
58973         Merges from coreutils, etc.
58974         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58975         Require gl_FUNC_TZSET_CLOBBER.
58976         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58977         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58978         members.
58979
58980 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58981
58982         Help the merge from coreutils.
58983         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58984         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58985         * m4/tzset.m4: Use it too.
58986
58987 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58988
58989         * modules/tzset: New file.
58990
58991 2003-08-14  Jim Meyering  <jim@meyering.net>
58992
58993         Merges from coreutils.
58994         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58995         variable names, rather than @FNMATCH_H@.
58996         * modules/alloca: Likewise for $(ALLOCA_H).
58997
58998         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58999         the three copies of the literal target, `fnmatch.h'.
59000         * modules/alloca (alloca.h): Likewise.
59001
59002 2003-08-14  Jim Meyering  <jim@meyering.net>
59003
59004         Merge from coreutils.
59005         * m4/tzset.m4: New file.
59006         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
59007         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
59008         otherwise, AIX 5.1 systems would end up using the latter.
59009         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
59010         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
59011         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
59012         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
59013
59014 2003-08-14  Jim Meyering  <jim@meyering.net>
59015
59016         Merge from coreutils.
59017         * lib/obstack.h: Whitespace changes.
59018         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
59019         and xcalloc return values.
59020         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
59021         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
59022         hang on OSF/1 5.1 for DIR on both local and remote file systems.
59023         Reported by (and fix confirmed by) Nelson H. F. Beebe.
59024         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59025         error from mntctl.
59026         Use mntctl's return value to drive the entry-processing loop, since
59027         we can't rely on the value of the vmt_length member in the last
59028         entry.  On some systems doing so could result in exhausting
59029         virtual memory.  Based in part on a patch from Mike Jetzer.
59030
59031 2003-08-14  Jim Meyering  <jim@meyering.net>
59032         and Paul Eggert  <eggert@twinsun.com>
59033
59034         Merges from coreutils, plus other fixes.
59035         * lib/physmem.c: Merge in portability changes from gcc/libiberty
59036         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
59037         for credits and details.  Thanks to Kaveh Ghazi for helping
59038         to keep these files in sync.
59039         (ARRAY_SIZE): Define it.
59040         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
59041         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
59042         (memcasecmp): Don't assume size_t fits in unsigned int.
59043         Remove casts and duplicate code.
59044         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
59045         (memcpy): Remove definition.
59046         Merge in some clean-up and optimization changes from glibc.
59047         [BLOCKSIZE]: Move definition to top of file.
59048         Ensure that it is a multiple of 64.
59049         Rearrange loop exit tests so as to avoid performing an
59050         additional fread after encountering an error or EOF.
59051         * lib/md5.h (md5_uintptr): Define.
59052         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59053         return to the initial working directory.  Preserve errno
59054         for caller.
59055         * lib/idcache.c: Include "xalloc.h".
59056         (xmalloc, xrealloc): Remove decls.
59057         (getuser): Remove casts no longer required in C89.
59058         * lib/human.c: Include stdio.h, for sprintf.
59059         * lib/group-member.c: Include "xalloc.h".
59060         (xmalloc, xrealloc): Remove decls.
59061         (get_group_info): Remove casts no longer required in C89.
59062         * lib/getusershell.c (readname): Remove casts no longer required in
59063         C89.
59064         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59065         * lib/getline.c: Whitespace fix, from coreutils.
59066
59067 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59068
59069         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59070         Check for isascii.
59071
59072         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59073         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59074         Undo previous (whitespace-only) change.
59075
59076 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59077
59078         * lib/exclude.c: Include <ctype.h>
59079         (IN_CTYPE_DOMAIN): New macro.
59080         (is_space): New fn.
59081         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59082         and empty lines.
59083
59084         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59085         Undo previous (whitespace-only) change.
59086
59087 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59088
59089         * config/srclist-update: Change update back to the old behavior,
59090         leaving whitespace alone.  Use one 'sed' command rather than a
59091         pipeline.
59092         (fixlicense): Now a variable, not a function.
59093         (remove_trailing_blanks): Remove.
59094         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59095         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59096         Undo previous (whitespace-only) change.
59097
59098 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59099
59100         Merge from coreutils.
59101         * modules/euidaccess: Add lib_SOURCES, include for new
59102         file euidaccess.h
59103
59104 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59105
59106         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59107         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59108         Normalize leading white space and remove trailing white space.
59109
59110         Merge from coreutils
59111         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59112
59113         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59114         0.12.1.  These files are now being upgraded automatically by
59115         ../config/srclist-update.
59116
59117 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59118
59119         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59120         Normalize leading white space and remove trailing white space.
59121         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59122         notice, as per ../config/srclist-update.
59123
59124         Merge from coreutils.
59125         * lib/euidaccess.h: New file.
59126         * lib/euidaccess.c: Include it.
59127         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59128         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59129         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59130
59131 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59132
59133         * config/srclist-update: Add copyright notice.
59134         (remove_id_lines, remove_trailing_blanks): New constants.
59135         (fixfile): Use them to normalize spacing a bit in copied files.
59136         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59137         Normalize leading white space and remove trailing white space.
59138
59139         * config/texinfo.tex: Sync with texinfo.
59140
59141         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59142         strtoul.c from libc, to merge coreutils whitespace changes.
59143
59144         * config/srclist.txt: Get the following m4 files from gettext:
59145         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59146         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59147         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59148         wint_t.m4.
59149
59150 2003-08-12  Karl Berry  <karl@gnu.org>
59151
59152         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59153         been made.
59154
59155 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59156
59157         * modules/gnu-source, m4/gnu-source.m4:
59158         Remove; we're assuming Autoconf 2.54 or later now.
59159         Suggested by Bruno Haible.
59160         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59161
59162 2003-08-11  Bruno Haible  <bruno@clisp.org>
59163
59164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59165
59166 2003-08-11  Bruno Haible  <bruno@clisp.org>
59167
59168         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59169         (vasnprintf): Use it instead of wcslen.
59170
59171 2003-08-11  Bruno Haible  <bruno@clisp.org>
59172
59173         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59174         value to ensure that _Bool promotes to int. Use #define for _Bool when
59175         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59176
59177 2003-08-10  Karl Berry  <karl@gnu.org>
59178
59179         * lib/regex.h: update from libc (whitespace fix).
59180
59181 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59182
59183         Merge some files from coreutils.  These changes were
59184         originally made by Jim Meyering.
59185         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59186         many older Unixes require this.
59187         * lib/alloca.c (alloca): Remove cast to argument of free;
59188         no longer needed in C89.
59189         * lib/alloca_.h, regex.h: Fix white space to match
59190         what GNU indent does.
59191
59192 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59193
59194         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59195         apparently Emacs's Unicode mode got confused before my 2003-08-05
59196         checkin.
59197
59198 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59199
59200         * m4/extensions.m4: New file.
59201         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59202         Require gl_USE_SYSTEM_EXTENSIONS.
59203         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59204         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59205
59206 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59207
59208         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59209         * modules/extensions, modules/gnu-source: New files.
59210         * modules/timespec, modules/unlocked-io: Depend on extensions.
59211
59212 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59213
59214         * modules/restrict: New file.
59215         * MODULES.html.sh (func_all_modules): Add restrict.
59216         * modules/regex: Depend on restrict.
59217
59218 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59219
59220         * m4/restrict.m4: New file.
59221         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59222
59223 2003-08-07  Bruno Haible  <bruno@clisp.org>
59224
59225         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59226         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59227
59228 2003-08-07  Bruno Haible  <bruno@clisp.org>
59229
59230         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59231         makes the module 'getndelim2' compatible with the module 'getline'.
59232
59233 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59234
59235         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59236         byte with "\201" to avoid glitches when editing that source file
59237         with multi-gnome-terminal.
59238
59239 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59240
59241         * lib/bumpalloc.h: Remove.
59242
59243 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59244
59245         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59246         * modules/bumpalloc: Remove.
59247
59248 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59249
59250         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59251         GNU coding style.
59252
59253         Merge from coreutils.
59254         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59255         1. From glibc.
59256         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59257         from Karl Berry, implemented by Jim Meyering.
59258         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59259         from Dmitry V. Levin.
59260         Remove anachronistic cast of xrealloc.
59261         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59262         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59263         type. Otherwise, it wouldn't compile with at least /bin/cc on
59264         ymp-cray-unicos9.0.2.X.
59265         Combine two mostly-identical uses of alloca into one.
59266         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59267
59268 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59269
59270         [From Emacs.]
59271
59272         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59273         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59274         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59275         obsolete NLIST_NAME_UNION.
59276         [__GNU__]: Undef BSD and FSCALE.
59277         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59278
59279 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59280
59281         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59282         an enum type, so that it's guaranteed to promote to int.  See:
59283         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59284
59285 2003-08-03  Karl Berry  <karl@gnu.org>
59286
59287         * config/depcomp: update from automake.
59288
59289 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59290
59291         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59292         (strerror): Don't assume that a printable int fits in 14 bytes.
59293
59294 2003-07-31  Bruno Haible  <bruno@clisp.org>
59295
59296         * modules/getpass-gnu: New file.
59297         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59298
59299 2003-07-31  Bruno Haible  <bruno@clisp.org>
59300
59301         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59302
59303 2003-07-24  Karl Berry  <karl@gnu.org>
59304
59305         * config/missing: update from automake.
59306
59307 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59308             Bruno Haible  <bruno@clisp.org>
59309
59310         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59311         * lib/getline.c (getline, getdelim): Likewise.
59312         Remove _GNU_SOURCE define; now it's defined in config.h through
59313         m4/getline.m4.
59314
59315 2003-07-23  Karl Berry  <karl@gnu.org>
59316
59317         * config/config.sub: update from prep.
59318
59319 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59320
59321         * modules/xalloc (Depends-on): Add exitfail.
59322         * modules/xmemcoll: Likewise.
59323
59324 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59325
59326         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59327         over-parenthesization in macros.
59328
59329         Sync with coreutils.
59330
59331         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59332         required by C99.
59333
59334         Use `exit_failure' for xalloc and xmemcoll instead of their own
59335         private exit-failure variables.
59336         * lib/xalloc.h (xalloc_exit_failure): Remove.
59337         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59338         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59339         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59340         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59341         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59342
59343 2003-07-20  Jim Meyering  <jim@meyering.net>
59344
59345         * modules/closeout (Depends-on): Add exitfail.
59346         Suggestion from Bruno Haible.
59347
59348 2003-07-19  Karl Berry  <karl@gnu.org>
59349
59350         * config/config.sub: update from prep.
59351
59352 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59353
59354         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59355         Remove.
59356         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59357         to test that it can stand by itself.  Include "exitfail.h".
59358         Clients should set exit_failure instead.
59359         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59360
59361 2003-07-18  Bruno Haible  <bruno@clisp.org>
59362
59363         * modules/getndelim2: New file.
59364         * modules/getline: Share files with module getndelim2.
59365         * modules/getnline: Depend on getndelim2 instead of sharing files with
59366         it. Add getnline.c to lib_SOURCES.
59367         * MODULES.html.sh (func_all_modules): Add getndelim2.
59368
59369 2003-07-18  Bruno Haible  <bruno@clisp.org>
59370
59371         * m4/getndelim2.m4: New file.
59372         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59373         invoke gl_PREREQ_GETNDELIM2.
59374         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59375         gl_PREREQ_GETNDELIM2.
59376         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59377         gl_GETNDELIM2.
59378
59379 2003-07-18  Bruno Haible  <bruno@clisp.org>
59380
59381         * lib/getndelim2.h: New file.
59382         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59383         getndelim2.h.
59384         (getndelim2): Make non-static. Change return type to ssize_t.
59385         * lib/getline.h: Change argument names.
59386         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59387         * lib/getnline.c: Include getndelim2.h.
59388
59389 2003-07-18  Andreas Schwab  <schwab@suse.de>
59390
59391         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59392
59393 2003-07-17  Karl Berry  <karl@gnu.org>
59394
59395         * config/config.sub: update from prep.
59396
59397 2003-07-17  Bruno Haible  <bruno@clisp.org>
59398
59399         * modules/getnline: New file.
59400         * modules/getline: Add lib/getndelim2.c to source file list.
59401         * MODULES.html.sh (func_all_modules): Add getnline.
59402
59403 2003-07-17  Bruno Haible  <bruno@clisp.org>
59404
59405         * m4/getnline.m4: New file.
59406
59407 2003-07-17  Bruno Haible  <bruno@clisp.org>
59408
59409         * m4/Makefile.am.in: Remove file.
59410         * m4/Makefile.am: Remove file.
59411         * m4/Makefile.in: Remove file.
59412
59413 2003-07-17  Bruno Haible  <bruno@clisp.org>
59414
59415         * lib/getnline.h: New file.
59416         * lib/getnline.c: New file.
59417         * lib/getndelim2.c: New file, extracted from getline.c.
59418         (getndelim2): Renamed from getdelim2, with added nmax argument.
59419         * lib/getline.c: Include getndelim2.c.
59420         (getdelim2): Moved out to getndelim2.c.
59421         (getline, getdelim): Update.
59422
59423 2003-07-17  Bruno Haible  <bruno@clisp.org>
59424
59425         * lib/Makefile.am: Remove file.
59426         * lib/Makefile.in: Remove file.
59427
59428 2003-07-17  Bruno Haible  <bruno@clisp.org>
59429
59430         * configure.in: Remove file.
59431         * Makefile.in: Remove file.
59432
59433 2003-07-17  Bruno Haible  <bruno@clisp.org>
59434
59435         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59436
59437 2003-07-16  Karl Berry  <karl@gnu.org>
59438
59439         * config/srclist-update: was running fixlicense twice, which caused
59440                 texinfo.tex to be nullified for some reason.  Simplify,
59441                 $gplsrc is no longer needed as far as I can see?
59442
59443 2003-07-16  Jim Meyering  <jim@meyering.net>
59444
59445         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59446
59447 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59448
59449         * config/srclist.txt: Get the following files from gettext-runtime/intl
59450         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59451         ref-del.sin.  From Bruno Haible.
59452         * config/srclist-update (fixfile): Change grep pattern again, since the
59453         previous fix didn't work (there was another trailing $).  Use
59454         '[$]' to escape the $s.
59455
59456 2003-07-15  Karl Berry  <karl@gnu.org>
59457
59458         * lib/vasnprintf.c: update from gettext.
59459
59460 2003-07-15  Karl Berry  <karl@gnu.org>
59461
59462         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59463         gets expanded when surrounded by '$'.
59464
59465 2003-07-15  Jim Meyering  <jim@meyering.net>
59466
59467         * modules/save-cwd: Don't depend on error.  From Derek Price.
59468
59469 2003-07-15  Jim Meyering  <jim@meyering.net>
59470
59471         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59472
59473 2003-07-14  Simon Josefsson  <jas@extundo.com>
59474
59475         * modules/mempcpy: New file.
59476         * MODULES.html.sh (func_all_modules): Add mempcpy.
59477
59478 2003-07-14  Simon Josefsson  <jas@extundo.com>
59479
59480         * m4/mempcpy.m4: New file.
59481
59482 2003-07-14  Simon Josefsson  <jas@extundo.com>
59483
59484         * lib/mempcpy.h: New file.
59485         * lib/mempcpy.c: New file.
59486
59487 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59488
59489         * modules/getdate, modules/posixtm: Depend on mktime.
59490
59491 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59492
59493         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59494         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59495         unicodeio.c, unicodeio.h, unlocked-io.h:
59496         Switch from LGPL to GPL.
59497
59498 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59499
59500         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59501         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59502         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59503         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59504         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59505         updated automatically by ../config/srclist-update.  This changes
59506         their license from LPGL to GPL.
59507
59508 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59509
59510         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59511         assumed to refer to the root of the most recent stable gettext version.
59512         * config/srclistvars.sh: Add defaults for eggert.
59513         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59514         Match "This program" as well as "The program".  This is needed
59515         for gettext.
59516
59517 2003-07-14  Jim Meyering  <jim@meyering.net>
59518
59519         Don't emit diagnostics.  Let callers do that.
59520         * lib/save-cwd.c: Don't include "error.h".
59521         (save_cwd): Don't call error.  Ensure that errno is valid
59522         when returning nonzero.
59523
59524         * lib/save-cwd.h (restore_cwd): Update prototype.
59525         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59526         Simplify.  Don't call error upon failure.  Let callers do that.
59527         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59528         when auditing is enabled.  But don't bother updating the #if.
59529
59530 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59531
59532         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59533         it breaks C++ compilation.
59534         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59535
59536 2003-07-10  Simon Josefsson  <jas@extundo.com>
59537
59538         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59539
59540 2003-07-10  Jim Meyering  <jim@meyering.net>
59541
59542         * m4/clock_time.m4: Remove trailing blank.
59543         * m4/intmax_t.m4: Likewise.
59544
59545 2003-07-10  Jim Meyering  <jim@meyering.net>
59546
59547         * lib/vasnprintf.c: Remove trailing blanks.
59548         Make cpp indentation consistent.
59549
59550 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59551
59552         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59553         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59554         Switch from LGPL to GPL.
59555
59556 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59557
59558         * config/srclist.txt: Sort sublists.  Add
59559         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59560         that differ from gnulib for one reason or another; we'd like this list
59561         to be smaller but for now let's document what we have.
59562
59563 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59564
59565         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59566         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59567         and sweeter "eval x=$x".
59568         * config/srclist.txt: Get lib/argp* from glibc.
59569
59570 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59571
59572         * lib/mktime.c: Fix some boundary cases and remove need for floating
59573         point.
59574
59575         Issue a compile-time diagnostic if time_t is floating point, or if
59576         two's complement arithmetic is not in effect, or if arithmetic
59577         right shift does not propagate the sign.  These assumptions were
59578         all in the original code but they weren't checked.
59579
59580         (TIME_T_MIDPOINT, verify): New macros.
59581         (__isleap): Remove; it has integer overflow problems.
59582         (leapyear): New function, without those problems.
59583         (ydhms_tm_diff): Remove; splitting into two parts.
59584         (ydhms_diff): New function, containing the arithmetic part of
59585         the old ydhms_tm_diff function.  Issue a compile-time
59586         diagnostic if we are not using C99 integer division.
59587         Avoid casts when possible.
59588         (guess_time_tm): New function, containing the checking part of
59589         the old ydhms_tm_diff function.  Return the new value, rather than
59590         the difference between it and the old.  Accept a new argument T
59591         so that *T specifies the old value.  Check for overflow in the result.
59592
59593         (__mktime_internal): Use a time_t offset, not a long int offset.
59594         This undoes the 2003-06-04 change, which is no longer needed now
59595         that we have better overflow checking.
59596         (localtime_offset): Likewise.
59597
59598         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59599         and long are 64-bit but int is only 32-bit.
59600         (ydhms_diff): Use long int to store year1 and yday1.
59601         Issue a compile-time diagnostic if long int is not wide enough.
59602
59603         (__mktime_internal): Use long int to store adjusted year and yday.
59604         Use plain C rather than preprocessor commands, if that doesn't
59605         affect efficiency.
59606         Check for overflow (and try to repair) after each probe
59607         rather than checking only at the very end.  This avoids some bugs
59608         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59609         does not equal GMT offset at maximum time).
59610         Use integer to check for overflow rather than floating point; this
59611         is more portable to non-IEEE hosts, and is a tad faster.
59612         When we detect that we are oscillating between two values,
59613         don't check whether tm_isdst has the requested value, since
59614         we already know the answer.  When tm_isdst has the wrong value,
59615         use a different heuristic to find the right one, based on the
59616         extreme values actually observed in practice in tz2003a,
59617         rather than the (overly optimistic) "previous 3 calendar quarters".
59618
59619         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59620         "T const" to accommodate glibc style.
59621         (check_result): Use less-confusing report format.  "long" -> "long int.
59622         (main): Likewise.
59623         Don't loop if the iteration overflows time_t.
59624         Allow a negative step in the iteration.
59625
59626 2003-07-06  Karl Berry  <karl@gnu.org>
59627
59628         * config/depcomp: update from automake.
59629         * config/config.sub: update from prep.
59630
59631 2003-07-03  Karl Berry  <karl@gnu.org>
59632
59633         * config/config.guess: update from prep.
59634
59635 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59636
59637         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59638         xreadlink.c now includes it unconditionally.
59639
59640 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59641
59642         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59643         having it depend on HAVE_SYS_TYPES_H.
59644
59645 2003-07-01  Bruno Haible  <bruno@clisp.org>
59646
59647         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59648         <sys/types.h> should be sufficient.
59649         Reported by Paul Eggert.
59650
59651 2003-06-26  Karl Berry  <karl@gnu.org>
59652
59653         * config/depcomp: update from automake.
59654
59655 2003-06-26  Bruno Haible  <bruno@clisp.org>
59656
59657         * modules/human: Depend on module stdbool.
59658
59659 2003-06-25  Bruno Haible  <bruno@clisp.org>
59660
59661         * modules/readlink: New file.
59662         * modules/xreadlink: Depend on it.
59663         * MODULES.html.sh (func_all_modules): Add readlink.
59664
59665 2003-06-25  Bruno Haible  <bruno@clisp.org>
59666
59667         * m4/readlink.m4: New file.
59668
59669 2003-06-25  Bruno Haible  <bruno@clisp.org>
59670
59671         * lib/readlink.c: New file.
59672
59673 2003-06-22  Karl Berry  <karl@gnu.org>
59674
59675         * config/srclist.txt: update mkinstalldirs from automake.
59676         * config/mkinstalldirs: update.
59677
59678 2003-06-22  Bruno Haible  <bruno@clisp.org>
59679
59680         Portability to mingw32.
59681         * m4/ssize_t.m4: New file, from GNU gettext.
59682         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59683         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59684
59685 2003-06-22  Bruno Haible  <bruno@clisp.org>
59686
59687         * modules/safe-read: Add m4/ssize_t.m4.
59688         * modules/xreadlink: Add m4/ssize_t.m4.
59689
59690 2003-06-20  Bruno Haible  <bruno@clisp.org>
59691
59692         Assume C89, so PARAMS isn't needed.
59693         * lib/unicodeio.h (PARAMS): Remove.
59694         * lib/unicodeio.c: Don't use PARAMS.
59695
59696 2003-06-18  Karl Berry  <karl@gnu.org>
59697
59698         * config/config.{guess,sub}: update from prep.
59699
59700 2003-06-18  Jim Meyering  <jim@meyering.net>
59701
59702         Merge changes from coreutils.
59703         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59704         Remove explicit declarations of xmalloc and realloc.
59705         Include xalloc.h.
59706         (read_utmp): Remove anachronistic cast of xmalloc.
59707
59708 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59709
59710         Assume C89, so PARAMS isn't needed.
59711         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59712         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59713         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59714         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59715         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59716         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59717         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59718         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59719         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59720         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59721         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59722         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59723         no longer needed. Anyway, config.h should always be included before any
59724         other file.
59725
59726 2003-06-11  Simon Josefsson  <jas@extundo.com>
59727
59728         * modules/sysexits: New file.
59729         * MODULES.html.sh (func_all_modules): Add sysexits.
59730
59731 2003-06-11  Simon Josefsson  <jas@extundo.com>
59732
59733         * lib/sysexit_.h: New file.
59734
59735 2003-06-11  Derek Price  <derek@ximbiot.com>
59736
59737         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59738         necessary.
59739
59740 2003-06-11  Bruno Haible  <bruno@clisp.org>
59741
59742         * m4/sysexits.m4: New file.
59743
59744 2003-06-10  Simon Josefsson  <jas@extundo.com>
59745
59746         * lib/argp.h: New file, from glibc.
59747         * lib/argp-ba.c: New file, from glibc.
59748         * lib/argp-eexst.c: New file, from glibc.
59749         * lib/argp-fmtstream.c: New file, from glibc.
59750         * lib/argp-fmtstream.h: New file, from glibc.
59751         * lib/argp-fs-xinl.c: New file, from glibc.
59752         * lib/argp-help.c: New file, from glibc.
59753         * lib/argp-namefrob.h: New file, from glibc.
59754         * lib/argp-parse.c: New file, from glibc.
59755         * lib/argp-pv.c: New file, from glibc.
59756         * lib/argp-pvh.c: New file, from glibc.
59757         * lib/argp-xinl.c: New file, from glibc.
59758
59759 2003-06-10  Simon Josefsson  <jas@extundo.com>
59760
59761         * modules/strchrnul: New file.
59762
59763 2003-06-10  Simon Josefsson  <jas@extundo.com>
59764
59765         * modules/argp: New file.
59766
59767 2003-06-10  Simon Josefsson  <jas@extundo.com>
59768
59769         * m4/strchrnul.m4: New file.
59770
59771 2003-06-10  Simon Josefsson  <jas@extundo.com>
59772
59773         * lib/strchrnul.h: New file.
59774         * lib/strchrnul.c: New file.
59775
59776 2003-06-10  Bruno Haible  <bruno@clisp.org>
59777
59778         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59779
59780 2003-06-07  Karl Berry  <karl@gnu.org>
59781
59782         * config/config.{guess,sub}: update from prep.
59783
59784 2003-06-07  Jim Meyering  <jim@meyering.net>
59785
59786         * modules/strtod: Use $(...) notation, not @...@ for
59787         AC_REPLACE'd variables.
59788         * modules/localcharset: Likewise.
59789
59790 2003-06-07  Jim Meyering  <jim@meyering.net>
59791
59792         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59793         in place of my name in the copyright comment.
59794         Remove definition and uses of __P.
59795
59796         From coreutils.
59797         * lib/stat.c: Don't declare xmalloc explicitly.
59798         Instead, include "xalloc.h".
59799         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59800         xrealloc, and xcalloc return values.
59801         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59802         Improve comment.
59803         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59804
59805 2003-06-07  Bruno Haible  <bruno@clisp.org>
59806
59807         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59808         avoid AC_CONFIG_LINKS.
59809         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59810         fnmatch.h, to avoid AC_CONFIG_LINKS.
59811         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59812
59813 2003-06-07  Bruno Haible  <bruno@clisp.org>
59814
59815         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59816         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59817         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59818         directory.
59819         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59820         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59821         directory.
59822
59823 2003-06-06  Jim Meyering  <jim@meyering.net>
59824
59825         Merge from coreutils.
59826         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59827         Consolidate declarations and initializations of *_base* locals.
59828
59829         Merge from coreutils.
59830         This avoids a core dump on systems without GNU putenv,
59831         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59832         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59833         (unsetenv): New static function, from GNU libc.
59834         (rpl_putenv): Use it.
59835
59836         * lib/modechange.c: Remove trailing blanks.
59837
59838         Merge from coreutils.
59839         * lib/fsusage.c: Remove declaration of statfs.
59840         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59841
59842         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59843
59844 2003-06-06  Jim Meyering  <jim@meyering.net>
59845
59846         * lib/stdbool_.h: Renamed from stdbool.h.in.
59847
59848 2003-06-06  Jim Meyering  <jim@meyering.net>
59849             Bruno Haible  <bruno@clisp.org>
59850
59851         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59852         Adjust Makefile.am snippet not to redirect directly to target.
59853         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59854
59855 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59856
59857         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59858         mismatch, look in future quarters as well as past.  This fixes a
59859         bug when processing fall-backwards gaps immediately after a long
59860         period of daylight-saving time.
59861
59862         * lib/mktime.c: Assume freestanding C89 or better.
59863         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59864         (__P): Remove; not used.
59865         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59866         (mktime, not_equal_tm, print_tm, check_result,
59867         main): Use prototypes.  Use const * where appropriate.
59868         (main): Fix typo in testing code that uncovered by above changes.
59869         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59870
59871 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59872
59873         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59874         locale.h, localeconv.  This merges changes from coreutils.
59875
59876         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59877         It can be removed after the next Autoconf is released.
59878         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59879         needed.
59880
59881 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59882
59883         * lib/mktime.c: Fix Debian bug 177940
59884         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59885         (localtime_offset): Now long int, not time_t, because we want it
59886         to be guaranteed to be signed.  All uses changed.
59887         (__mktime_internal): If overflow would occur when adding offset,
59888         don't add it.
59889
59890         Merge 'human' changes from coreutils.  Rewrite to support
59891         locale-specific notations like thousands separators.
59892         * lib/human.c: Simplify authorship notice.
59893         Include human.h immediately after config.h.
59894         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59895         <limits.h>: Do not include, since human.h does.
59896         (SIZE_MAX, UINTMAX_MAX): New macros.
59897         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59898         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59899         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59900         (power_letter): Renamed from suffixes.
59901         (generate_suffix_backwards): Remove.
59902         (adjust_value): Now takes int style (because of human.h changes)
59903         and long double value (for greater precision on some platforms).
59904         (group_number): New function.
59905         (human_readable): Use it.  Use integer options, not enum.
59906         Put the options before the sizes in the arg list.
59907         Support all the new options.
59908         The old human_readable function has been removed;
59909         use inttostr.h instead.
59910         (human_readable, default_block_size, humblock):
59911         Use uintmax_t, not int, for block sizes.
59912         (human_readable_inexact, block_size_types): Remove.
59913         (block_size_opts): New constant.
59914         (human_options): Renamed from human_block_size, with new signature
59915         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59916         * lib/human.h: Add copyright and authorship notice.
59917         Include <limits.h> and <stdbool.h> unconditionally.
59918         (PARAMS): Remove.  All uses removed.
59919         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59920         (enum human_inexact_style): Remove tag; now a nameless enum.
59921         (human_floor, human_ceiling, human_round_to_even): Now have
59922         values 2, 0, 1 rather than -1, 1, 0.
59923         (human_group_digits, human_suppress_point_zero, human_autoscale,
59924         human_base_1024, human_SI, human_B): New constants.
59925         (human_readable_inexact, human_block_size): Remove.
59926         (human_readable): Size args are now uintmax_t, not int.
59927         (human_options): New decl.
59928
59929         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59930         unnecessary now that we assume C89 or better.  This change
59931         imported from coreutils.
59932
59933         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59934         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59935         in the 2003-05-30 sync from glibc.
59936
59937         .h files should stand alone, but we shouldn't include <sys/types.h>
59938         if we can get away with just <stddef.h>.
59939
59940         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59941         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59942         rather than <sys/types.h>, as we merely need size_t.
59943         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59944         to get size_t.
59945         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59946         Include <stdio.h>, to get FILE.
59947         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59948         memcasecmp.h has included <stddef.h> and all we need is size_t.
59949         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59950         our interface, instead of including <sys/types.h>
59951
59952 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59953
59954         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59955         now, as glibc mktime is buggy on non-glibc systems.
59956
59957 2003-06-03  Karl Berry  <karl@gnu.org>
59958
59959         * config/config.sub: update from prep.
59960
59961 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59962
59963         [from coreutils]
59964         Fix some minor time-related bugs with POSIX time arguments.
59965         Some valid time stamps were being rejected (notably -1, and
59966         time stamps before 1900 on 64-bit hosts).  And some invalid
59967         time stamps were being accepted, e.g. September 31.
59968
59969         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59970         that we can return (time_t) -1 successfully.
59971         * lib/posixtm.c: Likewise.
59972         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59973         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59974         (t): Remove static var.
59975         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59976         of static var.  All uses changed.
59977         (year): Do not reject years before 1900; they can occur with
59978         64-bit time_t.
59979         (posix_time_parse): Do not check for out-of-range components;
59980         that is now the caller's responsibility, since our checks were
59981         only approximations.
59982         (posixtime): Use mktime to check for out-of-range components,
59983         since it knows them exactly.
59984         If mktime returns (time_t) -1, check whether an error actually occurred
59985         by invoking localtime on -1.
59986         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59987         posixtime failures better.
59988         Improve the test data (in comments only).
59989
59990 2003-06-02  Karl Berry  <karl@gnu.org>
59991
59992         * config/mkinstalldirs (version): new variable.
59993         (--version): new option.
59994         (usage): improve message.
59995
59996 2003-05-30  Karl Berry  <karl@gnu.org>
59997
59998         * lib/mktime.c: update from libc.
59999
60000 2003-05-30  Bruno Haible  <bruno@clisp.org>
60001
60002         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
60003         * config/config.rpath: Upgrade to gettext-0.12.1.
60004
60005 2003-05-30  Bruno Haible  <bruno@clisp.org>
60006
60007         * m4/gettext.m4: Upgrade to gettext-0.12.1.
60008         * m4/nls.m4: New file, from gettext-0.12.1.
60009         * m4/po.m4: New file, from gettext-0.12.1.
60010         * m4/progtest.m4: Upgrade to gettext-0.12.1.
60011
60012 2003-05-30  Bruno Haible  <bruno@clisp.org>
60013
60014         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
60015         * lib/localcharset.h: Likewise.
60016         * lib/localcharset.c: Likewise.
60017
60018 2003-05-29  Karl Berry  <karl@gnu.org>
60019
60020         * config/config.rpath: update from gettext.
60021
60022 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60023
60024         Assume the headers required for C89 freestanding compilers.
60025         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
60026         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
60027         * m4/human.m4 (gl_HUMAN): Likewise.
60028         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
60029         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
60030         * m4/userspec.m4 (gl_USERSPEC): Likewise.
60031         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
60032         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
60033         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
60034
60035 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60036
60037         Assume the headers required for C89 freestanding compilers.
60038         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
60039         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
60040         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
60041         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
60042         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
60043         define, since <limits.h> is guaranteed to do that.
60044         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
60045         * lib/exclude.c: Include <stdbool.h> unconditionally.
60046         * lib/tempname.c: Include <stddef.h> unconditionally.
60047         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
60048         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
60049         <stddef.h> does that.
60050         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60051         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60052         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60053         needed.
60054         * lib/xstrtol.c: Likewise.
60055         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60056         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60057
60058         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60059         warnings on some platforms.
60060
60061         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60062         arbitrarily.
60063
60064 2003-05-26  Jim Meyering  <jim@meyering.net>
60065
60066         Merge in a change from coreutils:
60067         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60068         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60069         that condition, rather than `-1' which is slightly misleading.
60070         Change the name of the cache variable to have the gl_ prefix.
60071         Prompted by a patch from Richard Dawe for DJGPP.
60072
60073 2003-05-24  Karl Berry  <karl@gnu.org>
60074
60075         * config/config.guess: update from prep.
60076
60077 2003-05-22  Karl Berry  <karl@gnu.org>
60078
60079         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60080
60081 2003-05-20  Karl Berry  <karl@gnu.org>
60082
60083         * config/config.guess: update from prep.
60084
60085 2003-05-18  Karl Berry  <karl@gnu.org>
60086
60087         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60088         might actually be set by the user.
60089
60090         * config/depcomp, install-sh, mdate-sh: update from automake.
60091
60092 2003-05-17  Bruno Haible  <bruno@clisp.org>
60093
60094         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60095         invalid expansion for AC_EGREP_CPP.
60096         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60097         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60098         Suggested by Akim Demaille <akim@epita.fr> in
60099         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60100
60101 2003-05-12  Jim Meyering  <jim@meyering.net>
60102
60103         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60104         the space-padded-by-default conversion specifiers, %e, %k, %l.
60105
60106 2003-05-12  Bruno Haible  <bruno@clisp.org>
60107
60108         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60109         the string is longer than 4 KB.
60110
60111 2003-05-11  Karl Berry  <karl@gnu.org>
60112
60113         * config/config.{guess,sub}: update from prep.
60114
60115 2003-05-09  Bruno Haible  <bruno@clisp.org>
60116
60117         * modules/error: Add m4/strerror_r.m4 to file list.
60118
60119 2003-05-03  Bruno Haible  <bruno@clisp.org>
60120
60121         Upgrade to Unicode-4.0.
60122         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60123         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60124         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60125         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60126         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60127         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60128         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60129         Change width of U+E0100..U+E01EF from 1 to 0.
60130
60131 2003-04-25  Jim Meyering  <jim@meyering.net>
60132
60133         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60134         of type size_t, not int.
60135
60136 2003-04-25  Bruno Haible  <bruno@clisp.org>
60137
60138         * lib/copy-file.c: Include <stddef.h>, for size_t.
60139
60140 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60141
60142         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60143         code which expansion is under static control.  Patch imported from
60144         Akim Demaille's patch to Bison; see
60145         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60146
60147 2003-04-14  Bruno Haible  <bruno@clisp.org>
60148
60149         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60150
60151 2003-04-11  Jim Meyering  <jim@meyering.net>
60152
60153         Merge changes from Coreutils.
60154
60155         2003-03-22  Jim Meyering  <jim@meyering.net>
60156
60157         * lib/strftime.c (widen): Cast alloca return value to proper type.
60158
60159         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60160
60161         From GNU libc.
60162         * lib/strftime.c (my_strftime): Handle very large width
60163         specifications for numeric values correctly.  Improve checks for
60164         overflow.
60165
60166         2003-01-19  Jim Meyering  <jim@meyering.net>
60167
60168         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60169         definitions.
60170         (nl_get_alt_digit) [! defined my_strftime]: Define.
60171         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60172         _nl_get_alt_digit and _nl_get_walt_digit.
60173
60174         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60175         libc. These changes have no effect outside of _LIBC.
60176
60177 2003-04-10  Bruno Haible  <bruno@clisp.org>
60178
60179         * modules/findprog: New file.
60180         * MODULES.html.sh (func_all_modules): Add it.
60181
60182 2003-04-10  Bruno Haible  <bruno@clisp.org>
60183
60184         * m4/findprog.m4: New file.
60185         * m4/eaccess.m4: New file.
60186
60187 2003-04-10  Bruno Haible  <bruno@clisp.org>
60188
60189         * lib/findprog.h: New file, from GNU gettext.
60190         * lib/findprog.c: New file, from GNU gettext.
60191
60192 2003-04-05  Jim Meyering  <jim@meyering.net>
60193
60194         Merge changes from Coreutils.
60195
60196         * lib/exclude.h (PARAMS): Remove definition and uses.
60197         * lib/exclude.c: Remove uses of `PARAMS'.
60198
60199         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60200         Add test-cases for DOS filenames. Declare program_name.
60201         (main): Set up program_name.  Patch by Rich Dawe.
60202
60203         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60204         error from mntctl.
60205         Use mntctl's return value to drive the entry-processing loop, since
60206         we can't rely on the value of the vmt_length member in the last
60207         entry.  On some systems doing so could result in exhausting
60208         virtual memory.  Based in part on a patch from Mike Jetzer.
60209
60210 2003-04-04  Bruno Haible  <bruno@clisp.org>
60211
60212         * modules/linebreak: New file.
60213         * MODULES.html.sh (func_all_modules): Add it.
60214
60215 2003-04-04  Bruno Haible  <bruno@clisp.org>
60216
60217         * m4/linebreak.m4: New file.
60218
60219 2003-04-04  Bruno Haible  <bruno@clisp.org>
60220
60221         * lib/linebreak.h: New file, from GNU gettext.
60222         * lib/linebreak.c: New file, from GNU gettext with slight
60223         modifications.
60224         * lib/lbrkprop.h: New file, from GNU gettext.
60225
60226 2003-04-03  Bruno Haible  <bruno@clisp.org>
60227
60228         * modules/utf8-ucs4: New file.
60229         * modules/utf16-ucs4: New file.
60230         * modules/ucs4-utf8: New file.
60231         * modules/ucs4-utf16: New file.
60232         * MODULES.html.sh (func_all_modules): Add them.
60233
60234 2003-04-03  Bruno Haible  <bruno@clisp.org>
60235
60236         * m4/utf-ucs4.m4: New file.
60237         * m4/ucs4-utf.m4: New file.
60238
60239 2003-04-03  Bruno Haible  <bruno@clisp.org>
60240
60241         * lib/utf8-ucs4.h: New file, from GNU gettext.
60242         * lib/utf16-ucs4.h: New file, from GNU gettext.
60243         * lib/ucs4-utf8.h: New file, from GNU gettext.
60244         * lib/ucs4-utf16.h: New file, from GNU gettext.
60245
60246 2003-04-02  Bruno Haible  <bruno@clisp.org>
60247
60248         * modules/binary-io: New file.
60249         * MODULES.html.sh (func_all_modules): Add it.
60250
60251 2003-04-02  Bruno Haible  <bruno@clisp.org>
60252
60253         * lib/binary-io.h: New file, from GNU gettext.
60254
60255 2003-04-01  Bruno Haible  <bruno@clisp.org>
60256
60257         * modules/pathname: New file.
60258         * MODULES.html.sh (func_all_modules): Add it.
60259
60260 2003-04-01  Bruno Haible  <bruno@clisp.org>
60261
60262         * lib/pathname.h: New file, from GNU gettext.
60263         * lib/concatpath.c: New file, from GNU gettext.
60264
60265 2003-03-30  Bruno Haible  <bruno@clisp.org>
60266
60267         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60268
60269 2003-03-30  Bruno Haible  <bruno@clisp.org>
60270
60271         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60272         function chown() doesn't exist.
60273
60274 2003-03-28  Bruno Haible  <bruno@clisp.org>
60275
60276         * modules/copy-file: New file.
60277         * MODULES.html.sh (func_all_modules): Add it.
60278
60279 2003-03-28  Bruno Haible  <bruno@clisp.org>
60280
60281         * m4/copy-file.m4: New file.
60282
60283 2003-03-28  Bruno Haible  <bruno@clisp.org>
60284
60285         * lib/copy-file.h: New file, from GNU gettext.
60286         * lib/copy-file.c: New file, from GNU gettext.
60287
60288 2003-03-18  Jim Meyering  <jim@meyering.net>
60289
60290         * lib/quote.c (quote_n): Fix typo in comment.
60291
60292 2003-03-18  Bruno Haible  <bruno@clisp.org>
60293
60294         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60295         checking.
60296         * m4/onceonly_2_57.m4: Likewise.
60297
60298 2003-03-17  Bruno Haible  <bruno@clisp.org>
60299
60300         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60301         (m4_quote): Remove macro.
60302         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60303
60304 2003-03-14  Jim Meyering  <jim@meyering.net>
60305
60306         Merge changes from Coreutils.
60307         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60308         to be const, in order to avoid warnings.
60309         (obstack_room): Likewise.
60310         (obstack_empty_p): Likewise.
60311
60312 2003-03-14  Bruno Haible  <bruno@clisp.org>
60313
60314         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60315         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60316
60317 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60318
60319         Merge changes from Bison.
60320         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60321         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60322         when compiling Bison 1.875's `bitset bset = obstack_alloc
60323         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60324         * lib/hash.c: Include <stdbool.h> unconditionally.
60325
60326 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60327
60328         * m4/onceonly.m4 (m4_quote): New macro.
60329         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60330         Quote AC_FOREACH variable-expansions properly.
60331
60332 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60333
60334         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60335
60336 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60337
60338         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60339         Reported by Bruce Becker; see:
60340         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60341
60342 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60343             Bruno Haible  <bruno@clisp.org>
60344
60345         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60346         Reported by John Hughes, see
60347         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60348
60349 2003-02-20  Bruno Haible  <bruno@clisp.org>
60350
60351         * MODULES.html.sh (func_all_modules): Add poll.
60352
60353 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60354
60355         * modules/poll: New file.
60356
60357 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60358
60359         * lib/poll_.h: New file.
60360         * lib/poll.c: New file.
60361
60362 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60363
60364         * m4/poll.m4: New file.
60365
60366 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60367
60368         * modules/mathl: New file.
60369
60370 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60371
60372         * lib/mathl.h: New file.
60373         * lib/acosl.c: New file.
60374         * lib/asinl.c: New file.
60375         * lib/atanl.c: New file.
60376         * lib/ceill.c: New file.
60377         * lib/cosl.c: New file.
60378         * lib/expl.c: New file.
60379         * lib/floorl.c: New file.
60380         * lib/frexpl.c: New file.
60381         * lib/ldexpl.c: New file.
60382         * lib/logl.c: New file.
60383         * lib/sincosl.c: New file.
60384         * lib/sinl.c: New file.
60385         * lib/sqrtl.c: New file.
60386         * lib/tanl.c: New file.
60387         * lib/trigl.c: New file.
60388         * lib/trigl.h: New file.
60389
60390 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60391
60392         * m4/mathl.m4: New file.
60393
60394 2003-02-18  Bruno Haible  <bruno@clisp.org>
60395
60396         * MODULES.html.sh (func_all_modules): Add mathl.
60397
60398 2003-02-17  Bruno Haible  <bruno@clisp.org>
60399
60400         * modules/mkdtemp: New module.
60401         * MODULES.html.sh (func_all_modules): Add it.
60402
60403 2003-02-17  Bruno Haible  <bruno@clisp.org>
60404
60405         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60406
60407 2003-02-17  Bruno Haible  <bruno@clisp.org>
60408
60409         * lib/mkdtemp.h: New file, from GNU gettext.
60410         * lib/mkdtemp.c: New file, from GNU gettext.
60411
60412 2003-02-02  Jim Meyering  <jim@meyering.net>
60413
60414         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60415         e.g. glibc-2.2.93.
60416
60417 2003-01-31  Bruno Haible  <bruno@clisp.org>
60418
60419         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60420         'rpl_rename'.
60421         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60422         'rpl_strnlen'.
60423         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60424         'rpl_strtod'.
60425         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60426         'rpl_utime'.
60427
60428 2003-01-31  Bruno Haible  <bruno@clisp.org>
60429
60430         * lib/rename.c: #undef rename before defining rpl_rename.
60431         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60432
60433 2003-01-30  Bruno Haible  <bruno@clisp.org>
60434
60435         * modules/vasnprintf, modules/vasprintf: New modules.
60436         * MODULES.html.sh (func_all_modules): Add them.
60437
60438 2003-01-30  Bruno Haible  <bruno@clisp.org>
60439
60440         * m4/signed.m4: New file, from GNU gettext.
60441         * m4/longdouble.m4: New file, from GNU gettext.
60442         * m4/wchar_t.m4: New file, from GNU gettext.
60443         * m4/wint_t.m4: New file, from GNU gettext.
60444         * m4/vasnprintf.m4: New file.
60445         * m4/vasprintf.m4: New file.
60446
60447 2003-01-30  Bruno Haible  <bruno@clisp.org>
60448
60449         * lib/printf-args.h: New file, from GNU gettext.
60450         * lib/printf-args.c: New file, from GNU gettext.
60451         * lib/printf-parse.h: New file, from GNU gettext.
60452         * lib/printf-parse.c: New file, from GNU gettext.
60453         * lib/vasnprintf.h: New file, from GNU gettext.
60454         * lib/vasnprintf.c: New file, from GNU gettext.
60455         * lib/asnprintf.c: New file, from GNU gettext.
60456         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60457         * lib/vasprintf.c: New file, from GNU gettext.
60458         * lib/asprintf.c: New file, from GNU gettext.
60459
60460 2003-01-29  Bruno Haible  <bruno@clisp.org>
60461
60462         * modules/stpncpy: New module.
60463         * MODULES.html.sh (func_all_modules): Add it.
60464
60465 2003-01-29  Bruno Haible  <bruno@clisp.org>
60466
60467         * m4/stpncpy.m4: New file.
60468
60469 2003-01-29  Bruno Haible  <bruno@clisp.org>
60470
60471         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60472         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60473
60474 2003-01-28  Bruno Haible  <bruno@clisp.org>
60475
60476         * modules/c-ctype: New module.
60477         * MODULES.html.sh (func_all_modules): Add it.
60478
60479 2003-01-28  Bruno Haible  <bruno@clisp.org>
60480
60481         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60482         Paul Eggert.
60483         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60484         Paul Eggert.
60485
60486 2003-01-27  Bruno Haible  <bruno@clisp.org>
60487
60488         * modules/xsetenv: New module.
60489         * MODULES.html.sh (func_all_modules): Add it.
60490
60491 2003-01-27  Bruno Haible  <bruno@clisp.org>
60492
60493         * lib/xsetenv.h: New file, from GNU gettext.
60494         * lib/xsetenv.c: New file, from GNU gettext.
60495
60496 2003-01-23  Jim Meyering  <jim@meyering.net>
60497
60498         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60499         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60500
60501 2003-01-23  Bruno Haible  <bruno@clisp.org>
60502
60503         * modules/minmax: New module.
60504         * MODULES.html.sh (func_all_modules): Add it.
60505
60506 2003-01-23  Bruno Haible  <bruno@clisp.org>
60507
60508         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60509         Eggert.
60510
60511 2003-01-22  Bruno Haible  <bruno@clisp.org>
60512
60513         * modules/exit: New module.
60514         * MODULES.html.sh (func_all_modules): Add it.
60515
60516 2003-01-22  Bruno Haible  <bruno@clisp.org>
60517
60518         * lib/exit.h: New file, from GNU gettext.
60519
60520 2003-01-19  Bruno Haible  <bruno@clisp.org>
60521
60522         * gnulib-tool: Recognize option --extract-maintainer.
60523         (func_get_maintainer): New function.
60524         * modules/*: Add Maintainer entry.
60525
60526 2003-01-16  Jim Meyering  <jim@meyering.net>
60527
60528         * m4/regex.m4: The `regex' struct is both input and output.
60529         Initialize it before each use.  Patch by Tim Waugh.
60530
60531 2003-01-16  Bruno Haible  <bruno@clisp.org>
60532
60533         * MODULES.html.sh: Add a table of contents. Add the module name as
60534         leftmost column. Add hyperlinks.
60535
60536 2003-01-15  Bruno Haible  <bruno@clisp.org>
60537
60538         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60539
60540 2003-01-15  Bruno Haible  <bruno@clisp.org>
60541
60542         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60543         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60544         suffix.
60545
60546 2003-01-15  Bruno Haible  <bruno@clisp.org>
60547
60548         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60549
60550 2003-01-15  Bruno Haible  <bruno@clisp.org>
60551
60552         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60553         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60554
60555 2003-01-14  Jim Meyering  <jim@meyering.net>
60556
60557         * lib/same.c (same_name): Tweak a comment.
60558
60559 2003-01-14  Bruno Haible  <bruno@clisp.org>
60560
60561         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60562         when a string comparison is sufficient.
60563
60564 2003-01-14  Bruno Haible  <bruno@clisp.org>
60565
60566         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60567         'unsigned int'.
60568
60569 2003-01-14  Bruno Haible  <bruno@clisp.org>
60570
60571         * lib/hash-pjw.c: Add comment about low quality of this function.
60572
60573 2003-01-13  Bruno Haible  <bruno@clisp.org>
60574
60575         * modules/stpcpy: Distribute lib/stpcpy.h.
60576         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60577
60578 2003-01-13  Bruno Haible  <bruno@clisp.org>
60579
60580         * modules/*: Add a description.
60581         * modules/strpbrk: Fix Makefile.am snippet.
60582         * modules/strtoimax: Fix dependencies.
60583         * modules/strtoumax: Likewise.
60584
60585 2003-01-13  Bruno Haible  <bruno@clisp.org>
60586
60587         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60588         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60589         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60590
60591 2003-01-13  Bruno Haible  <bruno@clisp.org>
60592
60593         * gnulib-tool (func_create_testdir): Store config/* files in the main
60594         directory.
60595         * config.rpath: Move to ...
60596         * config/config.rpath: ... here.
60597         * modules/gettext: Contains config/config.rpath, not config.rpath.
60598         * modules/iconv: Likewise.
60599
60600 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60601
60602         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60603         to avoid collisions with libcurses and libreadline.
60604
60605         * m4/getstr.m4: Remove.
60606         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60607
60608 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60609
60610         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60611         to avoid collisions with libcurses and libreadline.
60612
60613         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60614         * lib/getstr.h, getstr.c: Remove.
60615         * lib/getline.c: Include "getline.h", to check interface.
60616         Move body of old getstr.c here: this defines MIN_CHUNK and
60617         declares getdelim2, which is renamed from getstr.
60618         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60619
60620         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60621         All uses changed.
60622         * lib/linebuffer.h: Likewise.
60623         (readline): Remove backward-compatibility macro.
60624
60625 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60626
60627         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60628         to avoid collisions with libcurses and libreadline.
60629         * getstr: Remove.
60630         * MODULES.html.sh: Remove getstr.
60631         * modules/getline: Depend on unlocked-io, not getstr.
60632
60633 2003-01-12  Jim Meyering  <jim@meyering.net>
60634
60635         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60636
60637 2003-01-10  Bruno Haible  <bruno@clisp.org>
60638
60639         * modules/alloca: Change Makefile.am requirements. Simplify Include
60640         requirements. Add lib/alloca_.h to file list.
60641
60642 2003-01-10  Bruno Haible  <bruno@clisp.org>
60643
60644         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60645
60646 2003-01-10  Bruno Haible  <bruno@clisp.org>
60647
60648         * lib/alloca_.h: New file.
60649         * lib/getdate.y: Unconditionally include alloca.h.
60650         * lib/makepath.c: Likewise.
60651         * lib/setenv.c: Likewise.
60652         * lib/userspec.c: Likewise.
60653
60654 2003-01-09  Karl Berry  <karl@gnu.org>
60655
60656         * MODULES.html.sh: include `dirname $0` in PATH, to find
60657         gnulib-tool.
60658
60659 2003-01-09  Bruno Haible  <bruno@clisp.org>
60660
60661         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60662         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60663
60664 2003-01-09  Bruno Haible  <bruno@clisp.org>
60665
60666         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60667
60668 2003-01-09  Bruno Haible  <bruno@clisp.org>
60669
60670         * lib/stdbool.h.in: New file.
60671
60672 2003-01-09  Bruno Haible  <bruno@clisp.org>
60673
60674         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60675         * MODULES.html.sh: Likewise.
60676
60677 2003-01-08  Jim Meyering  <jim@meyering.net>
60678
60679         * lib/full-write.c: Undefine and define-away `const' after inclusion
60680         of errno.h, not before.  Suggestion from Bruno Haible.
60681
60682 2003-01-08  Bruno Haible  <bruno@clisp.org>
60683
60684         * modules/full-read: Depend on full-write.
60685
60686 2003-01-08  Bruno Haible  <bruno@clisp.org>
60687
60688         * lib/safe-read.c: Include specification header first, to ensure its
60689         selfcontainedness.
60690         * lib/full-write.c: Likewise.
60691
60692 2003-01-07  Jim Meyering  <jim@meyering.net>
60693
60694         * lib/full-write.c: Rework so that it may serve to define full_read,
60695         too.
60696         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60697
60698 2003-01-07  Bruno Haible  <bruno@clisp.org>
60699
60700         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60701         <inttypes.h>.
60702         * lib/xstrtol.h: Likewise.
60703         * lib/xstrtoimax.c: Likewise.
60704         * lib/xstrtoumax.c: Likewise.
60705         * lib/human.h: Likewise.
60706
60707         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60708         on systems that have <inttypes.h> but not <stdint.h>.
60709
60710 2003-01-07  Bruno Haible  <bruno@clisp.org>
60711
60712         * MODULES.html.sh: Add copyright notice.
60713         (missed_files): Omit CVS directory entries.
60714         (func_module): Make it work with sed-3.02.
60715         * MODULES.txt: Remove file.
60716
60717 2003-01-06  Jim Meyering  <jim@meyering.net>
60718
60719         * lib/version-etc.c: Update year in translatable copyright string.
60720
60721 2003-01-03  Karl Berry  <karl@gnu.org>
60722
60723         * config/config.{guess,sub}: update from prep.
60724
60725 2003-01-02  Karl Berry  <karl@gnu.org>
60726
60727         * doc/COPYING.DOC: belatedly updated to 1.2.
60728
60729 2003-01-01  Karl Berry  <karl@gnu.org>
60730
60731         * gnulib-tool (func_verify_module): report module name $module in
60732         error message, not $1.
60733         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60734         be created, only if it doesn't exist.
60735         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60736
60737 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60738
60739         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60740
60741 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60742
60743         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60744         memcmp if strcoll doesn't work.
60745
60746 2002-12-31  Bruno Haible  <bruno@clisp.org>
60747
60748         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60749         nonempty.
60750
60751 2002-12-31  Bruno Haible  <bruno@clisp.org>
60752
60753         * lib/memcoll.c (STRCOLL): New macro.
60754         (memcoll): Use it.
60755
60756 2002-12-31  Bruno Haible  <bruno@clisp.org>
60757
60758         * lib/localcharset.h: New file.
60759         * lib/localcharset.c: Include it.
60760         * lib/unicodeio.c: Likewise.
60761
60762 2002-12-31  Bruno Haible  <bruno@clisp.org>
60763
60764         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60765         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60766
60767 2002-12-31  Bruno Haible  <bruno@clisp.org>
60768
60769         * lib/getline.h: Include <stddef.h>, for size_t.
60770
60771         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60772         * lib/unicodeio.c: Don't include <stddef.h>.
60773
60774 2002-12-31  Bruno Haible  <bruno@clisp.org>
60775
60776         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60777         HAVE_TM_ZONE.
60778
60779 2002-12-24  Karl Berry  <karl@gnu.org>
60780
60781         * config/config.guess: update from prep.
60782
60783 2002-12-24  Bruno Haible  <bruno@clisp.org>
60784
60785         General infrasructure.
60786         * m4/README: Rewritten.
60787         * m4/onceonly.m4: New file.
60788         * m4/onceonly_2_57.m4: New file.
60789
60790         Module atexit.
60791         * m4/atexit.m4: New file.
60792
60793         Module strtod.
60794         * m4/strtod.m4: New file.
60795
60796         Module strtol.
60797         * m4/strtol.m4: New file.
60798
60799         Module strtoul.
60800         * m4/strtoul.m4: New file.
60801
60802         Module memchr.
60803         * m4/memchr.m4: New file.
60804
60805         Module memcmp.
60806         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60807         (jm_FUNC_MEMCMP): Invoke it.
60808
60809         Module memcpy.
60810         * m4/memcpy.m4: New file.
60811
60812         Module memmove.
60813         * m4/memmove.m4: New file.
60814
60815         Module memset.
60816         * m4/memset.m4: New file.
60817
60818         Module strcspn.
60819         * m4/strcspn.m4: New file.
60820
60821         Module strpbrk.
60822         * m4/strpbrk.m4: New file.
60823
60824         Module strstr.
60825         * m4/strstr.m4: New file.
60826
60827         Module strerror.
60828         * m4/strerror.m4: New file.
60829
60830         Module mktime.
60831         * m4/mktime.m4: Renamed from jm-mktime.m4.
60832         (gl_PREREQ_MKTIME): New macro.
60833         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60834
60835         Module malloc.
60836         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60837         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60838         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60839
60840         Module realloc.
60841         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60842         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60843         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60844
60845         Module strftime.
60846         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60847         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60848         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60849         gl_TM_GMTOFF.
60850         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60851
60852         Module xalloc.
60853         * m4/xalloc.m4: New file.
60854
60855         Module alloca.
60856         * m4/alloca.m4: New file.
60857
60858         Module putenv.
60859         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60860         (jm_FUNC_PUTENV): Invoke it.
60861
60862         Module setenv.
60863         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60864         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60865         when invoked twice.
60866         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60867         gt_FUNC_SETENV.
60868
60869         Module memrchr.
60870         * m4/memrchr.m4: New file.
60871
60872         Module stpcpy.
60873         * m4/stpcpy.m4: New file.
60874
60875         Module strcase.
60876         * m4/strcase.m4: New file.
60877
60878         Module strdup.
60879         * m4/strdup.m4: New file.
60880
60881         Module strnlen.
60882         * m4/strnlen.m4: New file.
60883
60884         Module strndup.
60885         * m4/strndup.m4: New file.
60886
60887         Module xstrtod.
60888         * m4/xstrtod.m4: New file.
60889
60890         Module xstrtol.
60891         * m4/xstrtol.m4: New file.
60892
60893         Module getdate.
60894         * m4/getdate.m4: New file.
60895
60896         Module unlocked-io.
60897         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60898         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60899         * m4/jm-glibc-io.m4n: Remove file.
60900
60901         Module long-options.
60902         * m4/long-options.m4: New file.
60903
60904         Module md5.
60905         * m4/md5.m4: New file.
60906
60907         Module sha.
60908         * m4/sha.m4: New file.
60909
60910         Module getstr.
60911         * m4/getstr.m4: New file.
60912
60913         Module getline.
60914         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60915         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60916         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60917         simply getline. Infoke gl_PREREQ_GETLINE.
60918
60919         Module obstack.
60920         * m4/obstack.m4: New file.
60921
60922         Module hash.
60923         * m4/hash.m4: New file.
60924
60925         Module readtokens.
60926         * m4/readtokens.m4: New file.
60927
60928         Module strverscmp.
60929         * m4/strverscmp.m4: New file.
60930
60931         Module stdbool.
60932         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60933         OSF/1.
60934
60935         Module strtoll.
60936         * m4/strtoll.m4: New file.
60937
60938         Module strtoull.
60939         * m4/strtoull.m4: New file.
60940
60941         Module strtoimax.
60942         * m4/strtoimax.m4: New file.
60943
60944         Module strtoumax.
60945         * m4/strtoumax.m4: New file.
60946
60947         Module xstrtoimax.
60948         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60949         jm_AC_PREREQ_XSTRTOIMAX.
60950         Moved the strtol prerequisites to strtol.m4.
60951         Moved the strtoll prerequisites to strtoll.m4.
60952         Moved the strtoimax prerequisites to strtoimax.m4.
60953
60954         Module xstrtoumax.
60955         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60956         jm_AC_PREREQ_XSTRTOUMAX.
60957         Moved the strtoul prerequisites to strtoul.m4.
60958         Moved the strtoull prerequisites to strtoull.m4.
60959         Moved the strtoumax prerequisites to strtoumax.m4.
60960
60961         Module chown.
60962         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60963         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60964
60965         Module dup2.
60966         * m4/dup2.m4: New file.
60967
60968         Module ftruncate.
60969         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60970         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60971
60972         Module getgroups.
60973         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60974         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60975
60976         Module gettimeofday.
60977         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60978         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60979         gl_PREREQ_GETTIMEOFDAY.
60980
60981         Module mkdir.
60982         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60983         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60984
60985         Module mkstemp.
60986         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60987         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60988         jm_AC_TYPE_UINTMAX_T.
60989         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60990
60991         Module stat.
60992         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60993         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60994
60995         Module lstat.
60996         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60997         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60998
60999         Module timespec.
61000         * m4/timespec.m4 (gl_TIMESPEC): New macro.
61001         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
61002         * m4/st_mtim.m4: Indentation.
61003
61004         Module nanosleep.
61005         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
61006         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
61007         gl_PREREQ_NANOSLEEP.
61008
61009         Module regex.
61010         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
61011         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
61012         (gl_REGEX): New macro.
61013
61014         Module rename.
61015         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
61016         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
61017
61018         Module rmdir.
61019         * m4/rmdir.m4: New file.
61020
61021         Module utime.
61022         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
61023         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
61024         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
61025
61026         Module dirname.
61027         * m4/dirname.m4: New file.
61028
61029         Module getopt.
61030         * m4/getopt.m4: New file.
61031
61032         Module unistd-safer.
61033         * m4/unistd-safer.m4: New file.
61034
61035         Module fnmatch.
61036         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
61037         declaration.
61038         (gl_PREREQ_FNMATCH_EXTRA): New macro.
61039         (gl_FUNC_FNMATCH_POSIX): New macro.
61040         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
61041         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
61042         simply fnmatch.
61043
61044         Module exclude.
61045         * m4/exclude.m4: New file.
61046
61047         Module human.
61048         * m4/human.m4: New file.
61049
61050         Module acl.
61051         * m4/acl.m4: Nop.
61052
61053         Module backupfile.
61054         * m4/backupfile.m4: New file.
61055         * m4/d-ino.m4: Indentation.
61056
61057         Module fsusage.
61058         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61059         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61060         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61061
61062         Module dirfd.
61063         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61064         requirements.
61065
61066         Module euidaccess.
61067         * m4/euidaccess.m4: New file.
61068
61069         Module file-type.
61070         * m4/file-type.m4: New file.
61071
61072         Module fileblocks.
61073         * m4/fileblocks.m4: New file.
61074
61075         Module filemode.
61076         * m4/filemode.m4: New file.
61077
61078         Module isdir.
61079         * m4/isdir.m4: New file.
61080
61081         Module lchown.
61082         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61083         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61084
61085         Module makepath.
61086         * m4/makepath.m4: New file.
61087
61088         Module modechange.
61089         * m4/modechange.m4: New file.
61090
61091         Module mountlist.
61092         * m4/mountlist.m4: New file.
61093         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61094         Indentation.
61095
61096         Module path-concat.
61097         * m4/path-concat.m4: New file.
61098
61099         Module pathmax.
61100         * m4/pathmax.m4: New file.
61101
61102         Module same.
61103         * m4/same.m4: New file.
61104
61105         Module save-cwd.
61106         * m4/save-cwd.m4: New file.
61107
61108         Module savedir.
61109         * m4/savedir.m4: New file.
61110
61111         Module xgetcwd.
61112         * m4/xgetcwd.m4: New file.
61113         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61114
61115         Module xreadlink.
61116         * m4/xreadlink.m4: New file.
61117
61118         Module safe-read.
61119         * m4/safe-read.m4: New file.
61120
61121         Module safe-write.
61122         * m4/safe-write.m4: New file.
61123
61124         Module closeout.
61125         * m4/closeout.m4: New file.
61126
61127         Module stdio-safer.
61128         * m4/stdio-safer.m4: New file.
61129
61130         Module getpass.
61131         * m4/getpass.m4: New file.
61132
61133         Module getugroups.
61134         * m4/getugroups.m4: New file.
61135
61136         Module group-member.
61137         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61138         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61139
61140         Module idcache.
61141         * m4/idcache.m4: New file.
61142
61143         Module userspec.
61144         * m4/userspec.m4: New file.
61145
61146         Module gettime.
61147         * m4/clock_time.m4: New file.
61148         * m4/gettime.m4: New file.
61149
61150         Module settime.
61151         * m4/settime.m4: New file.
61152
61153         Module posixtm.
61154         * m4/posixtm.m4: New file.
61155
61156         Module gethostname.
61157         * m4/gethostname.m4: New file.
61158
61159         Module canon-host.
61160         * m4/canon-host.m4: New file.
61161
61162         Module gettext.
61163         * m4/codeset.m4: New file, from gettext-0.11.5.
61164         * m4/gettext.m4: New file, from gettext-0.11.5.
61165         * m4/glibc21.m4: New file, from gettext-0.11.5.
61166         * m4/iconv.m4: New file, from gettext-0.11.5.
61167         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61168         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61169         * m4/inttypes.m4: New file, from gettext-0.11.5.
61170         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61171         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61172         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61173         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61174         * m4/lib-link.m4: New file, from gettext-0.11.5.
61175         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61176         * m4/progtest.m4: New file, from gettext-0.11.5.
61177         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61178         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61179         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61180
61181         Module localcharset.
61182         * m4/localcharset.m4: New file.
61183
61184         Module hard-locale.
61185         * m4/hard-locale.m4: New file.
61186
61187         Module mbswidth.
61188         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61189         onceonly macros.
61190         * m4/mbrtowc.m4: Add comment.
61191
61192         Module memcasecmp.
61193         * m4/memcasecmp.m4: New file.
61194
61195         Module memcoll.
61196         * m4/memcoll.m4: New file.
61197
61198         Module unicodeio.
61199         * m4/unicodeio.m4: New file.
61200
61201         Module rpmatch.
61202         * m4/rpmatch.m4: New file.
61203
61204         Module yesno.
61205         * m4/yesno.m4: New file.
61206
61207         Module exitfail.
61208         * m4/exitfail.m4: New file.
61209
61210         Module c-stack.
61211         * m4/c-stack.m4 (gl_C_STACK): New macro.
61212         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61213
61214         Module error.
61215         * m4/error.m4 (gl_ERROR): New macro.
61216         (jm_PREREQ_ERROR): Use onceonly macros.
61217
61218         Module fatal.
61219         * m4/fatal.m4: New file.
61220
61221         Module getloadavg.
61222         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61223         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61224
61225         Module getpagesize.
61226         * m4/getpagesize.m4: New file.
61227
61228         Module getusershell.
61229         * m4/getusershell.m4: New file.
61230
61231         Module physmem.
61232         * m4/physmem.m4: New file.
61233
61234         Module posixver.
61235         * m4/posixver.m4: New file.
61236
61237         Module quotearg.
61238         * m4/quotearg.m4: New file.
61239
61240         Module quote.
61241         * m4/quote.m4: New file.
61242
61243         Module readutmp.
61244         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61245
61246         Module sig2str.
61247         * m4/sig2str.m4: New file.
61248
61249         Other.
61250         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61251         ulonglong.m4.
61252         * m4/intmax_t.m4: New file.
61253         * m4/d-type.m4: Indentation.
61254         * m4/jm-macros.m4: Update.
61255         * m4/prereq.m4 (jm_PREREQ): Update.
61256         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61257         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61258         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61259         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61260         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61261         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61262         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61263         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61264         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61265         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61266         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61267         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61268         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61269         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61270         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61271         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61272         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61273         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61274         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61275
61276 2002-12-24  Bruno Haible  <bruno@clisp.org>
61277
61278         * MODULES.txt: Update according to m4/ changes.
61279
61280         Module gettext.
61281         * config.rpath: New file, from gettext-0.11.5.
61282
61283         * modules/*: New module descriptions.
61284         * gnulib-tool: New file.
61285         * MODULES.html.sh: New file.
61286
61287 2002-12-21  Karl Berry  <karl@gnu.org>
61288
61289         * doc/fdl.texi: update to version 1.2.
61290
61291 2002-12-19  Karl Berry  <karl@gnu.org>
61292
61293         * config/config.guess: update from prep.
61294
61295 2002-12-18  Bruno Haible  <bruno@clisp.org>
61296
61297         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61298         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61299
61300 2002-12-17  Bruno Haible  <bruno@clisp.org>
61301
61302         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61303         stdlib.h, string.h.
61304
61305 2002-12-17  Bruno Haible  <bruno@clisp.org>
61306
61307         * lib/canon-host.c (strdup): Remove unused declaration.
61308
61309         * lib/fsusage.c: Include full_read.h.
61310         (get_fs_usage): Use full_read instead of safe_read.
61311
61312         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61313
61314 2002-12-12  Karl Berry  <karl@gnu.org>
61315
61316         * config/config.guess: update from prep.
61317
61318 2002-12-11  Bruno Haible  <bruno@clisp.org>
61319
61320         * m4/setenv.m4: New file, from gettext-0.11.5.
61321
61322 2002-12-11  Bruno Haible  <bruno@clisp.org>
61323
61324         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61325         not unsetenv().
61326         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61327         modifications:
61328
61329         2002-12-11  Bruno Haible  <bruno@clisp.org>
61330
61331                 * setenv.c (alloca): Fall back to malloc.
61332                 (freea): New macro.
61333                 (setenv): Use freea() to free memory allocated with alloca().
61334
61335         2002-11-13  Bruno Haible  <bruno@clisp.org>
61336
61337                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61338                 function declarations.
61339                 * unsetenv.c (unsetenv): Likewise.
61340
61341         2002-03-04  Bruno Haible  <bruno@clisp.org>
61342
61343                 Portability to AIX 4.3.3.
61344                 * unsetenv.c: New file, extracted from setenv.c.
61345                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61346
61347         2001-12-20  Bruno Haible  <bruno@clisp.org>
61348
61349                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61350                 use malloc instead. For SunOS 4.
61351
61352         2001-12-11  Bruno Haible  <bruno@clisp.org>
61353
61354                 * setenv.c: Declare alloca.
61355                 (compar_fn_t): New typedef.
61356                 (KNOWN_VALUE, STORE_VALUE): Use it.
61357
61358         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61359         setenv.h.
61360
61361 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61362
61363         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61364         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61365         Choose values that are less likely to collide with system fnmatch
61366         options.
61367         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61368         defined (e.g., a pure POSIX system).
61369         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61370         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61371
61372 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61373
61374         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61375         a pain in practice to deal with generated m4 files.  This change
61376         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61377
61378         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61379         and jm-glibc-io.m4, as they are no longer a special case.
61380         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61381         kludge and the auto-generation stuff.  Check only whether the
61382         functions are declared, not whether they exist, since older hosts
61383         that don't declare the functions can't use the optimization anyway.
61384
61385 2002-12-06  Jim Meyering  <jim@meyering.net>
61386
61387         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61388
61389         Merge in changes from libc's misc/error.c, in preparation
61390         for the merge of gnulib's changes back into libc.
61391
61392         * lib/error.c (_): Define only if not already defined.
61393         Move definition to follow all #include directives.
61394         Include unlocked-io.h only if !_LIBC.
61395         [_LIBC]: Include <libio/libioP.h>.
61396         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61397         (fflush): Tweak definition to use INTUSE.
61398         (putc): Define.
61399
61400 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61401
61402         * lib/alloca.c [defined emacs]: Include "lisp.h".
61403         (xalloc_die) [defined emacs]: New macro.
61404         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61405         [! defined emacs]: Include <xalloc.h>.
61406         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61407         (pointer): Typedef to POINTER_TYPE *.
61408         (malloc): Remove decl; we now always use xmalloc.
61409         (alloca): Use old-style definition, since Emacs needs this.
61410         Check for arithmetic overflow when computing combined size.
61411
61412 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61413
61414         Do not generate unlocked-io.h automatically, since it's easier to
61415         maintain it by hand.
61416
61417         * lib/unlocked-io.h: New file, from GNU diffutils,
61418         but with proper copyright notice and attribution.
61419         * lib/gen-uio: Remove.
61420         * lib/Makefile.am: Add copyright notice.
61421         (libfetish_a_SOURCES): Add unlocked-io.h.
61422         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61423         (DISTCLEANFILES, io_functions): Remove macros.
61424         (EXTRA_DIST): Remove gen_uio.
61425         (unlocked-io.h): Remove rule.
61426
61427 2002-12-04  Jim Meyering  <jim@meyering.net>
61428
61429         Reflect the fact that stat.c and lstat.c are no longer generated.
61430         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61431         (DISTCLEANFILES): Likewise.
61432         (EXTRA_DIST): Likewise.
61433         (all_local): Don't depend on stat.c or lstat.c.
61434         (stat.c, lstat.c): Remove rules.
61435         (EXTRA_DIST): Remove xstat.in.
61436
61437         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61438         * lib/stat.c: New file.  Contents mostly from xstat.in.
61439         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61440         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61441
61442         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61443         too.
61444         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61445
61446 2002-12-03  Jim Meyering  <jim@meyering.net>
61447
61448         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61449         but not semantics, to minimize the differences between these two files.
61450         (safe_read): Change comment to mention SAFE_READ_ERROR.
61451
61452         * lib/safe-read.c (IS_EINTR): Define.
61453         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61454
61455 2002-12-02  Jim Meyering  <jim@meyering.net>
61456
61457         * lib/safe-read.c (EINTR): Define.
61458         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61459         (INT_MAX): Provide fallback.
61460         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61461
61462         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61463
61464 2002-12-02  Bruno Haible  <bruno@clisp.org>
61465
61466         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61467         Define, taken from safe-read.c.
61468         (INT_MAX): Provide fallback.
61469         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61470         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61471
61472         * lib/safe-read.c (EINTR): Remove definition.
61473         (safe_read): Don't use EINTR if it is absent.
61474
61475 2002-12-01  Jim Meyering  <jim@meyering.net>
61476
61477         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61478         zero.
61479         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61480
61481 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61482
61483         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61484         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61485         with `if (! (value < limit)) abort ();', for readability.
61486
61487 2002-11-26  Karl Berry  <karl@gnu.org>
61488
61489         * lib/strdup.c: copy from libc again, with jim's ok.
61490         * lib/.cppi-disable: re-add strdup.c
61491
61492 2002-11-25  Karl Berry  <karl@gnu.org>
61493
61494         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61495         instead of "strtol.c".
61496
61497 2002-11-25  Karl Berry  <karl@gnu.org>
61498
61499         * config/install-sh: update from automake for variable quoting, $0 in
61500         error msgs, etc.
61501
61502         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61503         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61504         entry.
61505
61506 2002-11-25  Jim Meyering  <jim@meyering.net>
61507
61508         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61509
61510 2002-11-24  Karl Berry  <karl@gnu.org>
61511
61512         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61513         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61514
61515 2002-11-24  Jim Meyering  <jim@meyering.net>
61516
61517         Update from coreutils:
61518
61519         * lib/mktime.c: Merge in changes from libc.
61520
61521         Avoid a link-time failure on some Linux systems.
61522         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61523         (otherwise).
61524         (__mon_yday): Declare with the STATIC attribute.
61525         (__mktime_internal): Likewise.
61526         Based on a report from Greg Schafer.
61527
61528 2002-11-23  Jim Meyering  <jim@meyering.net>
61529
61530         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61531         Use `unsigned', not `int', as type of index.
61532
61533         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61534
61535         * lib/fsusage.c: Remove unneeded parentheses around operands of
61536         `defined'.
61537
61538 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61539
61540         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61541         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61542         so that we can be included first.
61543         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61544         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61545         No need to include stddef.h or sys/types.h any more.
61546         Surround local include files with "", not "<>".
61547         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61548         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61549         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61550         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61551         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61552         (ISPRINT): Remove; no longer needed now that we assume C89.
61553
61554         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61555         Preserve errno.
61556
61557         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61558         quotearg_char): Use SIZE_MAX rather than
61559         (size_t) -1 when we are talking about "infinity".
61560
61561         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61562
61563 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61564
61565         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61566         hint that one should use `if (! x) abort ();' rather than `assert
61567         (x);', and anyway it's one less thing to worry about configuring.
61568         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61569         hash_rehash, hash_insert): Use abort rather than assert.
61570
61571 2002-11-22  Bruno Haible  <bruno@clisp.org>
61572
61573         * lib/safe-read.h: Assume C89. Add comments.
61574         (safe_read): Change return type to size_t.
61575         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61576         byte counts > SSIZE_MAX correctly.
61577         * lib/safe-write.h: New file.
61578         * lib/safe-write.c: New file.
61579         * lib/full-read.h: New file.
61580         * lib/full-read.c: New file.
61581         * lib/full-write.h: Assume C89. Add comments.
61582         * lib/full-write.c: Include safe-write.h.
61583         (full_write): Rewritten to use safe_write.
61584         Suggested by Jim Meyering and Paul Eggert.
61585
61586 2002-11-21  Jim Meyering  <jim@meyering.net>
61587
61588         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61589
61590         Merge in changes from the coreutils.
61591
61592         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61593         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61594         <stdint.h>.
61595         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61596         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61597         int.  Work more efficiently if X is the same width as uintmax_t.
61598         Do not compare X to -1, to avoid bogus compiler warning.
61599         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61600         Don't assume that f_frsize and f_bsize are the same type.
61601
61602         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61603         warning on FreeBSD.
61604
61605         * lib/makepath.c (make_path): Restore umask *before* creating the final
61606         component.
61607         (make_path): Minor reformatting.
61608
61609         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61610         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61611         HAVE_MALLOC/HAVE_REALLOC.
61612
61613         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61614         dummy ones.  At least on GNU/Linux systems, `auto' means something
61615         else.
61616         From Michael Stone.
61617
61618 2002-11-21  Bruno Haible  <bruno@clisp.org>
61619
61620         Remove case insensitive option matching.
61621         * lib/argmatch.h (argcasematch): Remove declaration.
61622         (ARGCASEMATCH): Remove macro.
61623         (__xargmatch_internal): Remove case_sensitive argument.
61624         (XARGMATCH): Update.
61625         (XARGCASEMATCH): Remove macro.
61626         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61627         case_sensitive argument.
61628         (argcasematch): Remove function.
61629         (__xargmatch_internal): Remove case_sensitive argument.
61630         (main): Use XARGMATCH instead of XARGCASEMATCH.
61631
61632         * lib/xmalloc.c: Change compile-time error message. Add comment about
61633         required autoconf version.
61634
61635 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61636
61637         Merge argmatch cleanups from Bison.  Assume C89.
61638
61639         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61640         Include stdlib.h, for EXIT_FAILURE.
61641         Always include <string.h>, since we assume C89.
61642         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61643         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61644         Include <stddef.h> instead, since it's all we need for size_t.
61645         (PARAMS): Remove.  All uses removed.
61646         (ARRAY_CARDINALITY): Do not bother to #undef.
61647         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61648         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61649         Remove unnecessary parentheses.
61650         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61651         Insert necessary parentheses.
61652         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61653         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61654
61655 2002-11-19  Bruno Haible  <bruno@clisp.org>
61656
61657         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61658         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61659
61660         * lib/mbswidth.h (PARAMS): Remove macro.
61661         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61662         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61663
61664         * lib/gcd.h (PARAMS): Remove macro.
61665         (gcd): Use ANSI C function declarations.
61666         * lib/gcd.c (gcd): Likewise.
61667
61668 2002-11-15  Bruno Haible  <bruno@clisp.org>
61669
61670         * lib/strcspn.c: Include <stddef.h>.
61671         (strcspn): Use ANSI C function declaration. Change return type to
61672         size_t. Use NULL.
61673         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61674         (strpbrk): Use NULL.
61675         * lib/strpbrk.h (PARAMS): Remove macro.
61676         (strpbrk): Use ANSI C function declaration.
61677         * lib/strstr.c: Don't include <sys/types.h>.
61678         * lib/strstr.h (PARAMS): Remove macro.
61679         (strstr): Use ANSI C function declarations.
61680
61681 2002-11-14  Karl Berry  <karl@gnu.org>
61682
61683         * config/mkinstalldirs: `do' on separate line, instead of
61684         `for var; do'.
61685
61686 2002-11-06  Bruno Haible  <bruno@clisp.org>
61687
61688         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61689         * lib/gcd.c (gcd): Likewise.
61690
61691 2002-11-05  Bruno Haible  <bruno@clisp.org>
61692
61693         * lib/gcd.h: New file, from gettext-0.11.5.
61694         * lib/gcd.c: New file, from gettext-0.11.5.
61695
61696 2002-11-05  Bruno Haible  <bruno@clisp.org>
61697
61698         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61699         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61700         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61701         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61702
61703         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61704         <libintl.h>.
61705         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61706         <libintl.h>.
61707
61708         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61709         * lib/human.c: Include gettext.h instead of <libintl.h>.
61710         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61711         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61712         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61713         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61714         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61715         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61716         (textdomain): Remove definition.
61717         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61718
61719         * lib/long-options.c: Remove include of <libintl.h> and definition of
61720         _.
61721         * lib/same.c: Remove include of <libintl.h> and definition of _.
61722
61723 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61724
61725         * lib/config.charset: A few additions for Solaris.
61726
61727 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61728
61729         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61730         * lib/localcharset.c (locale_charset): Declare as extern "C".
61731
61732 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61733
61734         * lib/config.charset: msdos in uk_UA uses CP1125.
61735
61736 2002-11-04  Bruno Haible  <bruno@clisp.org>
61737
61738         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61739         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61740         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61741         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61742         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61743
61744 2002-11-04  Bruno Haible  <bruno@clisp.org>
61745
61746         * lib/localcharset.c (locale_charset): Don't return an empty string.
61747
61748 2002-11-04  Bruno Haible  <bruno@clisp.org>
61749
61750         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61751         aliases.
61752
61753 2002-11-04  Bruno Haible  <bruno@clisp.org>
61754
61755         * lib/config.charset: Update for newest glibc. Add canonical names
61756         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61757
61758 2002-11-04  Bruno Haible  <bruno@clisp.org>
61759
61760         * lib/config.charset: Add support for NetBSD.
61761
61762 2002-11-04  Bruno Haible  <bruno@clisp.org>
61763
61764         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61765
61766 2002-11-01  Bruno Haible  <bruno@clisp.org>
61767
61768         * configure.in: Add AC_CONFIG_AUX_DIR call.
61769         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61770         test/Makefile.
61771         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61772
61773 2002-09-28  Karl Berry  <karl@gnu.org>
61774
61775         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61776         installed automake until the next release, since changes have been
61777         made.
61778
61779 2002-09-25  Karl Berry  <karl@gnu.org>
61780
61781         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61782         * lib/getopt*: copy from libc/posix.
61783         * lib/gettext.h: copy from gettext.
61784         * lib/.cppi-disable: add strdup.c, gettext.h.
61785
61786 2002-09-25  Karl Berry  <karl@gnu.org>
61787
61788         * config/srclist.txt: enable gettext.h check.
61789         * config/config.{guess,sub}: update from prep.
61790         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61791                 from automake 1.6.3.
61792         See srclist*.
61793
61794 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61795
61796         * regex.c (PATFETCH): Remove the translating fetch.
61797         (PATFETCH_RAW): Rename to PATFETCH.
61798         (set_image_of_range): New fun.
61799         (SET_RANGE_TABLE_WORK_AREA): Use it.
61800         (regex_compile): Don't translate the pattern chars so eagerly.
61801         Only do it when inserting an `exactn' bytecode or when handling
61802         a char-range.
61803         (mutually_exclusive_p): Avoid empty statement.
61804
61805 2002-07-06  Jim Meyering  <meyering@lucent.com>
61806
61807         * m4/README: Don't mention Makefile.am.in.
61808         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61809
61810 2002-07-01  Jim Meyering  <meyering@lucent.com>
61811
61812         * lib/c-stack.c: Include sys/time.h.
61813         From Volker Borchert.
61814
61815 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61816
61817         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61818
61819 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61820
61821         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61822         New macro.  Use it uniformly instead of
61823         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61824         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61825         reported by Vin Shelton.
61826
61827 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61828
61829         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61830         Do not assume SA_SIGINFO behavior.
61831         Bug reported by Jim Meyering on NetBSD 1.5.2.
61832
61833 2002-06-22  Jim Meyering  <meyering@lucent.com>
61834
61835         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61836         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61837
61838         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61839         now that configure.ac uses AC_GNU_SOURCE.
61840         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61841         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61842
61843         Update to latest tools.  Suggestions from Paul Eggert.
61844         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61845         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61846         * m4/fnmatch.m4: Likewise.
61847         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61848         to AC_HEADER_STDBOOL
61849
61850 2002-06-22  Jim Meyering  <meyering@lucent.com>
61851
61852         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61853         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61854
61855 2002-06-22  Jim Meyering  <meyering@lucent.com>
61856
61857         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61858
61859         * lib/exitfail.c, exitfail.h: Likewise.
61860         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61861
61862         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61863         of fnmatch.h.
61864         (EXTRA_DIST): Add fnmatch_loop.c.
61865         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61866
61867         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61868         * lib/fnmatch.c: Update from diffutils-2.8.2.
61869         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61870         * lib/fnmatch.h: Remove file.
61871
61872 2002-06-21  Jim Meyering  <meyering@lucent.com>
61873
61874         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61875         * m4/mbrtowc.m4: Likewise.
61876
61877         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61878         * m4/mbswidth.m4: Reflect name change:
61879         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61880         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61881
61882         * m4/lib-link.m4: Update from gettext-0.11.2.
61883         * m4/gettext.m4: Likewise.
61884
61885         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61886         From Alfred M. Szmidt.
61887
61888 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61889
61890         * lib/file-type.h: Report an error if neither S_ISREG nor
61891         S_IFREG is defined, instead of using a test specific to glibc
61892         2.2.  This should be safe, since POSIX requires S_ISREG and
61893         Unix Version 7 had S_IFREG.  We don't need to check for
61894         <sys/types.h> since we don't use any symbols that it defines.
61895
61896 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61897
61898         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61899         $@-t, so that each temporary file name is unique and valid in the first
61900         8 characters, for operation under DOS.
61901
61902 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61903
61904         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61905
61906 2002-06-15  Jim Meyering  <meyering@lucent.com>
61907
61908         Work even with DJGPP 2.03, which lacks support for symlinks.
61909         From Richard Dawe.
61910         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61911         is defined.
61912         * lib/lchown.c (S_ISLNK): Likewise.
61913
61914 2002-06-15  Jim Meyering  <meyering@lucent.com>
61915
61916         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61917         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61918         have been included before this file.
61919
61920 2002-06-14  Jim Meyering  <meyering@lucent.com>
61921
61922         * lib/file-type.h: Use the version from diffutils-2.8.2.
61923         * lib/file-type.c: Likewise.
61924
61925 2002-06-07  Jim Meyering  <meyering@lucent.com>
61926
61927         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61928         They're needed at least for NetBSD 1.5.2.
61929         ($statxfs_includes): Include those same headers.
61930         ($statxfs_includes): Include sys/vfs.h if available.
61931         ($statxfs_includes): Likewise for sys/statvfs.h.
61932         Check for the following members in both structs statfs and statvfs:
61933         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61934
61935 2002-06-01  Jim Meyering  <meyering@lucent.com>
61936
61937         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61938         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61939
61940 2002-05-28  Jim Meyering  <meyering@lucent.com>
61941
61942         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61943         Reported by Volker Borchert.
61944
61945 2002-05-27  Jim Meyering  <meyering@lucent.com>
61946
61947         Fix a problem seen only on nonconforming systems whereby ls.c's
61948         use of localtime, and then of gettimeofday would cause trouble:
61949         the localtime call used to initialize rpl_gettimeofday's save
61950         mechanism would clobber ls's current local time information so
61951         that in any long listing the first file would always be listed
61952         with date 1970-01-01.  Analysis by Volker Borchert.
61953
61954         * lib/gettimeofday.c (localtime): Undefine.
61955         (rpl_localtime): New function.
61956
61957 2002-05-27  Jim Meyering  <meyering@lucent.com>
61958
61959         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61960         localtime.
61961
61962         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61963         use the replacement function; it wouldn't resolve at link time.
61964         Reported by Volker Borchert.
61965
61966 2002-05-22  Jim Meyering  <meyering@lucent.com>
61967
61968         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61969         file-type.h.
61970         * lib/file-type.h: New file.
61971         * lib/file-type.c (file_type): New file/function.  Extracted from
61972         diffutils.
61973
61974 2002-04-30  Jim Meyering  <meyering@lucent.com>
61975
61976         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61977
61978 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61979
61980         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61981
61982 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61983
61984         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61985         Do not check for alloca.h (no longer used) or stdbool.h (was never
61986         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61987
61988 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61989
61990         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61991
61992 2002-04-29  Jim Meyering  <meyering@lucent.com>
61993
61994         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61995         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61996         Use AC_FUNC_STRNLEN here instead.
61997
61998         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61999         With autoconf-2.53a, it's part of AC_PROG_CC.
62000
62001 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62002
62003         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
62004         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
62005
62006 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62007
62008         * lib/sig2str.h, lib/sig2str.c: New files.
62009         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
62010
62011 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62012
62013         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
62014         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
62015         of 127, since 64 is the largest conceivable number for ancient
62016         nonstandard hosts.
62017         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
62018
62019 2002-04-28  Jim Meyering  <meyering@lucent.com>
62020
62021         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
62022
62023 2002-04-24  Jim Meyering  <meyering@lucent.com>
62024
62025         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
62026         (jm_PREREQ): Use it.
62027
62028         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
62029         mach/mach.h fcntl.h.
62030         Check for this function: setlocale.
62031
62032 2002-04-24  Jim Meyering  <meyering@lucent.com>
62033
62034         * lib/gettext.h: New file, from Gettext.
62035         * lib/Makefile.am (INCLUDES): Remove -I../intl.
62036         (libfetish_a_SOURCES): Add gettext.h.
62037
62038 2002-04-16  Jim Meyering  <meyering@lucent.com>
62039
62040         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
62041         ut_pid, ut_id, ut_exit.
62042
62043 2002-04-16  Jim Meyering  <meyering@lucent.com>
62044
62045         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
62046         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
62047         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
62048
62049 2002-04-12  Jim Meyering  <meyering@lucent.com>
62050
62051         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62052         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62053         existence of the getmntinfo function.  Needed for Darwin 5.3.
62054
62055         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62056         This is necessary at least on Darwin 5.3.
62057
62058         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62059         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62060         strnlen.o in the library, and that makes some versions of ranlib
62061         object.
62062
62063 2002-04-12  Jim Meyering  <meyering@lucent.com>
62064
62065         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62066
62067 2002-04-09  Jim Meyering  <meyering@lucent.com>
62068
62069         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62070         to be more precise.  Rather than saying we're checking whether the
62071         function `works', say what we're testing.
62072         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62073         Reported by Bruno Haible.
62074
62075 2002-03-10  Jim Meyering  <meyering@lucent.com>
62076
62077         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62078         Suggestion from Santiago Vila.
62079
62080 2002-03-08  Jim Meyering  <meyering@lucent.com>
62081
62082         * lib/rename.c: Mention that this wrapper is needed also on
62083         mips-dec-ultrix4.4 systems.
62084
62085 2002-03-02  Jim Meyering  <meyering@lucent.com>
62086
62087         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62088         not HAVE_CLOCK_SETTIME.
62089
62090 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62091
62092         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62093         Check for clock_settime.
62094
62095 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62096
62097         * lib/nanosleep.h: Rename to....
62098         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62099
62100         * lib/gettime.c: New file.
62101         * lib/settime.c: New file.
62102         * lib/stime.c: Remove.
62103
62104         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62105         timespec.h.  Remove nanosleep.h.
62106
62107 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62108
62109         * m4/acl.m4: New file.
62110         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62111         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62112
62113 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62114
62115         * lib/acl.c, lib/acl.h: New files.
62116         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62117
62118 2002-02-24  Jim Meyering  <meyering@lucent.com>
62119
62120         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62121         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62122         cause trouble.  Reported by Nelson Beebe.
62123
62124 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62125
62126         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62127         compilers that don't know that xalloc_die never returns.
62128
62129 2002-02-20  Jim Meyering  <meyering@lucent.com>
62130
62131         * lib/getdate.c: Regenerate using bison-1.33.
62132
62133 2002-02-17  Jim Meyering  <meyering@lucent.com>
62134
62135         * config/config.guess (main): Don't use `head -1'; it's no longer
62136         portable. Use `sed 1q' instead.
62137
62138 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62139
62140         * m4/codeset.m4: Upgrade to gettext-0.11.
62141         * m4/gettext.m4: Upgrade to gettext-0.11.
62142         * m4/glibc21.m4: Upgrade to gettext-0.11.
62143         * m4/iconv.m4: Upgrade to gettext-0.11.
62144         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62145         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62146         * m4/lib-ld.m4: New file, from gettext-0.11.
62147         * m4/lib-link.m4: New file, from gettext-0.11.
62148         * m4/lib-prefix.m4: New file, from gettext-0.11.
62149         * m4/progtest.m4: Upgrade to gettext-0.11.
62150
62151 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62152
62153         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62154         (jm_PREREQ): Use it.
62155
62156 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62157
62158         * lib/posixver.c, lib/posixver.h: New files.
62159         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62160
62161 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62162             Bruno Haible  <bruno@clisp.org>
62163
62164         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62165         (fwrite_success_callback): New declaration.
62166         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62167         print_unicode_char. Call failure callback instead of error.
62168         (fwrite_success_callback): New function.
62169         (exit_failure_callback): New function.
62170         (fallback_failure_callback): New function.
62171         (print_unicode_char): Call unicode_to_mb.
62172
62173 2002-01-26  Jim Meyering  <meyering@lucent.com>
62174
62175         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62176         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62177
62178 2002-01-26  Jim Meyering  <meyering@lucent.com>
62179
62180         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62181
62182 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62183
62184         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62185
62186 2002-01-22  Jim Meyering  <meyering@lucent.com>
62187
62188         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62189         Otherwise, some versions of automake would omit the rule that makes
62190         Makefile from Makefile.in.
62191
62192 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62193
62194         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62195         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62196         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62197         (memcoll): Set errno to zero if there is no error.
62198
62199         * lib/quotearg.c (quotearg_buffer_restyled):
62200         Fix bug with quoting buffers containing NUL when backslashing escapes.
62201         This bug was exposed by the other changes in this patch.
62202         (quotearg_n_options): New arg ARGSIZE.
62203         All callers changed.
62204         (quoting_options_from_style): New function.
62205         (quotearg_n_style): Use it.
62206         (quotearg_n_style_mem): New function.
62207
62208         * lib/quotearg.h (quotearg_n_style_mem): New function.
62209
62210 2002-01-19  Jim Meyering  <meyering@lucent.com>
62211
62212         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62213         Remove useless quotes: DF_PROG="df".
62214         * m4/strnlen.m4: New file.
62215
62216 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62217
62218         * lib/backupfile.c (ISDIGIT): Comment fix.
62219         * lib/getdate.y (ISDIGIT): Likewise.
62220         * lib/posixtm.c (ISDIGIT, year): Likewise.
62221         * lib/strverscmp.c (ISDIGIT): Likewise.
62222         * lib/userspec.c (ISDIGIT): Likewise.
62223
62224 2002-01-16  Jim Meyering  <meyering@lucent.com>
62225
62226         * lib/getdate.y: Add three semicolons, each just before a closing
62227         brace. Bison (as of version 1.31) no longer papers over that mistake.
62228
62229 2002-01-05  Jim Meyering  <meyering@lucent.com>
62230
62231         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62232
62233 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62234
62235         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62236         not silently exit merely because the output buffer happens to
62237         have nothing pending.
62238
62239 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62240
62241         See the big note in ../ChangeLog.
62242         * lib/human.c (suffixes): Prefer K to k for 1024.
62243         (generate_suffix_backwards): New function.
62244         (human_readable_inexact): Use it.
62245         * lib/xstrtol.c (__xstrtol): If there is no number but there
62246         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62247         Accept 'K' as well as 'k'.
62248
62249 2001-12-15  Jim Meyering  <meyering@lucent.com>
62250
62251         * lib/regex.h (__restrict_arr): Update from libc.
62252
62253         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62254         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62255         (STREQ): Define.
62256
62257 2001-12-14  Jim Meyering  <meyering@lucent.com>
62258
62259         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62260         Suggestion from Bruno Haible.
62261
62262 2001-12-10  Jim Meyering  <meyering@lucent.com>
62263
62264         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62265         xrealloc, Instead, include "xalloc.h".
62266         (initbuffer): Don't cast xmalloc return value to char*.
62267         (readline): Reword comment.
62268         Don't cast xrealloc return value to char*
62269         Return NULL, not 0.
62270
62271 2001-12-09  Jim Meyering  <meyering@lucent.com>
62272
62273         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62274         about `signed and unsigned type in conditional expression'.
62275         * lib/posixtm.c (posix_time_parse): Likewise.
62276
62277         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62278
62279         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62280         to avoid a pedantic warning.
62281
62282         * lib/getstr.c: Don't include assert.h.
62283         (getstr): Remove warning-evoking assertions.
62284         Return -1 if offset parameter is out of bounds.
62285         Change the type of a local from int to size_t.
62286
62287         * lib/strftime.c (my_strftime_localtime_r): Include this function
62288         definition in the `#if ! HAVE_TM_GMTOFF' block.
62289
62290         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62291         Include xalloc.h instead.
62292
62293 2001-12-02  Jim Meyering  <meyering@lucent.com>
62294
62295         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62296         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62297         included.
62298
62299         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62300         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62301
62302 2001-11-30  Akim Demaille  <akim@epita.fr>
62303
62304         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62305         before being defined.
62306
62307 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62308
62309         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62310         First arg is int, not unsigned.
62311         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62312         (SIZE_MAX, UINT_MAX): New macros.
62313         (quotearg_n_options): Abort if N is negative.
62314         Avoid overflow check on hosts where size_t is 64 bits and int
62315         is 32 bits, as overflow is impossible there.
62316         Fix off-by-one typo that caused unnecessary reallocation.
62317
62318 2001-11-27  Jim Meyering  <meyering@lucent.com>
62319
62320         * lib/tempname.c: Merge with version from libc.
62321         * lib/regex.c: Likewise.
62322
62323         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62324         systems for which STDC_HEADERS is 0, it was not included, resulting in
62325         a warning about an integer-to-pointer conversion problem with getenv.
62326         Reported by Volker Borchert.
62327
62328 2001-11-26  Jim Meyering  <meyering@lucent.com>
62329
62330         * lib/gtod.h: Remove file.
62331         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62332         * lib/gettimeofday.c: Don't include gtod.h.
62333         (GTOD_init): Remove function.
62334         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62335         Suggestion from Volker Borchert.
62336
62337 2001-11-23  Jim Meyering  <meyering@lucent.com>
62338
62339         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62340         it.
62341         * lib/hash.c (struct hash_table): Define it here instead.
62342
62343 2001-11-22  Jim Meyering  <meyering@lucent.com>
62344
62345         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62346
62347 2001-11-20  Jim Meyering  <meyering@lucent.com>
62348
62349         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62350         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62351
62352 2001-11-19  Jim Meyering  <meyering@lucent.com>
62353
62354         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62355         directory.  Use "conftestXXXXXX" as the template.
62356         Suggestion from Paul Eggert.
62357
62358         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62359         immediately, so the test doesn't mistakenly hit the max-open-files
62360         limit.
62361
62362 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62363
62364         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62365         (TEMPORARIES): New macro.
62366         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62367         removes an artificial limitation (e.g. HP-UX 10.20, where
62368         TMP_MAX is 17576).
62369
62370 2001-11-18  Jim Meyering  <meyering@lucent.com>
62371
62372         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62373
62374 2001-11-18  Jim Meyering  <meyering@lucent.com>
62375
62376         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62377         on SunOS 4.
62378
62379         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62380         files will be created before anything else.
62381
62382 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62383
62384         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62385         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62386
62387 2001-11-17  Jim Meyering  <meyering@lucent.com>
62388
62389         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62390         Prompted by a report from Bob Proulx.
62391
62392         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62393         Instead, require UTILS_FUNC_MKSTEMP.
62394
62395 2001-11-17  Jim Meyering  <meyering@lucent.com>
62396
62397         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62398         Now, that's done as part of AC_FUNC_STRTOD.
62399
62400 2001-11-17  Jim Meyering  <meyering@lucent.com>
62401
62402         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62403         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62404         rather than group writable.  Patch by Juan F. Codagnone.
62405
62406         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62407         xrealloc, Instead, include "xalloc.h".
62408
62409         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62410         Remove explicit declarations of xmalloc, xrealloc,
62411         and xstrdup.  Instead, include "xalloc.h".
62412
62413         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62414         unlocked-io.h.
62415         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62416         Likewise.
62417         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62418
62419         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62420         Reported by Padraig Brady.
62421
62422         * lib/mkstemp.c: #undef mkstemp.
62423         Include config.h.
62424         (rpl_mkstemp): Rename from mkstemp.
62425         Protoize.
62426
62427 2001-11-16  Jim Meyering  <meyering@lucent.com>
62428
62429         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62430         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62431         determine the amount of total physical memory, use pstat_getstatic.
62432         HPUX-11 doesn't define _SC_PHYS_PAGES.
62433         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62434         If sysconf couldn't be used to determine the amount of available
62435         physical memory, use both pstat_getstatic and pstat_getdynamic.
62436         Based on a patch from Bob Proulx.
62437
62438 2001-11-10  Jim Meyering  <meyering@lucent.com>
62439
62440         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62441         (jm_PREREQ): Use it.
62442
62443 2001-11-09  Jim Meyering  <meyering@lucent.com>
62444
62445         * m4/jm-macros.m4: Require autoconf-2.52f.
62446         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62447         Use these AC_-prefixed names, not the AM_-prefixed ones.
62448
62449         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62450
62451 2001-11-05  Jim Meyering  <meyering@lucent.com>
62452
62453         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62454
62455 2001-11-04  Jim Meyering  <meyering@lucent.com>
62456
62457         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62458         $DEFS.
62459
62460 2001-11-03  Jim Meyering  <meyering@lucent.com>
62461
62462         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62463         of AC_DEFUN.
62464
62465         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62466         know the name of the variable in the macro definition.
62467
62468 2001-11-03  Jim Meyering  <meyering@lucent.com>
62469
62470         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62471         in argmatch_to_argument call.
62472
62473         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62474         argument.
62475
62476         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62477         e.g., a fault due to an attempt to free a NULL pointer.
62478
62479 2001-11-01  Jim Meyering  <meyering@lucent.com>
62480
62481         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62482         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62483
62484 2001-11-01  Jim Meyering  <meyering@lucent.com>
62485
62486         * lib/dirfd.c, lib/dirfd.h: New files.
62487         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62488
62489         * lib/hash.c (hash_print) [TESTING]: Clean up.
62490
62491 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62492
62493         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62494         to avoid a warning if -Wall.
62495
62496 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62497
62498         * README: New file
62499         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62500         (per RMS's instructions, this is now the canonical source)
62501         * lgpl/, gpl/: New directories.
62502
62503 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62504
62505         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62506
62507 2001-10-21  Jim Meyering  <meyering@lucent.com>
62508
62509         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62510         this code would end up calling gettext even in packages built
62511         with --disable-nls.
62512         * lib/getopt.c (_): Likewise.
62513         * lib/regex.c (_): Likewise.
62514
62515 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62516
62517         * m4/error.m4 (jm_PREREQ_ERROR):
62518         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62519         AC_FUNC_STRERROR_R does that.
62520         Check for strerror declaration.
62521
62522         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62523         are supposed to have them these days.
62524         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62525         Merge changes from latest Autoconf CVS.
62526         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62527         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62528         POSIX decided to standardize on the int flavor of strerror_r.
62529
62530 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62531
62532         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62533         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62534         Use strerror_r that is only a macro, even if it is not a function.
62535         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62536         (private_strerror): Use prototypes, not old-style function definition.
62537         (print_errno_message): New function.
62538         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62539         char*-flavored one.
62540         (error_tail, error, error_at_line): Use it.
62541
62542 2001-10-11  Jim Meyering  <meyering@lucent.com>
62543
62544         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62545         and quote_n (1, ... to avoid clobbering a buffer.
62546
62547 2001-10-05  Jim Meyering  <meyering@lucent.com>
62548
62549         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62550         hash-pjw.h.
62551         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62552         * lib/hash-pjw.h: New file.
62553
62554 2001-09-30  Jim Meyering  <meyering@lucent.com>
62555
62556         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62557         `struct fsstat' has the `f_fstypename' member.
62558         Use that to define FS_TYPE, which is now used to make
62559         the getfsstat link test tighter.
62560
62561 2001-09-30  Jim Meyering  <meyering@lucent.com>
62562
62563         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62564         Include <sys/ucred.h>, for Apple Darwin.
62565         Include sys/mount.h and sys/fs_types.h only if available.
62566         (FS_TYPE): Define.
62567         (read_filesystem_list): Use FS_TYPE.
62568
62569 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62570
62571         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62572         a boolean context.
62573
62574 2001-09-29  Jim Meyering  <meyering@lucent.com>
62575
62576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62577         [one-argument getmntent function]): Include stdio.h before mntent.h.
62578         SunOS 4.1.x needs it for the declaration of `FILE'.
62579         Patch by Volker Borchert.
62580
62581         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62582         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62583         sys/fs_types.h, and make the link-test for getfsstat guard #include
62584         directives with appropriate #if HAVE_*_H tests so that we can
62585         detect getfsstat on Apple Darwin1.3.7 systems.
62586         Reported by Nelson Beebe.
62587         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62588
62589 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62590
62591         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62592         #defines strtoimax.  Also treat the other strto* functions
62593         like strtoimax.
62594
62595         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62596         Check for strtoul and strtoumax,
62597         as those declarations are made even in the signed case.
62598         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62599         Likewise, for strtol and strtoimax.
62600
62601 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62602
62603         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62604         #defines strtoimax.  Also treat the other strto* functions
62605         like strtoimax.
62606
62607         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62608         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62609         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62610
62611 2001-09-26  Jim Meyering  <meyering@lucent.com>
62612
62613         Most macros in unlocked-io.h had the wrong number of arguments.
62614         * lib/gen-uio: New script.
62615         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62616         * lib/unlocked-io.hin: Remove file.
62617         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62618         rather than trying to embed it here.
62619         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62620         Reported by Padraig Brady.
62621
62622 2001-09-25  Volker Borchert  <bt@teknon.de>
62623
62624         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62625         `result'.
62626
62627 2001-09-24  Jim Meyering  <meyering@lucent.com>
62628
62629         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62630
62631 2001-09-23  Jim Meyering  <meyering@lucent.com>
62632
62633         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62634         instead of the mere test for existence of mntent.h.  The latter
62635         would get a false-positive on AIX 3.4 systems.
62636         In the outer getmntent if-block, don't die if neither of the getmntent
62637         tests succeeds.  Instead, just fall through and continue with the
62638         remaining tests.
62639
62640 2001-09-23  Jim Meyering  <meyering@lucent.com>
62641
62642         * lib/mountlist.c: Remove useless parentheses in #if directives.
62643         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62644         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62645
62646 2001-09-22  Jim Meyering  <meyering@lucent.com>
62647
62648         * m4/gettext.m4: New file.  From gettext.
62649         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62650         * m4/progtest.m4: Likewise
62651         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62652         * m4/glibc21.m4: Likewise.
62653
62654         * m4/libintl.m4: Remove.  No longer used.
62655
62656 2001-09-22  Jim Meyering  <meyering@lucent.com>
62657
62658         * lib/localcharset.c: Update from latest gettext.
62659         * lib/config.charset: Likewise.
62660
62661 2001-09-20  Jim Meyering  <meyering@lucent.com>
62662
62663         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62664         strtoimax.
62665         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62666         strtoumax.
62667
62668 2001-09-20  Jim Meyering  <meyering@lucent.com>
62669
62670         * lib/xstrtol.c (strtoimax): Guard declaration with
62671         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62672         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62673         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62674         (strtoumax): Likewise, for completeness (it wasn't necessary).
62675
62676 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62677
62678         * lib/strtoimax.c (HAVE_LONG_LONG):
62679         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62680         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62681         to work around bug in IBM C compiler.
62682
62683 2001-09-17  Jim Meyering  <meyering@lucent.com>
62684
62685         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62686         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62687         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62688         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62689         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62690         whenever the right hand side need not be expanded by the shell.
62691
62692 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62693
62694         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62695         library.  It's not correct, as some older glibcs are buggy.
62696         fnmatch wasn't fixed until glibc 2.2.
62697
62698         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62699         special shell magic here.
62700
62701 2001-09-16  Jim Meyering  <meyering@lucent.com>
62702
62703         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62704         * m4/jm-macros.m4: Require it.
62705
62706 2001-09-16  Jim Meyering  <meyering@lucent.com>
62707
62708         * lib/mkdir.c: New file.
62709
62710 2001-09-15  Jim Meyering  <meyering@lucent.com>
62711
62712         * m4/jm-macros.m4: Check for help2man.
62713
62714 2001-09-11  Jim Meyering  <meyering@lucent.com>
62715
62716         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62717         The body, by Paul Eggert, was moved here from configure.in.
62718         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62719
62720 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62721
62722         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62723         (jm_PREREQ): Use it.
62724
62725 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62726
62727         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62728         Use ssize_t, not int, to store result of readlink.
62729         Check for ssize_t overflow as well as size_t overflow,
62730         as POSIX says the result of readlink is implementation-defined
62731         when ssize_t overflows.
62732         Remove unnecessary cast to char*.
62733         Use free+malloc instead of realloc, as the storage doesn't need
62734         to be preserved and it's clearer and can be more efficient that way.
62735         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62736         * lib/xreadlink.h (xreadlink): Update prototype.
62737
62738 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62739
62740         * lib/xgetcwd.c: Revert some of the previous change; intead,
62741         fix the HAVE_GETCWD_NULL code to behave more like the
62742         !HAVE_GETCWD_NULL code used to.
62743
62744         Include "xalloc.h".
62745         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62746         invoke xalloc_die.
62747
62748 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62749
62750         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62751         sys/param.h, as pathmax.h includes them.
62752
62753 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62754
62755         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62756         (jm_PREREQ_XGETCWD): New macro.
62757
62758         * m4/getcwd.m4: New file.
62759
62760 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62761
62762         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62763         like the HAVE_GETCWD_NULL code.
62764         Include pathmax.h if not HAVE_GETCWD.
62765         Do not include xalloc.h.
62766         (INITIAL_BUFFER_SIZE): New symbol.
62767         Do not use xmalloc / xrealloc, since the caller is responsible for
62768         handling errors.  Preserve errno around `free' during failure.
62769         Do not overrun buffer when using getwd.
62770
62771 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62772
62773         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62774         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62775         getcwd (NULL, 0).
62776
62777 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62778
62779         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62780         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62781         spotted by Jim Meyering.
62782
62783 2001-09-03  Jim Meyering  <meyering@lucent.com>
62784
62785         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62786         failure.
62787
62788 2001-09-02  Jim Meyering  <meyering@lucent.com>
62789
62790         * lib/error.c: Update from GNU libc.
62791
62792 2001-09-01  Jim Meyering  <meyering@lucent.com>
62793
62794         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62795         Used by df.
62796
62797 2001-09-01  Jim Meyering  <meyering@lucent.com>
62798
62799         * lib/xreadlink.c: New file.
62800         * lib/xreadlink.h: New file.
62801         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62802         xreadlink.h.
62803
62804         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62805         doesn't conflict with sparc Solaris 7's definition in
62806         /usr/include/sys/int_types.h.
62807
62808         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62809         files.
62810         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62811         and strncasecmp as r-values.  Unixware didn't have declarations.
62812
62813 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62814
62815         * lib/xstrtol.h: Add copyright notice.
62816         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62817         LONGINT_INVALID_SUFFIX_CHAR.
62818
62819 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62820
62821         * lib/xstrtol.c (strtoimax): New decl.
62822
62823 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62824
62825         * lib/xgetcwd.c: Don't include pathmax.h.
62826         Include stdlib.h and unistd.h if available.
62827         Include xalloc.h.
62828         (xmalloc, xstrdup, free): Remove decls.
62829         (xgetcwd): Don't assume sizes fit in unsigned.
62830         Check for overflow when computing sizes.
62831         Simplify reallocation code.
62832
62833 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62834
62835         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62836         a directory's st_size can have an arbitrary value, so the old
62837         usage could waste an arbitrary amount of memory.  All uses
62838         changed.
62839         * lib/savedir.h: Update prototype.
62840
62841 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62842
62843         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62844
62845         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62846         old strtoimax.c.
62847
62848         Also, make the following further changes to make this file's
62849         configuration more similar to that of strtol.c:
62850         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62851         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62852         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62853         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62854         changed to signed values.
62855
62856         And make the following changes as well:
62857         Fix copyright notice, as 1999 was missing.
62858         (verify): New macro.
62859         (strtoimax): Check sizes at compile-time, not run-time.
62860         Prefer strtol to strtoll if both work.
62861         (main): Remove; it was not that useful and was a pain to maintain.
62862
62863         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62864
62865 2001-08-31  Jim Meyering  <meyering@lucent.com>
62866
62867         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62868         Use an initial, malloc'd, buffer of length 128 rather than
62869         a statically allocated one of length 1024.
62870
62871 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62872
62873         Simplify code, partly by assuming autoconf 2.52 semantics.
62874
62875         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62876
62877         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62878         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62879         All uses removed.
62880         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62881         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62882         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62883         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62884         jm_AC_HEADER_INTTYPES_H.
62885         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62886
62887         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62888
62889         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62890         Quote first arg of AC_DEFUN.
62891         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62892         since they are needed to parse the include file even if we need
62893         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62894         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62895         but with opposite signedness.
62896
62897 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62898
62899         Merge 'exclude' changes from tar 1.13.22.
62900         This fixes one or two unlikely storage allocation overflow bugs,
62901         but doesn't change user-visible behavior otherwise.
62902
62903 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62904
62905         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62906         (jm_PREREQ_EXCLUDE): New macro.
62907
62908 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62909
62910         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62911         tm to be declared.
62912
62913 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62914
62915         * lib/hash.c: Remove '2001' from copyright notice.
62916
62917 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62918
62919         * lib/full-write.h: New file.
62920         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62921         * lib/full-write.c: Correct credits, as cccp.c no longer
62922         exists and anyway it was so heavily changed from the old cccp
62923         code as to be unrecognizable.  Include full-write.h.
62924         (full_write) Return size_t, with short writes meaning failure.
62925         All callers changed.  This fixes a bug with large buffers
62926         on 64-bit hosts.
62927         * lib/utime.c: Include full-write.h.
62928
62929 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62930
62931         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62932         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62933         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62934         Include if available.
62935         (<xalloc.h>): Include
62936         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62937         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62938         collide with FNM macros.
62939         (struct patopts): New struct.
62940         (struct exclude): Use it, as exclude patterns now come with options.
62941         (new_exclude): Support above changes.
62942         (new_exclude, add_exclude_file):
62943         Initial size must now be a power of two to simplify overflow checking.
62944         (free_exclude, fnmatch_no_wildcards): New function.
62945         (excluded_filename): No longer requires options arg, as the options
62946         are determined by add_exclude.  Now returns bool, not int.
62947         (excluded_filename, add_exclude):
62948         Add support for the fancy new exclusion options.
62949         (add_exclude, add_exclude_file): Now takes int options arg.
62950         Check for arithmetic overflow when computing sizes.
62951         (add_exclude_file): xrealloc might modify errno, so don't
62952         realloc until after errno might be used.
62953
62954         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62955         New macros.
62956         (free_exclude): New decl.
62957         (add_exclude, add_exclude_file): Now takes int options arg.
62958         (excluded_filename): No longer requires options arg, as the options
62959         are determined by add_exclude.  Now returns bool, not int.
62960
62961 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62962
62963         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62964
62965 2001-08-27  Jim Meyering  <meyering@lucent.com>
62966
62967         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62968
62969         * lib/version-etc.c (N_): Remove definition.
62970         Revert most of last change.
62971         Instead, simply don't mark the `Copyright...' string for translation.
62972         Based on advice from Paul Eggert.
62973
62974         * lib/strtoxmax.c: Tweak comment.
62975
62976 2001-08-26  Jim Meyering  <meyering@lucent.com>
62977
62978         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62979
62980         * m4/xstrtoimax.m4: New file.
62981         * m4/xstrtoumax.m4: Add comments explaining why we
62982         AC_REPLACE_FUNCS(strtol).
62983
62984 2001-08-26  Jim Meyering  <meyering@lucent.com>
62985
62986         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62987         of copyright with `%s' so translators don't get an untranslated
62988         message in 2002.
62989         (COPYRIGHT_YEAR): Define.
62990         (version_etc): Use fprintf rather than fputs.
62991         Suggestion from Ulrich Drepper.
62992
62993         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62994
62995         * lib/strtoll.c: New file, from GNU libc.
62996         * lib/xstrtoimax.c: New file.
62997
62998         * lib/xstrtol.h: Add xstrtoimax.
62999         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
63000         * lib/strtoimax.c: New file.  Likewise, but first define
63001         STRTOUXMAX_SIGNED.
63002
63003         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
63004         ...
63005         * lib/strtoxmax.c: ... then renamed to this.
63006
63007 2001-08-18  Paul Eggert  <eggert@twinsun.com>
63008
63009         * m4/inttypes.m4: Add AC_PREREQ(2.13).
63010         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
63011         (jm_AC_TYPE_INTMAX_T): New macro.
63012         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
63013
63014         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
63015
63016         * m4/longlong.m4: Renamed from ulonglong.m4.
63017         * m4/inttypes.m4: Renamed from inttypes_h.m4.
63018         * m4/uintmax_t.m4: Removed.
63019
63020 2001-08-13  Paul Eggert  <eggert@twinsun.com>
63021
63022         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
63023         Port to Solaris 8, where 'sed' requires a space after the 'r'
63024         command, and where sh dislikes "$/".  Clean up the spacing a bit.
63025         Redirect output to $tmp just once.
63026
63027 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
63028
63029         * lib/addext.c (<errno.h>): Include.
63030         (errno): Declare if not defined.
63031         (addext): Work correctly when pathconf returns -1 and leaves
63032         errno alone because there is no limit.  Also, work even if
63033         pathconf returns a value greater than SIZE_MAX.
63034
63035 2001-08-12  Jim Meyering  <meyering@lucent.com>
63036
63037         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
63038         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
63039         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
63040         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
63041         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
63042         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
63043         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
63044         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
63045         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
63046         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
63047         utime.m4, utimes.m4, xstrtoumax.m4:
63048         Quote the first argument in each use of AC_DEFUN.
63049
63050 2001-08-12  Jim Meyering  <meyering@lucent.com>
63051
63052         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63053         Simply `return getcwd (NULL, 0);'.
63054         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63055         Use 1300 as initial value for length, not PATH_MAX.
63056
63057         * lib/pathmax.h: Clean up cpp syntax.
63058
63059 2001-08-12  Jim Meyering  <meyering@lucent.com>
63060
63061         * lib/gettimeofday.c: New file.
63062         * lib/gtod.h: New file.
63063         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63064
63065 2001-08-05  Jim Meyering  <meyering@lucent.com>
63066
63067         * m4/jm-macros.m4: Require autoconf-2.52.
63068
63069 2001-08-04  Jim Meyering  <meyering@lucent.com>
63070
63071         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63072         stmt, to get in sync with glibc.
63073
63074 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63075
63076         The following changes are from gettext 0.10.39 as maintained by
63077         Bruno Haible.
63078
63079         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63080         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63081         with inverted sense.  All uses changed.
63082
63083         * lib/mbswidth.c: Don't include <limits.h>.
63084         Include <stdlib.h> and <string.h> unconditionally.
63085         (iswcntrl, mbsinit, ISCNTRL): New macros.
63086         (mbsnwidth): Use K&R style function declarations.
63087         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63088         can optimize it when MB_CUR_MAX == 1.
63089         The width of control characters is zero, not 1.
63090
63091 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63092
63093         The following changes are from gettext 0.10.39 as maintained by
63094         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63095
63096         * m4/codeset.m4: Upgrade to serial AM1.
63097         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63098         all uses changed.  Quote first arg of AC_DEFUN.
63099         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63100
63101         * m4/iconv.m4: Upgrade to serial AM2.
63102         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63103         Add --with-libconv-prefix.
63104         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63105         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63106         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63107         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63108         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63109
63110         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63111         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63112         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63113         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63114         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63115         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63116         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63117         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63118         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63119
63120         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63121         string.h any more.
63122
63123         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63124         not the default value.
63125
63126         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63127         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63128         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63129         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63130         Also check for iswcntrl, used for wcwidth fallback.
63131         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63132         to Autoconf 2.13.
63133
63134 2001-08-03  Jim Meyering  <meyering@lucent.com>
63135
63136         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63137         as it was in the original.  Reported by Paul Eggert.
63138
63139 2001-07-16  Jim Meyering  <meyering@lucent.com>
63140
63141         * m4/gettimeofday.m4: New file.
63142         Prompted by a report from Bernhard Baehr.
63143
63144 2001-07-15  Jim Meyering  <meyering@lucent.com>
63145
63146         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63147         stuff. Now it's in ../Makefile.cfg.
63148
63149 2001-07-15  Jim Meyering  <meyering@lucent.com>
63150
63151         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63152         (BUILT_SOURCES): Add unlocked-io.h.
63153         (io_functions): Define.
63154         (unlocked-io.h): New rule.
63155         (DISTCLEANFILES): Add unlocked-io.h.
63156         (all-local): Depend on unlocked-io.h, to ensure it is created.
63157
63158         * lib/unlocked-io.hin: New file
63159
63160         * lib/regex.c: Update from glibc.
63161
63162 2001-07-05  Jim Meyering  <meyering@lucent.com>
63163
63164         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63165         recommendation.
63166         (libfetish_a_SOURCES): Put all .h files here instead.
63167         Remove a thus-exposed (better checks in automake) duplicate and
63168         two unnecessary .h files.
63169
63170 2001-07-04  Jim Meyering  <meyering@lucent.com>
63171
63172         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63173         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63174         distcheck failure.
63175
63176 2001-07-02  Jim Meyering  <meyering@lucent.com>
63177
63178         The following changes were prompted by suggestions from Bruno Haible.
63179
63180         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63181         is now generated.
63182         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63183         definition of EXTRA_DIST.
63184         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63185         ensure that the generated file is created/updated whenever the list
63186         of $(unlocked_functions) is changed.
63187         (jm-glibc-io.m4): New rule.
63188         (unlocked-io.h): New rule -- currently unused.
63189
63190 2001-06-24  Jim Meyering  <meyering@lucent.com>
63191
63192         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63193         unmatched right bracket, rather than kludging it with an extra,
63194         falsely-matching quote in a comment.  Patch by Akim Demaille.
63195
63196 2001-06-11  Jim Meyering  <meyering@lucent.com>
63197
63198         * lib/regex.c: Update from GNU libc.
63199
63200 2001-05-27  Jim Meyering  <meyering@lucent.com>
63201
63202         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63203         Check for ut_type in struct utmp.
63204
63205 2001-05-27  Jim Meyering  <meyering@lucent.com>
63206
63207         * lib/readutmp.h (UT_TYPE): Define.
63208
63209 2001-05-24  Jim Meyering  <meyering@lucent.com>
63210
63211         * lib/argmatch.c: Include "quote.h".
63212         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63213         quote function.  Reported by Göran Uddeborg.
63214
63215 2001-05-22  Jim Meyering  <meyering@lucent.com>
63216
63217         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63218         now that we use the package-supplied version unconditionally.
63219         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63220
63221 2001-05-21  Jim Meyering  <meyering@lucent.com>
63222
63223         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63224         shell syntax errors.
63225
63226 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63227
63228         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63229
63230 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63231
63232         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63233         Don't bother to check library strftime, since
63234         we'll be using our own my_strftime function anyway.
63235         Define my_strftime instead of strftime.
63236
63237 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63238
63239         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63240         which is not yet declared.
63241
63242 2001-05-15  Jim Meyering  <meyering@lucent.com>
63243
63244         * m4/regex.m4: Use proper quoting so brackets appear in the test
63245         program.
63246         Reported by, and with help from, Bruno Haible.
63247
63248 2001-05-13  Jim Meyering  <meyering@lucent.com>
63249
63250         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63251         undefined.
63252
63253 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63254
63255         dirname code cleanup.  base_name now behaves more compatibly
63256         with POSIX basename when given file names that have trailing
63257         slashes, and similarly for dir_name.  Add new primitives
63258         base_len and dir_len.  Put the directory-name-related decls
63259         into dirname.h.
63260
63261         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63262         * lib/backupfile.c (base_name): Likewise.
63263         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63264         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63265         * lib/makepath.c (strip_trailing_slashes): Likewise.
63266         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63267         ISSLASH): Likewise.
63268         * lib/rename.c (strip_trailing_slashes): Likewise.
63269         * lib/same.c (base_name): Likewise.
63270         * lib/stripslash.c (ISSLASH): Likewise.
63271
63272         * lib/addext.c: Include <dirname.h> after size_t is defined.
63273         * lib/backupfile.c: Likewise.
63274
63275         * lib/addext.c (addext): Use base_len to trim redundant
63276         trailing slashes instead of doing it ourselves.
63277         But do not trim the last slash if it is not redundant.
63278
63279         * lib/backupfile.c (find_backup_file_name,
63280         max_backup_version): Use base_len instead of rolling it ourselves.
63281         Handle the case of "" and (on DOS) "C:" correctly.
63282
63283         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63284         needed. Include <string.h>, <dirname.h>.
63285         (base_name): Allow file names ending in slashes, other than names
63286         that are all slashes.  In this case, return the basename followed
63287         by the slashes.  This is more general, and can be used in places
63288         where the original base_name purposely had an assertion failure.
63289         (base_len): New function.
63290
63291         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63292         Do not include <assert.h>; no longer needed.
63293         Include xalloc.h.
63294         (memrchr): Remove decl.
63295         (dir_name_r): Remove.
63296         (dir_len): Renamed from dirlen.  All callers changed.
63297         Rewrite in terms of base_name, for simplicity and consistency.
63298         (dir_name): Never return NULL.  All callers changed.
63299         Do not include <stdlib.h> in test program; no longer needed.
63300         return 0; is fine for test program.
63301
63302         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63303         New macros.
63304         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63305
63306         * lib/path-concat.c (path_concat): Use base_len to compute
63307         base length, not strlen; this means we cannot rely on memcpy
63308         to null-terminate.
63309
63310         * lib/same.c (STREQ): Remove.
63311         (same_name): Handle the case where the basename ends in trailing '/'.
63312
63313         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63314         a slash was stripped.  Do not strip the last slash after a
63315         file system prefix.
63316
63317 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63318
63319         * lib/Makefile.am (libfetish_a_SOURCES):
63320         Add strftime.c, since we now compile it on all hosts.
63321
63322         * lib/strftime.c (my_strftime):
63323         Define to nstrftime if emacs, but only if my_strftime is not defined.
63324         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63325         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63326         Add one more extra argument: a nanoseconds value.
63327         All uses changed.
63328         (ns): New macro.
63329         (my_strftime function): Add %N format.
63330         (emacs_strftimeu): Renamed from emacs_strftime,
63331         with extra ut argument.
63332
63333 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63334
63335         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63336
63337 2001-04-21  Jim Meyering  <meyering@lucent.com>
63338
63339         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63340         doesn't interfere.
63341
63342 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63343
63344         * m4/ftruncate.m4: Check for chsize.
63345         Link with ftruncate.o unconditionally if ftruncate is missing.
63346         This was required when cross-compiling to i586-mingw32msvc.
63347
63348 2001-04-08  Jim Meyering  <meyering@lucent.com>
63349
63350         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63351         recomputed; that's necessary when the offset spans a DST transition.
63352         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63353
63354 2001-04-02  Jim Meyering  <meyering@lucent.com>
63355
63356         * lib/regex.h, regex.c: Update from GNU libc.
63357
63358 2001-03-24  Jim Meyering  <meyering@lucent.com>
63359
63360         * m4/jm-macros.m4: Require autoconf-2.49d.
63361
63362 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63363
63364         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63365
63366 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63367
63368         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63369
63370 2001-03-17  Jim Meyering  <meyering@lucent.com>
63371
63372         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63373         now that the version in autoconf is equivalent.
63374         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63375
63376         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63377         Suggestion from Akim Demaille.
63378
63379         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63380         (jm_PREREQ_TEMPNAME): New function.
63381
63382 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63383
63384         * lib/tempname.c (uint64_t): Define to uintmax_t if
63385         not defined, and if UINT64_MAX is not defined.
63386         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63387         Reported by John David Anglin.
63388
63389 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63390
63391         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63392         resolve alias if codeset is empty.
63393         * lib/config.charset (BeOS): Use wildcard syntax.
63394
63395 2001-03-13  Jim Meyering  <meyering@lucent.com>
63396
63397         * lib/path-concat.c (path_concat)
63398         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63399         concatenating e.g., `C:' and `foo'.
63400         From Bruno Haible.
63401
63402 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63403
63404         * lib/localcharset.c (locale_charset): Don't use
63405         setlocale(LC_CTYPE,NULL). Don't return NULL.
63406         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63407
63408 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63409
63410         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63411         support for DOS/DJGPP.
63412
63413 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63414
63415         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63416         lacks mkstemp.  Compile our own tempname.c if we compile our own
63417         mkstemp.c, as mkstemp relies on tempname.
63418
63419 2001-03-01  Jim Meyering  <meyering@lucent.com>
63420
63421         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63422         AH_VERBATIM really does output its argument verbatim.
63423
63424 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63425
63426         * lib/Makefile.am (libfetish_a_SOURCES):
63427         Add dup-safer.c, fopen-safer.c.
63428         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63429
63430         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63431         * lib/unistd-safer.h: New files.
63432
63433 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63434
63435         The mkstemp replacement is taken from glibc 2.2.2, with some
63436         portability fixes for use outside glibc, as follows:
63437
63438         * lib/tempname.c (struct_stat64): New macro.
63439         (direxists, __gen_tempname): Use it.
63440         This avoids a portability problem with Solaris 8.
63441
63442         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63443         (<stddef.h>, <stdint.h>, <string.h>):
63444         Include only if STDC_HEADERS || _LIBC.
63445         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63446         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63447         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63448         (__set_errno): Define this macro if <errno.h> doesn't.
63449         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63450         Define these macros if <stdio.h> doesn't.
63451         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63452         Define these macros if <sys/stat.h>
63453         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63454         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63455         __xstat64): Define if not _LIBC.
63456         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63457         (__gen_tempname): Invoke gettimeofday only if
63458         HAVE_GETTIMEOFDAY || _LIBC;
63459         otherwise, fall back on plain "time".
63460         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63461
63462         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63463
63464         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63465
63466 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63467
63468         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63469
63470 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63471
63472         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63473         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63474         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63475         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63476
63477 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63478
63479         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63480         Remove workaround macros for hosts that have mbrtowc but not
63481         mbstate_t, as we now insist on proper declarations for both
63482         before using mbrtowc.
63483
63484 2001-02-17  Jim Meyering  <meyering@lucent.com>
63485
63486         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63487         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63488         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63489         UnixWare 7.1.1.
63490
63491         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63492         rather than AC_CACHE_VAL.
63493
63494 2001-02-17  Jim Meyering  <meyering@lucent.com>
63495
63496         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63497         around included file name.
63498
63499         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63500
63501         * lib/strftime.c: Update from GNU libc (the only changes were to
63502         comments).
63503
63504 2001-02-17  Jim Meyering  <meyering@lucent.com>
63505
63506         * lib/regex.c: Update from libc.
63507
63508 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63509
63510         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63511         clash.
63512
63513 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63514
63515         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63516         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63517         Reported by Mark Hounschell via Paul Eggert.
63518
63519 2001-02-07  Jim Meyering  <meyering@lucent.com>
63520
63521         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63522
63523 2001-02-05  Jim Meyering  <meyering@lucent.com>
63524
63525         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63526         it includes the patch required for `large file' support with at least
63527         HP-UX's 10.20 /bin/cc.
63528
63529 2001-02-03  Jim Meyering  <meyering@lucent.com>
63530
63531         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63532         AS_IF, now that it works once again (mysteriously).
63533         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63534
63535 2001-01-30  Jim Meyering  <meyering@lucent.com>
63536
63537         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63538         * m4/chown.m4: Rename conftestchown to conftest.chown.
63539         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63540         s/conftestdir2/conftest.d2/.
63541         * m4/utimes.m4: s/conftestdata/conftest.data/
63542         Inspired by Pavel Roskin's change in autoconf.
63543
63544 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63545
63546         * lib/config.charset: Update for FreeBSD 4.2.
63547
63548 2001-01-27  Jim Meyering  <meyering@lucent.com>
63549
63550         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63551         a use of AS_IF.
63552         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63553
63554 2001-01-26  Jim Meyering  <meyering@lucent.com>
63555
63556         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63557         quotearg.c includes it.
63558
63559 2001-01-26  Jim Meyering  <meyering@lucent.com>
63560
63561         * lib/quotearg.c: Include stddef.h.
63562         * lib/quote.c: Include stddef.h.
63563         Reported by Axel Kittenberger.
63564
63565         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63566         line in double quotes so that it evokes a better diagnostic.
63567         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63568         Reported by Axel Kittenberger.
63569
63570 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63571
63572         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63573         as if it was a `charset'.
63574
63575 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63576
63577         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63578         has const.
63579
63580 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63581
63582         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63583         to avoid a warning.  Add back 'const' to inptr.
63584
63585 2001-01-20  Jim Meyering  <meyering@lucent.com>
63586
63587         Be sure that headers are checked before used in code compiled
63588         for the type checks.
63589         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63590         In place of that, invoke jm_CHECK_ALL_TYPES.
63591         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63592         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63593         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63594         The check for ssize_t was mistakenly run before the test for unistd.h.
63595
63596         The configure-time check for stdbool.h was missing.
63597         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63598         (jm_PREREQ_HASH): New function.
63599
63600 2001-01-17  Jim Meyering  <meyering@lucent.com>
63601
63602         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63603         for autoconf-2.49c.
63604         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63605
63606 2001-01-16  Jim Meyering  <meyering@lucent.com>
63607
63608         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63609         From Bruno Haible.
63610
63611 2001-01-14  Jim Meyering  <meyering@lucent.com>
63612
63613         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63614         foo and bar.  Create conftestdir/ in the script, not in the C code.
63615         Remove directories in the script, not in the C code.
63616         Remove conftestdir{,2} before trying to create the directory.
63617         Make the entire configure script fail if the mkdir fails.
63618
63619 2001-01-14  Jim Meyering  <meyering@lucent.com>
63620
63621         * lib/rename.c: New file.  From Volker Borchert.
63622         Include stdlib.h, string.h or strings.h, and xalloc.h.
63623         Use strip_trailing_slashes rather than open-coding it.
63624
63625 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63626
63627         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63628
63629 2001-01-03  Jim Meyering  <meyering@lucent.com>
63630
63631         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63632         of local `inptr' to avoid warning with some system declarations of
63633         iconv.
63634
63635 2001-01-02  Volker Borchert  <bt@teknon.de>
63636
63637         * m4/rename.m4: New file.
63638         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63639
63640 2001-01-01  Jim Meyering  <meyering@lucent.com>
63641
63642         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63643         even on systems with utmpx.h.  It's necessary for the declaration of
63644         utmp's ut_user member.  Reported by Andreas Jaeger.
63645
63646         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63647         available. They are required for the declarations of getgrgid and
63648         getpwuid resp.
63649         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63650         Reported by Andreas Jaeger.
63651
63652 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63653
63654         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63655         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63656         so `make install' also works in VPATH builds.
63657
63658 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63659
63660         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63661         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63662         can be used in subdirectories.
63663
63664 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63665
63666         * lib/modechange.c: Do not assume that mode_t uses the
63667         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63668         the other-execute bit of FOO even if S_IXOTH != 1.
63669
63670         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63671         WOTH, XOTH, ALLM): New macros.
63672         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63673          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63674         Use them.
63675         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63676         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63677         (mode_compile):
63678         No need to use uintmax_t; unsigned long is long enough.
63679         Don't bother to get suffix since we don't use it.
63680
63681 2000-12-26  Jim Meyering  <meyering@lucent.com>
63682
63683         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63684         better with autoheader.
63685
63686 2000-12-24  Jim Meyering  <meyering@lucent.com>
63687
63688         * lib/hash.c (is_prime): Return explicit boolean values.
63689         (hash_get_first): Return NULL to appease Irix5.6's 89.
63690         Reported by Nelson Beebe.
63691
63692 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63693
63694         * lib/localcharset.c (locale_charset): Add support for Win32.
63695
63696 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63697
63698         * lib/physmem.h, lib/physmem.c: New files.
63699
63700         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63701         (noinst_HEADERS): Add physmem.h.
63702
63703         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63704         't' for compatibility with Solaris 8 sort.
63705
63706 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63707
63708         * lib/config.charset: Add support for BeOS.
63709
63710 2000-12-17  Jim Meyering  <meyering@lucent.com>
63711
63712         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63713         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63714
63715 2000-12-16  Jim Meyering  <meyering@lucent.com>
63716
63717         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63718         N and M) would have treated it like `chown N:N FILE'.
63719
63720         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63721
63722 2000-12-16  Jim Meyering  <meyering@lucent.com>
63723
63724         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63725         SHELLS_FILE to a file name that's useful on djgpp systems.
63726         Include stdlib.h.
63727         (ADDITIONAL_DEFAULT_SHELLS): Define.
63728         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63729         Based mostly on a patch from Prashant TR.
63730
63731 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63732
63733         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63734         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63735         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63736
63737 2000-12-08  Andreas Schwab  <schwab@suse.de>
63738
63739         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63740         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63741
63742 2000-12-07  Jim Meyering  <meyering@lucent.com>
63743
63744         * lib/stripslash.c (ISSLASH): Define.
63745         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63746         `/'.
63747         From Prashant TR.
63748
63749         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63750         (dir_name_r): Declare this function as static.
63751         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63752         manifest itself on a name containing a mix of slashes and
63753         backslashes.
63754         Make this function work with names starting with a DOS-style
63755         drive letter and colon prefix.
63756         (dir_name): Append `.' if necessary.
63757         Based mostly on patches from Prashant TR and Eli Zaretskii.
63758
63759         * lib/dirname.h (dir_name_r): Remove prototype.
63760
63761 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63762
63763         * m4/off_t-format.m4: Remove this file.
63764         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63765
63766 2000-12-06  Jim Meyering  <meyering@lucent.com>
63767
63768         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63769         replacement strtoull, we may well need the replacement strtoul, too.
63770         Check for declarations of strtoul and strtoull.
63771         Check for strtol.  Mainly as a cue to cause automake to include
63772         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63773         Check for limits.h -- strtol.c needs it.
63774
63775 2000-12-05  Jim Meyering  <meyering@lucent.com>
63776
63777         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63778
63779 2000-12-04  Jim Meyering  <meyering@lucent.com>
63780
63781         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63782         Also include memory.h, stdlib.h, unistd.h if appropriate.
63783         Reported by Andreas Jaeger (conflicting declaration of malloc).
63784
63785 2000-12-02  Jim Meyering  <meyering@lucent.com>
63786
63787         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63788         * m4/jm-macros.m4 (jm_MACROS): require it.
63789
63790 2000-12-02  Jim Meyering  <meyering@lucent.com>
63791
63792         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63793
63794 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63795
63796         * lib/memrchr.c: Include <config.h> before any system include file.
63797
63798 2000-11-30  Jim Meyering  <meyering@lucent.com>
63799
63800         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63801
63802 2000-11-30  Jim Meyering  <meyering@lucent.com>
63803
63804         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63805
63806 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63807
63808         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63809
63810 2000-11-26  Jim Meyering  <meyering@lucent.com>
63811
63812         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63813
63814 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63815
63816         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63817         size of (size_t) -1; it's not portable.
63818
63819 2000-11-17  Jim Meyering  <meyering@lucent.com>
63820
63821         * lib/strstr.c: Update from GNU libc.
63822
63823 2000-11-17  Akim Demaille  <akim@epita.fr>
63824
63825         * lib/obstack.h: Formatting changes.
63826         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63827         prevent type checking.
63828         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63829         cast the value to (void *): assigning a `foo *' to a `void *'
63830         variable is valid.
63831         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63832
63833 2000-11-16  Jim Meyering  <meyering@lucent.com>
63834
63835         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63836
63837 2000-11-11  Jim Meyering  <meyering@lucent.com>
63838
63839         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63840
63841 2000-11-10  Jim Meyering  <meyering@lucent.com>
63842
63843         * lib/obstack.h: Update from GNU libc.
63844         * lib/obstack.c: Likewise.
63845
63846 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63847
63848         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63849
63850 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63851
63852         * lib/getusershell.c (setusershell): Use rewind rather than
63853         fseek/fseeko, to avoid configuration hassles with fseeko.
63854         Don't bother opening SHELLS_FILE if shellstream is NULL;
63855         it's not necessary.
63856
63857 2000-11-05  Jim Meyering  <meyering@lucent.com>
63858
63859         * lib/makepath.h (make_dir): Declare.
63860         * lib/makepath.c (make_dir): Remove `static' attribute.
63861         Tweak a comment.
63862
63863 2000-11-04  Jim Meyering  <meyering@lucent.com>
63864
63865         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63866
63867 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63868
63869         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63870         last one in a bucket, advance to the next bucket.
63871
63872 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63873
63874         * lib/fnmatch.c: Do not comment out all the code if we are using
63875         the GNU C library, because in some cases we are replacing buggy
63876         code in the GNU C library itself.
63877
63878 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63879
63880         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63881         (regex_compile): Catch bogus \(\1\).
63882
63883 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63884
63885         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63886         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63887         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63888
63889 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63890
63891         * lib/error.h, getline.h, modechange.h:
63892         Remove "2000" from Copyright line, as the file hasn't been
63893         changed this year other than in the copyright notice.
63894
63895         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63896         was changed this year.
63897
63898 2000-10-29  Jim Meyering  <meyering@lucent.com>
63899
63900         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63901         renaming.
63902         * m4/ls-mntd-fs.m4: Likewise
63903
63904 2000-10-29  Jim Meyering  <meyering@lucent.com>
63905
63906         * lib/xstat.in: Fix grammar in comment.
63907
63908 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63909
63910         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63911         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63912         doesn't define __restrict_arr.
63913
63914 2000-10-28  Jim Meyering  <meyering@lucent.com>
63915
63916         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63917         (jm_PREREQ_MEMCHR): New function.
63918
63919 2000-10-28  Jim Meyering  <meyering@lucent.com>
63920
63921         * lib/memchr.c: Update from libc.
63922         Adjust for portability:
63923         [HAVE_STDLIB_H]: Include stdlib.h.
63924         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63925         Undef __memchr, too.
63926         [!weak_alias]: Define __memchr to memchr.
63927
63928         * lib/regex.c: Update from libc.
63929         * lib/regex.h: Likewise.
63930         * lib/getopt1.c: Likewise.
63931         * lib/memcmp.c: Likewise.
63932
63933         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63934         Avoid using fseek, when possible -- it's broken by design.
63935         Patch by Ulrich Drepper.
63936
63937 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63938
63939         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63940         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63941         Giving in to popular pressure to shut up the compiler with casts.
63942
63943 2000-10-26  Jim Meyering  <meyering@lucent.com>
63944
63945         * lib/strftime.c: Update from libc.
63946
63947 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63948
63949         * regex.c: More `unsigned char' -> `re_char' changes.
63950         Also change several `int' into `re_wchar_t'.
63951         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63952         (PUSH_FAILURE_POINTER): Don't cast any more.
63953         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63954         We want GCC to complain, since this piece of code makes
63955         re_match non-reentrant, which *should* be fixed.
63956         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63957         (EXTEND_BUFFER): Use RETALLOC.
63958         (SET_LIST_BIT): Don't cast.
63959         (re_wchar_t): New type.
63960         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63961         that those two functions will always properly return.
63962         (IMMEDIATE_QUIT_CHECK): Cast to void.
63963         (analyse_first): Use recursion rather than an explicit stack.
63964         (re_compile_fastmap): Can't fail anymore.
63965         (re_search_2): Don't check re_compile_fastmap for failure.
63966         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63967         Now also sets the new value (passed in a new argument).
63968         (re_match_2_internal): Use it.
63969         Also, use a new var `reg' of type size_t when looping through regs
63970         rather than reuse the inappropriate `mcnt'.
63971
63972 2000-10-25  Jim Meyering  <meyering@lucent.com>
63973
63974         * lib/obstack.c: Update from libc.
63975
63976 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63977
63978         * regex.c (regex_compile): Change the way of handling a range from
63979         a char less than 256 to a char not less than 256.
63980
63981 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63982
63983         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63984         NT-Emacs only.
63985         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63986         so that re_search functions only quit when callers expect them to.
63987
63988 2000-10-23  Jim Meyering  <meyering@lucent.com>
63989
63990         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63991         wrong.  That set_locale call must not have any side effects.
63992         From Paul Eggert.
63993
63994 2000-10-22  Jim Meyering  <meyering@lucent.com>
63995
63996         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63997         [CYCLIC]: Remove now-unused definition.
63998
63999         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
64000         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
64001         Suggestion from Ulrich Drepper.
64002
64003 2000-10-21  Jim Meyering  <meyering@lucent.com>
64004
64005         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
64006         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
64007         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
64008
64009 2000-10-21  Jim Meyering  <meyering@lucent.com>
64010
64011         * lib/dirname.c (memrchr): Declare if necessary.
64012         (dir_name): Remove the restriction that there be no
64013         trailing slashes.  Now, this code skips past them, effectively
64014         ignoring them.
64015         [TEST_DIRNAME] (main): New unit tests.
64016
64017         * lib/memrchr.c: New file from GNU libc.
64018         Undef __memrchr, too.
64019         [!weak_alias]: Define __memrchr to memrchr.
64020         Guard weak_alias use with `#ifdef weak_alias'.
64021
64022 2000-10-21  Jim Meyering  <meyering@lucent.com>
64023
64024         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
64025         (dir_name): Use dir_name_r.
64026         * lib/dirname.h (dir_name_r): Declare it.
64027
64028 2000-10-17  Jim Meyering  <meyering@lucent.com>
64029
64030         * lib/quote.h (PARAMS): Define and use.
64031         Reported by Akim Demaille.
64032
64033         * lib/getopt.c: Update from libc.
64034
64035 2000-10-16  Jim Meyering  <meyering@lucent.com>
64036
64037         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
64038         setlocale.
64039         From Jan Fedak.
64040
64041 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
64042
64043         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
64044
64045 2000-09-25  Jim Meyering  <meyering@lucent.com>
64046
64047         * lib/md5.h (rol): Define (from GnuPG).
64048
64049         * lib/sha.c: Give credit (GnuPG) where due.
64050         (M): Use rol rather than open-coding it.
64051         Add a FIXME comment.
64052
64053 2000-09-21  Jim Meyering  <meyering@lucent.com>
64054
64055         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64056         Reported by Michael Stone.
64057
64058 2000-09-20  Jim Meyering  <meyering@lucent.com>
64059
64060         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64061         (noinst_HEADERS): Add sha.h.
64062         Based on code from Scott G. Miller and from GnuPG.
64063
64064 2000-09-18  Jim Meyering  <meyering@lucent.com>
64065
64066         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64067         LIBS. Otherwise, everyone ends up linking with -lelf for some
64068         configurations.
64069         Reported by Mike Stone.
64070
64071 2000-09-15  Jim Meyering  <meyering@lucent.com>
64072
64073         * lib/regex.c: Update from libc.
64074
64075 2000-09-10  Jim Meyering  <meyering@lucent.com>
64076
64077         * lib/getopt.c (_getopt_internal): Update from glibc.
64078
64079 2000-09-09  Jim Meyering  <meyering@lucent.com>
64080
64081         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64082         think it should be used as a general replacement for isascii.
64083         * lib/fnmatch.c: Likewise.
64084         * lib/mbswidth.c: Likewise
64085         * lib/regex.c: Likewise.
64086
64087         Don't use atoi.
64088         * lib/userspec.c: Include sys/param.h and limits.h.
64089         Include xstrtol.h.
64090         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64091         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64092         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64093         UID, GID.  Check range.
64094
64095 2000-09-06  Jim Meyering  <meyering@lucent.com>
64096
64097         * lib/getopt.c (_getopt_internal): Update from glibc.
64098
64099 2000-08-30  Jim Meyering  <meyering@lucent.com>
64100
64101         * lib/strftime.c: Merge in changes from GNU libc.
64102
64103 2000-08-26  Jim Meyering  <meyering@lucent.com>
64104
64105         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64106         * m4/fpending.m4: New file.
64107
64108 2000-08-26  Jim Meyering  <meyering@lucent.com>
64109
64110         * lib/closeout.c: Include "__fpending.h".
64111         (close_stdout_status): Return right away if there's nothing to flush.
64112
64113         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64114         * lib/__fpending.c: New file.
64115         * lib/__fpending.h: New file.
64116
64117 2000-08-20  Jim Meyering  <meyering@lucent.com>
64118
64119         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64120         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64121         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64122
64123 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64124
64125         Improve fileutils installation on systems where running
64126         programs (like install) can't be unlinked.
64127         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64128         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64129
64130 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64131
64132         Standardize on "memory exhausted" instead of "Memory exhausted"
64133         or "virtual memory exhausted".
64134         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64135         "virtual memory exhausted".
64136         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64137         our own message.
64138         * lib/userspec.c (parse_user_spec): Likewise.
64139         * lib/bumpalloc.h: comment fix
64140         * lib/same.c, userspec.c: Include xalloc.h.
64141
64142         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64143         not char *const and pointing to a constant array.
64144         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64145         (xrealloc): Comment fix.
64146
64147         * lib/userspec.c (parse_user_spec):
64148         Don't translate a message until just before returning,
64149         to avoid unnecessary translation.
64150
64151 2000-08-07  Jim Meyering  <meyering@lucent.com>
64152
64153         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64154         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64155         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64156         getgroups.c, gethostname.c, getopt.h, group-member.c,
64157         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64158         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64159         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64160         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64161         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64162         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64163         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64164         yesno.c: Back out Copyright date changes for each file with no change
64165         this year.  This eases coordination with other programs using the same
64166         source code modules.  From Paul Eggert.
64167
64168 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64169
64170         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64171         not char, for compatibility with glibc 2.1.3 strftime.c.
64172
64173 2000-08-03  Greg McGary  <greg@mcgary.org>
64174
64175         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64176         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64177         (EXTEND_BUFFER): Use them.
64178
64179 2000-08-01  Jim Meyering  <meyering@lucent.com>
64180
64181         * lib/dirname.c (ISSLASH): Define.
64182         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64183         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64184         both `\' and `/' may be use as path separators.
64185         Based on a patch from Prashant TR.
64186
64187 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64188
64189         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64190         slot vector a constant, since it might get modified.
64191
64192 2000-07-31  Jim Meyering  <meyering@lucent.com>
64193
64194         * lib/xmalloc.c: Use `virtual memory exhausted', not
64195         `Memory exhausted'.
64196         * lib/obstack.c (print_and_abort): Likewise.
64197
64198 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64199
64200         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64201         buffer, so that the caller can always quote one small
64202         component of a "memory exhausted" message in slot 0.
64203         From a suggestion by Jim Meyering.
64204
64205 2000-07-30  Jim Meyering  <meyering@lucent.com>
64206
64207         * lib/makepath.c (make_path): Quote the other instance, too.
64208
64209         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64210         (STATIC_BUF_SIZE): Define.
64211         (quotearg_n_options): Use only statically allocated storage when
64212         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64213         than STATIC_BUF_SIZE.
64214
64215 2000-07-29  Jim Meyering  <meyering@lucent.com>
64216
64217         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64218         * lib/dirname.c (dir_name): Likewise.
64219
64220         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64221         `/'.
64222
64223         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64224         (dir_name): Assert that there are no trailing slashes.
64225
64226 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64227
64228         * lib/mbswidth.h (mbswidth): Add a flags argument.
64229         (mbswidth): New declaration.
64230         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64231         * lib/mbswidth.c (mbswidth): Add a flags argument.
64232         (mbsnwidth): New function.
64233
64234 2000-07-24  Jim Meyering  <meyering@lucent.com>
64235
64236         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64237
64238 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64239
64240         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64241
64242 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64243
64244         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64245         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64246         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64247         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64248         invoke multibyte primitives.
64249
64250 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64251
64252         * lib/quotearg.c:
64253         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64254         so that mbstate_t is always defined.
64255
64256         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64257         be 1 in at least one GCC installation, and this configuration
64258         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64259         performance on hosts that have mbrtowc but have only unibyte
64260         locales, but I assume these hosts are rare.
64261
64262 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64263
64264         * lib/mbswidth.c (_XOPEN_SOURCE):
64265         Don't define; this causes problems on Solaris 7.
64266         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64267
64268 2000-07-23  Jim Meyering  <meyering@lucent.com>
64269
64270         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64271         too: getgrgid, getpwuid, getuid.
64272
64273 2000-07-23  Jim Meyering  <meyering@lucent.com>
64274
64275         * lib/basename.c (base_name): Add an assertion.
64276
64277 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64278
64279         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64280         shadow its mbsinit function.
64281
64282 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64283
64284         * lib/mbswidth.h: New file.
64285         * lib/mbswidth.c: New file.
64286         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64287         (noinst_HEADERS): Add mbswidth.h.
64288
64289 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64290
64291         * lib/config.charset: Add support for FreeBSD. Improve support for
64292         HP-UX and IRIX 6.
64293
64294 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64295
64296         * m4/mbswidth.m4: New file.
64297         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64298
64299 2000-07-15  Jim Meyering  <meyering@lucent.com>
64300
64301         * lib/makepath.c: Include quote.h.
64302         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64303         corresponding argument in a `quote (...)' call.
64304         Give better diagnostics.
64305
64306         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64307         (noinst_HEADERS): Add quote.h.
64308
64309         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64310         from tar's src/misc.c.
64311         * lib/quote.h: New file.  Prototypes for same.
64312
64313 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64314
64315         From a suggestion by Bruno Haible.
64316         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64317         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64318         to decide whether to define the BeOS workaround macro;
64319         this adjusts to the change to AC_MBSTATE_T.
64320
64321 2000-07-14  Jim Meyering  <meyering@lucent.com>
64322
64323         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64324         jm_AC_TYPE_UINTMAX_T.
64325
64326 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64327
64328         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64329
64330         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64331         quotearg_buffer_restyled): Add support for
64332         clocale_quoting_style.  Undo previous change to
64333         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64334         and "{RIGHT QUOTATION MARK}" msgids.
64335
64336 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64337
64338         From a suggestion by Bruno Haible.
64339         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64340         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64341         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64342         and mbstate_t, to a single-part test that simply defines mbstate_t.
64343         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64344         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64345
64346 2000-07-10  Jim Meyering  <meyering@lucent.com>
64347
64348         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64349
64350         * m4/gnu-source.m4: Output to confdefs.h directly.
64351         Suggestion from Akim Demaille.
64352
64353 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64354
64355         The old behavior of quoting `like this' doesn't look good with
64356         newer, ISO-style fonts.  See:
64357         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64358
64359         Instead, quote "like this" by default.  Let the translator
64360         tailor the locale-specific quoting behavior by providing
64361         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64362
64363         * lib/quotearg.c (N_): New macro.
64364         (gettext_default): New function.
64365         (quotearg_buffer_restyled): Use
64366         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64367         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64368
64369 2000-07-09  Jim Meyering  <meyering@lucent.com>
64370
64371         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64372         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64373
64374         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64376
64377 2000-07-09  Jim Meyering  <meyering@lucent.com>
64378
64379         * lib/Most files: Update copyright dates to include 2000.
64380
64381 2000-07-08  Jim Meyering  <meyering@lucent.com>
64382
64383         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64384         if not defined.
64385         (xgethostname): Remove now-unnecessary #ifdef.
64386         Move declaration of `err' into loop where it's used.
64387
64388 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64389         and Bruno Haible  <haible@clisp.cons.org>
64390
64391         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64392         only if the test for an object-type mbstate_t fails.  This
64393         prevents us from mistakenly reporting that mbstate_t is a
64394         system object type after we "#define mbstate_t int" to work
64395         around its lack.
64396
64397 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64398         and Bruno Haible  <haible@clisp.cons.org>
64399
64400         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64401
64402 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64403
64404         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64405         to strerror_r.
64406         Include <ctype.h> for use of isalpha.
64407
64408 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64409
64410         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64411         by allocating a larger buffer. Test the gethostname return value for
64412         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64413         returns an error and ENAMETOOLONG isn't defined.
64414
64415 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64416
64417         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64418         dimension.
64419
64420 2000-07-04  Jim Meyering  <meyering@lucent.com>
64421
64422         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64423         of the deprecated AC_CHECKING.
64424
64425 2000-07-04  Jim Meyering  <meyering@lucent.com>
64426
64427         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64428         Reported by Bruno Haible.
64429
64430 2000-07-04  Jim Meyering  <meyering@lucent.com>
64431
64432         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64433         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64434         lacks mbrtowc.
64435
64436 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64437
64438         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64439         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64440
64441 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64442         and Bruno Haible  <haible@clisp.cons.org>
64443
64444         * lib/quotearg.c (mbrtowc):
64445         Assign to *pwc, and return 1 only if result is nonzero.
64446         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64447
64448 2000-07-03  Jim Meyering  <meyering@lucent.com>
64449
64450         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64451
64452 2000-07-03  Jim Meyering  <meyering@lucent.com>
64453
64454         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64455         This is necessary to get a definition of e.g., UTMP_FILE on
64456         HP-UX 10.20.
64457         From Bob Proulx.
64458
64459 2000-07-02  Jim Meyering  <meyering@lucent.com>
64460
64461         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64462
64463         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64464         AC_LIBOBJ(function_name).
64465         * m4/chown.m4: Likewise.
64466         * m4/fnmatch.m4: Likewise.
64467         * m4/ftruncate.m4: Likewise.
64468         * m4/getgroups.m4: Likewise.
64469         * m4/getline.m4: Likewise.
64470         * m4/group-member.m4: Likewise.
64471         * m4/jm-macros.m4: Likewise.
64472         * m4/lstat.m4: Likewise.
64473         * m4/malloc.m4: Likewise.
64474         * m4/memcmp.m4: Likewise.
64475         * m4/nanosleep.m4: Likewise.
64476         * m4/putenv.m4: Likewise.
64477         * m4/realloc.m4: Likewise.
64478         * m4/regex.m4: Likewise.
64479         * m4/stat.m4: Likewise.
64480         * m4/strftime.m4: Likewise.
64481
64482 2000-07-02  Jim Meyering  <meyering@lucent.com>
64483
64484         * lib/quotearg.c (mbstate_t): Don't define here.
64485
64486 2000-07-02  Jim Meyering  <meyering@lucent.com>
64487
64488         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64489
64490 2000-07-01  Jim Meyering  <meyering@lucent.com>
64491
64492         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64493
64494 2000-07-01  Jim Meyering  <meyering@lucent.com>
64495
64496         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64497         problem.
64498
64499 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64500
64501         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64502         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64503
64504 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64505
64506         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64507         per change in ../m4/ls-mntd-fs.m4.
64508         (read_filesystem_list): Ignore symbolic links.
64509
64510 2000-06-29  Jim Meyering  <meyering@lucent.com>
64511
64512         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64513         for declaration of strcmp.
64514
64515         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64516
64517         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64518         Avoid warning by casting result to `char *' to remove `const'.
64519
64520 2000-06-28  Jim Meyering  <meyering@lucent.com>
64521
64522         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64523         included by quotearg.c, for which we perform this test.  From
64524         Bruno Haible.
64525
64526 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64527
64528         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64529         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64530         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64531
64532 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64533
64534         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64535
64536 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64537
64538         savedir now sets errno on failure and invokes xmalloc to get memory.
64539         Fix a couple of other minor bugs while we're at it.
64540
64541         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64542         (NAMLEN): Remove macro.
64543         (malloc, realloc): Remove decls.
64544         (stpcpy): Likewise.
64545         ("xalloc.h"): Include.
64546         (NAME_SIZE_DEFAULT): New macro.
64547         (savedir): Use xmalloc / xrealloc to allocate memory.
64548         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64549         Skip "" directory entries.
64550         Use strlen to calculate directory entry length, since the old method
64551         is rarely used these days and isn't worth supporting.
64552         Don't use a pointer after freeing it.
64553         Check for integer overflow when calculating allocation size.
64554         Use memcpy to copy entries, instead of stpcpy.
64555         Set errno properly when returning NULL.
64556         Check for readdir error.
64557
64558 2000-06-26  Jim Meyering  <meyering@lucent.com>
64559
64560         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64561
64562 2000-06-25  Jim Meyering  <meyering@lucent.com>
64563
64564         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64565         Linux header bug when _XOPEN_SOURCE is defined to 500.
64566
64567 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64568
64569         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64570         deficiency.
64571
64572 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64573
64574         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64575         Include xalloc.h.
64576         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64577
64578 2000-06-24  Jim Meyering  <meyering@lucent.com>
64579
64580         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64581         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64582         for which strerror does return char*, but which lacks a conveniently
64583         accessible declaration of the function.  If the compile-test says
64584         strerror_r doesn't work, then resort to a `run'-test that works on
64585         BeOS and segfaults on DEC Unix.
64586
64587 2000-06-24  Jim Meyering  <meyering@lucent.com>
64588
64589         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64590
64591 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64592
64593         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64594         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64595
64596 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64597
64598         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64599         (mbrtowc, mbstate_t): Define substitutes if
64600         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64601         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64602         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64603
64604 2000-06-23  Jim Meyering  <meyering@lucent.com>
64605
64606         * m4/afs.m4: Add missing AC_MSG_RESULT.
64607         Reported by Bruno Haible.
64608
64609         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64610         Suggestion from Bruno Haible.
64611
64612 2000-06-23  Jim Meyering  <meyering@lucent.com>
64613
64614         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64615
64616 2000-06-21  Jim Meyering  <meyering@lucent.com>
64617
64618         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64619
64620 2000-06-21  Jim Meyering  <meyering@lucent.com>
64621
64622         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64623         (noinst_HEADERS): Add getstr.h.
64624
64625         * lib/getline.c (getstr): Move into a separate file.
64626         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64627         the following changes: new parameter, delim2; both delim[12]
64628         parameters have type `int', not `char'.  The latter would lose
64629         with 8-bit delimiters.
64630         * lib/getstr.h: New file.
64631
64632 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64633
64634         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64635         than 1024, return a memory chunk of least possible size, instead
64636         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64637         Use free/xmalloc instead of xrealloc to avoid copying for very long
64638         paths.
64639
64640 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64641
64642         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64643         the empty string.
64644
64645 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64646
64647         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64648         address, not strdup.  Include <stdlib.h> and don't declare free().
64649
64650 2000-06-19  Jim Meyering  <meyering@lucent.com>
64651
64652         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64653
64654 2000-06-18  Jim Meyering  <meyering@lucent.com>
64655
64656         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64657
64658         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64659         `checking whether...' message to be consistent with that of the
64660         lstat test.
64661
64662 2000-06-18  Jim Meyering  <meyering@lucent.com>
64663
64664         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64665         Besides, these days every porting target provides a mkdir function.
64666
64667         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64668         needed. (this snippet comes from src/system.h).
64669
64670 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64671
64672         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64673
64674 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64675
64676         * lib/human.c (adjust_value): New function.
64677         (human_readable_inexact): Apply rounding style even when
64678         printing approximate values.
64679
64680 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64681
64682         * lib/human.c (human_readable_inexact): Allow an input block
64683         size that is not a multiple of the output block size, and vice versa.
64684         Reported by Piergiorgio Sartor.
64685
64686 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64687
64688         * lib/getdate.y (get_date): Apply relative times after time
64689         zone indicator, not before.  Reported by Todd A. Jacobs.
64690
64691 2000-06-13  Jim Meyering  <meyering@lucent.com>
64692
64693         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64694
64695         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64696
64697 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64698
64699         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64700
64701 2000-06-12  Jim Meyering  <meyering@lucent.com>
64702
64703         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64704         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64705         optional argument.
64706         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64707         the optional argument, `lib'.
64708
64709 2000-06-08  Jim Meyering  <meyering@lucent.com>
64710
64711         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64712
64713 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64714
64715         Rewrite largefile configuration so that we don't need to run
64716         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64717         AC_CANONICAL_HOST in configure.in -- jmm]
64718
64719         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64720         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64721         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64722         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64723         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64724         All uses changed.
64725         Instead of inspecting the output of getconf, try to compile the
64726         test program without and with the macro definition.
64727         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64728         for getconf.  Instead, check for the needed flags by compiling
64729         test programs.
64730
64731 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64732
64733         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64734
64735 2000-06-04  Jim Meyering  <meyering@lucent.com>
64736
64737         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64738         SunOS 4.1.4 for which gid_t is an unsigned type.
64739
64740 2000-06-03  Jim Meyering  <meyering@lucent.com>
64741
64742         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64743         now that autoconf requires that.
64744
64745         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64746         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64747         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64748
64749 2000-06-03  Jim Meyering  <meyering@lucent.com>
64750
64751         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64752
64753 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64754
64755         * m4/glibc21.m4: New file.
64756         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64757
64758 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64759
64760         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64761         newer, don't install charset.alias.
64762         * lib/config.charset: Change the Linux/glibc rules so they become empty
64763         on glibc-2.1 or newer.
64764
64765 2000-06-02  Jim Meyering  <meyering@lucent.com>
64766
64767         * lib/mountlist.c: Back out last change.  Instead, do this...
64768         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64769         me_dummy member using the same `ignore'-testing code.
64770         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64771         fs_type strings.
64772         From Mark D. Roth.
64773
64774 2000-05-29  Jim Meyering  <meyering@lucent.com>
64775
64776         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64777         mounts with the `ignore' attribute.  Based on a patch from
64778         Mark D. Roth.
64779
64780 2000-05-28  Jim Meyering  <meyering@lucent.com>
64781
64782         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64783         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64784         * m4/stat.m4: Likewise.
64785         * m4/lstat.m4: Likewise.
64786         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64787
64788         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64789         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64790
64791 2000-05-26  Jim Meyering  <meyering@lucent.com>
64792
64793         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64794
64795 2000-05-24  Jim Meyering  <meyering@lucent.com>
64796
64797         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64798         autoconf requires that.
64799         * m4/lib-check.m4: Likewise.
64800         * m4/jm-macros.m4: Likewise.
64801         * m4/strftime.m4: Likewise.
64802
64803         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64804         AC_CHECK_DECLS, now that autoconf requires that.
64805
64806 2000-05-22  Jim Meyering  <meyering@lucent.com>
64807
64808         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64809         * m4/lstat.m4: Likewise.
64810
64811 2000-05-22  Jim Meyering  <meyering@lucent.com>
64812
64813         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64814
64815 2000-05-20  Jim Meyering  <meyering@lucent.com>
64816
64817         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64818         (jm_PREREQ): Use it.
64819
64820 2000-05-18  Jim Meyering  <meyering@lucent.com>
64821
64822         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64823         back, too, since it may have been modified by allocate_entry.
64824         (hash_delete): Rewrite to use neither the assignment operator
64825         nor the comma operator in an if-expression.
64826
64827 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64828
64829         * lib/closeout.c:
64830         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64831         Remove; no longer needed.
64832         "quotearg.h": Add include.
64833         (file_name): Do not bother to explicitly initialize to NULL; it's less
64834         efficient on some hosts.
64835         (close_stdout_status): Remove test as to whether stdout was already
64836         closed; it breaks for the case "echo x | sort >&-".
64837         Quote file name colons.
64838         Do not assume that _("write error") lacks format strings.
64839
64840 2000-05-15  Jim Meyering  <meyering@lucent.com>
64841
64842         * lib/version-etc.c (version_etc_copyright): Update the copyright
64843         string used in all --version output.
64844
64845 2000-05-14  Jim Meyering  <meyering@lucent.com>
64846
64847         * lib/closeout.c (close_stdout_set_file_name): New function.
64848         (close_stdout_status): Use new file-scoped global.
64849         Return right away if fstat says the stdout file descriptor is invalid.
64850         * lib/closeout.h (close_stdout_set_file_name): Declare.
64851
64852 2000-05-10  Jim Meyering  <meyering@lucent.com>
64853
64854         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64855         (close_stdout_set_status): New function.
64856         * lib/closeout.h (close_stdout_set_status): Declare.
64857
64858 2000-05-09  Jim Meyering  <meyering@lucent.com>
64859
64860         * m4/gettext.m4: Rename this...
64861         * m4/libintl.m4: ...to this.
64862
64863 2000-05-08  Jim Meyering  <meyering@lucent.com>
64864
64865         * lib/long-options.c: Don't include closeout.h.
64866         (parse_long_options): Don't call close_stdout for --version.
64867
64868 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64869
64870         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64871         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64872         2.1.3 bug.  This avoids a clash when files like regex.c define
64873         _GNU_SOURCE.
64874
64875 2000-05-06  Jim Meyering  <meyering@lucent.com>
64876
64877         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64878         (AC_REPLACE_FUNCS): Add strnlen.
64879
64880         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64881         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64882
64883         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64884         AC_SEARCH_LIBS call for nanosleep.
64885         (LIB_NANOSLEEP): Set and AC_SUBST.
64886
64887 2000-05-06  Jim Meyering  <meyering@lucent.com>
64888
64889         * lib/strnlen.c: Undefine __strnlen and strnlen.
64890         [!weak_alias]: Define __strnlen to strnlen.
64891
64892         * lib/atexit.c: New file, from libiberty.
64893
64894 2000-05-06  Jim Meyering  <meyering@lucent.com>
64895
64896         * lib/closeout.c (close_stdout_status): Also check for errors on the
64897         stderr stream.
64898
64899 2000-05-05  Jim Meyering  <meyering@lucent.com>
64900
64901         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64902         AC_SEARCH_LIBS call for clock_gettime.
64903         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64904
64905         * m4/search-libs.m4: Update from autoconf.
64906
64907         su doesn't work on Solaris 2.6.
64908         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64909         <shadow.h>.  Reported by Dragos Harabor.
64910
64911 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64912
64913         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64914         memcpy instead of xmalloc, xrealloc, path_concat.
64915         (locale_charset): Treat empty environment variables as absent.
64916         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64917
64918 2000-05-04  Jim Meyering  <meyering@lucent.com>
64919
64920         * lib/getopt.c: Update from glibc.
64921         * lib/obstack.c: Likewise.
64922         * lib/obstack.h: Likewise.
64923         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64924         file
64925
64926         * lib/regex.h: Likewise.
64927         * lib/strndup.c: Likewise.
64928         * lib/strnlen.c: New file, from glibc.
64929
64930 2000-05-03  Jim Meyering  <meyering@lucent.com>
64931
64932         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64933
64934 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64935
64936         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64937         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64938         compile-time test, rather than inspecting host and OS, to
64939         decide whether to define _LARGEFILE_SOURCE.
64940
64941 2000-05-01  Jim Meyering  <meyering@lucent.com>
64942
64943         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64944
64945         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64946         Based on a patch from Bruno Haible.
64947
64948 2000-05-01  Jim Meyering  <meyering@lucent.com>
64949
64950         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64951
64952 2000-04-29  Jim Meyering  <meyering@lucent.com>
64953
64954         * lib/path-concat.c: Declare strdup only if it's not defined.
64955         * lib/canon-host.c: Likewise.
64956
64957 2000-04-28  Jim Meyering  <meyering@lucent.com>
64958
64959         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64960         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64961         is included first, then limits.h is included by locale.h by libintl.h.
64962         From John David Anglin.
64963
64964 2000-04-25  Jim Meyering  <meyering@lucent.com>
64965
64966         * lib/makepath.c (S_IRWXUGO): Define.
64967         (make_path): Always perform explicit chmod if MODE specifies any
64968         of the `special' permission bits.  Prompted by a bug report against
64969         install from Mate Wierdl and Joost van Baal.
64970
64971 2000-04-18  Jim Meyering  <meyering@lucent.com>
64972
64973         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64974         (jm_PREREQ): Use it.
64975
64976 2000-04-18  Jim Meyering  <meyering@lucent.com>
64977
64978         * lib/README: New file.
64979
64980         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64981         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64982
64983 2000-04-17  Jim Meyering  <meyering@lucent.com>
64984
64985         Get it right :-)
64986         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64987         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64988         Suggestion from Akim Demaille.
64989
64990 2000-04-17  Jim Meyering  <meyering@lucent.com>
64991
64992         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64993         the definition of it to rpl_strftime also defined-away the system's
64994         declaration.
64995
64996 2000-04-15  Jim Meyering  <meyering@lucent.com>
64997
64998         Use `C' to denote so-called `contiguous' files, the same way
64999         that tar does.
65000         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
65001         (ftypelet): Use S_ISCTG.
65002         From Michael Deutschmann.
65003
65004 2000-04-14  Jim Meyering  <meyering@lucent.com>
65005
65006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
65007         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
65008         clobbered.
65009
65010 2000-04-14  Jim Meyering  <meyering@lucent.com>
65011
65012         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
65013
65014 2000-04-13  Jim Meyering  <meyering@lucent.com>
65015
65016         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
65017         AH_VERBATIM to insert required #ifndef into config.h.in.
65018         Suggestion from Akim Demaille.
65019
65020 2000-04-12  Jim Meyering  <meyering@lucent.com>
65021
65022         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
65023         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
65024         Christian Krackowizer.
65025
65026         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
65027         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
65028         (AC_SYS_LARGEFILE): Require.
65029         (AM_C_PROTOTYPES): Require.
65030
65031 2000-04-08  Jim Meyering  <meyering@lucent.com>
65032
65033         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
65034         names don't conflict.  Reported by Eli Zaretskii.
65035
65036 2000-04-07  Jim Meyering  <meyering@lucent.com>
65037
65038         * lib/putenv.c: Move inclusion of errno.h so it follows that of
65039         sys/types.h, to work around system header problems on AIX 3.2.5.
65040         From Bruno Haible.
65041
65042 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
65043
65044         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
65045         bug.  Deal with the different error behavior of Irix iconv.
65046
65047 2000-04-05  Paul Eggert  <eggert@twinsun.com>
65048
65049         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
65050         IRIX if the installer said otherwise.
65051
65052 2000-04-05  Jim Meyering  <meyering@lucent.com>
65053
65054         Portability tweaks required for ultrix4.3.
65055         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65056         (jm_CHECK_DECLS): Add getutent to the list of functions.
65057         (_jm_DECL_HEADERS): Add utmpx.h.
65058         From John David Anglin.
65059
65060         * m4/strftime.m4: Back out the 2000-04-02 change.
65061         Instead of that change, simply undefine putenv in the test program.
65062
65063 2000-04-05  Jim Meyering  <meyering@lucent.com>
65064
65065         Portability tweaks required for ultrix4.3.
65066         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65067         getutent.
65068         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65069         * lib/canon-host.c: Declare strdup.
65070         * lib/path-concat.c: Likewise.
65071         From John David Anglin.
65072
65073 2000-04-04  Jim Meyering  <meyering@lucent.com>
65074
65075         Be more DOS 8.3-friendly.
65076         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65077         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65078         * lib/Makefile.am: Reflect renaming.
65079         Reported by Eli Zaretskii.
65080
65081         Use a temporary file name that won't clash with `charset.alias'
65082         in the DOS 8.3 name space.
65083         * lib/Makefile.am (charset_tmp): Define.
65084         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65085         (uninstall-local): Likewise.
65086         Reported by Eli Zaretskii.
65087
65088 2000-04-03  Jim Meyering  <meyering@lucent.com>
65089
65090         * m4/gettext.m4: Fix typo in comment.
65091
65092         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65093         textutils/configure.in).  Suggestion from Paul Eggert.
65094         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65095
65096 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65097
65098         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65099         variable in the shell rather than using putenv, which isn't
65100         portable.  This avoids the configure-time inter-test dependency
65101         on the potentially-renamed putenv function.
65102
65103 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65104
65105         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65106         before checking struct stat.st_blksize, so that
65107         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65108
65109 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65110
65111         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65112         since strftime.c uses HAVE_STRFTIME to decide whether to use
65113         the underlying strftime.
65114
65115 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65116
65117         * lib/time/strftime.c (my_strftime): Make sure we call the system
65118         strftime, not ourselves, when invoking the underlying strftime.
65119
65120 2000-03-24  Jim Meyering  <meyering@lucent.com>
65121
65122         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65123         (charset_alias): Define.
65124         (install-exec-local): Factor out common code.
65125         (uninstall-local): Split lines longer than 80.
65126         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65127         (SUFFIXES): Define.
65128         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65129         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65130
65131 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65132
65133         * lib/config.charset: Output a line containing "Packages using this
65134         file".
65135         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65136         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65137         ref-del.sed): New rules.
65138
65139 2000-03-17  Jim Meyering  <meyering@lucent.com>
65140
65141         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65142         Otherwise, include <strings.h>
65143
65144 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65145
65146         * lib/unicodeio.c (utf8_wctomb): New function.
65147         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65148         format instead of in UCS-4 with platform dependent endianness.
65149
65150 2000-03-10  Jim Meyering  <meyering@lucent.com>
65151
65152         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65153         From Marco Franzen.
65154
65155 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65156
65157         * lib/savedir.c (savedir): Work even if directory size is
65158         negative; this can happen with some screwy NFS configurations.
65159
65160 2000-03-06  Jim Meyering  <meyering@lucent.com>
65161
65162         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65163         if it's NULL (because we ran out of memory).  From Bruno Haible.
65164
65165 2000-03-05  Jim Meyering  <meyering@lucent.com>
65166
65167         * lib/localcharset.c ("path-concat.h"): Include.
65168         (get_charset_aliases): Use path_concat instead of ANSI string
65169         concatenation.
65170
65171         * lib/unicodeio.h (PARAMS): Define.
65172         Use it to guard prototype.
65173
65174 2000-03-04  Jim Meyering  <meyering@lucent.com>
65175
65176         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65177         for lib/localcharset.c.
65178
65179 2000-03-04  Jim Meyering  <meyering@lucent.com>
65180
65181         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65182         installing into it.
65183         (uninstall-local): Uncomment this rule so `make distcheck' works
65184         once again.
65185
65186         * lib/unicodeio.c (<errno.h>): Include it.
65187         (errno): Declare if not defined.
65188
65189         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65190
65191         * lib/config.charset: New version, incorporating remarks from a linux
65192         i18n mailing list.  From Bruno Haible.
65193
65194 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65195
65196         * m4/codeset.m4: New file.
65197         * m4/iconv.m4: New file.
65198         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65199
65200 2000-03-03  Jim Meyering  <meyering@lucent.com>
65201
65202         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65203
65204 2000-03-02  Jim Meyering  <meyering@lucent.com>
65205
65206         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65207         the messages come out on separate lines.
65208
65209         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65210         rather than jm_CHECK_DECLARATIONS.
65211         * m4/decl.m4: Remove now-unused file.
65212
65213         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65214         geteuid.
65215
65216 2000-03-02  Jim Meyering  <meyering@lucent.com>
65217
65218         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65219
65220 2000-03-01  Jim Meyering  <meyering@lucent.com>
65221
65222         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65223         * lib/unicodeio.c: Likewise.
65224
65225 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65226
65227         * lib/config.charset: New file.
65228         * lib/localcharset.c: New file.
65229         * lib/unicodeio.h, lib/unicodeio.c: New files.
65230         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65231         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65232         (noinst_HEADERS): Add unicodeio.h.
65233         (all-local, install-exec-local, charset.alias): New targets.
65234
65235 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65236
65237         * lib/quotearg.c (ALERT_CHAR): New macro.
65238         (quotearg_buffer_restyled): Use it.
65239
65240 2000-02-27  Jim Meyering  <meyering@lucent.com>
65241
65242         * m4/check-decl.m4: Add getenv to the list.
65243
65244 2000-02-27  Jim Meyering  <meyering@lucent.com>
65245
65246         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65247         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65248
65249         * lib/backupfile.c: Guard inclusion of stdlib.h with
65250         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65251         Declare malloc if needed.
65252
65253         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65254         `#ifndef HAVE_DECL..'
65255         now that autoconf always defines the HAVE_DECL_ symbols.
65256         * lib/human.c: Likewise.
65257         * lib/same.c: Likewise.
65258         * lib/strtoumax.c: Likewise.
65259
65260         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65261         declaration check was not run.
65262         * lib/hash.c: Likewise.
65263         * lib/human.c: Likewise.
65264         * lib/same.c: Likewise.
65265         * lib/strtoumax.c: Likewise.
65266
65267         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65268         `.', then first look up the entire `.'-containing string as a login
65269         name.
65270
65271 2000-02-23  Jim Meyering  <meyering@lucent.com>
65272
65273         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65274         in place of my hack.
65275
65276 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65277
65278         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65279         (textint): New typedef.
65280         (parser_control): Member year changed from int to textint.
65281         All uses changed.
65282         (YYSTYPE): Removed; replaced by %union with int and textint members.
65283         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65284         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65285         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65286         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65287         (date, number, to_year): Use width of number in digits, not its value,
65288         to determine whether it's a 2-digit year, or a 2-digit time.
65289         (yylex): Store number of digits of numeric tokens.
65290         Reported by John Kendall.
65291
65292         (parser_control): Changed from struct parser_control to typedef (for
65293         consistency).  All uses changed.
65294
65295         (tID): Removed; not used.
65296         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65297
65298 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65299
65300         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65301         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65302
65303 2000-02-12  Jim Meyering  <meyering@lucent.com>
65304
65305         * lib/userspec.c (ISDIGIT): Define it.
65306         (isdigit): Remove definition.
65307         (is_number): Use ISDIGIT, not isdigit.
65308         <libintl.h>: Include.
65309         (_ and N_): Define.
65310         (parse_user_spec): Mark translatable strings.
65311
65312 2000-02-10  Jim Meyering  <meyering@lucent.com>
65313
65314         With these changes, nanosleep.[ch] are finally enough like the other
65315         lib/* replacement files to compile on a few more losing systems.
65316
65317         * lib/nanosleep.h: Don't include config.h.
65318         Remove prototype from declaration of nanosleep.
65319         (PARAMS): Remove now-unneeded definition.
65320         * lib/nanosleep.c: #undef nanosleep.
65321         (rpl_nanosleep): Rename from nanosleep.
65322
65323 2000-02-10  Jim Meyering  <meyering@lucent.com>
65324
65325         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65326         gnu_nanosleep to rpl_nanosleep.
65327
65328 2000-02-09  Jim Meyering  <meyering@lucent.com>
65329
65330         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65331         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65332
65333 2000-02-08  Akim Demaille  <akim@epita.fr>
65334
65335         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65336         `[' and `]' and remove uses of `changequote'.
65337         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65338         (AC_SYS_LARGEFILE): Likewise.
65339         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65340         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65341         of changequote.
65342         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65343         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65344         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65345         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65346
65347 2000-02-05  Jim Meyering  <meyering@lucent.com>
65348
65349         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65350         Remove explicit use of AC_HEADER_TIME.  It is required by
65351         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65352         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65353         in autoconf whereby the expansion of the latter ended up preceding
65354         the expansion of its prerequisite, AC_HEADER_TIME.
65355         Reported by Volker Borchert.
65356
65357 2000-02-03  Jim Meyering  <meyering@lucent.com>
65358
65359         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65360
65361 2000-02-03  Jim Meyering  <meyering@lucent.com>
65362
65363         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65364         rather than with `#if HAVE_UTMPNAME'.
65365
65366 2000-02-02  Jim Meyering  <meyering@lucent.com>
65367
65368         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65369         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65370         Reported by Eli Zaretskii.
65371
65372 2000-02-01  Jim Meyering  <meyering@lucent.com>
65373
65374         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65375
65376 2000-01-31  Jim Meyering  <meyering@lucent.com>
65377
65378         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65379         functions.  Add the time.h and sys/time.h headers along with the
65380         AC_REQUIRE'ment of AC_HEADER_TIME.
65381
65382 2000-01-31  Jim Meyering  <meyering@lucent.com>
65383
65384         * lib/nanosleep.h (nanosleep): Guard declaration with
65385         `#if ! HAVE_DECL_NANOSLEEP'.
65386         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65387         the declaration in that vendor's sys/timers.h.
65388         Reported by Christian Krackowizer.
65389
65390         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65391         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65392         (ISPRINT): Likewise.
65393         Reported by Tom Tromey.
65394
65395 2000-01-30  Jim Meyering  <meyering@lucent.com>
65396
65397         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65398
65399         * m4/prereq.m4 (utmp_includes): Define.
65400         Check for ut_user and ut_name members in both struct utmpx
65401         and struct utmp.
65402
65403 2000-01-30  Jim Meyering  <meyering@lucent.com>
65404
65405         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65406         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65407         header files where only utmpx.ut_user is declared.
65408
65409         * lib/readutmp.h (UT_USER): Define.
65410
65411 2000-01-29  Jim Meyering  <meyering@lucent.com>
65412
65413         * m4/lib-check.m4: New file containing library-related checks from
65414         fileutils and sh-utils (textutils had none).
65415
65416 2000-01-28  Jim Meyering  <meyering@lucent.com>
65417
65418         * m4/perl.m4: Change format of warning message to look more like that
65419         from the missing script.  Suggestion from François Pinard.
65420
65421 2000-01-25  Jim Meyering  <meyering@lucent.com>
65422
65423         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65424         well as time.h in the compile check.
65425         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65426         Fix typo in cross-compiling case: s/yes/no/.
65427
65428 2000-01-23  Jim Meyering  <meyering@lucent.com>
65429
65430         * m4/jm-macros.m4: Move df-related tests here from
65431         fileutils/configure.in
65432
65433         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65434         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65435
65436         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65437         s/space/ac_fsusage_space/.
65438         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65439
65440         * m4/ftruncate.m4: New file (derived from part of
65441         fileutils/configure.in).
65442         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65443         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65444
65445         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65446         AC_SUBST these here, rather than just in sh-util/configure.in, so
65447         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65448         all the same.
65449         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65450         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65451         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65452         (AC_SUBST(POW_LIBM)): Likewise.
65453         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65454
65455 2000-01-23  Jim Meyering  <meyering@lucent.com>
65456
65457         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65458         obstack.c.
65459
65460 2000-01-22  Jim Meyering  <meyering@lucent.com>
65461
65462         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65463
65464         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65465
65466         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65467         configure.in
65468         (AC_CHECK_HEADERS): Likewise for sh-utils.
65469         (AC_CHECK_HEADERS): Likewise for textutils.
65470         Merge the three lists of headers.
65471
65472         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65473         from fileutils' configure.in.
65474
65475         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65476         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65477         check-decl.m4.
65478
65479         * m4/check-decl.m4: Use #if rather than #ifdef.
65480         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65481         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65482         (_jm_DECL_HEADERS): Define new function.
65483         (jm_CHECK_DECLARATIONS): Require it.
65484
65485 2000-01-22  Jim Meyering  <meyering@lucent.com>
65486
65487         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65488         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65489         Required for some AIX systems.  Reported by Christian Krackowizer.
65490         [TESTING] (main): New function.
65491
65492         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65493         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65494         letters.
65495
65496         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65497         iswprint.
65498
65499         * lib/strverscmp.c (ISDIGIT): Define.
65500         (strverscmp): Use ISDIGIT, not isdigit.
65501
65502 2000-01-19  Jim Meyering  <meyering@lucent.com>
65503
65504         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65505         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65506         defines `struct timespec' in <sys/time.h>
65507
65508         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65509         Thanks to Akim for explaining.
65510
65511 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65512
65513         * lib/nanosleep.c (nanosleep):
65514         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65515         POSIX.1 doesn't require SA_INTERRUPT and some systems
65516         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65517         it's been part of POSIX.1 since day 1 (in 1988).
65518
65519 2000-01-17  Jim Meyering  <meyering@lucent.com>
65520
65521         * lib/interlock: Remove unused file.  Reported by François Pinard.
65522
65523 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65524
65525         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65526         alert, backslash, formfeed, and vertical tab unnecessarily in
65527         shell quoting style.
65528
65529 2000-01-16  Jim Meyering  <meyering@lucent.com>
65530
65531         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65532         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65533         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65534         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65535
65536 2000-01-16  Jim Meyering  <meyering@lucent.com>
65537
65538         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65539         because the latter didn't work.
65540
65541 2000-01-15  Jim Meyering  <meyering@lucent.com>
65542
65543         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65544         (AC_REPLACE_FUNCS): Add memcpy and memset.
65545         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65546         Add strpbrk.
65547         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65548
65549 2000-01-12  Jim Meyering  <meyering@lucent.com>
65550
65551         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65552         (jm_PREREQ): Use it.
65553         (jm_PREREQ_READUTMP): New macro.
65554         (jm_PREREQ): Use it.
65555
65556 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65557
65558         Quote multibyte characters correctly.
65559         * m4/c-bs-a.m4: New file.
65560         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65561         (jm_PREREQ): Use it.
65562
65563 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65564
65565         * m4/uintmax_t.m4: Port to autoconf 2.13.
65566
65567 2000-01-08  Jim Meyering  <meyering@ascend.com>
65568
65569         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65570         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65571
65572 2000-01-04  Jim Meyering  <meyering@ascend.com>
65573
65574         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65575         jm_STRUCT_DIRENT_D_TYPE.
65576         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65577         jm_STRUCT_DIRENT_D_INO.
65578         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65579         jm_STRUCT_UTIMBUF.
65580         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65581         renamings.
65582         * m4/utime.m4: Likewise.
65583
65584         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65585         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65586
65587 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65588
65589         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65590         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65591
65592 2000-01-02  Jim Meyering  <meyering@ascend.com>
65593
65594         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65595         remember if this is necessary.
65596
65597 1999-12-26  Jim Meyering  <meyering@ascend.com>
65598
65599         * m4/jm-macros.m4: Use it here.
65600         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65601
65602 1999-12-23  Jim Meyering  <meyering@ascend.com>
65603
65604         * m4/jm-macros.m4: Check for clock_gettime (moved from
65605         fileutils/configure.in)
65606         Check for gettimeofday.
65607
65608 1999-12-20  Jim Meyering  <meyering@ascend.com>
65609
65610         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65611         autoconf-2.14a-1999-12-20.
65612
65613 1999-12-19  Jim Meyering  <meyering@ascend.com>
65614
65615         * m4/lstat-slash.m4: New file.
65616         * m4/jm-macros.m4: Use the new macro:
65617         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65618
65619 1999-12-07  Jim Meyering  <meyering@ascend.com>
65620
65621         * m4/perl.m4: Require that File::Compare be available, too.
65622         Too many systems seem to lack it.
65623
65624         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65625         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65626
65627 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65628
65629         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65630         problem with the QNX 4.25 shell, which doesn't propagate exit
65631         status of failed commands inside shell assignments.
65632
65633 1999-11-17  Jim Meyering  <meyering@ascend.com>
65634
65635         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65636
65637 1999-11-07  Jim Meyering  <meyering@ascend.com>
65638
65639         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65640
65641 1999-11-06  Jim Meyering  <meyering@ascend.com>
65642
65643         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65644         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65645
65646 1999-11-05  Jim Meyering  <meyering@ascend.com>
65647
65648         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65649         configure.in of textutils, fileutils, and sh-utils into this one
65650         (shared between those packages) file.
65651         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65652         AC_STRUCT_ST_BLKSIZE.
65653
65654 1999-11-03  Jim Meyering  <meyering@ascend.com>
65655
65656         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65657         of AC_CHECK_TYPE checks includes unistd.h.
65658         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65659         Suggestion from Akim Demaille.
65660
65661 1999-10-30  Jim Meyering  <meyering@ascend.com>
65662
65663         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65664         m4-quoted string.
65665         * m4/ls-mntd-fs.m4: Likewise.
65666         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65667         * m4/jm-winsz1.m4: Likewise.
65668
65669         * m4/const.m4: Remove file, since the fix made it into the experimental
65670         version of autoconf.
65671         * m4/mktime.m4: Likewise.
65672
65673         * m4/check-type.m4: Remove file, now that the latest version of
65674         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65675
65676         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65677         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65678         AC_CHECK_TYPE.
65679
65680 1999-10-04  Jim Meyering  <meyering@ascend.com>
65681
65682         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65683
65684 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65685
65686         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65687         2.95.1 bug with HP-UX 10.20.
65688
65689 1999-09-17  Jim Meyering  <meyering@ascend.com>
65690
65691         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65692         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65693         due to missing strdup (against sh-utils-2.0).
65694
65695 1999-08-29  Jim Meyering  <meyering@ascend.com>
65696
65697         * m4/jm-macros.m4: Require jm_BISON.
65698         * m4/bison.m4: New file.
65699
65700 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65701
65702         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65703         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65704
65705 1999-08-05  Jim Meyering  <meyering@ascend.com>
65706
65707         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65708         to avoid conflicts with `conftest' on 8+3 filesystems.
65709         Suggestion from Eli Zaretskii.
65710
65711 1999-08-04  Jim Meyering  <meyering@ascend.com>
65712
65713         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65714         fileutils and sh-utils (textutils's getline test was inadequate).
65715         (AM_FUNC_GETLINE): Run this test.
65716         (AC_CHECK_FUNCS): Check for getdelim.
65717         Reported by Bob Proulx.
65718
65719 1999-08-02  Jim Meyering  <meyering@ascend.com>
65720
65721         * m4/jm-macros.m4: Add a comment.
65722
65723 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65724
65725         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65726         <inttypes.h> defines strtoumax as a macro (and not as a
65727         function).
65728
65729 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65730
65731         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65732         that we can shift, multiply and divide unsigned long long
65733         values; Ultrix cc can't do it.
65734
65735 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65736
65737         * m4/mktime.m4: New file, which is a preview of what should appear
65738         in the next public autoconf release.
65739
65740 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65741
65742         * m4/lfs.m4: Remove this file.
65743         * m4/largefile.m4: New file.  It contains the old contents of
65744         lfs.m4, except that all names with prefix AC_LFS have been
65745         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65746         compatible with future autoconf versions.  Also, some minor m4
65747         quoting problems have been fixed.
65748
65749 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65750
65751         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65752         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65753         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65754         and simplify the shell code.
65755
65756 1999-08-01  Jim Meyering  <meyering@ascend.com>
65757
65758         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65759         m4.
65760
65761 1999-07-20  Jim Meyering  <meyering@ascend.com>
65762
65763         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65764
65765 1999-07-15  Jim Meyering  <meyering@ascend.com>
65766
65767         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65768
65769 1999-05-22  Jim Meyering  <meyering@ascend.com>
65770
65771         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65772
65773 1999-05-20  Jim Meyering  <meyering@ascend.com>
65774
65775         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65776         Add a colon after each `then' in case $4 is empty.
65777
65778 1999-05-16  Jim Meyering  <meyering@ascend.com>
65779
65780         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65781
65782 1999-05-10  Jim Meyering  <meyering@ascend.com>
65783
65784         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65785
65786         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65787         AC_FUNC_MKTIME.
65788
65789 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65790
65791         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65792
65793 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65794
65795         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65796         not CPPFLAGS, so that linking works correctly in IRIX.
65797
65798 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65799
65800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65801
65802 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65803
65804         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65805         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65806         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65807         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65808         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65809
65810         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65811
65812 1999-04-20  Jim Meyering  <meyering@ascend.com>
65813
65814         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65815         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65816         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65817
65818 1999-04-18  Jim Meyering  <meyering@ascend.com>
65819
65820         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65821         * m4/jm-macros.m4: Use it.
65822
65823 1999-04-06  Jim Meyering  <meyering@ascend.com>
65824
65825         * m4/strftime.m4: Remove test for %f.
65826
65827 1999-03-29  Jim Meyering  <meyering@ascend.com>
65828
65829         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65830         superset of the AC_TYPE_* checks in the textutils, fileutils,
65831         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65832         AC_TYPE_PID_T.
65833
65834 1999-03-28  Jim Meyering  <meyering@ascend.com>
65835
65836         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65837         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65838         replaced e.g., in the *.sh files of the sh-utils.
65839
65840 1999-03-20  Jim Meyering  <meyering@ascend.com>
65841
65842         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65843         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65844         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65845
65846 1999-03-19  Jim Meyering  <meyering@ascend.com>
65847
65848         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65849
65850 1999-03-12  Jim Meyering  <meyering@ascend.com>
65851
65852         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65853
65854 1999-03-07  Jim Meyering  <meyering@ascend.com>
65855
65856         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65857         declared.
65858
65859 1999-02-17  Jim Meyering  <meyering@ascend.com>
65860
65861         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65862         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65863
65864 1999-02-07  Jim Meyering  <meyering@ascend.com>
65865
65866         * m4/group-member.m4: New file -- extracted from sh-utils'
65867         configure.in.
65868
65869         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65870         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65871
65872 1999-02-06  Jim Meyering  <meyering@ascend.com>
65873
65874         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65875         * m4/fnmatch.m4: Likewise.
65876         * m4/getgroups.m4: Likewise.
65877         * m4/lstat.m4: Likewise.
65878         * m4/malloc.m4: Likewise.
65879         * m4/putenv.m4: Likewise.
65880         * m4/realloc.m4: Likewise.
65881         * m4/regex.m4: Likewise.
65882         * m4/stat.m4: Likewise.
65883         * m4/strftime.m4: Likewise.
65884         Suggestion from Alain Magloire.
65885
65886         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65887         * m4/fnmatch.m4: Likewise.
65888         * m4/getgroups.m4: Likewise.
65889         * m4/getline.m4: Likewise.
65890         * m4/lstat.m4: Likewise.
65891         * m4/malloc.m4: Likewise.
65892         * m4/memcmp.m4: Likewise.
65893         * m4/putenv.m4: Likewise.
65894         * m4/realloc.m4: Likewise.
65895         * m4/regex.m4: Likewise.
65896         * m4/stat.m4: Likewise.
65897         * m4/strftime.m4: Likewise.
65898         Suggestion from Alain Magloire.
65899
65900         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65901         an argument.
65902
65903         * m4/regex.m4: Add a run-time Test for proper operation of
65904         re_compile_pattern.
65905
65906 1999-01-31  Jim Meyering  <meyering@ascend.com>
65907
65908         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65909
65910 1999-01-30  Jim Meyering  <meyering@ascend.com>
65911
65912         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65913
65914         * m4/jm-mktime.m4: Make this a wrapper around the official
65915         AM_FUNC_MKTIME rather than my private copy, now that the official one
65916         is up to date.
65917         * m4/mktime.m4: Remove file.
65918
65919         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65920         * m4/uptime.m4: Likewise.
65921         * m4/uintmax_t.m4: Likewise.
65922
65923 1999-01-28  Jim Meyering  <meyering@ascend.com>
65924
65925         * m4/jm-macros.m4: Use jm_AFS.
65926         * m4/afs.m4: New file (from fileutils' configure.in).
65927
65928         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65929         * m4/chown.m4: Likewise.
65930         * m4/d-ino.m4: Likewise.
65931         * m4/d-type.m4: Likewise.
65932         * m4/fnmatch.m4: Likewise.
65933         * m4/getgroups.m4: Likewise.
65934         * m4/gettext.m4: Likewise.
65935         * m4/jm-mktime.m4: Likewise.
65936         * m4/jm-winsz2.m4: Likewise.
65937         * m4/lcmessage.m4: Likewise.
65938         * m4/ls-mntd-fs.m4: Likewise.
65939         * m4/malloc.m4: Likewise.
65940         * m4/memcmp.m4: Likewise.
65941         * m4/putenv.m4: Likewise.
65942         * m4/realloc.m4: Likewise.
65943         * m4/st_mtim.m4: Likewise.
65944         * m4/strftime.m4: Likewise.
65945
65946 1999-01-16  Jim Meyering  <meyering@ascend.com>
65947
65948         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65949         (ARGMATCH_DIE_DECL): Define.
65950
65951 1999-01-12  Jim Meyering  <meyering@ascend.com>
65952
65953         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65954         Reported by Lars Hecking.
65955
65956 1999-01-10  Jim Meyering  <meyering@ascend.com>
65957
65958         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65959         gross kludge.
65960         * m4/inttypes_h.m4: Likewise.
65961         * m4/lstat.m4: Likewise.
65962         * m4/malloc.m4: Likewise.
65963         * m4/readdir.m4: Likewise.
65964         * m4/realloc.m4: Likewise.
65965         * m4/st_dm_mode.m4: Likewise.
65966         * m4/stat.m4: Likewise.
65967         * m4/utimbuf.m4: Likewise.
65968         * m4/utimes.m4: Likewise.
65969
65970         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65971         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65972         comments in config.h.in are meaningful.
65973
65974         * m4/jm-macros.m4: Require autoconf-2.13 here.
65975
65976         * m4/regex.m4: By default, don't use the included regex.c on systems
65977         with glibc 2.  Suggestion from Uli Drepper.
65978
65979 1999-01-02  Jim Meyering  <meyering@ascend.com>
65980
65981         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65982
65983 1998-12-18  Jim Meyering  <meyering@ascend.com>
65984
65985         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65986         Based on a suggestion from Lars Hecking.
65987
65988 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65989
65990         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65991
65992 1998-11-16  Jim Meyering  <meyering@ascend.com>
65993
65994         * m4/lfs.m4: Double-quote the `uname...` expression.
65995
65996 1998-11-14  Jim Meyering  <meyering@ascend.com>
65997
65998         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65999         * m4/stat.m4: Likewise.
66000
66001 1998-11-03  Jim Meyering  <meyering@ascend.com>
66002
66003         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
66004         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
66005
66006 1998-10-18  Jim Meyering  <meyering@ascend.com>
66007
66008         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
66009
66010 1998-10-17  Jim Meyering  <meyering@ascend.com>
66011
66012         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
66013         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
66014         calls for those previously hard-coded headers.  Instead, take a new
66015         parameter.
66016         (jm_CHECK_DECLARATIONS): Reflect interface change.
66017         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
66018         (jm_CHECK_DECL_LOCALTIME_R): New macro.
66019
66020         * m4/mktime.m4: Test for spring-forward gap before long-running test.
66021
66022 1998-10-14  Jim Meyering  <meyering@ascend.com>
66023
66024         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
66025         instead of "TZ=America/Vancouver".  From Paul Eggert.
66026
66027 1998-10-11  Jim Meyering  <meyering@ascend.com>
66028
66029         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
66030         This adds a test for a recently added compatibility fix for mktime.c.
66031         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
66032
66033 1998-09-27  Jim Meyering  <meyering@ascend.com>
66034
66035         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
66036
66037         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
66038         ../configure.in, including a change from Gordon Matzigkeit to allow
66039         cross-compiling for the Hurd.
66040
66041         * m4/glibc.m4: New file/macro to test for the GNU C Library
66042         versions 1 and 2.  From Gordon Matzigkeit.
66043         Indent.
66044
66045 1998-09-21  Jim Meyering  <meyering@ascend.com>
66046
66047         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
66048
66049 1998-08-18  Paul Eggert  <eggert@twinsun.com>
66050
66051         Port nanosecond-resolution times to UnixWare 2.1.2 and
66052         pedantic Solaris 2.6.
66053
66054         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66055         AC_STRUCT_ST_MTIM.
66056         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66057         Generate name of ns member, instead of just 1 or undef.
66058         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66059
66060 1998-08-15  Jim Meyering  <meyering@ascend.com>
66061
66062         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66063         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66064         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66065         instead of jm_TYPE_SSIZE_T.
66066
66067 1998-08-12  Jim Meyering  <meyering@ascend.com>
66068
66069         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66070
66071 1998-08-02  Jim Meyering  <meyering@ascend.com>
66072
66073         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66074         in acconfig.h manually.
66075
66076 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66077
66078         * m4/st_mtim.m4: New file.
66079
66080 1998-07-28  Jim Meyering  <meyering@ascend.com>
66081
66082         * m4/utimes.m4: Undef stat.
66083
66084 1998-07-25  Jim Meyering  <meyering@ascend.com>
66085
66086         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66087         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66088
66089 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66090
66091         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66092         uid and gid actually remain unchanged.
66093
66094 1998-07-07  Jim Meyering  <meyering@ascend.com>
66095
66096         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66097
66098 1998-07-04  Jim Meyering  <meyering@ascend.com>
66099
66100         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66101         to prove that this macro can be used in packages without regex.c.
66102
66103 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66104
66105         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66106         is to be used.
66107
66108 1998-07-03  Jim Meyering  <meyering@ascend.com>
66109
66110         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66111
66112         * m4/gettext.m4: New file -- from gettext-0.10.35.
66113         * m4/lcmessage.m4: Likewise.
66114         * m4/progtest.m4: Likewise.
66115
66116         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66117         * m4/jm-macros.m4: Require the new macro.
66118
66119 1998-06-29  Jim Meyering  <meyering@ascend.com>
66120
66121         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66122         for the definition of NGROUPS (used in a system header included
66123         by sys/mount.h).
66124
66125 1998-06-28  Jim Meyering  <meyering@ascend.com>
66126
66127         * m4/ls-mntd-fs.m4: New file.
66128         * m4/fstypename.m4: New file.
66129
66130         * m4/jm-macros.m4: Require the new macro.
66131         * m4/jm-glibc-io.m4: New file.
66132
66133 1998-05-19  Jim Meyering  <meyering@ascend.com>
66134
66135         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66136         * m4/lchown.m4: New file.
66137
66138         * m4/Makefile.am.in: New file.
66139         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66140
66141 1998-05-14  Jim Meyering  <meyering@ascend.com>
66142
66143         * m4/Makefile.am (EXTRA_DIST): Add them.
66144         * m4/jm-macros.m4: New file.
66145         * m4/utimbuf.m4: New file.
66146
66147 1998-05-12  Jim Meyering  <meyering@ascend.com>
66148
66149         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66150
66151 1998-05-11  Jim Meyering  <meyering@ascend.com>
66152
66153         * m4/isc-posix.m4: New file.
66154
66155 1998-05-10  Jim Meyering  <meyering@ascend.com>
66156
66157         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66158
66159 1998-05-09  Jim Meyering  <meyering@ascend.com>
66160
66161         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66162         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66163         with automake.
66164
66165         * m4/ssize_t.m4: New file.
66166         * m4/mktime.m4: Remove file -- the new automake has this now.
66167
66168 1998-04-26  Jim Meyering  <meyering@ascend.com>
66169
66170         * m4/assert.m4: New file.
66171         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66172
66173 1998-04-05  Jim Meyering  <meyering@ascend.com>
66174
66175         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66176         (jm_PREREQ): Use it here.
66177
66178 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66179
66180         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66181         in acconfig.h.
66182
66183 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66184
66185         * m4/prereq.m4: New file.
66186         * m4/error.m4: New file.
66187         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66188
66189 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66190
66191         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66192         cache-check for the same variable -- that defeated the purpose of
66193         the test; the test program was never run.  This was a problem only
66194         on systems with losing getline functions -- HP-UX 10.20 is one.
66195         Reported by Bjorn Helgaas.
66196
66197 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66198
66199         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66200
66201 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66202
66203         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66204
66205         * m4/const.m4: New file.  Use an initializer in this declaration
66206         typedef int charset[2]; const charset x;
66207         Reported by Bob Glickstein.
66208
66209 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66210
66211         * m4/chown.m4: Fix reversed types on -1 args to chown.
66212         From Kaveh Ghazi.
66213
66214 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66215
66216         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66217         Add lseek and memchr.
66218
66219         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66220         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66221         have a 20-character limit on names.
66222
66223 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66224
66225         * m4/inttypes_h.m4: New file.
66226         * m4/uintmax_t.m4: New file.
66227         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66228
66229
66230         -----
66231
66232         Local Variables:
66233         coding: utf-8
66234         End:
66235
66236         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66237
66238         Copying and distribution of this file, with or without
66239         modification, are permitted provided the copyright notice
66240         and this notice are preserved.