maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
[pspp] / ChangeLog
1 2010-04-27  Jim Meyering  <meyering@redhat.com>
2
3         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
4         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
5         and use that to create a regexp used to detect all #if HAVE_..._H uses.
6         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
7         (gl_assured_headers_, az_, AZ_): Define.
8         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
9
10 2010-04-26  Jim Meyering  <jim@meyering.net>
11             Bruno Haible  <bruno@clisp.org>
12
13         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
14         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
15         Prompted by an exchange with Gilles Espinasse.
16
17 2010-04-26  Jim Meyering  <meyering@redhat.com>
18
19         git-version-gen: aesthetic tweak
20         * build-aux/git-version-gen: Use "$nl" rather than a literal,
21         so that the command remains on a single line.
22
23 2010-04-26  Eric Blake  <eblake@redhat.com>
24
25         git-version-gen: allow use on EBCDIC hosts
26         * build-aux/git-version-gen (dirty): Use literal rather than tying
27         ourselves to ascii.
28         Reported by Steve Goetze.
29
30 2010-04-25  Bruno Haible  <bruno@clisp.org>
31
32         netdb: Add support for GNULIB_POSIXCHECK.
33         * lib/netdb.in.h: Include warn-on-use.h.
34         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
35         functions are used when GNULIB_POSIXCHECK is defined and the
36         getaddrinfo module is not in use.
37         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
38         freeaddrinfo, gai_strerror, getnameinfo are declared.
39         * modules/netdb (Depends-on): Add warn-on-use.
40         (Makefile.am): Include warn-on-use.h in netdb.h.
41
42 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
43
44         build: avoid "make check" failure without .git/ directory
45         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
46         there is no .git/ directory.
47
48 2010-04-25  Bruno Haible  <bruno@clisp.org>
49
50         ptsname: Fix misuse of ttyname_r.
51         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
52         of errno.
53
54 2010-04-25  Bruno Haible  <bruno@clisp.org>
55
56         ttyname_r: Make it work on Solaris 10.
57         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
58         if the system function has the POSIX declaration. Test whether the
59         function fails if the buffer is less than 128 bytes large.
60         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
61         system's ttyname_r function. Provide a reasonably large buffer.
62         * modules/ttyname_r (Depends-on): Add extensions.
63         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
64
65 2010-04-25  Bruno Haible  <bruno@clisp.org>
66
67         Use the 'extensions' module for some more functions on Solaris.
68         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
69         module.
70         * doc/posix-functions/ctime_r.texi: Likewise.
71         * doc/posix-functions/getgrgid_r.texi: Likewise.
72         * doc/posix-functions/getgrnam_r.texi: Likewise.
73         * doc/posix-functions/getpwnam_r.texi: Likewise.
74         * doc/posix-functions/getpwuid_r.texi: Likewise.
75         * doc/posix-functions/readdir_r.texi: Likewise.
76         * doc/posix-functions/sigwait.texi: Likewise.
77         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
78         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
79
80 2010-04-25  Bruno Haible  <bruno@clisp.org>
81
82         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
83         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
84         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
85         * lib/ttyname_r.c: Include <limits.h>.
86         (ttyname_r): Define using the system's ttyname_r function, if it exists
87         and not on Solaris.
88         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
89         set.
90         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
91         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
92         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
93         Reported by Simon Josefsson.
94
95 2010-04-25  Bruno Haible  <bruno@clisp.org>
96
97         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
98         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
99         * doc/posix-functions/ctime_r.texi: Likewise.
100         * doc/posix-functions/getgrgid_r.texi: Likewise.
101         * doc/posix-functions/getgrnam_r.texi: Likewise.
102         * doc/posix-functions/getlogin_r.texi: Likewise.
103         * doc/posix-functions/getpwnam_r.texi: Likewise.
104         * doc/posix-functions/getpwuid_r.texi: Likewise.
105         * doc/posix-functions/readdir_r.texi: Likewise.
106         * doc/posix-functions/sigwait.texi: Likewise.
107         * doc/posix-functions/ttyname_r.texi: Likewise.
108         Reported by Simon Josefsson.
109
110 2010-04-25  Bruno Haible  <bruno@clisp.org>
111
112         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
113         * gnulib-tool (func_usage): Document that --with-*-tests options apply
114         also to --create-testdir.
115         (func_acceptable): Don't consider the status of *-tests modules here.
116         (func_modules_transitive_closure): Consider it here, before including a
117         test module.
118         (func_import, func_create_testdir): Set inc_all_direct_tests,
119         inc_all_indirect_tests.
120         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
121         --create-testdir and --create-megatestdir.
122
123 2010-04-25  Bruno Haible  <bruno@clisp.org>
124
125         gnulib-tool: Add --without-*-tests options.
126         * gnulib-tool (func_usage): Document the --without-*-tests options.
127         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
128         excl_unportable_tests): New variables.
129         Fail if they are specified with --import or --update.
130         (func_acceptable): Respect the excl_*_tests variables.
131         (func_import): Set the excl_*_tests variables to empty.
132
133 2010-04-25  Simon Josefsson  <simon@josefsson.org>
134             Bruno Haible  <bruno@clisp.org>
135
136         Work around a MacOS X 10.4 bug with openpty.
137         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
138         * tests/test-openpty.c (main): Close the master side explicitly.
139
140 2010-04-25  Bruno Haible  <bruno@clisp.org>
141
142         strnlen: Fix a C++ test error on MacOS X and Solaris.
143         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
144         the function is not declared.
145         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
146         Simon Josefsson.
147
148 2010-04-24  Bruno Haible  <bruno@clisp.org>
149
150         Avoid a gcc warning.
151         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
152         of correct type for %08lx directive.
153         Reported by Eric Blake.
154
155 2010-04-24  Bruno Haible  <bruno@clisp.org>
156
157         vasnprintf: Correct errno value in case of out-of-memory.
158         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
159         or sprintf. Use the errno value from SNPRINTF or sprintf.
160         Reported by Ian Beckwith <ianb@erislabs.net>.
161
162 2010-04-24  Bruno Haible  <bruno@clisp.org>
163
164         ansi-c++-opt: Find correct compiler when cross-compiling.
165         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
166         AC_CHECK_PROGS.
167         Reported by Simon Josefsson.
168
169 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
170
171         vc-list-files: Add support for subversion
172         * build-aux/vc-list-files: Use "svn list" to generate the list of
173         files controlled by subversion.
174
175 2010-04-23  Jim Meyering  <meyering@redhat.com>
176
177         vc-list-files tests: convert to use init.sh
178         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
179         path_prepend_.
180         Use Exit, not exit.
181         Use skip_ rather than open coding it.
182         Remove trap set-up and compare definitions.
183         * tests/test-vc-list-files-git.sh: Likewise.
184         * modules/vc-list-files-tests (Files): Add tests/init.sh.
185
186 2010-04-22  Simon Josefsson  <simon@josefsson.org>
187
188         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
189         backup files.
190
191 2010-04-21  Simon Josefsson  <simon@josefsson.org>
192
193         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
194
195 2010-04-20  Eric Blake  <eblake@redhat.com>
196
197         tests: be robust to ignored SIGPIPE
198         * tests/test-select-in.sh: Consume all output.
199         * tests/test-lseek.sh: Check correct exit status, while avoiding
200         EPIPE.
201
202 2010-04-20  Simon Josefsson  <simon@josefsson.org>
203             Bruno Haible  <bruno@clisp.org>
204
205         visibility: Don't use -fvisibility if it leads to a warning.
206         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
207         yes, don't pretend that visibility works if it leads to a warning.
208         Reported by Mike Gran <spk121@yahoo.com>.
209
210 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
211
212         * build-aux/bootstrap: Use "git -h" for testing for supported options
213         instead of "git --help".  The short-form option only shows a summary,
214         and doesn't layout the full man page.  Grep for the full option name
215         in the summary, too.
216
217 2010-04-19  Bruno Haible  <bruno@clisp.org>
218
219         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
220         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
221         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
222         mention of RELOCATABLE_STRIP.
223         Reported by Sylvain Beucler <beuc@beuc.net>.
224
225 2010-04-19  Bruno Haible  <bruno@clisp.org>
226
227         * lib/diffseq.h: Fix typo in comment.
228         Reported by Eric Blake.
229
230 2010-04-19  Bruno Haible  <bruno@clisp.org>
231
232         ioctl: Move autoconf macro to a .m4 file.
233         * m4/ioctl.m4: New file, extracted from modules/ioctl.
234         * modules/ioctl (Files): Add it.
235         (configure.ac): Simply invoke gl_FUNC_IOCTL.
236         Reported by Ian Beckwith <ianb@erislabs.net>.
237
238 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
239             Bruno Haible  <bruno@clisp.org>
240
241         diffseq: Accommodate use-case with abstract arrays.
242         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
243         is not defined.
244         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
245         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
246
247 2010-04-18  Bruno Haible  <bruno@clisp.org>
248
249         * doc/posix-headers/stdbool.texi: More precise wording.
250
251 2010-04-17  Jim Meyering  <meyering@redhat.com>
252
253         maint.mk: use gnu-style indentation in an embedded perl script
254         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
255         Rename variable: s/two/last_two_bytes/
256
257 2010-04-16  Eric Blake  <eblake@redhat.com>
258
259         test-stdbool: skip test that fails with Solaris CC
260         * tests/test-stdbool.c (f): Skip test that causes compilation
261         error under buggy C++ compiler.
262         * lib/stdbool.in.h: Document the limitation.
263         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
264
265         setenv: allow compilation with C++
266         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
267         register keyword.
268
269         stdint: allow test to pass with C++
270         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
271
272         getopt: allow compilation with C++
273         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
274         struct.
275         * lib/getopt.c (_getopt_internal_r): Use correct type.
276         Reported by Dagobert Michelson, via Joel E. Denny.
277
278 2010-04-16  Bruno Haible  <bruno@clisp.org>
279
280         Override netdb.h always.
281         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
282         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
283         Reported by Ludovic Courtès <ludo@gnu.org>.
284
285 2010-04-15  Bruno Haible  <bruno@clisp.org>
286
287         openpty: Fix mistake from 2010-03-21.
288         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
289         Reported by Simon Josefsson.
290
291 2010-04-15  Eric Blake  <eblake@redhat.com>
292
293         test-forkpty: fix expected signature
294         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
295         Reported by Simon Josefsson.
296
297 2010-04-15  Jim Meyering  <meyering@redhat.com>
298
299         maint.mk: texinfo_suffix_re_: correct the default regexp
300         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
301
302         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
303         make it configurable via texinfo_suffix_re_.
304
305 2010-04-14  Eric Blake  <eblake@redhat.com>
306
307         strtok_r: relax license to LGPLv2+
308         * modules/strtok_r (License): Relax license.
309         Reported by Matthias Bolte.
310
311 2010-04-14  Simon Josefsson  <simon@josefsson.org>
312
313         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
314         version 1.4.4 by default instead of requiring the libgcrypt
315         version used during build.  This makes it possible to use the
316         application with older but still binary compatible libgcrypt
317         versions.
318
319 2010-04-13  Eric Blake  <eblake@redhat.com>
320
321         getopt-gnu: match recent glibc fixes and posix ruling
322         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
323         '+' handling, when requesting extensions.
324         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
325         'W;' handling.
326         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
327         * doc/posix-functions/getopt.texi (getopt): Document this.
328         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
329         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
330         Likewise.
331
332         getopt: merge bug fixes from glibc
333         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
334         diagnostics.  Honor '+:' correctly.  Reject ';'.
335
336         getopt-posix: detect MacOS bug
337         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
338         optind when missing a required argument.
339         * doc/posix-functions/getopt.texi (getopt): Document the bug.
340         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
341         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
342         Likewise.
343
344         getopt-posix: avoid spurious failure on Solaris
345         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
346         an indicator that setting optind=1 is sufficient for reset.
347
348         getopt-posix: avoid spurious failure on FreeBSD
349         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
350         in POSIX mode, since the m4 test uses it.
351
352         gnulib-tool: silence warning on BSD sh
353         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
354
355 2010-04-13  Jim Meyering  <meyering@redhat.com>
356
357         doc: users.txt: GNU patch now uses gnulib
358         * users.txt: Add patch.
359
360 2010-04-12  Jim Meyering  <meyering@redhat.com>
361
362         maint.mk: generate more concise timing data for syntax-check rules
363         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
364         " done" from each line that reports a syntax-check test duration.
365
366 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
367
368         git-version-gen: use "git update-index..." rather than "git status"
369         * build-aux/git-version-gen: Use git update-index --refresh, not
370         "git status".  With some versions of git, "git status" would fail
371         to update the index and result in an unwarranted "-dirty" suffix.
372
373 2010-04-11  Jim Meyering  <meyering@redhat.com>
374
375         openat: correct formatting (no semantic change)
376         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
377         Suggested by Bruno Haible.
378
379 2010-04-11  Bruno Haible  <bruno@clisp.org>
380
381         Stricter declaration checking in testdirs.
382         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
383         If for_tests is true, augment AM_CPPFLAGS to define
384         GNULIB_STRICT_CHECKING.
385         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
386         GNULIB_STRICT_CHECKING is defined, verify that the function is
387         declared.
388
389 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
390             Bruno Haible  <bruno@clisp.org>
391
392         libunistring: Improve configure output.
393         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
394         Don't say "consider installing GNU libunistring" when checking again
395         with libiconv.
396
397 2010-04-11  Bruno Haible  <bruno@clisp.org>
398
399         libunistring: Correct value of $LTLIBUNISTRING.
400         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
401         correct the value of $LTLIBUNISTRING.
402
403 2010-04-11  Bruno Haible  <bruno@clisp.org>
404
405         havelib: Add static libraries to LIBS in the right order.
406         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
407         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
408
409 2010-04-11  Bruno Haible  <bruno@clisp.org>
410
411         libunistring: Detect libunistring also when it depends on libiconv.
412         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
413         the second AC_LIB_HAVE_LINKFLAGS invocation.
414
415 2010-04-11  James Youngman  <jay@gnu.org>
416
417         close-stream: declare local scalars to be "const"
418         * lib/close-stream.c (close_stream): Make boolean variables const
419         to document the fact that we set but do not change them.
420
421 2010-04-11  Bruno Haible  <bruno@clisp.org>
422
423         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
424
425 2010-04-11  Jim Meyering  <meyering@redhat.com>
426
427         maint.mk: don't include dist-check.mk
428         * top/maint.mk: Remove bogus include directive.
429
430         maint.mk: improve empty-line-at-EOF check
431         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
432         solution, rather than tail+Perl-based one.  The latter would read
433         a few kilobytes from the end of each file, and did not handle empty
434         files properly.
435
436         maint.mk: print the elapsed time for each syntax-check rule
437         * top/maint.mk (sc_m_rules_): Save start time in a file.
438         (sc_z_rules_): New rules: remove temp file and print elapsed time.
439         (local-check): Interpose the .z rules
440
441 2010-04-11  Jim Meyering  <meyering@redhat.com>
442
443         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
444         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
445         empty file with one that ends in an empty line.
446
447 2010-04-10  Bruno Haible  <bruno@clisp.org>
448
449         mkdir: Make it work on mingw64.
450         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
451         * lib/mkdir.c: Update comment.
452         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
453
454 2010-04-10  Bruno Haible  <bruno@clisp.org>
455
456         Don't override improved macro from newer autoconf.
457         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
458         autoconf >= 2.62.
459         Reported by Joel E. Denny <jdenny@clemson.edu>.
460
461 2010-04-10  Jim Meyering  <meyering@redhat.com>
462
463         maint.mk: new syntax-check rule: prohibit empty lines at end of file
464         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
465
466         maint.mk: correct a diagnostic
467         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
468         in diagnostic; now use $prohibit.
469
470 2010-04-10  Bruno Haible  <address@hidden>
471
472         fchownat: Fix a C++ test error on Solaris 8.
473         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
474         the function does not exist.
475
476 2010-04-10  Bruno Haible  <bruno@clisp.org>
477
478         vasnprintf: Add more tests.
479         * tests/test-vasnprintf-posix.c: Include <errno.h>.
480         (test_function): Test converting an invalid wide string.
481
482         vasnprintf: Correct handling of unconvertible wide string arguments.
483         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
484         VASNPRINTF.
485         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
486         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
487         smaller than the expected maximum need for the directive. Set errno to
488         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
489         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
490         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
491         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
492         * modules/vasnprintf (Files): Add m4/printf.m4.
493         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
494
495 2010-04-10  Bruno Haible  <bruno@clisp.org>
496
497         vasnprintf: Fix crash in %ls directive.
498         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
499         string is passed as argument to %ls, with no precision and no width.
500         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
501
502 2010-04-10  Bruno Haible  <bruno@clisp.org>
503
504         vasnprintf: Fix multiple test failures on mingw.
505         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
506         _snprintf, or snwprintf, not _snwprintf.
507
508 2010-04-10  Bruno Haible  <bruno@clisp.org>
509
510         write: Fix a C++ test error on mingw.
511         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
512
513 2010-04-10  Bruno Haible  <bruno@clisp.org>
514
515         vasnprintf test: Reduce code duplication.
516         * tests/test-vasnprintf.c (test_function): New function, extracted from
517         test_vasnprintf.
518         (test_vasnprintf, test_asnprintf): Invoke it.
519
520 2010-04-10  Bruno Haible  <bruno@clisp.org>
521
522         strnlen: Fix warning in C++ mode on MacOS X.
523         * lib/string.in.h (strnlen): Use the modern idiom.
524         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
525         defining strnlen as a macro already in <config.h>.
526         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
527         REPLACE_STRNLEN.
528         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
529         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
530
531 2010-04-08  James Youngman  <jay@gnu.org>
532
533         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
534         the example.
535
536 2010-04-09  Jim Meyering  <meyering@redhat.com>
537
538         maint.mk: print better diagnostic when there is no $(_hv_file)
539         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
540         announce that when $(_hv_file) (aka help-version) does not exist.
541
542         init.sh: run tr in the "C" locale to avoid multibyte interpretation
543         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
544         not try to interpret its random input bytes.  Jarno Rajahalme reported
545         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
546         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
547         (mktempd_): Likewise, just in case.
548
549         ftruncate: add two years to projected module removal date: 2012
550         * m4/ftruncate.m4: Adjust comments.
551
552         ftruncate: mark module as obsolete; even MinGW provides it, now
553         * modules/ftruncate (Status): Obsolete.
554         (Notice): Say that.
555         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
556         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
557
558 2010-04-08  Bruno Haible  <bruno@clisp.org>
559
560         Fix side effects from tests-related modules.
561         * modules/dprintf-posix (Comment): New section.
562         * modules/fprintf-posix (Comment): Likewise.
563         * modules/obstack-printf-posix (Comment): Likewise.
564         * modules/printf-posix (Comment): Likewise.
565         * modules/snprintf-posix (Comment): Likewise.
566         * modules/sprintf-posix (Comment): Likewise.
567         * modules/vasnprintf-posix (Comment): Likewise.
568         * modules/vasprintf-posix (Comment): Likewise.
569         * modules/vdprintf-posix (Comment): Likewise.
570         * modules/vfprintf-posix (Comment): Likewise.
571         * modules/vprintf-posix (Comment): Likewise.
572         * modules/vsnprintf-posix (Comment): Likewise.
573         * modules/vsprintf-posix (Comment): Likewise.
574         * modules/xprintf-posix (Comment): Likewise.
575         * modules/xvasprintf-posix (Comment): Likewise.
576         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
577         * modules/floorf-tests (Depends-on): Likewise.
578         * modules/round-tests (Depends-on): Likewise.
579         * modules/roundf-tests (Depends-on): Likewise.
580         * modules/trunc-tests (Depends-on): Likewise.
581         * modules/truncf-tests (Depends-on): Likewise.
582         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
583         'fprintf-posix' module is not present.
584         * tests/test-floorf2.c (check): Likewise.
585         * tests/test-trunc2.c (check): Likewise.
586         * tests/test-truncf2.c (check): Likewise.
587         * tests/test-round2.c (equal): Likewise.
588         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
589
590 2010-04-07  Karl Berry  <karl@gnu.org>
591
592         * config/srclist.txt,
593         * config/srclistvars.sh,
594         * config/srclist-update: doc fixes.
595
596 2010-04-07  Jim Meyering  <meyering@redhat.com>
597
598         maint.mk: add a PATH crosschecking syntax-check rule
599         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
600         Useful if you use a test like the one in help-version (coreutils,
601         diffutils, grep, gzip) that ensures $(VERSION) matches what is
602         printed by prog --version.
603
604 2010-04-06  Bruno Haible  <bruno@clisp.org>
605
606         Fix link error on mingw.
607         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
608         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
609
610 2010-04-06  Bruno Haible  <bruno@clisp.org>
611
612         Assume rmdir exists.
613         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
614
615 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
616
617         doc: update users.txt
618         * users.txt: Add gcal.
619
620 2010-04-06  Jim Meyering  <meyering@redhat.com>
621
622         init.sh: simply unset TMPDIR rather than risking env -i
623         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
624         although it probably works fine on all Unix-based systems, some
625         systems (Cygwin?) cannot tolerate a totally cleared environment.
626         Suggestion from Eric Blake.
627
628 2010-04-06  Jim Meyering  <meyering@redhat.com>
629
630         init.sh: portability fix: use env's POSIX-specified -i option not -u
631         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
632         than unportable env -u.  Solaris 5.11's env lacks support for -u.
633
634 2010-04-05  Bruno Haible  <bruno@clisp.org>
635
636         btowc: Work around Cygwin 1.7.2 bug.
637         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
638         does not map NUL to 0.
639         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
640
641 2010-04-05  Bruno Haible  <bruno@clisp.org>
642
643         Make the multithread modules work on Cygwin 1.7.2.
644         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
645         imported symbols can be declared weak, so that it returns "no" on
646         Cygwin 1.7.2.
647
648 2010-04-05  Bruno Haible  <bruno@clisp.org>
649
650         Use the module 'strncat'.
651         * modules/unistr/u8-strncat (Depends-on): Add strncat.
652
653         Tests for module 'strncat'.
654         * modules/strncat-tests: New file.
655         * tests/test-strncat.c: New file.
656
657         New module 'strncat'.
658         * lib/string.in.h (strncat): New declaration.
659         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
660         * m4/strncat.m4: New file, based on m4/memchr.m4.
661         * modules/strncat: New file.
662         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
663         is declared.
664         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
665         REPLACE_STRNCAT.
666         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
667         REPLACE_STRNCAT.
668         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
669         module.
670         * tests/test-string-c++.cc: Check signature of strncat.
671
672 2010-04-05  Jim Meyering  <meyering@redhat.com>
673
674         xstrtoumax-tests: convert to use init.sh
675         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
676         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
677         Use Exit, not exit.
678         Remove uses of $EXEEXT and "./" to run a program in the current dir.
679
680         xstrtoimax-tests: convert to use init.sh
681         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
682         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
683         Use Exit, not exit.
684         Remove uses of $EXEEXT and "./" to run a program in the current dir.
685
686 2010-04-05  Bruno Haible  <bruno@clisp.org>
687
688         sys_socket: Avoid #define replacements in C++ mode.
689         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
690         warning to the function if possible, rather than #defining the symbol
691         to a dysfunctional alias.
692
693 2010-04-05  Bruno Haible  <bruno@clisp.org>
694
695         fseeko: Fix C++ test error on mingw.
696         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
697         gl_FUNC_FSEEKO.
698         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
699         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
700         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
701         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
702
703 2010-04-05  Bruno Haible  <bruno@clisp.org>
704
705         duplocale: Improve test output.
706         * tests/test-duplocale.c (main): Print reason for skipped test.
707
708 2010-04-05  Bruno Haible  <bruno@clisp.org>
709
710         Assume rmdir exists.
711         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
712         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
713
714 2010-04-05  Bruno Haible  <bruno@clisp.org>
715
716         Fix link error on Solaris 8 with cc.
717         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
718
719 2010-04-05  Bruno Haible  <bruno@clisp.org>
720
721         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
722         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
723
724 2010-04-05  Bruno Haible  <bruno@clisp.org>
725
726         vasprintf: Update documentation.
727         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
728
729 2010-04-05  Bruno Haible  <bruno@clisp.org>
730
731         ptsname: Improve test.
732         * tests/test-ptsname.c (main): Also try the various master names of BSD
733         systems.
734
735 2010-04-05  Bruno Haible  <bruno@clisp.org>
736
737         memchr: Avoid a possible C++ test error.
738         * lib/string.in.h (memchr): Provide declaration if function is missing.
739         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
740         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
741         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
742         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
743
744 2010-04-05  Bruno Haible  <bruno@clisp.org>
745
746         strtok_r: Improve idiom.
747         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
748         AC_LIBOBJ is used.
749
750 2010-04-05  Bruno Haible  <bruno@clisp.org>
751
752         strdup: Improve idiom.
753         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
754         AC_LIBOBJ is used.
755         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
756         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
757         when AC_LIBOBJ is used.
758
759 2010-04-05  Bruno Haible  <bruno@clisp.org>
760
761         mbsinit, mbrtowc, wcrtomb: Improve idioms.
762         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
763         don't set REPLACE_MBSINIT to 1.
764         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
765         don't set REPLACE_MBRTOWC to 1.
766         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
767         exist, don't set REPLACE_MBSRTOWCS to 1.
768         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
769         exist, don't set REPLACE_MBSNRTOWCS to 1.
770         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
771         don't set REPLACE_WCRTOMB to 1.
772         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
773         exist, don't set REPLACE_WCSRTOMBS to 1.
774         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
775         exist, don't set REPLACE_WCSNRTOMBS to 1.
776
777 2010-04-05  Bruno Haible  <bruno@clisp.org>
778
779         ldexpl: Improve idiom.
780         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
781         make sure to set HAVE_DECL_LDEXPL to 0.
782
783 2010-04-05  Jim Meyering  <meyering@redhat.com>
784
785         xstrtol-tests: convert to use init.sh
786         * modules/xstrtol-tests (Files): Add tests/init.sh.
787         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
788         Use Exit, not exit.
789         Remove uses of $EXEEXT and "./" to run a program in the current dir.
790
791         atexit-tests: convert to use init.sh
792         * modules/atexit-tests (Files): Add tests/init.sh.
793         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
794         Use Exit, not exit.
795         Remove uses of $EXEEXT and "./" to run a program in the current dir.
796
797         init.sh: fix typo
798         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
799
800         init.sh: make it easier for a test script to write to the tty, ...
801         when using automake's parallel-tests mode.
802         * tests/init.sh (stderr_fileno_): Define overridable variable.
803         (warn_): New function, to use it.
804         (fail_, skip_, framework_failure_): Use warn_.
805
806 2010-04-04  Bruno Haible  <bruno@clisp.org>
807
808         btowc: Avoid warning.
809         * lib/btowc.c: Include <stdlib.h>.
810         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
811
812 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
813             Bruno Haible  <bruno@clisp.org>
814
815         wchar: Port to NetBSD 1.5.
816         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
817         * lib/wctype.in.h (WEOF): Likewise.
818
819 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
820             Bruno Haible  <bruno@clisp.org>
821
822         Port extended stdio to NetBSD 1.5.
823         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
824         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
825         older.
826
827 2010-04-04  Bruno Haible  <bruno@clisp.org>
828
829         string: Remove unused substitution.
830         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
831         HAVE_DECL_STRERROR.
832         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
833
834 2010-04-04  Bruno Haible  <bruno@clisp.org>
835
836         strtod: Avoid a possible C++ test error.
837         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
838         set REPLACE_STRTOD.
839
840 2010-04-04  Bruno Haible  <bruno@clisp.org>
841
842         strerror: Update documentation.
843         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
844
845 2010-04-04  Bruno Haible  <bruno@clisp.org>
846
847         stdio: Fix some C++ test errors on Solaris 8 with GCC.
848         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
849         _GL_CXXALIAS_SYS_CAST.
850
851 2010-04-04  Bruno Haible  <bruno@clisp.org>
852
853         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
854         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
855         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
856         REPLACE_FREXPL to 1.
857         * doc/posix-functions/frexpl.texi: Update documentation.
858
859 2010-04-04  Bruno Haible  <bruno@clisp.org>
860
861         math: Fix some C++ test errors on Solaris 8 and Cygwin.
862         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
863
864 2010-04-04  Bruno Haible  <bruno@clisp.org>
865
866         Implement nanosleep for native Windows.
867         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
868
869 2010-04-04  Bruno Haible  <bruno@clisp.org>
870
871         math: Fix some C++ test errors on Solaris 8.
872         * lib/math.in.h (truncf, trunc): Use simpler idiom.
873
874 2010-04-04  Bruno Haible  <bruno@clisp.org>
875
876         math: Fix some C++ test errors on Cygwin.
877         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
878         truncl): Provide declaration if the system does not have it.
879         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
880         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
881         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
882         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
883         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
884         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
885         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
886         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
887         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
888         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
889         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
890         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
891         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
892         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
893         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
894         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
895         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
896         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
897         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
898         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
899         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
900         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
901
902 2010-04-04  Bruno Haible  <bruno@clisp.org>
903
904         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
905         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
906         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
907         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
908         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
909         * m4/isinf.m4 (gl_ISINF): Likewise.
910         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
911
912 2010-04-04  Bruno Haible  <bruno@clisp.org>
913
914         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
915         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
916
917 2010-04-04  Bruno Haible  <bruno@clisp.org>
918
919         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
920         * modules/tmpfile (configure.ac): Update.
921
922         tmpfile: Fix C++ test error on mingw.
923         * lib/stdio.in.h (tmpfile): New declaration.
924         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
925         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
926         * modules/tmpfile (Depends-on): Add stdio.
927         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
928         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
929         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
930         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
931         REPLACE_TMPFILE.
932         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
933
934 2010-04-04  Bruno Haible  <bruno@clisp.org>
935
936         ioctl: Fix C++ test error on mingw.
937         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
938         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
939         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
940
941 2010-04-03  Bruno Haible  <bruno@clisp.org>
942
943         wcwidth: Fix C++ test error on mingw.
944         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
945         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
946         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
947
948 2010-04-03  Bruno Haible  <bruno@clisp.org>
949
950         nanosleep: Fix C++ test error on mingw.
951         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
952         * lib/time.in.h (nanosleep): Use modern idiom.
953         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
954         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
955         REPLACE_NANOSLEEP to 1.
956         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
957         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
958
959 2010-04-03  Bruno Haible  <bruno@clisp.org>
960
961         strptime: Fix C++ test error on mingw.
962         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
963         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
964         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
965         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
966         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
967         not REPLACE_STRPTIME.
968         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
969         REPLACE_STRPTIME.
970
971 2010-04-03  Bruno Haible  <bruno@clisp.org>
972
973         timegm: Fix C++ test error on mingw.
974         * lib/time.in.h (timegm): Use modern idiom.
975         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
976         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
977         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
978         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
979
980 2010-04-03  Bruno Haible  <bruno@clisp.org>
981
982         timegm: Assume declaration if function exists.
983         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
984         if it exists. Don't clobber ac_cv_func_timegm.
985
986 2010-04-03  Bruno Haible  <bruno@clisp.org>
987
988         time_r: Fix C++ test error on mingw.
989         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
990         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
991         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
992         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
993         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
994
995 2010-04-03  Bruno Haible  <bruno@clisp.org>
996
997         time_r: Minor updates.
998         * modules/time_r (Description): Mention the provided functions.
999         * lib/time_r.c: Don't include <string.h>.
1000         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
1001         * doc/posix-functions/localtime_r.texi: Likewise.
1002
1003 2010-04-03  Bruno Haible  <bruno@clisp.org>
1004
1005         time: Fix regression introduced on 2010-03-08.
1006         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
1007         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
1008
1009 2010-04-03  Jim Meyering  <meyering@redhat.com>
1010
1011         maint.mk: don't silently disable project-specific syntax-check rules
1012         * top/maint.mk (_prohibit_regexp): Define, to help people realize
1013         that they need to convert their project-specific syntax-check rules
1014         to use the new _sc_search_regexp.
1015
1016 2010-04-03  Bruno Haible  <bruno@clisp.org>
1017
1018         fchdir: Fix regression introduced on 2010-03-08.
1019         * lib/unistd.in.h (fchdir): Fix declaration.
1020         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
1021         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
1022         REPLACE_FCHDIR.
1023         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
1024         REPLACE_FCHDIR.
1025
1026 2010-04-03  Bruno Haible  <bruno@clisp.org>
1027
1028         getpagesize: Fix C++ test error on mingw.
1029         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
1030         system does not declare the function.
1031         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
1032         declared.
1033         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1034         HAVE_DECL_GETPAGESIZE.
1035         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
1036
1037 2010-04-03  Bruno Haible  <bruno@clisp.org>
1038
1039         stdio: Make C++ tests work on mingw.
1040         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1041         does not declare the function.
1042
1043 2010-04-03  Bruno Haible  <bruno@clisp.org>
1044
1045         ftello: Fix C++ test error on mingw.
1046         * lib/stdio.in.h (ftello): Use modern idiom.
1047         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1048         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1049         is missing and that it needs to be replaced.
1050         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1051         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1052         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1053
1054 2010-04-03  Bruno Haible  <bruno@clisp.org>
1055
1056         fseeko: Fix C++ test error on mingw.
1057         * lib/stdio.in.h (fseeko): Use modern idiom.
1058         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1059         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1060         is missing and that it needs to be replaced.
1061         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1062         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1063         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1064
1065 2010-04-03  Bruno Haible  <bruno@clisp.org>
1066
1067         mkstemp: Fix C++ test error on mingw.
1068         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1069         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1070         function is missing and that it needs to be replaced.
1071         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1072         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1073
1074 2010-04-03  Bruno Haible  <bruno@clisp.org>
1075
1076         stpncpy: Fix C++ test error on mingw.
1077         * lib/string.in.h (stpncpy): Use modern idiom.
1078         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1079         function is missing and that it needs to be replaced.
1080         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1081         REPLACE_STPNCPY.
1082         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1083
1084 2010-04-03  Bruno Haible  <bruno@clisp.org>
1085
1086         sys_stat: Fix C++ test error on mingw.
1087         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1088         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1089
1090 2010-04-03  Bruno Haible  <bruno@clisp.org>
1091
1092         pty: Update doc.
1093         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1094
1095 2010-04-03  Bruno Haible  <bruno@clisp.org>
1096
1097         unistd: Fix C++ test error on mingw.
1098         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1099
1100 2010-04-03  Bruno Haible  <bruno@clisp.org>
1101
1102         Update doc regarding mingw.
1103         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1104         * doc/glibc-functions/login_tty.texi: Likewise.
1105         * doc/glibc-functions/forkpty.texi: Likewise.
1106
1107 2010-04-03  Bruno Haible  <bruno@clisp.org>
1108
1109         stdlib: Avoid compilation failure of c-strtold on mingw.
1110         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1111
1112 2010-04-03  Bruno Haible  <bruno@clisp.org>
1113
1114         locale: Make C++ tests work on Cygwin and mingw.
1115         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1116         cannot provide the function.
1117         Reported by Simon Josefsson.
1118
1119 2010-04-03  Bruno Haible  <bruno@clisp.org>
1120
1121         localename: Port to MacOS X 10.6.
1122         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1123         memory layout of the locales in MacOS X 10.6 as well.
1124         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1125
1126 2010-04-02  Bruno Haible  <bruno@clisp.org>
1127
1128         gnulib-tool: Ensure that long-running tests are executed last.
1129         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1130         running tests after the one for the other tests.
1131
1132 2010-04-02  Bruno Haible  <bruno@clisp.org>
1133
1134         gnulib-tool: Ensure the tests in the main directory are executed first.
1135         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1136         start with the current directory.
1137
1138 2010-04-02  Bruno Haible  <bruno@clisp.org>
1139
1140         Tests for module 'havelib', moved here from GNU gettext.
1141         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1142         modifications.
1143         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1144         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1145         with modifications.
1146         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1147         modifications.
1148         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1149         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1150         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1151         with modifications.
1152         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1153         with modifications.
1154         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1155         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1156         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1157         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1158         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1159         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1160         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1161         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1162         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1163         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1164         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1165         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1166         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1167         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1168         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1169         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1170         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1171         with modifications.
1172         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1173         with modifications.
1174         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1175         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1176         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1177         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1178         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1179         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1180         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1181         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1182         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1183         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1184         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1185         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1186         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1187         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1188         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1189         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1190         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1191         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1192         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1193         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1194         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1195         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1196         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1197         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1198         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1199         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1200         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1201         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1202         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1203         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1204         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1205         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1206         * tests/havelib/rpathx/rpathx.c: New file, from
1207         gettext/autoconf-lib-link.
1208         * tests/havelib/rpathx/Makefile.am: New file, from
1209         gettext/autoconf-lib-link.
1210         * tests/havelib/rpathx/configure.ac: New file, from
1211         gettext/autoconf-lib-link with modifications.
1212         * tests/havelib/rpathy/rpathy.c: New file, from
1213         gettext/autoconf-lib-link.
1214         * tests/havelib/rpathy/Makefile.am: New file, from
1215         gettext/autoconf-lib-link.
1216         * tests/havelib/rpathy/configure.ac: New file, from
1217         gettext/autoconf-lib-link with modifications.
1218         * tests/havelib/rpathz/rpathz.c: New file, from
1219         gettext/autoconf-lib-link.
1220         * tests/havelib/rpathz/Makefile.am: New file, from
1221         gettext/autoconf-lib-link.
1222         * tests/havelib/rpathz/configure.ac: New file, from
1223         gettext/autoconf-lib-link with modifications.
1224         * tests/havelib/rpathlx/usex.c: New file, from
1225         gettext/autoconf-lib-link.
1226         * tests/havelib/rpathlx/Makefile.am: New file, from
1227         gettext/autoconf-lib-link.
1228         * tests/havelib/rpathlx/configure.ac: New file, from
1229         gettext/autoconf-lib-link with modifications.
1230         * tests/havelib/rpathly/usey.c: New file, from
1231         gettext/autoconf-lib-link.
1232         * tests/havelib/rpathly/Makefile.am: New file, from
1233         gettext/autoconf-lib-link.
1234         * tests/havelib/rpathly/configure.ac: New file, from
1235         gettext/autoconf-lib-link with modifications.
1236         * tests/havelib/rpathlz/usez.c: New file, from
1237         gettext/autoconf-lib-link.
1238         * tests/havelib/rpathlz/Makefile.am: New file, from
1239         gettext/autoconf-lib-link.
1240         * tests/havelib/rpathlz/configure.ac: New file, from
1241         gettext/autoconf-lib-link with modifications.
1242         * tests/havelib/rpathlyx/usey.c: New file, from
1243         gettext/autoconf-lib-link.
1244         * tests/havelib/rpathlyx/Makefile.am: New file, from
1245         gettext/autoconf-lib-link.
1246         * tests/havelib/rpathlyx/configure.ac: New file, from
1247         gettext/autoconf-lib-link with modifications.
1248         * tests/havelib/rpathlzyx/usez.c: New file, from
1249         gettext/autoconf-lib-link.
1250         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1251         gettext/autoconf-lib-link.
1252         * tests/havelib/rpathlzyx/configure.ac: New file, from
1253         gettext/autoconf-lib-link with modifications.
1254         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1255         with modifications.
1256
1257 2010-04-02  Bruno Haible  <bruno@clisp.org>
1258
1259         gnulib-tool: Create distributed built sources also for the tests.
1260         * gnulib-tool (func_create_testdir): Also generate distributed built
1261         sources in the tests directory.
1262
1263 2010-04-02  Bruno Haible  <bruno@clisp.org>
1264
1265         gnulib-tool: Obey user's environment variables.
1266         * gnulib-tool (func_create_testdir): When creating built sources,
1267         respect the environment variables for autoconf, automake, etc. given by
1268         the user.
1269
1270 2010-04-02  Bruno Haible  <bruno@clisp.org>
1271
1272         gnulib-tool: Provide the value of --m4-base to modules.
1273         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1274         of gl_m4_base.
1275
1276 2010-04-02  Eric Blake  <eblake@redhat.com>
1277
1278         maint.mk: fix some fallout
1279         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1280         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1281
1282 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1283
1284         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1285         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1286         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1287         (sc_cast_of_x_alloc_return_value): Likewise.
1288         (sc_cast_of_alloca_return_value): Likewise.
1289         (sc_space_tab): Likewise.
1290         (sc_prohibit_atoi_atof): Likewise.
1291         (sc_prohibit_magic_number_exit): Likewise.
1292         (sc_error_exit_success): Likewise.
1293         (sc_file_system): Likewise.
1294         (sc_prohibit_have_config_h): Likewise.
1295         (sc_require_config_h): Likewise.
1296         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1297         (sc_obsolete_symbols): Likewise.
1298         (sc_changelog): Likewise.
1299         (sc_program_name): Likewise.
1300         (sc_the_the): Likewise.
1301         (sc_trailing_blank): Likewise.
1302         (sc_two_space_separator_in_usage): Likewise.
1303         (sc_useless_cpp_parens): Likewise.
1304         (sc_GPL_version): Likewise.
1305         (sc_GFDL_version): Likewise.
1306         (sc_texinfo_acronym): Likewise.
1307         (sc_prohibit_cvs_keyword): Likewise.
1308         (sc_prohibit_stat_st_blocks): Likewise.
1309         (sc_prohibit_S_IS_definition): Likewise.
1310         (sc_redundant_const): Likewise.
1311         (sc_makefile_TAB_only_indentation): Likewise.
1312         (sc_m4_quote_check): Likewise.
1313         (sc_makefile_path_separator_check): Likewise.
1314         (sc_copyright_check): Likewise.
1315         (sc_Wundef_boolean): Likewise.
1316         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1317
1318         maint.mk: match 0 or more whitespace-before-function-call '('
1319         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1320         that have zero or two-and-more spaces between the function name
1321         and the open parenthesis.
1322         (sc_error_message_warn_fatal): Likewise.
1323         (sc_error_message_uppercase): Likewise.
1324         (sc_error_message_period): Likewise.
1325
1326 2010-03-31  Eric Blake  <eblake@redhat.com>
1327
1328         maint.mk: check for [ as well as test
1329         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1330         Based on a libvirt report by Matthias Bolte.
1331
1332         gnumakefile: don't squelch _version output
1333         * top/GNUmakefile (_version): Create one-shot dependency rather
1334         than using $(shell) when version must be regenerated.
1335         (_autoreconf): Run verbosely, by default.
1336
1337         sys_time: avoid compiler warnings
1338         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1339         unconditional, fixing regression from 2010-03-29.
1340         Reported by Simon Josefsson.
1341
1342 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1343
1344         maint.mk: s/_header_without_use/_sc_header_without_use/
1345         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1346         (sc_prohibit_assert_without_use): Use the new name.
1347         (sc_prohibit_close_stream_without_use): Likewise.
1348         (sc_prohibit_getopt_without_use): Likewise.
1349         (sc_prohibit_quotearg_without_use): Likewise.
1350         (sc_prohibit_quote_without_use): Likewise.
1351         (sc_prohibit_long_options_without_use): Likewise.
1352         (sc_prohibit_inttostr_without_use): Likewise.
1353         (sc_prohibit_ignore_value_without_use): Likewise.
1354         (sc_prohibit_error_without_use): Likewise.
1355         (sc_prohibit_xalloc_without_use): Likewise.
1356         (sc_prohibit_hash_without_use): Likewise.
1357         (sc_prohibit_hash_pjw_without_use): Likewise.
1358         (sc_prohibit_safe_read_without_use): Likewise.
1359         (sc_prohibit_argmatch_without_use): Likewise.
1360         (sc_prohibit_canonicalize_without_use): Likewise.
1361         (sc_prohibit_root_dev_ino_without_use): Likewise.
1362         (sc_prohibit_openat_without_use): Likewise.
1363         (sc_prohibit_c_ctype_without_use): Likewise.
1364         (sc_prohibit_signal_without_use): Likewise.
1365         (sc_prohibit_intprops_without_use): Likewise.
1366
1367 2010-03-30  Eric Blake  <eblake@redhat.com>
1368
1369         maint: improve module indicators
1370         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1371         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1372         columns, and avoid extra macro expansion.
1373
1374         fdopendir: work around FreeBSD bug
1375         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1376         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1377         * modules/dirent (Makefile.am): Substitute it.
1378         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1379         declaration.
1380         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1381         fix.
1382         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1383
1384 2010-03-29  Bruno Haible  <bruno@clisp.org>
1385
1386         Emit #pragma system_header after the inclusion guard, not before.
1387         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1388         guard that spans the entire file, not before. This enables an
1389         optimization in GCC's preprocessor.
1390         * lib/ctype.in.h: Likewise.
1391         * lib/dirent.in.h: Likewise.
1392         * lib/errno.in.h: Likewise.
1393         * lib/float.in.h: Likewise.
1394         * lib/getopt.in.h: Likewise.
1395         * lib/iconv.in.h: Likewise.
1396         * lib/langinfo.in.h: Likewise.
1397         * lib/locale.in.h: Likewise.
1398         * lib/math.in.h: Likewise.
1399         * lib/netdb.in.h: Likewise.
1400         * lib/netinet_in.in.h: Likewise.
1401         * lib/pty.in.h: Likewise.
1402         * lib/sched.in.h: Likewise.
1403         * lib/se-selinux.in.h: Likewise.
1404         * lib/search.in.h: Likewise.
1405         * lib/spawn.in.h: Likewise.
1406         * lib/stdarg.in.h: Likewise.
1407         * lib/stdint.in.h: Likewise.
1408         * lib/string.in.h: Likewise.
1409         * lib/strings.in.h: Likewise.
1410         * lib/sys_file.in.h: Likewise.
1411         * lib/sys_ioctl.in.h: Likewise.
1412         * lib/sys_time.in.h: Likewise.
1413         * lib/sys_times.in.h: Likewise.
1414         * lib/sys_utsname.in.h: Likewise.
1415         * lib/sys_wait.in.h: Likewise.
1416         * lib/sysexits.in.h: Likewise.
1417         * lib/wctype.in.h: Likewise.
1418
1419 2010-03-28  James Youngman  <jay@gnu.org>
1420
1421         save-cwd: don't leak a file descriptor when the caller execs.
1422         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1423         saved file descriptor.
1424         * modules/save-cwd (Depends-on): Depend on cloexec.
1425
1426 2010-03-29  Bruno Haible  <bruno@clisp.org>
1427
1428         Remove vestiges of fts-lgpl module.
1429         * lib/fts_.h: Assume GNULIB_FTS is 1.
1430         * lib/fts.c: Likewise.
1431         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1432
1433 2010-03-28  Bruno Haible  <bruno@clisp.org>
1434
1435         Fix definition of tests witness macro.
1436         * gnulib-tool (func_import): Fix definition of witness macro.
1437
1438 2010-03-28  Bruno Haible  <bruno@clisp.org>
1439
1440         Fix ioctl's protoype on glibc systems.
1441         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1442         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1443         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1444         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1445         signature. If not, arrange to replace the ioctl function.
1446         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1447         REPLACE_IOCTL.
1448         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1449         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1450         Reported by Ludovic Courtès <ludo@gnu.org>.
1451
1452 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1453
1454         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1455         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1456         made it so grep -r --include=GLOB* ... did not work.
1457
1458 2010-03-26  Jim Meyering  <meyering@redhat.com>
1459             Eric Blake  <eblake@redhat.com>
1460
1461         maint.mk: prohibit use of test's -o and -a operators
1462         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1463
1464 2010-03-28  Bruno Haible  <bruno@clisp.org>
1465
1466         Remove unused GNULIB_XYZ macro definitions.
1467         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1468         invocation.
1469
1470 2010-03-28  Bruno Haible  <bruno@clisp.org>
1471
1472         Mark privileged tests modules.
1473         * modules/idpriv-drop-tests (Status): New section.
1474         * modules/idpriv-droptemp-tests (Status): New section.
1475
1476 2010-03-28  Bruno Haible  <bruno@clisp.org>
1477
1478         Split C++ tests into separate tests modules.
1479         * modules/dirent-c++-tests: New file, extracted from
1480         modules/dirent-tests.
1481         * modules/dirent-tests: Depend on it.
1482         * modules/fcntl-h-c++-tests: New file, extracted from
1483         modules/fcntl-h-tests.
1484         * modules/fcntl-h-tests: Depend on it.
1485         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1486         * modules/glob-tests: Depend on it.
1487         * modules/iconv-h-c++-tests: New file, extracted from
1488         modules/iconv-h-tests.
1489         * modules/iconv-h-tests: Depend on it.
1490         * modules/langinfo-c++-tests: New file, extracted from
1491         modules/langinfo-tests.
1492         * modules/langinfo-tests: Depend on it.
1493         * modules/locale-c++-tests: New file, extracted from
1494         modules/locale-tests.
1495         * modules/locale-tests: Depend on it.
1496         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1497         * modules/math-tests: Depend on it.
1498         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1499         * modules/pty-tests: Depend on it.
1500         * modules/search-c++-tests: New file, extracted from
1501         modules/search-tests.
1502         * modules/search-tests: Depend on it.
1503         * modules/signal-c++-tests: New file, extracted from
1504         modules/signal-tests.
1505         * modules/signal-tests: Depend on it.
1506         * modules/spawn-c++-tests: New file, extracted from
1507         modules/spawn-tests.
1508         * modules/spawn-tests: Depend on it.
1509         * modules/stdio-c++-tests: New file, extracted from
1510         modules/stdio-tests.
1511         * modules/stdio-tests: Depend on it.
1512         * modules/stdlib-c++-tests: New file, extracted from
1513         modules/stdlib-tests.
1514         * modules/stdlib-tests: Depend on it.
1515         * modules/string-c++-tests: New file, extracted from
1516         modules/string-tests.
1517         * modules/string-tests: Depend on it.
1518         * modules/sys_ioctl-c++-tests: New file, extracted from
1519         modules/sys_ioctl-tests.
1520         * modules/sys_ioctl-tests: Depend on it.
1521         * modules/sys_select-c++-tests: New file, extracted from
1522         modules/sys_select-tests.
1523         * modules/sys_select-tests: Depend on it.
1524         * modules/sys_socket-c++-tests: New file, extracted from
1525         modules/sys_socket-tests.
1526         * modules/sys_socket-tests: Depend on it.
1527         * modules/sys_stat-c++-tests: New file, extracted from
1528         modules/sys_stat-tests.
1529         * modules/sys_stat-tests: Depend on it.
1530         * modules/sys_time-c++-tests: New file, extracted from
1531         modules/sys_time-tests.
1532         * modules/sys_time-tests: Depend on it.
1533         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1534         * modules/time-tests: Depend on it.
1535         * modules/unistd-c++-tests: New file, extracted from
1536         modules/unistd-tests.
1537         * modules/unistd-tests: Depend on it.
1538         * modules/wchar-c++-tests: New file, extracted from
1539         modules/wchar-tests.
1540         * modules/wchar-tests: Depend on it.
1541         * modules/wctype-c++-tests: New file, extracted from
1542         modules/wctype-tests.
1543         * modules/wctype-tests: Depend on it.
1544         Reported by Simon Josefsson.
1545
1546 2010-03-28  Bruno Haible  <bruno@clisp.org>
1547
1548         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1549         * gnulib-tool (func_exists_module): New function, extracted from
1550         func_verify_module.
1551         (func_verify_module): Use it.
1552         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1553         'foo' only if 'foo' exists.
1554         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1555         module.
1556
1557 2010-03-28  Bruno Haible  <bruno@clisp.org>
1558
1559         gnulib-tool: Add support for special categories of tests.
1560         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1561         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1562         (func_usage): Document them.
1563         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1564         inc_unportable_tests, inc_all_tests): New variables.
1565         (func_acceptable): Consider these variables.
1566         (func_modules_transitive_closure): Make it work when the 'Status' field
1567         consists of multiple words.
1568         (func_import): Store and restore the values of inc_cxx_tests,
1569         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1570         inc_all_tests in gnulib-comp.m4.
1571         (func_create_testdir): Set inc_all_tests to true.
1572         * doc/gnulib.texi (Extra tests modules): New section.
1573         Suggested by Jim Meyering.
1574
1575 2010-03-28  Bruno Haible  <bruno@clisp.org>
1576
1577         ansi-c++-opt: Allow turning off the C++ build by default.
1578         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1579         gl_CXX_CHOICE_DEFAULT_NO is defined.
1580         Requested by Eric Blake.
1581
1582 2010-03-28  Bruno Haible  <bruno@clisp.org>
1583
1584         unistd: Avoid #define replacements in C++ mode.
1585         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1586         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1587         setsockopt, shutdown, select): In C++, attach a warning to the function
1588         if possible, rather than #defining the symbol to a dysfunctional alias.
1589         Reported by John W. Eaton <jwe@gnu.org>.
1590
1591 2010-03-28  Bruno Haible  <bruno@clisp.org>
1592
1593         Fix link errors on mingw.
1594         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1595         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1596         $(LIBSOCKET).
1597         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1598         $(LIBSOCKET).
1599
1600 2010-03-28  Bruno Haible  <bruno@clisp.org>
1601             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1602
1603         lib-ignore: Determine different options for different compilers.
1604         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1605         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1606         Add comments.
1607         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1608         * NEWS: Mention the change.
1609
1610 2010-03-27  Bruno Haible  <bruno@clisp.org>
1611
1612         Remove unused GNULIB_XYZ macro definitions.
1613         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1614         * modules/fseek (configure.ac): Likewise.
1615         * modules/ioctl (configure.ac): Likewise.
1616         * modules/open (configure.ac): Likewise.
1617         * modules/stdlib-safer (configure.ac): Likewise.
1618
1619 2010-03-27  Bruno Haible  <bruno@clisp.org>
1620
1621         Add a remark about certain modules.
1622         * modules/malloc (Comment): New section.
1623         * modules/realloc (Comment): Likewise.
1624         * modules/sigpipe (Comment): Likewise.
1625
1626 2010-03-27  Bruno Haible  <bruno@clisp.org>
1627
1628         Resolve conflict between the two kinds of module indicators.
1629         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1630         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1631         * modules/canonicalize (configure.ac): Invoke
1632         gl_MODULE_INDICATOR_FOR_TESTS.
1633         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1634         GNULIB_XYZ.
1635         * tests/test-dirent-c++.cc: Likewise.
1636         * tests/test-dirent-safer.c: Likewise.
1637         * tests/test-dup2.c: Likewise.
1638         * tests/test-fchdir.c: Likewise.
1639         * tests/test-fcntl-h-c++.cc: Likewise.
1640         * tests/test-getopt.c: Likewise.
1641         * tests/test-getopt.h: Likewise.
1642         * tests/test-langinfo-c++.cc: Likewise.
1643         * tests/test-locale-c++.cc: Likewise.
1644         * tests/test-math-c++.cc: Likewise.
1645         * tests/test-pty-c++.cc: Likewise.
1646         * tests/test-search-c++.cc: Likewise.
1647         * tests/test-signal-c++.cc: Likewise.
1648         * tests/test-spawn-c++.cc: Likewise.
1649         * tests/test-stdio-c++.cc: Likewise.
1650         * tests/test-stdlib-c++.cc: Likewise.
1651         * tests/test-string-c++.cc: Likewise.
1652         * tests/test-sys_ioctl-c++.cc: Likewise.
1653         * tests/test-sys_select-c++.cc: Likewise.
1654         * tests/test-sys_socket-c++.cc: Likewise.
1655         * tests/test-sys_stat-c++.cc: Likewise.
1656         * tests/test-sys_time-c++.cc: Likewise.
1657         * tests/test-time-c++.cc: Likewise.
1658         * tests/test-unistd-c++.cc: Likewise.
1659         * tests/test-wchar-c++.cc: Likewise.
1660         * tests/uninorm/test-u8-nfc.c: Likewise.
1661         * tests/uninorm/test-u8-nfd.c: Likewise.
1662         * tests/uninorm/test-u8-nfkc.c: Likewise.
1663         * tests/uninorm/test-u8-nfkd.c: Likewise.
1664         * tests/uninorm/test-u16-nfc.c: Likewise.
1665         * tests/uninorm/test-u16-nfd.c: Likewise.
1666         * tests/uninorm/test-u16-nfkc.c: Likewise.
1667         * tests/uninorm/test-u16-nfkd.c: Likewise.
1668         * tests/uninorm/test-u32-nfc.c: Likewise.
1669         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1670         * tests/uninorm/test-u32-nfd.c: Likewise.
1671         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1672         * tests/uninorm/test-u32-nfkc.c: Likewise.
1673         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1674         * tests/uninorm/test-u32-nfkd.c: Likewise.
1675         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1676         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1677
1678 2010-03-27  Bruno Haible  <bruno@clisp.org>
1679
1680         Distinguish two kinds of module indicators.
1681         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1682         gl_MODULE_INDICATOR.
1683         (gl_MODULE_INDICATOR): New macro.
1684         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1685         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1686         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1687         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1688         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1689         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1690         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1691         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1692         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1693         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1694         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1695         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1696         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1697         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1698         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1699         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1700         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1701         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1702         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1703         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1704         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1705         * modules/cloexec (configure.ac): Likewise.
1706         * modules/getopt-gnu (configure.ac): Likewise.
1707         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1708         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1709         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1710         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1711
1712 2010-03-27  Bruno Haible  <bruno@clisp.org>
1713
1714         New module description field 'Comment'.
1715         * gnulib-tool: New option --extract-comment.
1716         (func_usage): Document it.
1717         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1718         (func_get_comment): New function.
1719         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1720
1721 2010-03-27  Bruno Haible  <bruno@clisp.org>
1722
1723         Addendum to 2010-02-07 commit.
1724         * gnulib-tool (func_usage): Document --extract-applicability option.
1725
1726 2010-03-27  Bruno Haible  <bruno@clisp.org>
1727
1728         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1729         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1730         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1731         rather than link errors.
1732
1733 2010-03-27  Bruno Haible  <bruno@clisp.org>
1734
1735         Avoid side effects from tests-related modules on the compilation of lib.
1736         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1737         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1738         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1739         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1740         macro.
1741         (func_import): Define a witness macro. Assign it a value that depends
1742         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1743         tests-related modules.
1744         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1745         Reported by Jim Meyering.
1746
1747 2010-03-27  Bruno Haible  <bruno@clisp.org>
1748
1749         Factorize common .m4 code.
1750         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1751         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1752         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1753         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1754         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1755         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1756         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1757         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1758         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1759         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1760         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1761         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1762         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1763         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1764         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1765         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1766         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1767         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1768         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1769         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1770         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1771         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1772         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1773         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1774         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1775         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1776         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1777         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1778         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1779         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1780         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1781         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1782
1783 2010-03-27  Bruno Haible  <bruno@clisp.org>
1784
1785         Fix a compilation error on Cygwin with g++ >= 4.3.
1786         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1787         if it is undefined or if we alias it to chmod.
1788         (lstat): Don't warn about the use of this function if it is undefined
1789         or if we alias it to stat.
1790         Reported by Simon Josefsson.
1791
1792 2010-03-27  Bruno Haible  <bruno@clisp.org>
1793
1794         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1795         * modules/getlogin (configure.ac): Update.
1796
1797         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1798         * modules/getlogin_r (configure.ac): Update.
1799
1800         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1801         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1802         * modules/inet_ntop (configure.ac): Update.
1803
1804         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1805         * modules/inet_pton (configure.ac): Update.
1806
1807         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1808         * modules/mbslen (configure.ac): Update.
1809
1810         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1811         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1812         * modules/forkpty (configure.ac): Update.
1813         * modules/openpty (configure.ac): Update.
1814
1815 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1816
1817         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1818         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1819
1820 2010-03-25  Eric Blake  <eblake@redhat.com>
1821
1822         maint: use pragma consistently across replacement headers
1823         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1824         * lib/dirent.in.h (system_header): Likewise.
1825         * lib/errno.in.h (system_header): Likewise.
1826         * lib/float.in.h (system_header): Likewise.
1827         * lib/getopt.in.h (system_header): Likewise.
1828         * lib/iconv.in.h (system_header): Likewise.
1829         * lib/inttypes.in.h (system_header): Likewise.
1830         * lib/langinfo.in.h (system_header): Likewise.
1831         * lib/locale.in.h (system_header): Likewise.
1832         * lib/math.in.h (system_header): Likewise.
1833         * lib/netdb.in.h (system_header): Likewise.
1834         * lib/netinet_in.in.h (system_header): Likewise.
1835         * lib/pty.in.h (system_header): Likewise.
1836         * lib/sched.in.h (system_header): Likewise.
1837         * lib/se-selinux.in.h (system_header): Likewise.
1838         * lib/search.in.h (system_header): Likewise.
1839         * lib/spawn.in.h (system_header): Likewise.
1840         * lib/stdarg.in.h (system_header): Likewise.
1841         * lib/stdint.in.h (system_header): Likewise.
1842         * lib/string.in.h (system_header): Likewise.
1843         * lib/strings.in.h (system_header): Likewise.
1844         * lib/sys_file.in.h (system_header): Likewise.
1845         * lib/sys_ioctl.in.h (system_header): Likewise.
1846         * lib/sys_socket.in.h (system_header): Likewise.
1847         * lib/sys_times.in.h (system_header): Likewise.
1848         * lib/sys_utsname.in.h (system_header): Likewise.
1849         * lib/sys_wait.in.h (system_header): Likewise.
1850         * lib/sysexits.in.h (system_header): Likewise.
1851         * lib/unistd.in.h (system_header): Likewise.
1852         * lib/wctype.in.h (system_header): Likewise.
1853
1854         arpa/inet: fix mingw compilation warning
1855         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1856         Reported by Matthew Bolte.
1857
1858 2010-03-25  Bruno Haible  <bruno@clisp.org>
1859
1860         Avoid collision between gnulib wrapper and libintl wrapper.
1861         * lib/printf.c (printf): Don't define if a printf wrapper is already
1862         defined in intl/printf.c.
1863         Reported by Michel Boaventura <michel@michelboaventura.com>.
1864
1865 2010-03-25  Bruno Haible  <bruno@clisp.org>
1866
1867         Use ANSI C.
1868         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1869
1870 2010-03-25  Bruno Haible  <bruno@clisp.org>
1871
1872         Minor formatting changes.
1873         * lib/acosl.c: Insert space before function argument list.
1874         * lib/argz.c: Likewise.
1875         * lib/asinl.c: Likewise.
1876         * lib/expl.c: Likewise.
1877         * lib/gen-uni-tables.c: Likewise.
1878         * lib/gettext.h: Likewise.
1879         * lib/glthread/lock.h: Likewise.
1880         * lib/tanl.c: Likewise.
1881         * lib/uniname/uniname.c: Likewise.
1882         * tests/test-idpriv-drop.c: Likewise.
1883         * tests/test-idpriv-droptemp.c: Likewise.
1884         * tests/test-lock.c: Likewise.
1885         * tests/test-tls.c: Likewise.
1886         * lib/argp-help.c: Insert space before function-like macro argument
1887         list.
1888         * lib/memcmp.c: Likewise.
1889         * tests/test-base64.c: Likewise.
1890         * lib/localename.c: Insert space before sizeof's argument list.
1891         * lib/safe-alloc.h: Likewise.
1892         * lib/file-set.h: Insert space before macro argument list.
1893         * tests/test-argp.c: Likewise.
1894         * lib/argp-namefrob.h: Insert space before function parameter list.
1895         * lib/getaddrinfo.c: Likewise.
1896         * lib/netdb.in.h: Likewise.
1897         * lib/parse-duration.h: Likewise.
1898         * lib/parse-duration.c: Likewise.
1899         * lib/poll.c: Likewise.
1900         * lib/select.c: Likewise.
1901         * lib/trim.h: Likewise.
1902         * tests/test-usleep.c: Likewise.
1903         * lib/ldexpl.c: Insert space before function parameter list and before
1904         function argument list.
1905         * lib/logl.c: Likewise.
1906         * lib/sqrtl.c: Likewise.
1907         * lib/trim.c: Likewise.
1908         * lib/cosl.c: Use GNU style indentation. Insert space before function
1909         argument list.
1910         * lib/sinl.c: Likewise.
1911         * lib/tsearch.c: Insert space after 'for'.
1912         Reported by Jim Meyering.
1913
1914 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1915
1916         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1917         config header before grepping, as it's not present before
1918         autoreconf/configure are run.  Reported by Simon Josefsson.
1919
1920 2010-03-23  Bruno Haible  <bruno@clisp.org>
1921
1922         pt_chown: Make it work with automake < 1.11.
1923         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1924         Reported by Simon Josefsson.
1925
1926 2010-03-23  Bruno Haible  <bruno@clisp.org>
1927
1928         pt_chown: Don't depend on GPLed modules.
1929         * lib/pt_chown.c: Don't include idpriv.h.
1930         (main): Don't drop privileges.
1931         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1932         Reported by Simon Josefsson.
1933
1934 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1935
1936         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1937         suggestions from karl@freefriends.org (Karl Berry).
1938
1939 2010-03-22  Eric Blake  <eblake@redhat.com>
1940
1941         gethostname: further tweaks
1942         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1943         are overriding gethostname.
1944         Suggested by Bruno Haible.
1945
1946 2010-03-21  Bruno Haible  <bruno@clisp.org>
1947
1948         Fix comments.
1949         * lib/forkpty.c (rpl_forkpty): Fix comment.
1950         * lib/openpty.c (rpl_openpty): Likewise.
1951         Reported by Eric Blake.
1952
1953 2010-03-22  Eric Blake  <eblake@redhat.com>
1954
1955         gethostname: fix build on mingw
1956         * lib/unistd.in.h (includes): Work around fact that mingw
1957         <winsock2.h> re-includes <unistd.h>, by avoiding any
1958         redeclarations if we are being included by <winsock2.h>.
1959         Reported by Matthias Bolte.
1960
1961 2010-03-21  Bruno Haible  <bruno@clisp.org>
1962
1963         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1964         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1965         modifications.
1966         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1967         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1968         provide the replacement.
1969         * modules/forkpty (Depends-on): Add openpty, login_tty.
1970         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1971         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1972         * doc/glibc-functions/forkpty.texi: More supported platforms.
1973         * config/srclist.txt: Add forkpty.c (commented).
1974
1975 2010-03-21  Bruno Haible  <bruno@clisp.org>
1976
1977         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1978         (Makefile.am): Verify that PTY_LIB is defined.
1979
1980         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1981
1982 2010-03-21  Bruno Haible  <bruno@clisp.org>
1983
1984         Tests for module 'login_tty'.
1985         * modules/login_tty-tests: New file.
1986         * tests/test-login_tty.c: New file.
1987
1988         New module 'login_tty'.
1989         * lib/login_tty.c: New file.
1990         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1991         * modules/login_tty: New file.
1992         * doc/glibc-functions/login_tty.texi: Mention the new module.
1993
1994 2010-03-21  Bruno Haible  <bruno@clisp.org>
1995
1996         login_tty: Documentation.
1997         * doc/glibc-functions/login_tty.texi: New file.
1998         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1999
2000 2010-03-21  Bruno Haible  <bruno@clisp.org>
2001
2002         pty: Consistent macro naming.
2003         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
2004         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
2005         * modules/pty (configure.ac): Update.
2006
2007 2010-03-21  Bruno Haible  <bruno@clisp.org>
2008
2009         Tests for openpty: Make stricter.
2010         * tests/test-openpty.c (main): Add test of canonical processing and
2011         erase.
2012         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
2013
2014         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2015         * lib/openpty.c (openpty): New replacement function.
2016         * lib/pty.in.h: Include <termios.h>.
2017         (openpty): Update declaration. Add comments.
2018         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
2019         is not declared, arrange to provide the replacement. Check for _getpty
2020         and posix_openpt.
2021         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
2022         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
2023         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
2024         * modules/pty-tests (test_pty_c___LDADD): New variable.
2025         * doc/glibc-functions/openpty.texi: More supported platforms.
2026
2027 2010-03-21  Bruno Haible  <bruno@clisp.org>
2028
2029         setenv: Tweaks.
2030         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
2031         the test program.
2032         * doc/posix-functions/setenv.texi: Update platforms list.
2033
2034 2010-03-21  Bruno Haible  <bruno@clisp.org>
2035
2036         New module 'unlockpt'.
2037         * lib/unlockpt.c: New file, from glibc with modifications.
2038         * m4/unlockpt.m4: New file.
2039         * modules/unlockpt: New file.
2040         * lib/stdlib.in.h (unlockpt): New declaration.
2041         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2042         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2043         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2044         HAVE_UNLOCKPT.
2045         * doc/posix-functions/unlockpt.texi: Mention the new module.
2046         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2047         * config/srclist.txt: Add unlockpt.c (commented).
2048
2049 2010-03-21  Jim Meyering  <meyering@redhat.com>
2050
2051         maint.mk: prohibit inclusion of "intprops.h" without use
2052         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2053
2054 2010-03-21  Bruno Haible  <bruno@clisp.org>
2055
2056         New module 'grantpt'.
2057         * lib/grantpt.c: New file, from glibc with modifications.
2058         * m4/grantpt.m4: New file.
2059         * modules/grantpt: New file.
2060         * lib/stdlib.in.h (grantpt): New declaration.
2061         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2062         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2063         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2064         HAVE_GRANTPT.
2065         * doc/posix-functions/grantpt.texi: Mention the new module.
2066         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2067         * config/srclist.txt: Add grantpt.c (commented).
2068
2069 2010-03-21  Bruno Haible  <bruno@clisp.org>
2070
2071         New module 'pt_chown'.
2072         * lib/pt_chown.c: New file, from glibc with modifications.
2073         * lib/pty-private.h: New file, from glibc with modifications.
2074         * modules/pt_chown: New file.
2075         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2076
2077 2010-03-21  Bruno Haible  <bruno@clisp.org>
2078
2079         Tests for module 'ptsname'.
2080         * modules/ptsname-tests: New file.
2081         * tests/test-ptsname.c: New file.
2082
2083         New module 'ptsname'.
2084         * lib/ptsname.c: New file, from glibc with modifications.
2085         * m4/ptsname.m4: New file.
2086         * modules/ptsname: New file.
2087         * lib/stdlib.in.h (ptsname): New declaration.
2088         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2089         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2090         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2091         HAVE_PTSNAME.
2092         * doc/posix-functions/ptsname.texi: Mention the new module.
2093         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2094         * config/srclist.txt: Add ptsname.c (commented).
2095
2096 2010-03-21  Bruno Haible  <bruno@clisp.org>
2097
2098         Tests for module 'ttyname_r'.
2099         * modules/ttyname_r-tests: New file.
2100         * tests/test-ttyname_r.c: New file.
2101
2102         New module 'ttyname_r'.
2103         * lib/ttyname_r.c: New file.
2104         * m4/ttyname_r.m4: New file.
2105         * modules/ttyname_r: New file.
2106         * lib/unistd.in.h (ttyname_r): New declaration.
2107         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2108         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2109         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2110         HAVE_TTYNAME_R.
2111         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2112         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2113
2114 2010-03-20  Bruno Haible  <bruno@clisp.org>
2115
2116         signal: Undefine macro definitions in C++ mode.
2117         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2118         sigfillset): Undefine macro definitions from the system header in C++
2119         mode.
2120         Reported by John W. Eaton <jwe@gnu.org>.
2121
2122 2010-03-20  Bruno Haible  <bruno@clisp.org>
2123
2124         Ensure no #include statements inside extern "C" { ... }.
2125         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2126         contain #include statements.
2127         * lib/time.in.h: Likewise.
2128
2129 2010-03-20  Bruno Haible  <bruno@clisp.org>
2130
2131         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2132         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2133         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2134         Reported by John W. Eaton <jwe@gnu.org>.
2135
2136 2010-03-20  Bruno Haible  <bruno@clisp.org>
2137
2138         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2139         Reported by Jim Meyering.
2140
2141 2010-03-20  Bruno Haible  <bruno@clisp.org>
2142
2143         pipe: Set errno upon failure.
2144         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2145         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2146         errno value in error message.
2147
2148 2010-03-20  Bruno Haible  <bruno@clisp.org>
2149             Jim Meyering  <meyering@redhat.com>
2150
2151         lchown: Avoid "unused variable" warning.
2152         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2153
2154 2010-03-20  Bruno Haible  <bruno@clisp.org>
2155
2156         Work around unlink() bug on MacOS X 10.5.6.
2157         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2158         attempting to unlink a parent directory.
2159         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2160         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2161         activate for the replacement function.
2162         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2163
2164 2010-03-20  Bruno Haible  <bruno@clisp.org>
2165
2166         Fix link errors on Solaris 8.
2167         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2168         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2169
2170 2010-03-19  Jim Meyering  <meyering@redhat.com>
2171
2172         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2173         The _LIBC implementation of build_range_exp correctly honors the
2174         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2175         However, the non-_LIBC implementation would ignore that syntax-bit
2176         flag and return REG_ERANGE unconditionally.
2177         This change makes it honor that flag.
2178         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2179         Make two pointer parameters "const".
2180         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2181         (parse_bracket_exp): Update caller.
2182
2183         regex.m4: correct the reversed range endpoint ([b-a]) test
2184         * m4/regex.m4: When requiring that [b-a] evoke failure,
2185         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2186         test pass once again for x86-based systems.
2187
2188 2010-03-19  Bruno Haible  <bruno@clisp.org>
2189
2190         scandir: Fix link error on Solaris 8.
2191         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2192         macros.
2193
2194 2010-03-19  Bruno Haible  <bruno@clisp.org>
2195
2196         getusershell: Fix documentation.
2197         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2198         module.
2199         * doc/glibc-functions/setusershell.texi: Likewise.
2200
2201         getusershell: Provide declaration, missing on Solaris 9.
2202         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2203         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2204         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2205         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2206         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2207         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2208         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2209         HAVE_GETUSERSHELL.
2210         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2211
2212 2010-03-19  Bruno Haible  <bruno@clisp.org>
2213
2214         wctype: Provide iswblank function.
2215         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2216         exists and is fine.
2217         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2218         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2219         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2220         * doc/posix-functions/iswblank.texi: Update.
2221
2222 2010-03-19  Bruno Haible  <bruno@clisp.org>
2223
2224         Tests of module 'pty' in C++ mode.
2225         * modules/pty-tests: New file.
2226         * tests/test-pty-c++.cc: New file.
2227         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2228
2229 2010-03-19  Eric Blake  <eblake@redhat.com>
2230
2231         logb: fix documentation
2232         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2233         1.5 declaration bug.
2234
2235         forkpty, openpty: prefer glibc's const-safe prototype
2236         * lib/forkpty.c (rpl_forkpty): New file.
2237         * lib/openpty.c (rpl_openpty): Likewise.
2238         * modules/forkpty (Files): Distribute it.
2239         * modules/openpty (Files): Likewise.
2240         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2241         check...
2242         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2243         replacement for for non-const BSD signature.
2244         * modules/pty (Makefile.am): Substitute witnesses.
2245         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2246         * tests/test-forkpty.c: Update signature check.
2247         * tests/test-openpty.c: Likewise.
2248         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2249         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2250
2251         forkpty, openpty: split functions into new modules
2252         * modules/pty (Makefile.am): Substitute new witnesses.
2253         (Libraries): Move library detection...
2254         * modules/forkpty: ...into new module.
2255         * modules/openpty: Another new module.
2256         * modules/pty-tests: Rename and split...
2257         * modules/forkpty-tests: ...to this...
2258         * modules/openpty-tests: ...and this.
2259         * tests/test-pty.c: Rename and split...
2260         * tests/test-forkpty.c: ...to this...
2261         * tests/test-openpty.c: ...and this.
2262         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2263         (gl_PTY): Split library searching...
2264         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2265         (gl_FORKPTY, gl_OPENPTY): New macros.
2266         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2267         * NEWS: Mention the split.
2268         * MODULES.html.sh (Misc): Document the modules.
2269         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2270         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2271
2272         pty: improve replacement header
2273         * lib/pty.in.h: New file.
2274         * modules/pty (Files): Ship it.
2275         (Makefile.am): Always build replacement.
2276         * m4/pty.m4: Rename...
2277         * m4/pty_h.m4: ...to this.
2278         (gl_PTY): Modernize setting of witness macros; update check of
2279         forkpty to take proper advantage of cache.
2280         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2281
2282         getopt: avoid compiler warning
2283         * lib/getopt.c (attribute_hidden): Remove unused macro.
2284
2285 2010-03-18  Bruno Haible  <bruno@clisp.org>
2286
2287         Fix link errors on Solaris 8.
2288         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2289         * modules/search-tests (test_search_c___LDADD): Likewise.
2290         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2291         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2292         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2293         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2294         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2295         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2296         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2297
2298 2010-03-18  Bruno Haible  <bruno@clisp.org>
2299
2300         Fix bug introduced on 2010-03-14.
2301         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2302         (gl_SPAWN_H): Require it.
2303         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2304         Reported by Simon Josefsson.
2305
2306 2010-03-18  Bruno Haible  <bruno@clisp.org>
2307
2308         Fix typo introduced on 2009-12-31.
2309         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2310         posix_spawn_file_actions_adddup2.
2311
2312 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2313         and Eric Blake  <eblake@redhat.com>
2314
2315         test-vc-list-files-git: make more robust
2316         * tests/test-vc-list-files-git.sh: Unset problematic environment
2317         variables.  Chain commands together.
2318
2319 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2320
2321         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2322         `AC_CHECK_DECL' invocation.
2323
2324 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2325
2326         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2327         appears before executable statements. Suggested by Petr Sumbera
2328         <Petr.Sumbera@Sun.COM>.
2329
2330 2010-03-14  Bruno Haible  <bruno@clisp.org>
2331
2332         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2333         portability problems. Instead use a simpler test.
2334         (main): Check that invalid arguments are rejected only on Linux.
2335
2336 2010-03-14  Bruno Haible  <bruno@clisp.org>
2337
2338         Fix bug introduced on 2009-12-31.
2339         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2340         gl_PREREQ_SYS_H_WINSOCK2 always.
2341         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2342         SYS_SOCKET_H variable.
2343         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2344         Update comments.
2345         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2346         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2347         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2348         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2349         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2350
2351 2010-03-14  Bruno Haible  <bruno@clisp.org>
2352
2353         Fix values returned by sinl, cosl.
2354         * lib/trigl.h: Add specification comments.
2355         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2356         that combines the values from the precomputed table with the values of
2357         the Chebyshev polynomials.
2358
2359 2010-03-14  Bruno Haible  <bruno@clisp.org>
2360
2361         Fix compilation error when modules 'posix_spawn[p]' are not used.
2362         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2363         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2364
2365 2010-03-14  Bruno Haible  <bruno@clisp.org>
2366
2367         Fix compilation error on mingw when module 'time_r' is not used.
2368         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2369         is 1.
2370         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2371         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2372         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2373         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2374
2375 2010-03-14  Bruno Haible  <bruno@clisp.org>
2376
2377         Fix compilation error with Sun C.
2378         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2379         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2380         instead of GCC specific ULONG_LONG_MAX.
2381         * lib/xstrtoll.c: Likewise.
2382         * lib/xstrtoull.c: Likewise.
2383
2384 2010-03-13  Bruno Haible  <bruno@clisp.org>
2385
2386         Allow the user to disable C++ code and tests.
2387         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2388         (gl_PROG_ANSI_CXX): Require it.
2389
2390 2010-03-13  Bruno Haible  <bruno@clisp.org>
2391
2392         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2393         cases.
2394
2395 2010-03-13  Bruno Haible  <bruno@clisp.org>
2396
2397         Test that gnulib does not break the standard C++ headers.
2398         * tests/test-locale-c++2.cc: New file.
2399         * modules/locale-tests (Files): Add it.
2400         (Makefile.am): Compile it for test-locale-c++.
2401         * tests/test-math-c++2.cc: New file.
2402         * modules/math-tests (Files): Add it.
2403         (Makefile.am): Compile it for test-math-c++.
2404         * tests/test-signal-c++2.cc: New file.
2405         * modules/signal-tests (Files): Add it.
2406         (Makefile.am): Compile it for test-signal-c++.
2407         * tests/test-stdio-c++2.cc: New file.
2408         * modules/stdio-tests (Files): Add it.
2409         (Makefile.am): Compile it for test-stdio-c++.
2410         * tests/test-stdlib-c++2.cc: New file.
2411         * modules/stdlib-tests (Files): Add it.
2412         (Makefile.am): Compile it for test-stdlib-c++.
2413         * tests/test-string-c++2.cc: New file.
2414         * modules/string-tests (Files): Add it.
2415         (Makefile.am): Compile it for test-string-c++.
2416         * tests/test-time-c++2.cc: New file.
2417         * modules/time-tests (Files): Add it.
2418         (Makefile.am): Compile it for test-time-c++.
2419         Reported by John W. Eaton <jwe@gnu.org>.
2420
2421 2010-03-13  Bruno Haible  <bruno@clisp.org>
2422
2423         * gnulib-tool (func_usage): Clarify which options are available for
2424         --create-testdir and --create-megatestdir.
2425
2426 2010-03-13  Bruno Haible  <bruno@clisp.org>
2427
2428         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2429         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2430         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2431         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2432         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2433         when appropriate.
2434         Reported by Jim Meyering.
2435
2436 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2437
2438         * gnulib-tool (func_import): Explain origin of code.
2439
2440 2010-03-12  Bruno Haible  <bruno@clisp.org>
2441
2442         Fix problem with automake's definition of CXXLINK.
2443         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2444         Reported by Simon Josefsson and Ludovic Courtès.
2445
2446 2010-03-12  Bruno Haible  <bruno@clisp.org>
2447
2448         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2449         stable releases.
2450
2451 2010-03-11  Bruno Haible  <bruno@clisp.org>
2452
2453         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2454         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2455         whether the system provides one variant or multiple variants of the
2456         function.
2457         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2458         C++ compilers.
2459         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2460         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2461         Reported by Jim Meyering.
2462
2463 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2464
2465         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2466
2467 2010-03-08  Bruno Haible  <bruno@clisp.org>
2468
2469         gnulib-tool: Add support for --libtool in --create-testdir.
2470         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2471         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2472
2473 2010-03-08  Eric Blake  <eblake@redhat.com>
2474
2475         gnulib-tool.texi: mention possibility of git submodule
2476         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2477         submodules.
2478         * doc/.gitignore: Ignore another generated file.
2479
2480 2010-03-08  Karl Berry  <karl@gnu.org>
2481
2482         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2483         of committing gnulib files while skipping others.
2484
2485 2010-03-07  Bruno Haible  <bruno@clisp.org>
2486
2487         Tests of module 'wctype' in C++ mode.
2488         * tests/test-wctype-c++.cc: New file.
2489         * modules/wctype-tests (Files): Add it and tests/signature.h.
2490         (Depends-on): Add ansi-c++-opt.
2491         (Makefile.am): Arrange to compile and run test-wctype-c++.
2492
2493         Tests of module 'wchar' in C++ mode.
2494         * tests/test-wchar-c++.cc: New file.
2495         * modules/wchar-tests (Files): Add it and tests/signature.h.
2496         (Depends-on): Add ansi-c++-opt.
2497         (Makefile.am): Arrange to compile and run test-wchar-c++.
2498         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2499         gl_MODULE_INDICATOR.
2500
2501         Tests of module 'unistd' in C++ mode.
2502         * tests/test-unistd-c++.cc: New file.
2503         * modules/unistd-tests (Files): Add it and tests/signature.h.
2504         (Depends-on): Add ansi-c++-opt.
2505         (Makefile.am): Arrange to compile and run test-unistd-c++.
2506         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2507         gl_MODULE_INDICATOR.
2508
2509         Tests of module 'time' in C++ mode.
2510         * tests/test-time-c++.cc: New file.
2511         * modules/time-tests (Files): Add it and tests/signature.h.
2512         (Depends-on): Add ansi-c++-opt.
2513         (Makefile.am): Arrange to compile and run test-time-c++.
2514         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2515
2516         Tests of module 'sys_time' in C++ mode.
2517         * tests/test-sys_time-c++.cc: New file.
2518         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2519         (Depends-on): Add ansi-c++-opt.
2520         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2521         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2522         gl_MODULE_INDICATOR.
2523
2524         Tests of module 'sys_stat' in C++ mode.
2525         * tests/test-sys_stat-c++.cc: New file.
2526         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2527         (Depends-on): Add ansi-c++-opt.
2528         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2529         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2530         gl_MODULE_INDICATOR.
2531
2532         Tests of module 'sys_socket' in C++ mode.
2533         * tests/test-sys_socket-c++.cc: New file.
2534         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2535         (Depends-on): Add ansi-c++-opt.
2536         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2537         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2538         gl_MODULE_INDICATOR.
2539
2540         Tests of module 'sys_select' in C++ mode.
2541         * tests/test-sys_select-c++.cc: New file.
2542         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2543         (Depends-on): Add ansi-c++-opt.
2544         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2545         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2546         gl_MODULE_INDICATOR.
2547
2548         Tests of module 'sys_ioctl' in C++ mode.
2549         * tests/test-sys_ioctl-c++.cc: New file.
2550         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2551         (Depends-on): Add ansi-c++-opt.
2552         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2553         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2554         gl_MODULE_INDICATOR.
2555
2556         Tests of module 'string' in C++ mode.
2557         * tests/test-string-c++.cc: New file.
2558         * modules/string-tests (Files): Add it and tests/signature.h.
2559         (Depends-on): Add ansi-c++-opt.
2560         (Makefile.am): Arrange to compile and run test-string-c++.
2561         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2562         gl_MODULE_INDICATOR.
2563
2564         Tests of module 'stdlib' in C++ mode.
2565         * tests/test-stdlib-c++.cc: New file.
2566         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2567         (Depends-on): Add ansi-c++-opt.
2568         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2569         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2570         gl_MODULE_INDICATOR.
2571
2572         Tests of module 'stdio' in C++ mode.
2573         * tests/test-stdio-c++.cc: New file.
2574         * modules/stdio-tests (Files): Add it and tests/signature.h.
2575         (Depends-on): Add ansi-c++-opt.
2576         (Makefile.am): Arrange to compile and run test-stdio-c++.
2577         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2578         gl_MODULE_INDICATOR.
2579
2580         Tests of module 'spawn' in C++ mode.
2581         * tests/test-spawn-c++.cc: New file.
2582         * modules/spawn-tests (Files): Add it and tests/signature.h.
2583         (Depends-on): Add ansi-c++-opt.
2584         (Makefile.am): Arrange to compile and run test-spawn-c++.
2585         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2586         gl_MODULE_INDICATOR.
2587
2588         Tests of module 'signal' in C++ mode.
2589         * tests/test-signal-c++.cc: New file.
2590         * modules/signal-tests (Files): Add it and tests/signature.h.
2591         (Depends-on): Add ansi-c++-opt.
2592         (Makefile.am): Arrange to compile and run test-signal-c++.
2593         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2594         gl_MODULE_INDICATOR.
2595
2596         Tests of module 'search' in C++ mode.
2597         * tests/test-search-c++.cc: New file.
2598         * modules/search-tests (Files): Add it and tests/signature.h.
2599         (Depends-on): Add ansi-c++-opt.
2600         (Makefile.am): Arrange to compile and run test-search-c++.
2601         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2602         gl_MODULE_INDICATOR.
2603
2604         Tests of module 'math' in C++ mode.
2605         * tests/test-math-c++.cc: New file.
2606         * modules/math-tests (Files): Add it and tests/signature.h.
2607         (Depends-on): Add ansi-c++-opt.
2608         (Makefile.am): Arrange to compile and run test-math-c++.
2609         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2610
2611         Tests of module 'locale' in C++ mode.
2612         * tests/test-locale-c++.cc: New file.
2613         * modules/locale-tests (Files): Add it and tests/signature.h.
2614         (Depends-on): Add ansi-c++-opt.
2615         (Makefile.am): Arrange to compile and run test-locale-c++.
2616         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2617         gl_MODULE_INDICATOR.
2618
2619         Tests of module 'langinfo' in C++ mode.
2620         * tests/test-langinfo-c++.cc: New file.
2621         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2622         (Depends-on): Add ansi-c++-opt.
2623         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2624         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2625         gl_MODULE_INDICATOR.
2626
2627         Tests of module 'iconv-h' in C++ mode.
2628         * tests/test-iconv-h-c++.cc: New file.
2629         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2630         (Depends-on): Add ansi-c++-opt.
2631         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2632
2633         Tests of module 'glob' in C++ mode.
2634         * tests/test-glob-c++.cc: New file.
2635         * modules/glob-tests (Files): Add it.
2636         (Depends-on): Add ansi-c++-opt.
2637         (Makefile.am): Arrange to compile and run test-glob-c++.
2638
2639         Tests of module 'fcntl-h' in C++ mode.
2640         * tests/test-fcntl-h-c++.cc: New file.
2641         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2642         (Depends-on): Add ansi-c++-opt.
2643         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2644         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2645         gl_MODULE_INDICATOR.
2646
2647         Tests of module 'dirent' in C++ mode.
2648         * tests/test-dirent-c++.cc: New file.
2649         * modules/dirent-tests (Files): Add it and tests/signature.h.
2650         (Depends-on): Add ansi-c++-opt.
2651         (Makefile.am): Arrange to compile and run test-dirent-c++.
2652         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2653         gl_MODULE_INDICATOR.
2654
2655         New module 'ansi-c++-opt'.
2656         * modules/ansi-c++-opt: New file.
2657         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2658
2659         Document C++ namespace mode.
2660         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2661
2662         wctype: Avoid #define replacements in C++ mode.
2663         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2664         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2665         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2666         In C++, define a namespaced alias symbol.
2667         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2668         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2669         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2670         rule.
2671
2672         wchar: Avoid #define replacements in C++ mode.
2673         * lib/wchar.in.h: Include c++defs.h.
2674         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2675         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2676         symbol.
2677         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2678         * modules/wchar (Depends-on): Add c++defs.
2679         (Makefile.am): Update wchar.h rule.
2680
2681         unistd: Avoid #define replacements in C++ mode.
2682         * lib/unistd.in.h: Include c++defs.h.
2683         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2684         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2685         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2686         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2687         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2688         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2689         symbol.
2690         (environ): Update.
2691         * modules/unistd (Depends-on): Add c++defs.
2692         (Makefile.am): Update unistd.h rule.
2693
2694         time: Avoid #define replacements in C++ mode.
2695         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2696         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2697         define a namespaced alias symbol.
2698         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2699         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2700         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2701         * modules/time (Depends-on): Add c++defs, warn-on-use.
2702         (Makefile.am): Update time.h rule.
2703         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2704         * modules/nanosleep (configure.ac): Likewise.
2705         * modules/strptime (configure.ac): Likewise.
2706         * modules/timegm (configure.ac): Likewise.
2707
2708         sys_time: Avoid #define replacements in C++ mode.
2709         * lib/sys_time.in.h: Include c++defs.h.
2710         (gettimeofday): In C++, define a namespaced alias symbol.
2711         * modules/sys_time (Depends-on): Add c++defs.
2712         (Makefile.am): Update sys/time.h rule.
2713
2714         sys_stat: Avoid #define replacements in C++ mode.
2715         * lib/sys_stat.in.h: Include c++defs.h.
2716         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2717         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2718         namespaced alias symbol.
2719         In C++, define a namespaced alias symbol.
2720         * modules/sys_stat (Depends-on): Add c++defs.
2721         (Makefile.am): Update sys/stat.h rule.
2722
2723         sys_socket: Avoid #define replacements in C++ mode.
2724         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2725         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2726         definitions also when the system has a <sys/socket.h>.
2727         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2728         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2729         In C++, define a namespaced alias symbol.
2730         * modules/sys_socket (Depends-on): Add c++defs.
2731         (Makefile.am): Update sys/socket.h rule.
2732
2733         sys_select: Avoid #define replacements in C++ mode.
2734         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2735         definitions also when the system has a <sys/select.h>.
2736         (select): In C++, define a namespaced alias symbol.
2737         * modules/sys_select (Depends-on): Add c++defs.
2738         (Makefile.am): Update sys/select.h rule.
2739
2740         sys_ioctl: Avoid #define replacements in C++ mode.
2741         * lib/sys_ioctl.in.h: Include c++defs.h.
2742         (ioctl): In C++, define a namespaced alias symbol.
2743         * modules/sys_ioctl (Depends-on): Add c++defs.
2744         (Makefile.am): Update sys/ioctl.h rule.
2745
2746         string: Avoid #define replacements in C++ mode.
2747         * lib/string.in.h: Include c++defs.h.
2748         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2749         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2750         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2751         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2752         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2753         * modules/string (Depends-on): Add c++defs.
2754         (Makefile.am): Update string.h rule.
2755
2756         stdlib: Avoid #define replacements in C++ mode.
2757         * lib/stdlib.in.h: Include c++defs.h.
2758         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2759         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2760         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2761         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2762         symbol.
2763         * modules/stdlib (Depends-on): Add c++defs.
2764         (Makefile.am): Update stdlib.h rule.
2765
2766         stdio: Avoid #define replacements in C++ mode.
2767         * lib/stdio.in.h: Include c++defs.h.
2768         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2769         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2770         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2771         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2772         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2773         namespaced alias symbol.
2774         * modules/stdio (Depends-on): Add c++defs.
2775         (Makefile.am): Update stdio.h rule.
2776
2777         spawn: Avoid #define replacements in C++ mode.
2778         * lib/spawn.in.h: Include c++defs.h.
2779         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2780         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2781         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2782         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2783         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2784         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2785         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2786         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2787         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2788         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2789         In C++, define a namespaced alias symbol.
2790         * modules/spawn (Depends-on): Add c++defs.
2791         (Makefile.am): Update spawn.h rule.
2792
2793         signal: Avoid #define replacements in C++ mode.
2794         * lib/signal.in.h: Include c++defs.h.
2795         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2796         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2797         namespaced alias symbol.
2798         * modules/signal (Depends-on): Add c++defs.
2799         (Makefile.am): Update signal.h rule.
2800
2801         search: Avoid #define replacements in C++ mode.
2802         * lib/search.in.h: Include c++defs.h.
2803         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2804         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2805         symbol.
2806         * modules/search (Depends-on): Add c++defs.
2807         (Makefile.am): Update search.h rule.
2808
2809         math: Avoid #define replacements in C++ mode.
2810         * lib/math.in.h: Include c++defs.h.
2811         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2812         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2813         trunc, truncl): In C++, define a namespaced alias symbol.
2814         * modules/math (Depends-on): Add c++defs.
2815         (Makefile.am): Update math.h rule.
2816
2817         locale: Avoid #define replacements in C++ mode.
2818         * lib/locale.in.h: Include c++defs.h.
2819         (duplocale): In C++, define a namespaced alias symbol.
2820         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2821         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2822         * modules/locale (Depends-on): Add c++defs.
2823         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2824
2825         langinfo: Avoid #define replacements in C++ mode.
2826         * lib/langinfo.in.h: Include c++defs.h.
2827         (nl_langinfo): In C++, define a namespaced alias symbol.
2828         * modules/langinfo (Depends-on): Add c++defs.
2829         (Makefile.am): Update langinfo.h rule.
2830
2831         iconv-h: Avoid #define replacements in C++ mode.
2832         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2833         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2834         symbol.
2835         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2836         whenever iconv is present.
2837         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2838         (Makefile.am): Update iconv.h rule.
2839
2840         glob: Avoid #define replacements in C++ mode.
2841         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2842         (_gl_glob_errfunc_fn): New type.
2843         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2844         symbol.
2845         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2846         (Makefile.am): Update glob.h rule.
2847
2848         fcntl-h: Avoid #define replacements in C++ mode.
2849         * lib/fcntl.in.h: Include c++defs.h.
2850         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2851         * modules/fcntl-h (Depends-on): Add c++defs.
2852         (Makefile.am): Update fcntl.h rule.
2853
2854         dirent: Avoid #define replacements in C++ mode.
2855         * lib/dirent.in.h: Include c++defs.h.
2856         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2857         namespaced alias symbol.
2858         (dirfd): Update declaration.
2859         * modules/dirent (Depends-on): Add c++defs.
2860         (Makefile.am): Update dirent.h rule.
2861
2862         ctype: Make it usable in C++ code.
2863         * lib/ctype.in.h: Include c++defs.h.
2864         (isblank): Declare as extern "C".
2865         * modules/ctype (Depends-on): Add c++defs.
2866         (Makefile.am): Update ctype.h rule.
2867
2868         New module 'c++defs'.
2869         * modules/c++defs: New file.
2870         * build-aux/c++defs.h: New file.
2871         Reported by John W. Eaton <jwe@gnu.org>.
2872
2873 2010-03-07  Bruno Haible  <bruno@clisp.org>
2874
2875         logb: Provide missing declaration for Cygwin.
2876         * lib/math.in.h (logb): New declaration.
2877         * m4/logb.m4: New file.
2878         * modules/logb (Files): Add m4/logb.m4.
2879         (Depends-on): Add math.
2880         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2881         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2882         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2883         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2884         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2885
2886 2010-03-07  Bruno Haible  <bruno@clisp.org>
2887
2888         Fix test-cond link error.
2889         * tests/test-cond.c: Include <stdio.h>.
2890
2891 2010-03-07  Bruno Haible  <bruno@clisp.org>
2892
2893         Fix test-dirent-safer link error.
2894         * modules/dirent-safer-tests (Makefile.am): Define
2895         test_dirent_safer_LDADD.
2896
2897 2010-03-07  Bruno Haible  <bruno@clisp.org>
2898
2899         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2900         among default module list.
2901
2902 2010-03-07  Bruno Haible  <bruno@clisp.org>
2903
2904         Fix link error on platforms with GNU libiconv.
2905         * modules/unistr/u8-strcoll-tests (Makefile): Define
2906         test_u8_strcoll_LDADD.
2907         * modules/unistr/u16-strcoll-tests (Makefile): Define
2908         test_u16_strcoll_LDADD.
2909         * modules/unistr/u32-strcoll-tests (Makefile): Define
2910         test_u32_strcoll_LDADD.
2911
2912 2010-03-07  Bruno Haible  <bruno@clisp.org>
2913
2914         Use POSIX declarations for socket functions.
2915         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2916         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2917         rpl_sendto): Change declaration to match POSIX.
2918         * lib/connect.c (rpl_connect): Likewise.
2919         * lib/accept.c (rpl_accept): Likewise.
2920         * lib/bind.c (rpl_bind): Likewise.
2921         * lib/getpeername.c (rpl_getpeername): Likewise.
2922         * lib/getsockname.c (rpl_getsockname): Likewise.
2923         * lib/recv.c (rpl_recv): Likewise.
2924         * lib/send.c (rpl_send): Likewise.
2925         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2926         * lib/sendto.c (rpl_sendto): Likewise.
2927
2928 2010-03-06  Bruno Haible  <bruno@clisp.org>
2929
2930         Clarify access, euidaccess, faccessat.
2931         * doc/posix-functions/faccessat.texi: Mention security problem under
2932         "Other problems", not "Portability problems".
2933         * doc/posix-functions/access.texi: Likewise. Mention a related security
2934         problem.
2935         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2936         * lib/euidaccess.c: Add comments about platforms.
2937         * lib/unistd.in.h (access, euidaccess): Add warnings.
2938
2939 2010-03-07  Bruno Haible  <bruno@clisp.org>
2940
2941         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2942         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2943         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2944         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2945         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2946         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2947         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2948         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2949         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2950         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2951         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2952         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2953         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2954         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2955         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2956         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2957         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2958         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2959         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2960         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2961         Likewise.
2962         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2963         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2964         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2965         Likewise.
2966         * tests/test-spawn.c (main): Make it work when
2967         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2968
2969 2010-03-07  Bruno Haible  <bruno@clisp.org>
2970
2971         Fix incorrect Makefile.am generation in German locale.
2972         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2973         Execute sed command with character range in C locale.
2974
2975 2010-03-06  Bruno Haible  <bruno@clisp.org>
2976
2977         Tests for module 'iconv-h'.
2978         * modules/iconv-h-tests: New file.
2979         * tests/test-iconv-h.c: New file.
2980
2981         New module 'iconv-h'.
2982         * modules/iconv-h: New file.
2983         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2984         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2985         (configure.ac): Remove gl_ICONV_H.
2986         (Makefile.am): Remove rule for iconv.h.
2987
2988 2010-03-06  Bruno Haible  <bruno@clisp.org>
2989
2990         More consistent naming of *.m4 files.
2991         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2992         * modules/wctype (Files): Update.
2993
2994         More consistent naming of *.m4 files.
2995         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2996         * modules/wchar (Files): Update.
2997
2998 2010-03-06  Jim Meyering  <meyering@redhat.com>
2999
3000         euidaccess: relax license to LGPLv2+
3001         * modules/euidaccess (License): Relax to LGPLv2+.
3002
3003 2010-03-06  Bruno Haible  <bruno@clisp.org>
3004
3005         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
3006         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
3007         (Makefile.am): Augment lib_SOURCES instead.
3008
3009 2010-03-04  Jim Meyering  <meyering@redhat.com>
3010
3011         utime: remove obsolete module
3012         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
3013         unnecessary for years, and has been marked as obsolete for 10 months.
3014         * modules/utime: Remove file.
3015         * lib/utime.c: Remove file.
3016         * m4/utime.m4: Remove file.
3017         * m4/utimes-null.m4: Remove file.
3018         * doc/posix-functions/utime.texi (utime): Remove reference to
3019         the module.  Move the sole "fixed by gnulib" item into the
3020         "problems not fixed by Gnulib" list.
3021         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
3022
3023 2010-03-05  Simon Josefsson  <simon@josefsson.org>
3024
3025         * modules/exit (License): Relax license to LGPLv2+.
3026         (Status): Mark as obsolete.
3027         * NEWS: Mention deprecated 'exit' module.
3028         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
3029         of now obsolete 'exit'.
3030
3031 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3032
3033         fts-lgpl: remove unused module
3034         * modules/fts-lgpl: Remove.
3035         * MODULES.html.sh (func_all_modules): Adjust.
3036         * check-module (find_included_lib_files): Adjust.
3037         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
3038
3039 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
3040
3041         copy-acl: enhance Solaris ACL error handling
3042         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3043         * lib/set-mode-acl.c (qset_acl): Likewise.
3044
3045 2010-03-02  Bruno Haible  <bruno@clisp.org>
3046
3047         spawn: Don't override the system defined values on FreeBSD 8.
3048         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3049         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3050         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3051         if HAVE_POSIX_SPAWN is 1.
3052         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3053
3054 2010-03-01  Bruno Haible  <bruno@clisp.org>
3055
3056         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3057         regarding Automake.
3058
3059 2010-02-25  Bruno Haible  <bruno@clisp.org>
3060
3061         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3062         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3063         setting, not afterwards.
3064         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3065
3066 2010-02-24  Eric Blake  <eblake@redhat.com>
3067
3068         bootstrap, git-version-gen: use timestamp
3069         * build-aux/git-version-gen (scriptversion): Force UTC.
3070         * build-aux/bootstrap (scriptversion): New variable.
3071
3072         bootstrap: allow older git
3073         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3074         older than 1.6.4.  Requested by the libvirt project.
3075
3076 2010-02-23  Eric Blake  <eblake@redhat.com>
3077
3078         warn-on-use: work with old autoconf
3079         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3080         AS_VAR semantics of autoconf 2.60.
3081         Reported by Bruno Haible.
3082
3083         bootstrap: improve some comments
3084         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3085         clarification comments.
3086
3087         gettimeofday: provide correct function
3088         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3089         when replacement is declared, otherwise provide gettimeofday.
3090         Reported by Michael Goffioul.
3091
3092 2010-02-23  Jim Meyering  <meyering@redhat.com>
3093
3094         lib-ignore: relax license to "unlimited", not LGPLv2+
3095         * modules/lib-ignore (License): Relax to "unlimited".
3096
3097 2010-02-23  Jim Meyering  <meyering@redhat.com>
3098
3099         lib-ignore: relax license to LGPLv2+
3100         * modules/lib-ignore (License): Relax to LGPLv2+.
3101
3102 2010-02-22  Eric Blake  <eblake@redhat.com>
3103
3104         lseek: avoid bash 3.2 broken pipe bug
3105         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3106         warning from bash 3.2.
3107         Reported by Ben Pfaff, with analysis from Bruno Haible.
3108
3109         bootstrap: support non-FSF copyright holder
3110         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3111         bootstrap.conf override of COPYRIGHT_HOLDER.
3112         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3113
3114         bootstrap: interoperate with gettext 0.14.1
3115         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3116
3117         bootstrap: allow for alternate submodule location
3118         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3119         hardcoding submodule location.
3120         (gnulib_mk): Allow direct use of Makefile.am.
3121
3122         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3123         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3124         rather than reconfiguring where the submodule points.
3125
3126         gettimeofday: restore support for platforms that lack function
3127         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3128         replacement if function is missing.
3129         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3130         * modules/sys_time (Makefile.am): Substitute it.
3131         * lib/sys_time.in.h (gettimeofday): Check it.
3132         Reported by Michael Goffioul.
3133
3134 2010-02-21  Bruno Haible  <bruno@clisp.org>
3135
3136         * lib/stdio.in.h (obstack_printf): Fix typo.
3137
3138 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3139
3140         vc-list-files: use bzr ls's -R option
3141         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3142         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3143
3144 2010-02-21  Jim Meyering  <meyering@redhat.com>
3145
3146         init.sh: fix EXEEXT shims to work also for names like test-prog
3147         * tests/init.sh: Re-exec a better shell, when needed.
3148         If the current shell lacks support for posix $(...), an init.sh-using
3149         test will now try to find a shell that supports that.  If EXEEXT is
3150         nonempty, we also require support for hyphen-in-alias-name and shell
3151         substitutions like ${var#glob}.  Failure to find such a shell results
3152         in a skipped test.
3153
3154 2010-02-21  Bruno Haible  <bruno@clisp.org>
3155
3156         Really work around around "broken pipe" error message from bash 3.2.
3157         * gnulib-tool (func_reset_sigpipe): Remove function.
3158         (echo): In bash 3.2, define to a function that uses printf.
3159         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3160
3161 2010-02-20  Bruno Haible  <bruno@clisp.org>
3162
3163         Restore support for automake 1.9.6 with autoconf 2.61.
3164         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3165         Reported by James Youngman <jay@gnu.org>.
3166
3167 2010-02-20  Bruno Haible  <bruno@clisp.org>
3168
3169         Improve *printf warning condition.
3170         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3171         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3172         and the function is overridden due to SIGPIPE emulation.
3173
3174 2010-02-20  Bruno Haible  <bruno@clisp.org>
3175
3176         * lib/stdio.in.h: Tweak comments.
3177
3178 2010-02-19  Bruno Haible  <bruno@clisp.org>
3179
3180         Make it easier to find modules. New gnulib-tool option '--find'.
3181         * gnulib-tool: New option --find.
3182         (func_usage): Document it.
3183         (func_sanitize_modulelist): New function, extracted from
3184         func_all_modules.
3185         (func_all_modules): Invoke it.
3186         * doc/gnulib-tool.texi (Which modules?): New node.
3187
3188 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3189
3190         * lib/sys_select.in.h: Provide select replacement even if
3191         sys/select.h exists on a system, for Interix.
3192
3193 2010-02-18  Jim Meyering  <meyering@redhat.com>
3194
3195         init.sh: don't use $(...) just yet
3196         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3197         to accommodate e.g., Solaris' /bin/sh.
3198
3199 2010-02-17  Bruno Haible  <bruno@clisp.org>
3200
3201         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3202         Reported by Ludovic Courtès <ludo@gnu.org>.
3203
3204 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3205
3206         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3207         linking with -lintl.
3208
3209 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3210
3211         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3212         if not provided by the system's netdb.h.  Reported by
3213         ludo@gnu.org (Ludovic Courtès).
3214
3215 2010-02-15  Jim Meyering  <meyering@redhat.com>
3216
3217         init.sh: improve portability and efficiency
3218         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3219         "dummy" in a for loop.
3220         Use '!', not '^' to select the complement of a character set used
3221         in a "case" statement.
3222         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3223         Suggestions from Eric Blake.
3224
3225         init.sh: automatically accommodate programs with the .exe suffix
3226         Automatically arrange for an invocation of "prog" to execute the
3227         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3228         may use the simpler "prog", yet still work when built on a system
3229         that requires specifying the added suffix.
3230         Do this by constructing a function named "prog" that invokes
3231         "prog.exe" for each .exe file in selected directories.
3232         * tests/init.sh (find_exe_basenames_): New function.
3233         (create_exe_shim_functions_): New function.
3234         (path_prepend_): Use it.
3235
3236         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3237         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3238         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3239
3240 2010-02-14  Jim Meyering  <meyering@redhat.com>
3241
3242         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3243         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3244         (sc_prohibit_hash_pjw_without_use): New rule.
3245
3246         maint.mk: allow the default upload destination dir to be overridden
3247         * top/maint.mk (upload_dest_dir_): Define with a default that
3248         preserves the status quo.
3249         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3250         Reported by Peter Simons.
3251
3252         maint.mk: prohibit inclusion of "hash.h" without_use
3253         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3254
3255 2010-02-10  Jim Meyering  <meyering@redhat.com>
3256
3257         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3258         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3259
3260 2010-02-09  Eric Blake  <ebb9@byu.net>
3261         and Bruno Haible  <bruno@clisp.org>
3262
3263         obstack-printf-posix: ensure declaration
3264         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3265         extracted from gl_FUNC_OBSTACK_PRINTF.
3266         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3267         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3268         Likewise.
3269         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3270         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3271         0.
3272
3273 2010-02-08  Bruno Haible  <bruno@clisp.org>
3274
3275         gnulib-tool: Fix typo in 2010-02-07 commit.
3276         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3277         Reported by Eric Blake.
3278
3279 2010-02-07  Bruno Haible  <bruno@clisp.org>
3280
3281         gnulib-tool: Fix up caching patches.
3282         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3283         option --no-cache. Use associative arrays when supported by the shell.
3284         (sed_comments): New variable.
3285         (modcache): Renamed from do_cache.
3286         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3287         abbreviate unnecessarily.
3288         (have_associative): New variable.
3289         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3290         way also for ksh and zsh.
3291         (func_init_sed_convert_to_cache_statements): New function, extracted
3292         from func_cache_lookup_module. Add support for associative arrays.
3293         Don't set the c_MODULE_cached variable here. Ignore all lines before
3294         the first field header. Remove only the final newline, not all trailing
3295         newlines. Support empty fields correctly. Limit the use of 'eval' to
3296         assignments.
3297         (func_get_description, func_get_status, func_get_notice,
3298         func_get_applicability, func_get_filelist, func_get_dependencies,
3299         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3300         func_get_automake_snippet, func_get_include_directive,
3301         func_get_link_directive, func_get_license, func_get_maintainer):
3302         Update documentation. List the unoptimized code first. Add support for
3303         associative arrays. Limit the use of 'eval' to assignments.
3304         (func_get_applicability): Undo stylistic pessimisations.
3305         (func_get_automake_snippet, func_get_include_directive): Reduce code
3306         duplication.
3307         (func_modules_transitive_closure, func_modules_add_dummy,
3308         func_modules_notice, func_modules_to_filelist, func_add_file,
3309         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3310         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3311         func_create_testdir, func_create_megatestdir): Update documentation.
3312
3313 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3314
3315         * gnulib-tool (func_cache_lookup_module): Store the module name
3316         belonging to the cache variable; error out if two different
3317         module names map to the same cache variable name.
3318
3319 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3320
3321         gnulib-tool: Make caching optional.
3322         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3323         Update matching short versions of --no-changelog.
3324         (func_usage): Update.
3325         (sed_extract_cache_prog): Renamed from ...
3326         (sed_extract_prog): ... this; revert to old extraction script.
3327         (func_get_description, func_get_status)
3328         (func_get_notice, func_get_applicability, func_get_filelist)
3329         (func_get_dependencies, func_get_autoconf_early_snippet)
3330         (func_get_autoconf_snippet, func_get_automake_snippet)
3331         (func_get_include_directive, func_get_link_directive)
3332         (func_get_license, func_get_maintainer): If $do_cache is false,
3333         use old, non-caching extraction scripts.
3334         Suggestion by Bruno Haible.
3335
3336 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3337
3338         gnulib-tool: cache module metainformation.
3339         * gnulib-tool (sed_extract_prog): Match newline before each
3340         header, and rewrite header to a shell variable suffix.
3341         (func_cache_var, func_cache_lookup_module): New functions,
3342         to turn a module name into a cache variable prefix, and to
3343         look up and cache module metainformation.
3344         (func_get_description, func_get_status)
3345         (func_get_notice, func_get_applicability, func_get_filelist)
3346         (func_get_dependencies, func_get_autoconf_early_snippet)
3347         (func_get_autoconf_snippet, func_get_automake_snippet)
3348         (func_get_include_directive, func_get_link_directive)
3349         (func_get_license, func_get_maintainer): Use
3350         func_cache_lookup_module.
3351
3352 2010-02-07  Bruno Haible  <bruno@clisp.org>
3353
3354         fnctl: Fix missing dependency.
3355         * modules/fcntl (Depends-on): Add getdtablesize.
3356         Reported by John W. Eaton <jwe@gnu.org>.
3357
3358 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3359
3360         Argp: fix recognition of short alias options.
3361
3362         * lib/argp-parse.c (convert_options): Fix improper use of
3363         `|' between character values.
3364         * tests/test-argp.c (group1_option): New alias option
3365         --read (-r).
3366         (group1_parser): Special handling for 'r'.
3367         (test15): New test case.
3368         (test_fun): Add test15.
3369         * tests/test-argp-2.sh: Update expected --help and --usage
3370         outputs.
3371
3372 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3373
3374         * tests/test-argp.c: Fix indentation.
3375
3376 2010-02-04  Eric Blake  <ebb9@byu.net>
3377
3378         gettimeofday: expose type of second argument
3379         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3380         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3381         * tests/test-gettimeofday.c: Use it to silence warning.
3382         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3383         the issue.
3384
3385 2010-02-03  Jim Meyering  <meyering@redhat.com>
3386
3387         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3388         * lib/regcomp.c (TYPE_SIGNED): Define.
3389         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3390
3391         regcomp.c: avoid a new -Wshadow warning
3392         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3393
3394 2010-02-01  Jim Meyering  <meyering@redhat.com>
3395
3396         removing useless parentheses in cpp #define directives
3397         For motivation, see commit c0221df4, "define STREQ(a,b)
3398         consistently, removing useless parentheses"
3399         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3400         * lib/mountlist.c (MNT_IGNORE): Likewise.
3401         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3402
3403 2010-02-01  Eric Blake  <ebb9@byu.net>
3404
3405         sys_time: use link-warning
3406         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3407         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3408         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3409         * modules/sys_time (Depends-on): Add warn-on-use.
3410         (Makefile.am): Always build replacement.
3411         (configure.ac): Update substitutions.
3412         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3413         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3414         bother with SYS_TIME_H.
3415         * modules/gettimeofday (configure.ac): Declare indicator.
3416         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3417         in use.
3418
3419         closein-tests: silence compiler warning
3420         * tests/test-closein.c (main): Ignore fread result.
3421         * modules/closein-tests (Depends-on): Add ignore-value.
3422
3423         tests: silence warning about system return
3424         * tests/test-areadlink-with-size.c (main): Ignore system result.
3425         * tests/test-areadlink.c (main): Likewise.
3426         * tests/test-areadlinkat-with-size.c (main): Likewise.
3427         * tests/test-areadlinkat.c (main): Likewise.
3428         * tests/test-canonicalize-lgpl.c (main): Likewise.
3429         * tests/test-canonicalize.c (main): Likewise.
3430         * tests/test-chown.c (main): Likewise.
3431         * tests/test-fchownat.c (main): Likewise.
3432         * tests/test-fdutimensat.c (main): Likewise.
3433         * tests/test-fstatat.c (main): Likewise.
3434         * tests/test-futimens.c (main): Likewise.
3435         * tests/test-lchown.c (main): Likewise.
3436         * tests/test-link.c (main): Likewise.
3437         * tests/test-linkat.c (main): Likewise.
3438         * tests/test-lstat.c (main): Likewise.
3439         * tests/test-mkdir.c (main): Likewise.
3440         * tests/test-mkdirat.c (main): Likewise.
3441         * tests/test-mkfifo.c (main): Likewise.
3442         * tests/test-mkfifoat.c (main): Likewise.
3443         * tests/test-mknod.c (main): Likewise.
3444         * tests/test-readlink.c (main): Likewise.
3445         * tests/test-remove.c (main): Likewise.
3446         * tests/test-rename.c (main): Likewise.
3447         * tests/test-renameat.c (main): Likewise.
3448         * tests/test-rmdir.c (main): Likewise.
3449         * tests/test-symlink.c (main): Likewise.
3450         * tests/test-symlinkat.c (main): Likewise.
3451         * tests/test-unlink.c (main): Likewise.
3452         * tests/test-unlinkat.c (main): Likewise.
3453         * tests/test-utimens.c (main): Likewise.
3454         * tests/test-utimensat.c (main): Likewise.
3455         * modules/areadlink-tests (Depends-on): Add ignore-value.
3456         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3457         * modules/areadlinkat-tests (Depends-on): Likewise.
3458         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3459         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3460         * modules/canonicalize-tests (Depends-on): Likewise.
3461         * modules/chown-tests (Depends-on): Likewise.
3462         * modules/fdutimensat-tests (Depends-on): Likewise.
3463         * modules/futimens-tests (Depends-on): Likewise.
3464         * modules/lchown-tests (Depends-on): Likewise.
3465         * modules/link-tests (Depends-on): Likewise.
3466         * modules/linkat-tests (Depends-on): Likewise.
3467         * modules/lstat-tests (Depends-on): Likewise.
3468         * modules/mkdir-tests (Depends-on): Likewise.
3469         * modules/mkfifo-tests (Depends-on): Likewise.
3470         * modules/mkfifoat-tests (Depends-on): Likewise.
3471         * modules/mknod-tests (Depends-on): Likewise.
3472         * modules/openat-tests (Depends-on): Likewise.
3473         * modules/readlink-tests (Depends-on): Likewise.
3474         * modules/remove-tests (Depends-on): Likewise.
3475         * modules/rename-tests (Depends-on): Likewise.
3476         * modules/renameat-tests (Depends-on): Likewise.
3477         * modules/rmdir-tests (Depends-on): Likewise.
3478         * modules/symlink-tests (Depends-on): Likewise.
3479         * modules/symlinkat-tests (Depends-on): Likewise.
3480         * modules/unlink-tests (Depends-on): Likewise.
3481         * modules/utimens-tests (Depends-on): Likewise.
3482         * modules/utimensat-tests (Depends-on): Likewise.
3483
3484 2010-01-31  Bruno Haible  <bruno@clisp.org>
3485
3486         Perform the same test for many <math.h> functions.
3487         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3488         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3489         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3490         of gl_MATHFUNC.
3491         * modules/acos (configure.ac): Likewise.
3492         * modules/asin (configure.ac): Likewise.
3493         * modules/atan (configure.ac): Likewise.
3494         * modules/atan2 (configure.ac): Likewise.
3495         * modules/cbrt (configure.ac): Likewise.
3496         * modules/copysign (configure.ac): Likewise.
3497         * modules/cos (configure.ac): Likewise.
3498         * modules/cosh (configure.ac): Likewise.
3499         * modules/erf (configure.ac): Likewise.
3500         * modules/erfc (configure.ac): Likewise.
3501         * modules/exp (configure.ac): Likewise.
3502         * modules/fmod (configure.ac): Likewise.
3503         * modules/hypot (configure.ac): Likewise.
3504         * modules/j0 (configure.ac): Likewise.
3505         * modules/j1 (configure.ac): Likewise.
3506         * modules/jn (configure.ac): Likewise.
3507         * modules/lgamma (configure.ac): Likewise.
3508         * modules/log (configure.ac): Likewise.
3509         * modules/log10 (configure.ac): Likewise.
3510         * modules/log1p (configure.ac): Likewise.
3511         * modules/pow (configure.ac): Likewise.
3512         * modules/remainder (configure.ac): Likewise.
3513         * modules/sin (configure.ac): Likewise.
3514         * modules/sinh (configure.ac): Likewise.
3515         * modules/tan (configure.ac): Likewise.
3516         * modules/tanh (configure.ac): Likewise.
3517         * modules/y0 (configure.ac): Likewise.
3518         * modules/y1 (configure.ac): Likewise.
3519         * modules/yn (configure.ac): Likewise.
3520         Suggested by Paolo Bonzini.
3521
3522 2010-01-31  Bruno Haible  <bruno@clisp.org>
3523
3524         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3525
3526 2010-01-31  Bruno Haible  <bruno@clisp.org>
3527
3528         Work around getdelim() bug on FreeBSD 8.0.
3529         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3530         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3531         not work.
3532         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3533         is 1.
3534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3535         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3536         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3537         a non-zero size.
3538         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3539
3540 2010-01-31  Bruno Haible  <bruno@clisp.org>
3541
3542         Work around getline() bug on FreeBSD 8.0.
3543         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3544         and a non-zero size.
3545         * tests/test-getline.c (main): Likewise.
3546         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3547         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3548
3549 2010-01-28  Eric Blake  <ebb9@byu.net>
3550
3551         regex: fix build failure
3552         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3553         platforms.
3554
3555 2010-01-28  Jim Meyering  <meyering@redhat.com>
3556
3557         regex: do not ignore memory allocation failure
3558         * lib/regex_internal.c (create_cd_newstate): Detect
3559         re_node_set_init_copy failure.   Extracted from glibc commit
3560         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3561
3562         regex: sync more white-space changes from libc
3563         * lib/regex_internal.c: White-space only changes.
3564         * lib/regexec.c: Likewise.
3565
3566         regex: add many uses of __attribute_warn_unused_result__
3567         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3568         * lib/regexec.c: Likewise.
3569         Extracted from a messy glibc commit.
3570
3571         regcomp.c: spelling and merge-artifact from glibc
3572         * lib/regcomp.c: Merge remainder of glibc's
3573         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3574
3575         regcomp.c: sync white-space changes from glibc
3576         * lib/regcomp.c: Merge to accommodate white space
3577         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3578
3579         regcomp.c: do not ignore internal return values
3580         * lib/regcomp.c: Do not ignore internal return values.
3581         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3582         but without its white-space changes and spelling fixes.
3583
3584         regex_internal.h: define __attribute_warn_unused_result__
3585         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3586
3587         maint: add a syntax-check rule to check for vulnerable Makefile.in
3588         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3589
3590 2010-01-27  Jim Meyering  <meyering@redhat.com>
3591
3592         ncftpput-ftp: clean up spaces
3593         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3594         Remove trailing blanks.
3595
3596 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3597
3598         * build-aux/git-version-gen: Fix copyright statement.
3599         * build-aux/gnupload: Likewise.
3600         * tests/test-arcfour.c: Likewise.
3601         * tests/test-arctwo.c: Likewise.
3602         * tests/test-count-one-bits.c: Likewise.
3603         * tests/test-crc.c: Likewise.
3604         * tests/test-des.c: Likewise.
3605         * tests/test-gc-arcfour.c: Likewise.
3606         * tests/test-gc-arctwo.c: Likewise.
3607         * tests/test-gc-des.c: Likewise.
3608         * tests/test-gc-hmac-md5.c: Likewise.
3609         * tests/test-gc-hmac-sha1.c: Likewise.
3610         * tests/test-gc-md2.c: Likewise.
3611         * tests/test-gc-md4.c: Likewise.
3612         * tests/test-gc-md5.c: Likewise.
3613         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3614         * tests/test-gc-rijndael.c: Likewise.
3615         * tests/test-gc-sha1.c: Likewise.
3616         * tests/test-gc.c: Likewise.
3617         * tests/test-gethostname.c: Likewise.
3618         * tests/test-gettimeofday.c: Likewise.
3619         * tests/test-hash.c: Likewise.
3620         * tests/test-hmac-md5.c: Likewise.
3621         * tests/test-hmac-sha1.c: Likewise.
3622         * tests/test-md2.c: Likewise.
3623         * tests/test-md4.c: Likewise.
3624         * tests/test-md5.c: Likewise.
3625         * tests/test-memchr.c: Likewise.
3626         * tests/test-memchr2.c: Likewise.
3627         * tests/test-memcmp.c: Likewise.
3628         * tests/test-memmem.c: Likewise.
3629         * tests/test-memrchr.c: Likewise.
3630         * tests/test-rawmemchr.c: Likewise.
3631         * tests/test-read-file.c: Likewise.
3632         * tests/test-rijndael.c: Likewise.
3633         * tests/test-sockets.c: Likewise.
3634         * tests/test-strchrnul.c: Likewise.
3635         * tests/test-strstr.c: Likewise.
3636         * tests/test-strtod.c: Likewise.
3637         * build-aux/ncftpput-ftp: Likewise.
3638
3639 2010-01-26  Eric Blake  <ebb9@byu.net>
3640
3641         ignore-value: update recommended header name
3642         * modules/ignore-value (Include): Only use <> for headers that
3643         exist in glibc.
3644
3645 2010-01-26  Jim Meyering  <meyering@redhat.com>
3646
3647         test-userspec.c: avoid compiler warnings
3648         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3649         and "initialization discards qualifiers..." warnings.
3650         Put the first "uid" in its own scope, and make char* members "const".
3651
3652 2010-01-25  Bruno Haible  <bruno@clisp.org>
3653
3654         gnulib-tool: Make warning diagnostics consistent.
3655         * gnulib-tool (func_warning): New function.
3656         Use it everywhere where gnulib-tool produces output to stderr and it is
3657         not a fatal error.
3658
3659 2010-01-25  Bruno Haible  <bruno@clisp.org>
3660
3661         Fix test dependencies.
3662         * modules/xstrtol-tests (Depends-on): Add inttypes.
3663         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3664
3665 2010-01-25 Pádraig Brady <P@draigBrady.com>
3666
3667         syntax-check: detect incorrect boolean macro values in config.h
3668         * modules/maintainer-makefile (configure.ac): Parameterize the location
3669         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3670         The logic is from Eric Blake and the location indicated by Jim Meyering.
3671         Note the more natural CONFIG_HEADER name is prohibited by automake
3672         for backwards compatibility reasons.
3673         * top/maint.mk (sc_Wundef_boolean): New rule.
3674
3675 2010-01-25  Jim Meyering  <meyering@redhat.com>
3676
3677         bootstrap: detect MacOS 10.6's shasum, too
3678         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3679         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3680
3681 2010-01-23  Jim Meyering  <meyering@redhat.com>
3682
3683         xstrtoll: new module
3684         * modules/xstrtoll: New file.
3685         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3686         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3687         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3688         ./configure fails if you use this module and lack "long long".
3689         * modules/xstrtoll-tests: New module.
3690         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3691         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3692         new init.sh-based test framework.
3693
3694 2010-01-24  Bruno Haible  <bruno@clisp.org>
3695
3696         Tests for module 'yn'.
3697         * modules/yn-tests: New file.
3698         * tests/test-yn.c: New file.
3699
3700         Tests for module 'y1'.
3701         * modules/y1-tests: New file.
3702         * tests/test-y1.c: New file.
3703
3704         Tests for module 'y0'.
3705         * modules/y0-tests: New file.
3706         * tests/test-y0.c: New file.
3707
3708         Tests for module 'tanh'.
3709         * modules/tanh-tests: New file.
3710         * tests/test-tanh.c: New file.
3711
3712         Tests for module 'tan'.
3713         * modules/tan-tests: New file.
3714         * tests/test-tan.c: New file.
3715
3716         Tests for module 'sqrt'.
3717         * modules/sqrt-tests: New file.
3718         * tests/test-sqrt.c: New file.
3719
3720         Tests for module 'sinh'.
3721         * modules/sinh-tests: New file.
3722         * tests/test-sinh.c: New file.
3723
3724         Tests for module 'sin'.
3725         * modules/sin-tests: New file.
3726         * tests/test-sin.c: New file.
3727
3728         Tests for module 'rint'.
3729         * modules/rint-tests: New file.
3730         * tests/test-rint.c: New file.
3731
3732         Tests for module 'remainder'.
3733         * modules/remainder-tests: New file.
3734         * tests/test-remainder.c: New file.
3735
3736         Tests for module 'pow'.
3737         * modules/pow-tests: New file.
3738         * tests/test-pow.c: New file.
3739
3740         Tests for module 'nextafter'.
3741         * modules/nextafter-tests: New file.
3742         * tests/test-nextafter.c: New file.
3743
3744         Tests for module 'modf'.
3745         * modules/modf-tests: New file.
3746         * tests/test-modf.c: New file.
3747
3748         Tests for module 'logb'.
3749         * modules/logb-tests: New file.
3750         * tests/test-logb.c: New file.
3751
3752         Tests for module 'log1p'.
3753         * modules/log1p-tests: New file.
3754         * tests/test-log1p.c: New file.
3755
3756         Tests for module 'log10'.
3757         * modules/log10-tests: New file.
3758         * tests/test-log10.c: New file.
3759
3760         Tests for module 'log'.
3761         * modules/log-tests: New file.
3762         * tests/test-log.c: New file.
3763
3764         Tests for module 'lgamma'.
3765         * modules/lgamma-tests: New file.
3766         * tests/test-lgamma.c: New file.
3767
3768         Tests for module 'ldexp'.
3769         * modules/ldexp-tests: New file.
3770         * tests/test-ldexp.c: New file.
3771
3772         Tests for module 'jn'.
3773         * modules/jn-tests: New file.
3774         * tests/test-jn.c: New file.
3775
3776         Tests for module 'j1'.
3777         * modules/j1-tests: New file.
3778         * tests/test-j1.c: New file.
3779
3780         Tests for module 'j0'.
3781         * modules/j0-tests: New file.
3782         * tests/test-j0.c: New file.
3783
3784         Tests for module 'hypot'.
3785         * modules/hypot-tests: New file.
3786         * tests/test-hypot.c: New file.
3787
3788         Tests for module 'fmod'.
3789         * modules/fmod-tests: New file.
3790         * tests/test-fmod.c: New file.
3791
3792         Tests for module 'fabs'.
3793         * modules/fabs-tests: New file.
3794         * tests/test-fabs.c: New file.
3795
3796         Tests for module 'exp'.
3797         * modules/exp-tests: New file.
3798         * tests/test-exp.c: New file.
3799
3800         Tests for module 'erfc'.
3801         * modules/erfc-tests: New file.
3802         * tests/test-erfc.c: New file.
3803
3804         Tests for module 'erf'.
3805         * modules/erf-tests: New file.
3806         * tests/test-erf.c: New file.
3807
3808         Tests for module 'cosh'.
3809         * modules/cosh-tests: New file.
3810         * tests/test-cosh.c: New file.
3811
3812         Tests for module 'cos'.
3813         * modules/cos-tests: New file.
3814         * tests/test-cos.c: New file.
3815
3816         Tests for module 'copysign'.
3817         * modules/copysign-tests: New file.
3818         * tests/test-copysign.c: New file.
3819
3820         Tests for module 'cbrt'.
3821         * modules/cbrt-tests: New file.
3822         * tests/test-cbrt.c: New file.
3823
3824         Tests for module 'atan2'.
3825         * modules/atan2-tests: New file.
3826         * tests/test-atan2.c: New file.
3827
3828         Tests for module 'atan'.
3829         * modules/atan-tests: New file.
3830         * tests/test-atan.c: New file.
3831
3832         Tests for module 'asin'.
3833         * modules/asin-tests: New file.
3834         * tests/test-asin.c: New file.
3835
3836         Tests for module 'acos'.
3837         * modules/acos-tests: New file.
3838         * tests/test-acos.c: New file.
3839
3840 2010-01-24  Bruno Haible  <bruno@clisp.org>
3841
3842         Fix tests for common <math.h> functions.
3843         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3844         code snippet that references the function pointer, rather than merely
3845         calling the function. Substitute the FUNC_LIBM variable.
3846         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3847         * modules/acos (configure.ac): Likewise.
3848         * modules/asin (configure.ac): Likewise.
3849         * modules/atan (configure.ac): Likewise.
3850         * modules/atan2 (configure.ac): Likewise.
3851         * modules/cbrt (configure.ac): Likewise.
3852         * modules/copysign (configure.ac): Likewise.
3853         * modules/cos (configure.ac): Likewise.
3854         * modules/cosh (configure.ac): Likewise.
3855         * modules/erf (configure.ac): Likewise.
3856         * modules/erfc (configure.ac): Likewise.
3857         * modules/exp (configure.ac): Likewise.
3858         * modules/fabs (configure.ac): Likewise.
3859         * modules/fmod (configure.ac): Likewise.
3860         * modules/hypot (configure.ac): Likewise.
3861         * modules/j0 (configure.ac): Likewise.
3862         * modules/j1 (configure.ac): Likewise.
3863         * modules/jn (configure.ac): Likewise.
3864         * modules/ldexp (configure.ac): Likewise.
3865         * modules/lgamma (configure.ac): Likewise.
3866         * modules/log (configure.ac): Likewise.
3867         * modules/log10 (configure.ac): Likewise.
3868         * modules/log1p (configure.ac): Likewise.
3869         * modules/logb (configure.ac): Likewise.
3870         * modules/modf (configure.ac): Likewise.
3871         * modules/nextafter (configure.ac): Likewise.
3872         * modules/pow (configure.ac): Likewise.
3873         * modules/remainder (configure.ac): Likewise.
3874         * modules/rint (configure.ac): Likewise.
3875         * modules/sin (configure.ac): Likewise.
3876         * modules/sinh (configure.ac): Likewise.
3877         * modules/tan (configure.ac): Likewise.
3878         * modules/tanh (configure.ac): Likewise.
3879         * modules/y0 (configure.ac): Likewise.
3880         * modules/y1 (configure.ac): Likewise.
3881         * modules/yn (configure.ac): Likewise.
3882
3883 2010-01-24  Bruno Haible  <bruno@clisp.org>
3884
3885         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3886         * tests/test-acosl.c (x): New variable.
3887         (main): Store argument in x and fetch it from x.
3888         * tests/test-asinl.c (x): New variable.
3889         (main): Store argument in x and fetch it from x.
3890         * tests/test-atanl.c (x): New variable.
3891         (main): Store argument in x and fetch it from x.
3892         * tests/test-cosl.c (x): New variable.
3893         (main): Store argument in x and fetch it from x.
3894         * tests/test-expl.c (x): New variable.
3895         (main): Store argument in x and fetch it from x.
3896         * tests/test-logl.c (x): New variable.
3897         (main): Store argument in x and fetch it from x.
3898         * tests/test-sinl.c (x): New variable.
3899         (main): Store argument in x and fetch it from x.
3900         * tests/test-sqrtl.c (x): New variable.
3901         (main): Store argument in x and fetch it from x.
3902         * tests/test-tanl.c (x): New variable.
3903         (main): Store argument in x and fetch it from x.
3904
3905 2010-01-24  Bruno Haible  <bruno@clisp.org>
3906
3907         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3908         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3909         assignments to the initial TESTS_ENVIRONMENT.
3910         * doc/gnulib.texi (Unit test modules): Document it.
3911         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3912         TESTS_ENVIRONMENT.
3913         * modules/btowc-tests (Makefile.am): Likewise.
3914         * modules/c-stack-tests (Makefile.am): Likewise.
3915         * modules/c-strcase-tests (Makefile.am): Likewise.
3916         * modules/copy-file-tests (Makefile.am): Likewise.
3917         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3918         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3919         * modules/mbrtowc-tests (Makefile.am): Likewise.
3920         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3921         * modules/mbscasestr-tests (Makefile.am): Likewise.
3922         * modules/mbschr-tests (Makefile.am): Likewise.
3923         * modules/mbscspn-tests (Makefile.am): Likewise.
3924         * modules/mbsinit-tests (Makefile.am): Likewise.
3925         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3926         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3927         * modules/mbspbrk-tests (Makefile.am): Likewise.
3928         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3929         * modules/mbsrchr-tests (Makefile.am): Likewise.
3930         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3931         * modules/mbsspn-tests (Makefile.am): Likewise.
3932         * modules/mbsstr-tests (Makefile.am): Likewise.
3933         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3934         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3935         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3936         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3937         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3938         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3939         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3940         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3941         * modules/wcrtomb-tests (Makefile.am): Likewise.
3942         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3943         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3944         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3945         assignments from TESTS_ENVIRONMENT.
3946         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3947         augmentation.
3948         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3949         * modules/atexit-tests (Makefile.am): Likewise.
3950         * modules/binary-io-tests (Makefile.am): Likewise.
3951         * modules/closein-tests (Makefile.am): Likewise.
3952         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3953         * modules/exclude-tests (Makefile.am): Likewise.
3954         * modules/fflush-tests (Makefile.am): Likewise.
3955         * modules/fpending-tests (Makefile.am): Likewise.
3956         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3957         * modules/freadahead-tests (Makefile.am): Likewise.
3958         * modules/freadptr-tests (Makefile.am): Likewise.
3959         * modules/freadseek-tests (Makefile.am): Likewise.
3960         * modules/fseek-tests (Makefile.am): Likewise.
3961         * modules/fseeko-tests (Makefile.am): Likewise.
3962         * modules/ftell-tests (Makefile.am): Likewise.
3963         * modules/ftello-tests (Makefile.am): Likewise.
3964         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3965         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3966         * modules/lseek-tests (Makefile.am): Likewise.
3967         * modules/parse-duration-tests (Makefile.am): Likewise.
3968         * modules/perror-tests (Makefile.am): Likewise.
3969         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3970         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3971         * modules/pipe-tests (Makefile.am): Likewise.
3972         * modules/pread-tests (Makefile.am): Likewise.
3973         * modules/printf-posix-tests (Makefile.am): Likewise.
3974         * modules/select-tests (Makefile.am): Likewise.
3975         * modules/sigpipe-tests (Makefile.am): Likewise.
3976         * modules/tsearch-tests (Makefile.am): Likewise.
3977         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3978         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3979         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3980         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3981         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3982         * modules/version-etc-tests (Makefile.am): Likewise.
3983         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3984         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3985         * modules/xalloc-die-tests (Makefile.am): Likewise.
3986         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3987         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3988         * modules/xstrtol-tests (Makefile.am): Likewise.
3989         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3990         * modules/yesno-tests (Makefile.am): Likewise.
3991         Suggested by Jim Meyering.
3992
3993 2010-01-24  Bruno Haible  <bruno@clisp.org>
3994
3995         More documentation.
3996         * doc/gnulib.texi (Writing modules): New chapter.
3997         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3998         the new chapter.
3999
4000 2010-01-24  Jim Meyering  <meyering@redhat.com>
4001
4002         maint.mk: do not prepend "./" after filtering
4003         * top/maint.mk (_prepend_srcdir_prefix): New variable
4004         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
4005         "./" when $(srcdir) is ".".
4006
4007         define STREQ(a,b) consistently, removing useless parentheses
4008         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
4009         since the only risk is that "a" or "b" contains an unparenthesized
4010         comma, but if either did that, STREQ would have 3 or more arguments.
4011         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
4012         * lib/fts.c (STREQ): Remove unnecessary parentheses.
4013         * lib/hash-triple.c (STREQ): Likewise.
4014         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
4015         * lib/getugroups.c (STREQ): Likewise.
4016
4017 2010-01-23  Jim Meyering  <meyering@redhat.com>
4018
4019         maint.mk: fix syntax-check in a non-srcdir build directory
4020         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
4021         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
4022
4023 2010-01-22  Jim Meyering  <meyering@redhat.com>
4024
4025         userspec: add unit tests
4026         * tests/test-userspec.c: New file.
4027         * modules/userspec-tests: Likewise.
4028
4029 2010-01-21  Jim Meyering  <meyering@redhat.com>
4030
4031         maint.mk: handle source file names containing "." robustly
4032         * top/maint.mk (_dot_escaped_srcdir): Define.
4033         (VC_LIST): Use it in LHS of sed substitution.
4034
4035 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
4036
4037         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
4038         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
4039         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
4040         from a non-srcdir build.
4041
4042 2010-01-20  Eric Blake  <ebb9@byu.net>
4043
4044         warn-on-use: use instead of link-warning
4045         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4046         * modules/unistd (Depends-on, Makefile.am): Likewise.
4047         * modules/arpa_inet (Depends-on): Replace link-warning with
4048         warn-on-use.
4049         (Makefile.am): Update rules accordingly.
4050         * modules/ctype (Depends-on, Makefile.am): Likewise.
4051         * modules/dirent (Depends-on, Makefile.am): Likewise.
4052         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4053         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4054         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4055         * modules/locale (Depends-on, Makefile.am): Likewise.
4056         * modules/math (Depends-on, Makefile.am): Likewise.
4057         * modules/search (Depends-on, Makefile.am): Likewise.
4058         * modules/signal (Depends-on, Makefile.am): Likewise.
4059         * modules/spawn (Depends-on, Makefile.am): Likewise.
4060         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4061         * modules/string (Depends-on, Makefile.am): Likewise.
4062         * modules/strings (Depends-on, Makefile.am): Likewise.
4063         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4064         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4065         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4066         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4067         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4068         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4069         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4070         * modules/wchar (Depends-on, Makefile.am): Likewise.
4071         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4072         should be poisoned.
4073         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4074         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4075         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4076         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4077         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4078         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4079         * m4/math_h.m4 (gl_MATH_H): Likewise.
4080         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4081         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4082         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4083         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4084         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4085         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4086         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4087         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4088         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4089         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4090         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4091         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4092         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4093         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4094         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4095         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4096         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4097         GL_LINK_WARNING.
4098         * lib/ctype.in.h: Likewise.
4099         * lib/dirent.in.h: Likewise.
4100         * lib/fcntl.in.h: Likewise.
4101         * lib/inttypes.in.h: Likewise.
4102         * lib/langinfo.in.h: Likewise.
4103         * lib/locale.in.h: Likewise.
4104         * lib/math.in.h: Likewise.
4105         * lib/search.in.h: Likewise.
4106         * lib/signal.in.h: Likewise.
4107         * lib/spawn.in.h: Likewise.
4108         * lib/stdio.in.h: Likewise.
4109         * lib/stdlib.in.h: Likewise.
4110         * lib/string.in.h: Likewise.
4111         * lib/strings.in.h: Likewise.
4112         * lib/sys_file.in.h: Likewise.
4113         * lib/sys_ioctl.in.h: Likewise.
4114         * lib/sys_select.in.h: Likewise.
4115         * lib/sys_socket.in.h: Likewise.
4116         * lib/sys_stat.in.h: Likewise.
4117         * lib/sys_times.in.h: Likewise.
4118         * lib/sys_utsname.in.h: Likewise.
4119         * lib/unistd.in.h: Likewise.
4120         * lib/wchar.in.h: Likewise.
4121
4122 2010-01-20  Bruno Haible  <bruno@clisp.org>
4123
4124         Avoid duplicate -lm.
4125         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4126         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4127         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4128         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4129         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4130         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4131         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4132         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4133         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4134         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4135         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4136         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4137         Reported by Paolo Bonzini.
4138
4139 2010-01-19  Bruno Haible  <bruno@clisp.org>
4140
4141         langinfo, nl_langinfo: Relicense under LGPLv2+.
4142         * modules/langinfo (License): Change to LGPLv2+.
4143         * modules/nl_langinfo (License): Likewise.
4144         Patch by David Lutterkort <lutter@redhat.com>.
4145
4146 2010-01-19  Bruno Haible  <bruno@clisp.org>
4147
4148         Avoid compilation error with cc on OSF/1 5.1.
4149         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4150         statement, not before.
4151         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4152
4153 2010-01-18  Bruno Haible  <bruno@clisp.org>
4154
4155         Avoid a link error due to the __printf__ symbol.
4156         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4157         and 2.6.x.
4158         (__format__, __printf__): Remove definitions.
4159         * lib/argp-fmtstream.h: Likewise.
4160         * lib/argp.h: Likewise.
4161         * lib/error.h: Likewise.
4162         * lib/vasnprintf.h: Likewise.
4163         * lib/xprintf.h: Likewise.
4164         * lib/xvasprintf.h: Likewise.
4165         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4166
4167 2010-01-18  Bruno Haible  <bruno@clisp.org>
4168
4169         Tests for module 'tanl'.
4170         * modules/tanl-tests: New file.
4171         * tests/test-tanl.c: New file.
4172
4173         Tests for module 'sqrtl'.
4174         * modules/sqrtl-tests: New file.
4175         * tests/test-sqrtl.c: New file.
4176
4177         Tests for module 'sinl'.
4178         * modules/sinl-tests: New file.
4179         * tests/test-sinl.c: New file.
4180
4181         Tests for module 'logl'.
4182         * modules/logl-tests: New file.
4183         * tests/test-logl.c: New file.
4184
4185         Tests for module 'expl'.
4186         * modules/expl-tests: New file.
4187         * tests/test-expl.c: New file.
4188
4189         Tests for module 'cosl'.
4190         * modules/cosl-tests: New file.
4191         * tests/test-cosl.c: New file.
4192
4193         Tests for module 'atanl'.
4194         * modules/atanl-tests: New file.
4195         * tests/test-atanl.c: New file.
4196
4197         Tests for module 'asinl'.
4198         * modules/asinl-tests: New file.
4199         * tests/test-asinl.c: New file.
4200
4201         Tests for module 'acosl'.
4202         * modules/acosl-tests: New file.
4203         * tests/test-acosl.c: New file.
4204
4205         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4206         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4207         tanl): Use the standard gnulib idiom.
4208         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4209         * lib/sinl.c: Likewise.
4210         * lib/tanl.c: Don't include trigl.c.
4211         (kernel_tanl): Make static.
4212         * lib/sincosl.c: Include trigl.h first.
4213         * lib/trigl.c: Likewise.
4214         * m4/acosl.m4: New file.
4215         * m4/asinl.m4: New file.
4216         * m4/atanl.m4: New file.
4217         * m4/cosl.m4: New file.
4218         * m4/expl.m4: New file.
4219         * m4/logl.m4: New file.
4220         * m4/sinl.m4: New file.
4221         * m4/sqrtl.m4: New file.
4222         * m4/tanl.m4: New file.
4223         * m4/mathl.m4: Remove file.
4224         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4225         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4226         Don't initialize GNULIB_MATHL.
4227         * modules/acosl: New file.
4228         * modules/asinl: New file.
4229         * modules/atanl: New file.
4230         * modules/cosl: New file.
4231         * modules/expl: New file.
4232         * modules/logl: New file.
4233         * modules/sinl: New file.
4234         * modules/sqrtl: New file.
4235         * modules/tanl: New file.
4236         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4237         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4238         substitute GNULIB_MATHL.
4239         * modules/mathl: Rewritten.
4240         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4241         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4242         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4243         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4244         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4245         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4246         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4247         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4248         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4249
4250 2010-01-18  Bruno Haible  <bruno@clisp.org>
4251
4252         sqrt: Make gl_FUNC_SQRT requirable.
4253         * m4/sqrt.m4: New file.
4254         * modules/sqrt (Files): Add it.
4255         (configure.ac): Invoke gl_FUNC_SQRT.
4256
4257 2010-01-18  Bruno Haible  <bruno@clisp.org>
4258
4259         New modules for common <math.h> functions.
4260         * m4/mathfunc.m4: New file.
4261         * modules/acos: New file.
4262         * modules/asin: New file.
4263         * modules/atan: New file.
4264         * modules/atan2: New file.
4265         * modules/cbrt: New file.
4266         * modules/copysign: New file.
4267         * modules/cos: New file.
4268         * modules/cosh: New file.
4269         * modules/erf: New file.
4270         * modules/erfc: New file.
4271         * modules/exp: New file.
4272         * modules/fabs: New file.
4273         * modules/fmod: New file.
4274         * modules/hypot: New file.
4275         * modules/j0: New file.
4276         * modules/j1: New file.
4277         * modules/jn: New file.
4278         * modules/ldexp: New file.
4279         * modules/lgamma: New file.
4280         * modules/log: New file.
4281         * modules/log10: New file.
4282         * modules/log1p: New file.
4283         * modules/logb: New file.
4284         * modules/modf: New file.
4285         * modules/nextafter: New file.
4286         * modules/pow: New file.
4287         * modules/remainder: New file.
4288         * modules/rint: New file.
4289         * modules/sin: New file.
4290         * modules/sinh: New file.
4291         * modules/sqrt: New file.
4292         * modules/tan: New file.
4293         * modules/tanh: New file.
4294         * modules/y0: New file.
4295         * modules/y1: New file.
4296         * modules/yn: New file.
4297         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4298         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4299         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4300         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4301         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4302         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4303         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4304         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4305         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4306         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4307         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4308         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4309         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4310         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4311         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4312         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4313         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4314         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4315         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4316         * doc/posix-functions/log.texi: Mention the 'log' module.
4317         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4318         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4319         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4320         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4321         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4322         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4323         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4324         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4325         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4326         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4327         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4328         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4329         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4330         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4331         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4332         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4333
4334 2010-01-18  Jim Meyering  <meyering@redhat.com>
4335
4336         ignore-value: relax license to LGPLv2+
4337         * modules/ignore-value (License): Relax to LGPLv2+.
4338
4339         getdate: don't leak when TZ contains two or more '"'s
4340         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4341         double quote in TZ after the first one.
4342
4343         readtokens: do not leak internal token_lengths buffer
4344         * lib/readtokens.c (readtokens): Free the local, lengths,
4345         when the supplied "token_lengths" parameter is NULL.
4346
4347 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4348
4349         Fix a couple of missing LIBTHREAD link failures on AIX.
4350         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4351         $(LIBTHREAD).
4352         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4353
4354         Link test-poll against INET_PTON_LIB.
4355         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4356         for inet_pton on Solaris 10.
4357
4358 2010-01-17  Bruno Haible  <bruno@clisp.org>
4359
4360         unistdio/*-sprintf: Fix typo in module description.
4361         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4362         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4363         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4364         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4365         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4366         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4367         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4368         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4369
4370 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4371
4372         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4373         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4374         variables in shell case patterns, for AIX and HP-UX ksh.
4375
4376         Split large sed scripts, for HP-UX sed.
4377         * modules/stdio: Split sed scripts around 50 sed commands,
4378         to avoid HP-UX limit of 99 commands, in the near future.
4379         * modules/string: Likewise.
4380         * modules/unistd: Likewise.
4381
4382         gnulib-tool: avoid writing in the current directory.
4383         * gnulib-tool (func_emit_lib_Makefile_am)
4384         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4385         not in the current directory, so concurrent gnulib-tool
4386         instances do not interfere.
4387
4388 2010-01-16  Jim Meyering  <meyering@redhat.com>
4389
4390         doc: update users.txt
4391         * users.txt: Add grep.
4392         (diffutils, gzip): Update URLs.
4393
4394 2010-01-12  Bruno Haible  <bruno@clisp.org>
4395
4396         posix_spawn: Avoid test failure on Cygwin.
4397         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4398         characters.
4399         Reported by Simon Josefsson.
4400
4401 2010-01-12  Bruno Haible  <bruno@clisp.org>
4402
4403         * tests/test-cond.c (main): When skipping the test, show the reason.
4404
4405 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4406
4407         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4408
4409 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4410
4411         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4412         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4413
4414 2010-01-12  Eric Blake  <ebb9@byu.net>
4415
4416         build: guarantee AS_VAR_IF
4417         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4418         (gl_AS_VAR_IF): Move...
4419         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4420         Reported by Simon Josefsson.
4421
4422 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4423
4424         * lib/stdio.in.h: Fix typo.
4425
4426 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4427
4428         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4429         libgpg-error.
4430
4431 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4432
4433         * tests/test-xalloc-die.sh: Use $EXEEXT.
4434
4435 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4436             Bruno Haible  <bruno@clisp.org>
4437
4438         getlogin, getlogin_r: Avoid test failure.
4439         * tests/test-getlogin.c: Include <stdio.h>.
4440         (main): Skip the test when the function fails because stdin is not a
4441         tty.
4442         * tests/test-getlogin_r.c: Include <stdio.h>.
4443         (main): Skip the test when the function fails because stdin is not a
4444         tty.
4445
4446 2010-01-11  Eric Blake  <ebb9@byu.net>
4447
4448         tests: avoid more large file warnings
4449         * tests/test-fflush.c: Avoid warning about ftell use.
4450         * tests/test-fseek.c: Avoid warning about fseek use.
4451
4452 2010-01-10  Bruno Haible  <bruno@clisp.org>
4453
4454         nproc: Work better on Linux when /proc and /sys are not mounted.
4455         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4456         as lower bound when, on glibc/Linux systems,
4457         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4458         Suggested by Pádraig Brady <P@draigbrady.com>.
4459         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4460
4461         nproc: Refactor.
4462         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4463         extracted from num_processors.
4464         (num_processors): Call it.
4465
4466 2010-01-11  Jim Meyering  <meyering@redhat.com>
4467
4468         utimecmp: avoid new warning from upcoming gcc-4.5.0
4469         * lib/utimecmp.c (BILLION): Define using #define rather than an
4470         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4471
4472 2010-01-11  Eric Blake  <ebb9@byu.net>
4473
4474         math: add portability warnings for classification macros
4475         * modules/math (Depends-on): Add warn-on-use.
4476         (Makefile.am): Provide new substitutions.
4477         * m4/math_h.m4 (gl_MATH_H): Require inline.
4478         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4479         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4480         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4481         implement warnings.
4482
4483         unistd: warn on use of environ without module
4484         * modules/unistd (Depends-on): Add warn-on-use.
4485         (Makefile.am): Provide new substitutions.
4486         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4487         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4488
4489         stdio: warn on suspicious uses
4490         * modules/stdio (Depends-on): Add warn-on-use.
4491         (Makefile.am): Provide new substitutions.
4492         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4493         fseeko.
4494         * lib/stdio.in.h (gets): Always warn on use.
4495         (fseek, ftell): Adjust when warnings are issued, and honor
4496         _GL_NO_LARGE_FILES as a way to silence the warning.
4497         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4498         any warning about large file offsets.
4499         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4500         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4501         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4502         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4503         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4504         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4505         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4506         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4507
4508         warn-on-use: new module
4509         * modules/warn-on-use: New file.
4510         * build-aux/warn-on-use.h: Likewise.
4511         * m4/warn-on-use.m4: Likewise.
4512         * MODULES.html.sh (Support for building): Mention it.
4513
4514 2010-01-10  Bruno Haible  <bruno@clisp.org>
4515
4516         Tests for module 'unistr/u32-strdup'.
4517         * modules/unistr/u32-strdup-tests: New file.
4518         * tests/unistr/test-u32-strdup.c: New file.
4519
4520         Tests for module 'unistr/u16-strdup'.
4521         * modules/unistr/u16-strdup-tests: New file.
4522         * tests/unistr/test-u16-strdup.c: New file.
4523
4524         Tests for module 'unistr/u8-strdup'.
4525         * modules/unistr/u8-strdup-tests: New file.
4526         * tests/unistr/test-u8-strdup.c: New file.
4527         * tests/unistr/test-strdup.h: New file.
4528
4529         Tests for module 'unistr/u32-strncmp'.
4530         * modules/unistr/u32-strncmp-tests: New file.
4531         * tests/unistr/test-u32-strncmp.c: New file.
4532
4533         Tests for module 'unistr/u16-strncmp'.
4534         * modules/unistr/u16-strncmp-tests: New file.
4535         * tests/unistr/test-u16-strncmp.c: New file.
4536
4537         Tests for module 'unistr/u8-strncmp'.
4538         * modules/unistr/u8-strncmp-tests: New file.
4539         * tests/unistr/test-u8-strncmp.c: New file.
4540         * tests/unistr/test-strncmp.h: New file.
4541
4542         Tests for module 'unistr/u32-strcoll'.
4543         * modules/unistr/u32-strcoll-tests: New file.
4544         * tests/unistr/test-u32-strcoll.c: New file.
4545
4546         Tests for module 'unistr/u16-strcoll'.
4547         * modules/unistr/u16-strcoll-tests: New file.
4548         * tests/unistr/test-u16-strcoll.c: New file.
4549
4550         Tests for module 'unistr/u8-strcoll'.
4551         * modules/unistr/u8-strcoll-tests: New file.
4552         * tests/unistr/test-u8-strcoll.c: New file.
4553
4554         Tests for module 'unistr/u32-strcmp'.
4555         * modules/unistr/u32-strcmp-tests: New file.
4556         * tests/unistr/test-u32-strcmp.c: New file.
4557         * tests/unistr/test-u32-strcmp.h: New file.
4558
4559         Tests for module 'unistr/u16-strcmp'.
4560         * modules/unistr/u16-strcmp-tests: New file.
4561         * tests/unistr/test-u16-strcmp.c: New file.
4562         * tests/unistr/test-u16-strcmp.h: New file.
4563
4564         Tests for module 'unistr/u8-strcmp'.
4565         * modules/unistr/u8-strcmp-tests: New file.
4566         * tests/unistr/test-u8-strcmp.c: New file.
4567         * tests/unistr/test-u8-strcmp.h: New file.
4568         * tests/unistr/test-strcmp.h: New file.
4569
4570         Tests for module 'unistr/u32-strncat'.
4571         * modules/unistr/u32-strncat-tests: New file.
4572         * tests/unistr/test-u32-strncat.c: New file.
4573
4574         Tests for module 'unistr/u16-strncat'.
4575         * modules/unistr/u16-strncat-tests: New file.
4576         * tests/unistr/test-u16-strncat.c: New file.
4577
4578         Tests for module 'unistr/u8-strncat'.
4579         * modules/unistr/u8-strncat-tests: New file.
4580         * tests/unistr/test-u8-strncat.c: New file.
4581         * tests/unistr/test-strncat.h: New file.
4582
4583         Tests for module 'unistr/u32-strcat'.
4584         * modules/unistr/u32-strcat-tests: New file.
4585         * tests/unistr/test-u32-strcat.c: New file.
4586
4587         Tests for module 'unistr/u16-strcat'.
4588         * modules/unistr/u16-strcat-tests: New file.
4589         * tests/unistr/test-u16-strcat.c: New file.
4590
4591         Tests for module 'unistr/u8-strcat'.
4592         * modules/unistr/u8-strcat-tests: New file.
4593         * tests/unistr/test-u8-strcat.c: New file.
4594         * tests/unistr/test-strcat.h: New file.
4595
4596         Tests for module 'unistr/u32-stpncpy'.
4597         * modules/unistr/u32-stpncpy-tests: New file.
4598         * tests/unistr/test-u32-stpncpy.c: New file.
4599
4600         Tests for module 'unistr/u16-stpncpy'.
4601         * modules/unistr/u16-stpncpy-tests: New file.
4602         * tests/unistr/test-u16-stpncpy.c: New file.
4603
4604         Tests for module 'unistr/u8-stpncpy'.
4605         * modules/unistr/u8-stpncpy-tests: New file.
4606         * tests/unistr/test-u8-stpncpy.c: New file.
4607         * tests/unistr/test-stpncpy.h: New file.
4608
4609         Tests for module 'unistr/u32-strncpy'.
4610         * modules/unistr/u32-strncpy-tests: New file.
4611         * tests/unistr/test-u32-strncpy.c: New file.
4612
4613         Tests for module 'unistr/u16-strncpy'.
4614         * modules/unistr/u16-strncpy-tests: New file.
4615         * tests/unistr/test-u16-strncpy.c: New file.
4616
4617         Tests for module 'unistr/u8-strncpy'.
4618         * modules/unistr/u8-strncpy-tests: New file.
4619         * tests/unistr/test-u8-strncpy.c: New file.
4620         * tests/unistr/test-strncpy.h: New file.
4621
4622         Tests for module 'unistr/u32-stpcpy'.
4623         * modules/unistr/u32-stpcpy-tests: New file.
4624         * tests/unistr/test-u32-stpcpy.c: New file.
4625
4626         Tests for module 'unistr/u16-stpcpy'.
4627         * modules/unistr/u16-stpcpy-tests: New file.
4628         * tests/unistr/test-u16-stpcpy.c: New file.
4629
4630         Tests for module 'unistr/u8-stpcpy'.
4631         * modules/unistr/u8-stpcpy-tests: New file.
4632         * tests/unistr/test-u8-stpcpy.c: New file.
4633         * tests/unistr/test-stpcpy.h: New file.
4634
4635         Tests for module 'unistr/u32-strcpy'.
4636         * modules/unistr/u32-strcpy-tests: New file.
4637         * tests/unistr/test-u32-strcpy.c: New file.
4638
4639         Tests for module 'unistr/u16-strcpy'.
4640         * modules/unistr/u16-strcpy-tests: New file.
4641         * tests/unistr/test-u16-strcpy.c: New file.
4642
4643         Tests for module 'unistr/u8-strcpy'.
4644         * modules/unistr/u8-strcpy-tests: New file.
4645         * tests/unistr/test-u8-strcpy.c: New file.
4646         * tests/unistr/test-strcpy.h: New file.
4647
4648         Tests for module 'unistr/u32-strnlen'.
4649         * modules/unistr/u32-strnlen-tests: New file.
4650         * tests/unistr/test-u32-strnlen.c: New file.
4651
4652         Tests for module 'unistr/u16-strnlen'.
4653         * modules/unistr/u16-strnlen-tests: New file.
4654         * tests/unistr/test-u16-strnlen.c: New file.
4655
4656         Tests for module 'unistr/u8-strnlen'.
4657         * modules/unistr/u8-strnlen-tests: New file.
4658         * tests/unistr/test-u8-strnlen.c: New file.
4659         * tests/unistr/test-strnlen.h: New file.
4660
4661         Tests for module 'unistr/u32-strlen'.
4662         * modules/unistr/u32-strlen-tests: New file.
4663         * tests/unistr/test-u32-strlen.c: New file.
4664
4665         Tests for module 'unistr/u16-strlen'.
4666         * modules/unistr/u16-strlen-tests: New file.
4667         * tests/unistr/test-u16-strlen.c: New file.
4668
4669         Tests for module 'unistr/u8-strlen'.
4670         * modules/unistr/u8-strlen-tests: New file.
4671         * tests/unistr/test-u8-strlen.c: New file.
4672
4673         Tests for module 'unistr/u32-prev'.
4674         * modules/unistr/u32-prev-tests: New file.
4675         * tests/unistr/test-u32-prev.c: New file.
4676
4677         Tests for module 'unistr/u16-prev'.
4678         * modules/unistr/u16-prev-tests: New file.
4679         * tests/unistr/test-u16-prev.c: New file.
4680
4681         Tests for module 'unistr/u8-prev'.
4682         * modules/unistr/u8-prev-tests: New file.
4683         * tests/unistr/test-u8-prev.c: New file.
4684
4685         Tests for module 'unistr/u32-next'.
4686         * modules/unistr/u32-next-tests: New file.
4687         * tests/unistr/test-u32-next.c: New file.
4688
4689         Tests for module 'unistr/u16-next'.
4690         * modules/unistr/u16-next-tests: New file.
4691         * tests/unistr/test-u16-next.c: New file.
4692
4693         Tests for module 'unistr/u8-next'.
4694         * modules/unistr/u8-next-tests: New file.
4695         * tests/unistr/test-u8-next.c: New file.
4696
4697         Tests for module 'unistr/u32-strmbtouc'.
4698         * modules/unistr/u32-strmbtouc-tests: New file.
4699         * tests/unistr/test-u32-strmbtouc.c: New file.
4700
4701         Tests for module 'unistr/u16-strmbtouc'.
4702         * modules/unistr/u16-strmbtouc-tests: New file.
4703         * tests/unistr/test-u16-strmbtouc.c: New file.
4704
4705         Tests for module 'unistr/u8-strmbtouc'.
4706         * modules/unistr/u8-strmbtouc-tests: New file.
4707         * tests/unistr/test-u8-strmbtouc.c: New file.
4708
4709         Tests for module 'unistr/u32-strmblen'.
4710         * modules/unistr/u32-strmblen-tests: New file.
4711         * tests/unistr/test-u32-strmblen.c: New file.
4712
4713         Tests for module 'unistr/u16-strmblen'.
4714         * modules/unistr/u16-strmblen-tests: New file.
4715         * tests/unistr/test-u16-strmblen.c: New file.
4716
4717         Tests for module 'unistr/u8-strmblen'.
4718         * modules/unistr/u8-strmblen-tests: New file.
4719         * tests/unistr/test-u8-strmblen.c: New file.
4720
4721         Tests for module 'unistr/u32-cpy-alloc'.
4722         * modules/unistr/u32-cpy-alloc-tests: New file.
4723         * tests/unistr/test-u32-cpy-alloc.c: New file.
4724
4725         Tests for module 'unistr/u16-cpy-alloc'.
4726         * modules/unistr/u16-cpy-alloc-tests: New file.
4727         * tests/unistr/test-u16-cpy-alloc.c: New file.
4728
4729         Tests for module 'unistr/u8-cpy-alloc'.
4730         * modules/unistr/u8-cpy-alloc-tests: New file.
4731         * tests/unistr/test-u8-cpy-alloc.c: New file.
4732         * tests/unistr/test-cpy-alloc.h: New file.
4733
4734         Tests for module 'unistr/u32-mbsnlen'.
4735         * modules/unistr/u32-mbsnlen-tests: New file.
4736         * tests/unistr/test-u32-mbsnlen.c: New file.
4737
4738         Tests for module 'unistr/u16-mbsnlen'.
4739         * modules/unistr/u16-mbsnlen-tests: New file.
4740         * tests/unistr/test-u16-mbsnlen.c: New file.
4741
4742         Tests for module 'unistr/u8-mbsnlen'.
4743         * modules/unistr/u8-mbsnlen-tests: New file.
4744         * tests/unistr/test-u8-mbsnlen.c: New file.
4745
4746         Tests for module 'unistr/u32-chr'.
4747         * modules/unistr/u32-chr-tests: New file.
4748         * tests/unistr/test-u32-chr.c: New file.
4749
4750         Tests for module 'unistr/u16-chr'.
4751         * modules/unistr/u16-chr-tests: New file.
4752         * tests/unistr/test-u16-chr.c: New file.
4753
4754         Tests for module 'unistr/u8-chr'.
4755         * modules/unistr/u8-chr-tests: New file.
4756         * tests/unistr/test-u8-chr.c: New file.
4757         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4758
4759         Tests for module 'unistr/u32-cmp2'.
4760         * modules/unistr/u32-cmp2-tests: New file.
4761         * tests/unistr/test-u32-cmp2.c: New file.
4762
4763         Tests for module 'unistr/u16-cmp2'.
4764         * modules/unistr/u16-cmp2-tests: New file.
4765         * tests/unistr/test-u16-cmp2.c: New file.
4766
4767         Tests for module 'unistr/u8-cmp2'.
4768         * modules/unistr/u8-cmp2-tests: New file.
4769         * tests/unistr/test-u8-cmp2.c: New file.
4770         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4771
4772         Tests for module 'unistr/u32-cmp'.
4773         * modules/unistr/u32-cmp-tests: New file.
4774         * tests/unistr/test-u32-cmp.c: New file.
4775
4776         Tests for module 'unistr/u16-cmp'.
4777         * modules/unistr/u16-cmp-tests: New file.
4778         * tests/unistr/test-u16-cmp.c: New file.
4779
4780         Tests for module 'unistr/u8-cmp'.
4781         * modules/unistr/u8-cmp-tests: New file.
4782         * tests/unistr/test-u8-cmp.c: New file.
4783         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4784
4785         Tests for module 'unistr/u32-set'.
4786         * modules/unistr/u32-set-tests: New file.
4787         * tests/unistr/test-u32-set.c: New file.
4788
4789         Tests for module 'unistr/u16-set'.
4790         * modules/unistr/u16-set-tests: New file.
4791         * tests/unistr/test-u16-set.c: New file.
4792
4793         Tests for module 'unistr/u8-set'.
4794         * modules/unistr/u8-set-tests: New file.
4795         * tests/unistr/test-u8-set.c: New file.
4796         * tests/unistr/test-set.h: New file.
4797
4798         Tests for module 'unistr/u32-move'.
4799         * modules/unistr/u32-move-tests: New file.
4800         * tests/unistr/test-u32-move.c: New file.
4801
4802         Tests for module 'unistr/u16-move'.
4803         * modules/unistr/u16-move-tests: New file.
4804         * tests/unistr/test-u16-move.c: New file.
4805
4806         Tests for module 'unistr/u8-move'.
4807         * modules/unistr/u8-move-tests: New file.
4808         * tests/unistr/test-u8-move.c: New file.
4809         * tests/unistr/test-move.h: New file.
4810
4811         Tests for module 'unistr/u32-cpy'.
4812         * modules/unistr/u32-cpy-tests: New file.
4813         * tests/unistr/test-u32-cpy.c: New file.
4814
4815         Tests for module 'unistr/u16-cpy'.
4816         * modules/unistr/u16-cpy-tests: New file.
4817         * tests/unistr/test-u16-cpy.c: New file.
4818
4819         Tests for module 'unistr/u8-cpy'.
4820         * modules/unistr/u8-cpy-tests: New file.
4821         * tests/unistr/test-u8-cpy.c: New file.
4822         * tests/unistr/test-cpy.h: New file.
4823
4824 2010-01-09  Bruno Haible  <bruno@clisp.org>
4825
4826         Tests for module 'unistr/u32-uctomb'.
4827         * modules/unistr/u32-uctomb-tests: New file.
4828         * tests/unistr/test-u32-uctomb.c: New file.
4829
4830         Tests for module 'unistr/u16-uctomb'.
4831         * modules/unistr/u16-uctomb-tests: New file.
4832         * tests/unistr/test-u16-uctomb.c: New file.
4833
4834         Tests for module 'unistr/u8-uctomb'.
4835         * modules/unistr/u8-uctomb-tests: New file.
4836         * tests/unistr/test-u8-uctomb.c: New file.
4837
4838         Tests for module 'unistr/u32-mbtoucr'.
4839         * modules/unistr/u32-mbtoucr-tests: New file.
4840         * tests/unistr/test-u32-mbtoucr.c: New file.
4841
4842         Tests for module 'unistr/u16-mbtoucr'.
4843         * modules/unistr/u16-mbtoucr-tests: New file.
4844         * tests/unistr/test-u16-mbtoucr.c: New file.
4845
4846         Tests for module 'unistr/u8-mbtoucr'.
4847         * modules/unistr/u8-mbtoucr-tests: New file.
4848         * tests/unistr/test-u8-mbtoucr.c: New file.
4849
4850         Tests for module 'unistr/u32-mbtouc'.
4851         * modules/unistr/u32-mbtouc-tests: New file.
4852         * tests/unistr/test-u32-mbtouc.c: New file.
4853
4854         Tests for module 'unistr/u16-mbtouc'.
4855         * modules/unistr/u16-mbtouc-tests: New file.
4856         * tests/unistr/test-u16-mbtouc.c: New file.
4857
4858         Tests for module 'unistr/u8-mbtouc'.
4859         * modules/unistr/u8-mbtouc-tests: New file.
4860         * tests/unistr/test-u8-mbtouc.c: New file.
4861
4862         Tests for module 'unistr/u32-mbtouc-unsafe'.
4863         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4864         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4865         * tests/unistr/test-u32-mbtouc.h: New file.
4866
4867         Tests for module 'unistr/u16-mbtouc-unsafe'.
4868         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4869         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4870         * tests/unistr/test-u16-mbtouc.h: New file.
4871
4872         Tests for module 'unistr/u8-mbtouc-unsafe'.
4873         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4874         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4875         * tests/unistr/test-u8-mbtouc.h: New file.
4876
4877         Tests for module 'unistr/u32-mblen'.
4878         * modules/unistr/u32-mblen-tests: New file.
4879         * tests/unistr/test-u32-mblen.c: New file.
4880
4881         Tests for module 'unistr/u16-mblen'.
4882         * modules/unistr/u16-mblen-tests: New file.
4883         * tests/unistr/test-u16-mblen.c: New file.
4884
4885         Tests for module 'unistr/u8-mblen'.
4886         * modules/unistr/u8-mblen-tests: New file.
4887         * tests/unistr/test-u8-mblen.c: New file.
4888
4889         Tests for module 'unistr/u32-to-u16'.
4890         * modules/unistr/u32-to-u16-tests: New file.
4891         * tests/unistr/test-u32-to-u16.c: New file.
4892
4893         Tests for module 'unistr/u32-to-u8'.
4894         * modules/unistr/u32-to-u8-tests: New file.
4895         * tests/unistr/test-u32-to-u8.c: New file.
4896
4897         Tests for module 'unistr/u16-to-u32'.
4898         * modules/unistr/u16-to-u32-tests: New file.
4899         * tests/unistr/test-u16-to-u32.c: New file.
4900
4901         Tests for module 'unistr/u16-to-u8'.
4902         * modules/unistr/u16-to-u8-tests: New file.
4903         * tests/unistr/test-u16-to-u8.c: New file.
4904
4905         Tests for module 'unistr/u8-to-u32'.
4906         * modules/unistr/u8-to-u32-tests: New file.
4907         * tests/unistr/test-u8-to-u32.c: New file.
4908
4909         Tests for module 'unistr/u8-to-u16'.
4910         * modules/unistr/u8-to-u16-tests: New file.
4911         * tests/unistr/test-u8-to-u16.c: New file.
4912
4913         Tests for module 'unistr/u32-check'.
4914         * modules/unistr/u32-check-tests: New file.
4915         * tests/unistr/test-u32-check.c: New file.
4916
4917         Tests for module 'unistr/u16-check'.
4918         * modules/unistr/u16-check-tests: New file.
4919         * tests/unistr/test-u16-check.c: New file.
4920
4921         Tests for module 'unistr/u8-check'.
4922         * modules/unistr/u8-check-tests: New file.
4923         * tests/unistr/test-u8-check.c: New file.
4924
4925         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4926         (category_equals): New function.
4927         (main): Add more tests.
4928         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4929
4930         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4931
4932 2010-01-10  Bruno Haible  <bruno@clisp.org>
4933
4934         unistr/u*-strcoll: Try harder to distinguish different strings.
4935         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4936         compare s1 and s2 to see if they are different.
4937
4938 2010-01-10  Bruno Haible  <bruno@clisp.org>
4939
4940         unistr/u*-stpncpy: Fix the return value.
4941         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4942         description of the return value consistent with stpncpy in glibc.
4943         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4944         written non-NUL unit.
4945
4946 2010-01-10  Bruno Haible  <bruno@clisp.org>
4947
4948         unistr/u*-next: Add missing dependencies.
4949         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4950         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4951         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4952
4953 2010-01-10  Bruno Haible  <bruno@clisp.org>
4954
4955         unistr/u8-mbsnlen: Fix return value for incomplete character.
4956         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4957         u8_mblen.
4958         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4959         Remove unistr/u8-mblen.
4960         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4961         u16_mblen.
4962         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4963         Remove unistr/u16-mblen.
4964
4965 2010-01-10  Bruno Haible  <bruno@clisp.org>
4966
4967         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4968         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4969         Reported by Brian Gough <bjg@gnu.org> and
4970         Chris Clayton <chris2553@googlemail.com> via
4971         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4972
4973 2010-01-09  Bruno Haible  <bruno@clisp.org>
4974
4975         unistr/u16-to-u32: Reject invalid input.
4976         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4977         u16_mbtouc.
4978         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4979         Remove unistr/u16-mbtouc.
4980
4981         unistr/u16-to-u8: Reject invalid input.
4982         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4983         u16_mbtouc.
4984         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4985         Remove unistr/u16-mbtouc.
4986
4987         unistr/u8-to-u32: Reject invalid input.
4988         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4989         u8_mbtouc.
4990         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4991         Remove unistr/u8-mbtouc.
4992
4993         unistr/u8-to-u16: Reject invalid input.
4994         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4995         u8_mbtouc.
4996         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4997         Remove unistr/u8-mbtouc.
4998
4999 2010-01-09  Bruno Haible  <bruno@clisp.org>
5000
5001         Tests for module 'getlogin'.
5002         * modules/getlogin-tests: New file.
5003         * tests/test-getlogin.c: New file.
5004
5005         New module 'getlogin'.
5006         * lib/unistd.in.h (getlogin): New declaration.
5007         * lib/getlogin.c: New file.
5008         * m4/getlogin.m4: New file.
5009         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
5010         HAVE_GETLOGIN.
5011         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
5012         HAVE_GETLOGIN.
5013         * modules/getlogin: New file.
5014         * doc/posix-functions/getlogin.texi: Mention the new module.
5015         Reported by John W. Eaton <jwe@gnu.org>.
5016
5017 2010-01-09  Bruno Haible  <bruno@clisp.org>
5018
5019         getlogin_r: Support for native Windows.
5020         * lib/getlogin_r.c: Include <windows.h>
5021         (getlogin_r): Implement for native Windows.
5022         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
5023         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
5024         via John W. Eaton <jwe@gnu.org>.
5025
5026 2010-01-09  Bruno Haible  <bruno@clisp.org>
5027
5028         getlogin_r: Small fixes.
5029         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
5030         succeeds.
5031         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
5032         before testing whether getlogin_r is declared. No need to set
5033         HAVE_DECL_GETLOGIN_R to 1.
5034         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
5035
5036 2010-01-09  Bruno Haible  <bruno@clisp.org>
5037
5038         * lib/unistd.in.h (getlogin_r): Add comment.
5039
5040 2010-01-09  Bruno Haible  <bruno@clisp.org>
5041
5042         Tests for module 'getlogin_r'.
5043         * modules/getlogin_r-tests: New file.
5044         * tests/test-getlogin_r.c: New file.
5045
5046 2010-01-09  Jim Meyering  <meyering@redhat.com>
5047
5048         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5049         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5050         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5051
5052 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5053
5054         * lib/dup2.c (rpl_dup2): Improve comment.
5055
5056 2010-01-08  Eric Blake  <ebb9@byu.net>
5057
5058         maint.mk: allow packages to add makefile @@ exceptions
5059         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5060         (sc_makefile_check): Rename...
5061         (sc_makefile_at_at_check): ...to this, and use hook.
5062
5063         dup2: work around mingw bug
5064         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5065         Reported by Simon Josefsson.
5066
5067 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5068
5069         glob: Fix C++ compilation.
5070         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5071         C++.
5072
5073 2010-01-07  Bruno Haible  <bruno@clisp.org>
5074
5075         Fix indentation of wctype.in.h, broken since 2007-01-06.
5076         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5077
5078 2010-01-07  Bruno Haible  <bruno@clisp.org>
5079
5080         mbslen: Avoid collision with system function.
5081         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5082         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5083         * m4/mbslen.m4: New file.
5084         * modules/mbslen (Files): Add it.
5085         (configure.ac): Invoke gl_MBSLEN.
5086         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5087         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5088         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5089         via Ian Beckwith <ianb@erislabs.net>.
5090
5091 2010-01-07  Bruno Haible  <bruno@clisp.org>
5092
5093         dirent: Document the last fix.
5094         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5095
5096 2010-01-07  Bruno Haible  <bruno@clisp.org>
5097
5098         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5099         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5100         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5101         va_list are defined.
5102         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5103         Reported by Eric Blake.
5104
5105 2010-01-07  Bruno Haible  <bruno@clisp.org>
5106
5107         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5108         * modules/xlist (Depends-on): Add 'list',
5109         * modules/xoset (Depends-on): Add 'oset'.
5110         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5111
5112 2010-01-07  Bruno Haible  <bruno@clisp.org>
5113
5114         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5115         * doc/posix-functions/strncasecmp.texi: Likewise.
5116
5117 2010-01-07  Bruno Haible  <bruno@clisp.org>
5118
5119         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5120
5121 2010-01-07  John W. Eaton  <jwe@octave.org>
5122
5123         wctype: allow C++ use
5124         * lib/wctype.in.h: Add extern "C" block for C++.
5125
5126 2010-01-06  Eric Blake  <ebb9@byu.net>
5127
5128         maint.mk: detect incorrect GFDL usage
5129         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5130
5131 2010-01-06  Jim Meyering  <meyering@redhat.com>
5132         and Eric Blake  <ebb9@byu.net>
5133
5134         maint.mk: ignore multi-line copyright in NEWS
5135         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5136
5137 2010-01-06  Eric Blake  <ebb9@byu.net>
5138
5139         select: add missing dependency
5140         * modules/select-tests (Depends-on): Move sockets dependency...
5141         * modules/select (Depends-on): ...here.
5142         Reported by Ian Beckwith.
5143
5144         doc: regenerate INSTALL
5145         * doc/INSTALL: Reflect recent autoconf update.
5146         * doc/INSTALL.ISO: Likewise.
5147         * doc/INSTALL.UTF-8: Likewise.
5148
5149         pread: fix compilation on glibc
5150         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5151         Reported by Ralf Wildenhues.
5152
5153         dirent: fix test failure
5154         * lib/dirent.in.h (includes): Guarantee ino_t.
5155         Reported by Ralf Wildenhues.
5156
5157 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5158
5159         linkat, renameat: avoid bad free
5160         * lib/at-func2.c (at_func2): Fix typo.
5161         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5162
5163 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5164
5165         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5166         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5167         to avoid failure of symlink test later.
5168
5169 2010-01-06  Eric Blake  <ebb9@byu.net>
5170
5171         stdio, unistd: guarantee ssize_t
5172         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5173         2008 are exposed when needed.
5174         * lib/stdio.in.h (includes): Likewise.
5175         Reported by Ralf Wildenhues.
5176
5177 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5178
5179         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5180         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5181         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5182
5183 2010-01-06  Jim Meyering  <meyering@redhat.com>
5184
5185         readtokens: this module *does* require xalloc.h
5186         It uses only functions that were omitted by the old syntax-check rule.
5187         * lib/readtokens.c: Include "xalloc.h" once again.
5188         * modules/readtokens (Depends-on): Add xalloc.
5189         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5190
5191 2010-01-05  Eric Blake  <ebb9@byu.net>
5192
5193         maint: support 'make announcement' from a VPATH build
5194         * top/maint.mk (announcement): Look for correct NEWS file.
5195
5196 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5197
5198         utimens (fdutimens): ignore a negative FD, per contract
5199         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5200         when we have a valid file descriptor.  Otherwise, using a brand
5201         new glibc (with just-patched futimens that now fails with EBADF)
5202         would cause this function to fail with ENOSYS.
5203         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5204         See also http://bugzilla.redhat.com/552320.
5205
5206 2010-01-05  Eric Blake  <ebb9@byu.net>
5207
5208         strcase: document what it provides
5209         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5210         gnulib module.
5211         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5212         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5213
5214 2010-01-05  Jim Meyering  <meyering@redhat.com>
5215
5216         maint: remove useless inclusions of "xalloc.h"
5217         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5218         * lib/readtokens.c: Likewise.
5219         * lib/same.c: Likewise.
5220         * modules/getloadavg (Depends-on): Remove xalloc.
5221         * modules/readtokens: Likewise.
5222         * modules/same: Likewise.
5223
5224         maint.mk: include 4 more function names in alloca.h-checking regexp
5225         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5226         regexp.  Before, we would give a false-positive (saying alloca.h
5227         is included unnecessarily) when the only uses involved omitted symbols.
5228
5229         xalloc.h: use consistent formatting
5230         * lib/xalloc.h: Move declarations to start in the first column.
5231
5232 2010-01-05  Eric Blake  <ebb9@byu.net>
5233
5234         mkdir: avoid xalloc
5235         * lib/mkdir.c (includes): Drop unused header.
5236         Reported by John W. Eaton.
5237
5238 2010-01-04  Jim Meyering  <meyering@redhat.com>
5239
5240         nl_langinfo: avoid configure-time syntax error
5241         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5242         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5243         the empty string.  Don't let that provoke a shell syntax error.
5244
5245         regcomp, regexec, fnmatch: avoid array bounds read error
5246         * lib/regcomp.c (build_equiv_class): From glibc:
5247         Use only the low 24 bits of a findidx return value as an index
5248         into the weights array.  Patch by Ulrich Drepper:
5249         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5250         * lib/regexec.c (check_node_accept_bytes): Likewise.
5251         * lib/fnmatch_loop.c (FCT): Likewise.
5252
5253         regcomp: skip collseq lookup when there are no rules
5254         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5255         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5256
5257         regcomp: recognize ill-formed { } expressions
5258         * lib/regcomp.c (parse_dup_op): From glibc:
5259         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5260
5261         regcomp: fix typo in comment
5262         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5263         s/satisfy/satisfies/.
5264
5265         regcomp: sync from glibc: remove dead store
5266         * lib/regcomp.c (duplicate_node_closure): Remove useless
5267         search_duplicated_node call and dead store.
5268
5269         regcomp: sync from glibc; always use nl_langinfo
5270         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5271         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5272         * modules/regex (Depends-on): Add nl_langinfo.
5273
5274 2010-01-04  Eric Blake  <ebb9@byu.net>
5275
5276         fdopendir: fix configure test
5277         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5278
5279 2010-01-01  Bruno Haible  <bruno@clisp.org>
5280
5281         wchar: Remove unused configure check.
5282         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5283
5284 2010-01-01  Eric Blake  <ebb9@byu.net>
5285
5286         headers: make check of system header explicit
5287         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5288         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5289         ourselves.
5290         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5291         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5292         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5293         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5294         internals.
5295         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5296         missing.
5297         Suggested by Bruno Haible.
5298
5299 2010-01-01  Jim Meyering  <meyering@redhat.com>
5300
5301         ChangeLog: tweak to eliminate unnecessary copyright line
5302         * ChangeLog: Remove a copyright line that was mistakenly updated
5303         by today's update-copyright run.  Reported by Eric Blake.
5304
5305         test-update-copyright: don't let envvar setting cause test failure
5306         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5307
5308 2010-01-01  Bruno Haible  <bruno@clisp.org>
5309
5310         localename: Avoid gcc warning.
5311         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5312         function if it is not used.
5313
5314 2010-01-01  Jim Meyering  <meyering@redhat.com>
5315
5316         update nearly all FSF copyright year lists to include 2010
5317         Use the same procedure as for 2009, outlined in
5318         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5319
5320         version-etc: set COPYRIGHT_YEAR to 2010
5321         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5322
5323 2009-12-31  Eric Blake  <ebb9@byu.net>
5324
5325         doc: correct availability of cygwin 1.5.x getopt
5326         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5327         variables.
5328         * doc/posix-functions/opterr.texi (opterr): Likewise.
5329         * doc/posix-functions/optind.texi (optind): Likewise.
5330         * doc/posix-functions/optopt.texi (optopt): Likewise.
5331         * doc/posix-functions/tzname.texi (tzname): Likewise.
5332
5333         openat: update maintainer
5334         * modules/openat (Maintainer): Add myself.
5335
5336         utimens: avoid shadowing warning
5337         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5338         buffers into one, to avoid shadowing, as well as avoiding a
5339         redundant stat.
5340         Reported by Jim Meyering.
5341
5342         test-dup2: avoid compiler warning
5343         * tests/test-dup2.c (is_inheritable): Only define if used.
5344
5345 2010-01-01  Bruno Haible  <bruno@clisp.org>
5346
5347         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5348         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5349         defined, use wctomb instead of wcrtomb.
5350
5351 2010-01-01  Bruno Haible  <bruno@clisp.org>
5352
5353         iconv: Reject native Solaris iconv.
5354         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5355         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5356
5357 2009-12-31  Bruno Haible  <bruno@clisp.org>
5358
5359         * tests/test-signal.c (main): Remove test of 'SIG'.
5360
5361 2009-12-31  Bruno Haible  <bruno@clisp.org>
5362
5363         spawn: Fix incomplete fix.
5364         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5365         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5366         warnings for GNULIB_POSIXCHECK again.
5367         Reported by Eric Blake.
5368
5369 2009-12-31  Bruno Haible  <bruno@clisp.org>
5370
5371         Avoid namespace pollution on glibc systems.
5372         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5373         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5374         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5375         glibc systems.
5376
5377 2009-12-31  Bruno Haible  <bruno@clisp.org>
5378
5379         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5380         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5381         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5382         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5383         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5384         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5385         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5386
5387 2009-12-31  Bruno Haible  <bruno@clisp.org>
5388
5389         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5390         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5391         afterwards.
5392
5393 2009-12-31  Bruno Haible  <bruno@clisp.org>
5394
5395         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5396         SYS_UTSNAME_H.
5397
5398 2009-12-31  Bruno Haible  <bruno@clisp.org>
5399
5400         spawn: Fix misapplied patch.
5401         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5402         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5403         warnings for GNULIB_POSIXCHECK.
5404
5405 2009-12-31  Bruno Haible  <bruno@clisp.org>
5406
5407         times: Update after sys_times changed.
5408         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5409         * modules/times (Files): Add it.
5410         (configure.ac): Invoke gl_FUNC_TIMES.
5411
5412 2009-12-31  Bruno Haible  <bruno@clisp.org>
5413
5414         Use AC_C_INLINE where necessary.
5415         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5416         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5417         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5418         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5419         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5420         * m4/mbiter.m4 (gl_MBITER): Likewise.
5421         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5422         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5423         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5424         * modules/u64 (configure.ac): Likewise.
5425
5426 2009-12-31  Bruno Haible  <bruno@clisp.org>
5427
5428         Use AC_C_INLINE instead of module 'inline' where possible.
5429         * modules/inline (Description): Clarify purpose.
5430         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5431         * modules/count-one-bits (Depends-on): Remove inline.
5432         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5433         * modules/openat (Depends-on): Remove inline.
5434         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5435         instead of depending on module 'inline'.
5436         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5437         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5438         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5439         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5440         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5441         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5442         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5443         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5444         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5445         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5446         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5447         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5448         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5449         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5450         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5451         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5452         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5453         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5454         Likewise.
5455         * modules/unictype/property-ascii-hex-digit (Depends-on,
5456         configure.ac): Likewise.
5457         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5458         configure.ac): Likewise.
5459         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5460         configure.ac): Likewise.
5461         * modules/unictype/property-bidi-block-separator (Depends-on,
5462         configure.ac): Likewise.
5463         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5464         configure.ac): Likewise.
5465         * modules/unictype/property-bidi-common-separator (Depends-on,
5466         configure.ac): Likewise.
5467         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5468         Likewise.
5469         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5470         configure.ac): Likewise.
5471         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5472         configure.ac): Likewise.
5473         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5474         configure.ac): Likewise.
5475         * modules/unictype/property-bidi-european-digit (Depends-on,
5476         configure.ac): Likewise.
5477         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5478         configure.ac): Likewise.
5479         * modules/unictype/property-bidi-left-to-right (Depends-on,
5480         configure.ac): Likewise.
5481         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5482         configure.ac): Likewise.
5483         * modules/unictype/property-bidi-other-neutral (Depends-on,
5484         configure.ac): Likewise.
5485         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5486         Likewise.
5487         * modules/unictype/property-bidi-segment-separator (Depends-on,
5488         configure.ac): Likewise.
5489         * modules/unictype/property-bidi-whitespace (Depends-on,
5490         configure.ac): Likewise.
5491         * modules/unictype/property-combining (Depends-on, configure.ac):
5492         Likewise.
5493         * modules/unictype/property-composite (Depends-on, configure.ac):
5494         Likewise.
5495         * modules/unictype/property-currency-symbol (Depends-on,
5496         configure.ac): Likewise.
5497         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5498         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5499         Likewise.
5500         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5501         configure.ac): Likewise.
5502         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5503         Likewise.
5504         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5505         Likewise.
5506         * modules/unictype/property-extender (Depends-on, configure.ac):
5507         Likewise.
5508         * modules/unictype/property-format-control (Depends-on, configure.ac):
5509         Likewise.
5510         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5511         Likewise.
5512         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5513         Likewise.
5514         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5515         Likewise.
5516         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5517         Likewise.
5518         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5519         Likewise.
5520         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5521         Likewise.
5522         * modules/unictype/property-id-start (Depends-on, configure.ac):
5523         Likewise.
5524         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5525         Likewise.
5526         * modules/unictype/property-ids-binary-operator (Depends-on,
5527         configure.ac): Likewise.
5528         * modules/unictype/property-ids-trinary-operator (Depends-on,
5529         configure.ac): Likewise.
5530         * modules/unictype/property-ignorable-control (Depends-on,
5531         configure.ac): Likewise.
5532         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5533         Likewise.
5534         * modules/unictype/property-join-control (Depends-on, configure.ac):
5535         Likewise.
5536         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5537         Likewise.
5538         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5539         Likewise.
5540         * modules/unictype/property-logical-order-exception (Depends-on,
5541         configure.ac): Likewise.
5542         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5543         Likewise.
5544         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5545         * modules/unictype/property-non-break (Depends-on, configure.ac):
5546         Likewise.
5547         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5548         Likewise.
5549         * modules/unictype/property-numeric (Depends-on, configure.ac):
5550         Likewise.
5551         * modules/unictype/property-other-alphabetic (Depends-on,
5552         configure.ac): Likewise.
5553         * modules/unictype/property-other-default-ignorable-code-point
5554         (Depends-on, configure.ac): Likewise.
5555         * modules/unictype/property-other-grapheme-extend (Depends-on,
5556         configure.ac): Likewise.
5557         * modules/unictype/property-other-id-continue (Depends-on,
5558         configure.ac): Likewise.
5559         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5560         Likewise.
5561         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5562         Likewise.
5563         * modules/unictype/property-other-math (Depends-on, configure.ac):
5564         Likewise.
5565         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5566         Likewise.
5567         * modules/unictype/property-paired-punctuation (Depends-on,
5568         configure.ac): Likewise.
5569         * modules/unictype/property-paragraph-separator (Depends-on,
5570         configure.ac): Likewise.
5571         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5572         Likewise.
5573         * modules/unictype/property-pattern-white-space (Depends-on,
5574         configure.ac): Likewise.
5575         * modules/unictype/property-private-use (Depends-on, configure.ac):
5576         Likewise.
5577         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5578         Likewise.
5579         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5580         Likewise.
5581         * modules/unictype/property-radical (Depends-on, configure.ac):
5582         Likewise.
5583         * modules/unictype/property-sentence-terminal (Depends-on,
5584         configure.ac): Likewise.
5585         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5586         Likewise.
5587         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5588         * modules/unictype/property-terminal-punctuation (Depends-on,
5589         configure.ac): Likewise.
5590         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5591         Likewise.
5592         * modules/unictype/property-unassigned-code-value (Depends-on,
5593         configure.ac): Likewise.
5594         * modules/unictype/property-unified-ideograph (Depends-on,
5595         configure.ac): Likewise.
5596         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5597         Likewise.
5598         * modules/unictype/property-variation-selector (Depends-on,
5599         configure.ac): Likewise.
5600         * modules/unictype/property-white-space (Depends-on, configure.ac):
5601         Likewise.
5602         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5603         Likewise.
5604         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5605         Likewise.
5606         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5607         Likewise.
5608         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5609         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5610         Likewise.
5611
5612 2009-12-31  Bruno Haible  <bruno@clisp.org>
5613
5614         Remove unnecessary AC_C_INLINE invocation.
5615         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5616         since 2009-08-21.
5617
5618 2009-12-31  Jim Meyering  <meyering@redhat.com>
5619
5620         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5621         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5622         With this change, we can all remove the gpg_key_ID = ... definition
5623         from our respective cfg.mk files.
5624
5625         maint.mk: create announcement template in ~/, not in /tmp
5626         * top/maint.mk (emit_upload_commands): Adjust.
5627         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5628         Remove temporary file, .ci-msg.
5629
5630 2009-12-31  Eric Blake  <ebb9@byu.net>
5631
5632         link-warning: always build headers with link warnings
5633         * modules/arpa_inet (Makefile.am): Always build replacement
5634         header.
5635         * modules/ctype (Makefile.am): Likewise.
5636         * modules/dirent (Makefile.am): Likewise.
5637         * modules/inttypes (Makefile.am): Likewise.
5638         * modules/langinfo (Makefile.am): Likewise.
5639         * modules/locale (Makefile.am): Likewise.
5640         * modules/spawn (Makefile.am): Likewise.
5641         * modules/sys_file (Makefile.am): Likewise.
5642         * modules/sys_ioctl (Makefile.am): Likewise.
5643         * modules/sys_select (Makefile.am): Likewise.
5644         * modules/sys_socket (Makefile.am): Likewise.
5645         * modules/sys_times (Makefile.am): Likewise.
5646         * modules/sys_utsname (Makefile.am): Likewise.
5647         * modules/sys_wait (Makefile.am): Likewise.
5648         * modules/wchar (Makefile.am): Likewise.
5649         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5650         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5651         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5652         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5653         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5654         Likewise.
5655         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5656         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5657         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5658         Likewise.
5659         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5660         Likewise.
5661         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5662         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5663         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5664         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5665         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5666         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5667         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5668         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5669         (gl_WCHAR_H_DEFAULTS): Likewise.
5670
5671 2009-12-31  Eric Blake  <ebb9@byu.net>
5672
5673         signal, spawn: use link warnings
5674         * lib/signal.in.h (sigset_t): Make unconditional.
5675         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5676         (sigpending, sigprocmask, sigaction): Add link warnings.
5677         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5678         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5679         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5680         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5681         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5682         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5683         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5684         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5685         (posix_spawn_file_actions_destroy)
5686         (posix_spawn_file_actions_addopen)
5687         (posix_spawn_file_actions_addclose)
5688         (posix_spawn_file_actions_adddup2): Likewise.
5689         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5690         * tests/test-signal.c (main): Enhance test.
5691
5692         spawn: improve wrapper support
5693         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5694         (gl_SPAWN_H_DEFAULTS): New defaults.
5695         * modules/spawn (Makefile.am): Substitute them.
5696         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5697         Only declare if missing or broken.
5698
5699         sys_times, sys_utsname: use include_next
5700         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5701         header.
5702         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5703         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5704         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5705         * modules/sys_times (Depends-on): Add include_next.
5706         (Makefile.am): Substitute additional values.
5707         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5708         * lib/sys_times.in.h (includes): Include native header, if
5709         available.
5710         * lib/sys_utsname.in.h (includes): Likewise.
5711         * tests/test-sys_times.c (main): Enhance test.
5712
5713         fdutimensat: revert prior patch
5714         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5715         utimens.h.
5716         Reported by Bruno Haible.
5717
5718 2009-12-30  Eric Blake  <ebb9@byu.net>
5719
5720         sys_wait: drop link-warning dependency
5721         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5722         link-warning efforts.
5723         * lib/sys_wait.in.h: Likewise.
5724
5725         fdutimensat: remove bogus dependency
5726         * modules/fdutimensat (Depends-on): Drop inline.
5727
5728         unistd: fix typo
5729         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5730
5731 2009-12-30  Bruno Haible  <bruno@clisp.org>
5732
5733         Fix compilation error with Solaris cc.
5734         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5735         * lib/unicase/u16-is-invariant.c: Likewise.
5736         * lib/unicase/u32-is-invariant.c: Likewise.
5737         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5738
5739 2009-12-30  Bruno Haible  <bruno@clisp.org>
5740
5741         Fix test crash.
5742         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5743         locales.
5744         Reported by Simon Josefsson <simon@josefsson.org>.
5745
5746 2009-12-30  Bruno Haible  <bruno@clisp.org>
5747
5748         Fix compilation error on most platforms.
5749         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5750         Reported by Simon Josefsson <simon@josefsson.org>
5751         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5752
5753 2009-12-30  Eric Blake  <ebb9@byu.net>
5754
5755         futimens, utimensat: work around ntfs-3g bug
5756         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5757         a ctime bug is present, and expand workaround to cover ntfs-3g.
5758         * lib/utimens.c (fdutimens, lutimens): Likewise.
5759         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5760         (validate_timespec): Adjust return value.
5761         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5762         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5763         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5764
5765 2009-12-29  Eric Blake  <ebb9@byu.net>
5766
5767         link-warning: make usage consistent
5768         * modules/ctype (Depends-on): Add link-warning.
5769         (Makefile.am): Update rules accordingly.
5770         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5771         * modules/locale (Depends-on, Makefile.am): Likewise.
5772         * modules/sys_file (Makefile.am): Likewise.
5773         * modules/getopt-posix (Makefile.am): Delete unused link warning
5774         efforts.
5775         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5776         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5777         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5778         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5779
5780         stdio: remove unused variables
5781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5782         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5783         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5784
5785         tests: test more substitute headers
5786         * modules/ctype-tests: New file.
5787         * modules/dirent-tests: Likewise.
5788         * modules/spawn-tests: Likewise.
5789         * modules/sys_file-tests: Likewise.
5790         * modules/sys_ioctl-tests: Likewise.
5791         * modules/sys_wait-tests: Likewise.
5792         * tests/test-ctype.c: Likewise.
5793         * tests/test-dirent.c: Likewise.
5794         * tests/test-spawn.c: Likewise.
5795         * tests/test-sys_file.c: Likewise.
5796         * tests/test-sys_ioctl.c: Likewise.
5797         * tests/test-sys_wait.c: Likewise.
5798         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5799         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5800         whether or not flock is in use.
5801
5802         tests: remove License section from module
5803         * modules/arpa_inet-tests: Remove unneeded section.
5804         * modules/byteswap-tests: Likewise.
5805         * modules/ceilf-tests: Likewise.
5806         * modules/ceill-tests: Likewise.
5807         * modules/crypto/des-tests: Likewise.
5808         * modules/crypto/gc-arcfour-tests: Likewise.
5809         * modules/crypto/gc-arctwo-tests: Likewise.
5810         * modules/crypto/gc-des-tests: Likewise.
5811         * modules/crypto/gc-hmac-md5-tests: Likewise.
5812         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5813         * modules/crypto/gc-md2-tests: Likewise.
5814         * modules/crypto/gc-md4-tests: Likewise.
5815         * modules/crypto/gc-md5-tests: Likewise.
5816         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5817         * modules/crypto/gc-rijndael-tests: Likewise.
5818         * modules/crypto/gc-sha1-tests: Likewise.
5819         * modules/crypto/gc-tests: Likewise.
5820         * modules/crypto/md2-tests: Likewise.
5821         * modules/crypto/md4-tests: Likewise.
5822         * modules/fcntl-h-tests: Likewise.
5823         * modules/floorf-tests: Likewise.
5824         * modules/floorl-tests: Likewise.
5825         * modules/frexp-nolibm-tests: Likewise.
5826         * modules/frexp-tests: Likewise.
5827         * modules/frexpl-nolibm-tests: Likewise.
5828         * modules/frexpl-tests: Likewise.
5829         * modules/getaddrinfo-tests: Likewise.
5830         * modules/inttypes-tests: Likewise.
5831         * modules/isfinite-tests: Likewise.
5832         * modules/isinf-tests: Likewise.
5833         * modules/ldexpl-tests: Likewise.
5834         * modules/locale-tests: Likewise.
5835         * modules/math-tests: Likewise.
5836         * modules/netdb-tests: Likewise.
5837         * modules/netinet_in-tests: Likewise.
5838         * modules/printf-frexp-tests: Likewise.
5839         * modules/printf-frexpl-tests: Likewise.
5840         * modules/priv-set-tests: Likewise.
5841         * modules/random_r-tests: Likewise.
5842         * modules/round-tests: Likewise.
5843         * modules/roundf-tests: Likewise.
5844         * modules/roundl-tests: Likewise.
5845         * modules/search-tests: Likewise.
5846         * modules/select-tests: Likewise.
5847         * modules/signal-tests: Likewise.
5848         * modules/stdbool-tests: Likewise.
5849         * modules/stddef-tests: Likewise.
5850         * modules/stdint-tests: Likewise.
5851         * modules/stdio-tests: Likewise.
5852         * modules/stdlib-tests: Likewise.
5853         * modules/string-tests: Likewise.
5854         * modules/strings-tests: Likewise.
5855         * modules/sys_select-tests: Likewise.
5856         * modules/sys_socket-tests: Likewise.
5857         * modules/sys_stat-tests: Likewise.
5858         * modules/sys_time-tests: Likewise.
5859         * modules/sys_utsname-tests: Likewise.
5860         * modules/sysexits-tests: Likewise.
5861         * modules/time-tests: Likewise.
5862         * modules/trunc-tests: Likewise.
5863         * modules/truncf-tests: Likewise.
5864         * modules/truncl-tests: Likewise.
5865         * modules/tsearch-tests: Likewise.
5866         * modules/unistd-tests: Likewise.
5867         * modules/wchar-tests: Likewise.
5868         * modules/wctype-tests: Likewise.
5869
5870         tests: fix license on several tests
5871         * tests/test-des.c: Update to GPLv3+.
5872         * tests/test-flock.c: Likewise.
5873         * tests/test-fsync.c: Likewise.
5874         * tests/test-futimens.h: Likewise.
5875         * tests/test-gc-arcfour.c: Likewise.
5876         * tests/test-gc-arctwo.c: Likewise.
5877         * tests/test-gc-des.c: Likewise.
5878         * tests/test-gc-hmac-md5.c: Likewise.
5879         * tests/test-gc-hmac-sha1.c: Likewise.
5880         * tests/test-gc-md2.c: Likewise.
5881         * tests/test-gc-md4.c: Likewise.
5882         * tests/test-gc-md5.c: Likewise.
5883         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5884         * tests/test-gc-rijndael.c: Likewise.
5885         * tests/test-gc-sha1.c: Likewise.
5886         * tests/test-gc.c: Likewise.
5887         * tests/test-getcwd.c: Likewise.
5888         * tests/test-link.c: Likewise.
5889         * tests/test-link.h: Likewise.
5890         * tests/test-lutimens.h: Likewise.
5891         * tests/test-md2.c: Likewise.
5892         * tests/test-md4.c: Likewise.
5893         * tests/test-mkdir.h: Likewise.
5894         * tests/test-rename.c: Likewise.
5895         * tests/test-rename.h: Likewise.
5896         * tests/test-safe-alloc.c: Likewise.
5897         * tests/test-utimens-common.h: Likewise.
5898         * tests/test-utimens.h: Likewise.
5899
5900         maint: sync license texts
5901         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5902         * doc/gpl-3.0.texi: Revert copyright year update.
5903         * doc/lgpl-3.0.texi: Likewise.
5904
5905 2009-12-29  Jim Meyering  <meyering@redhat.com>
5906
5907         update nearly all FSF copyright year lists to include 2009
5908         The files named by the following are exempted:
5909             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5910               test -f "$dst" && { echo "$dst"; continue; }
5911               test -d "$dst" || continue
5912               echo "$dst"/$(basename "$src")
5913             done > exempt
5914             git ls-files tests/unictype >> exempt
5915         In the remaining files, convert to all-interval notation if
5916         - there is already at least one year interval like 2000-2003
5917         - the file is maintained by me
5918         - the file is in lib/uni*/, where that style already prevails
5919         Otherwise, use update-copyright's default.
5920
5921 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5922         and Eric Blake  <ebb9@byu.net>
5923
5924         tests: don't require debug system() to pass
5925         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5926         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5927         * tests/test-unlink.h (test_unlink_func): Likewise.
5928         * tests/test-fstatat.c (main): ...into callers.
5929         * tests/test-lstat.c (main): Likewise.
5930         * tests/test-rmdir.c (main): Likewise.
5931         * tests/test-unlink.c (main): Likewise.
5932         * tests/test-unlinkat.c (main): Likewise.
5933         * tests/test-areadlink-with-size.c (main): Don't require a
5934         debug-only system call to pass, aiding cross-testing to mingw.
5935         * tests/test-areadlink.c (main): Likewise.
5936         * tests/test-areadlinkat-with-size.c (main): Likewise.
5937         * tests/test-areadlinkat.c (main): Likewise.
5938         * tests/test-canonicalize-lgpl.c (main): Likewise.
5939         * tests/test-canonicalize.c (main): Likewise.
5940         * tests/test-chown.c (main): Likewise.
5941         * tests/test-fchownat.c (main): Likewise.
5942         * tests/test-lchown.c (main): Likewise.
5943         * tests/test-fdutimensat.c (main): Likewise.
5944         * tests/test-futimens.c (main): Likewise.
5945         * tests/test-link.c (main): Likewise.
5946         * tests/test-linkat.c (main): Likewise.
5947         * tests/test-mkdir.c (main): Likewise.
5948         * tests/test-mkdirat.c (main): Likewise.
5949         * tests/test-mkfifo.c (main): Likewise.
5950         * tests/test-mkfifoat.c (main): Likewise.
5951         * tests/test-mknod.c (main): Likewise.
5952         * tests/test-readlink.c (main): Likewise.
5953         * tests/test-remove.c (main): Likewise.
5954         * tests/test-rename.c (main): Likewise.
5955         * tests/test-renameat.c (main): Likewise.
5956         * tests/test-symlink.c (main): Likewise.
5957         * tests/test-symlinkat.c (main): Likewise.
5958         * tests/test-utimens.c (main): Likewise.
5959         * tests/test-utimensat.c (main): Likewise.
5960
5961 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5962
5963         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5964         on $(UNUSED_PARAMETER_H) to avoid build failure.
5965
5966 2009-12-28  Jim Meyering  <meyering@redhat.com>
5967
5968         update-copyright: you may specify a max. line length other than 72
5969         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5970
5971         maint: use consistent FSF copyright line syntax
5972         * lib/posixtm.c: Add missing comma in FSF copyright line.
5973         * lib/posixtm.h: Likewise.
5974         * lib/getugroups.c: Add missing ", Inc.".
5975
5976         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5977         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5978         FSF copyright line.  Remove trailing blanks.
5979
5980 2009-12-28  Eric Blake  <ebb9@byu.net>
5981
5982         test-dup2: reduce dependencies
5983         * modules/cloexec (Configure.ac): Set witness.
5984         * modules/dup2-tests (Depends-on): Drop cloexec.
5985         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5986         not present.
5987         Suggested by Bruno Haible.
5988
5989 2009-12-26  Bruno Haible  <bruno@clisp.org>
5990
5991         Remove an unneeded dependency.
5992         * modules/fseterr (Depends-on): Remove dup2.
5993
5994 2009-12-26  Eric Blake  <ebb9@byu.net>
5995
5996         tests: use macros.h in more places
5997         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5998         (ASSERT_STREAM): Provide default of stderr.
5999         * tests/test-dirent-safer.c: Include macros.h, using alternate
6000         stream for assertions.
6001         * tests/test-dup-safer.c: Likewise.
6002         * tests/test-freopen-safer.c: Likewise.
6003         * tests/test-getopt.c: Likewise.
6004         * tests/test-openat-safer.c: Likewise.
6005         * tests/test-pipe.c: Likewise.
6006         * tests/test-popen-safer.c: Likewise.
6007         * modules/dirent-safer-tests (Files): Include macros.h.
6008         * modules/unistd-safer-tests (Files): Likewise.
6009         * modules/freopen-safer-tests (Files): Likewise.
6010         * modules/getopt-posix-tests (Files): Likewise.
6011         * modules/openat-safer-tests (Files): Likewise.
6012         * modules/pipe-tests (Files): Likewise.
6013
6014 2009-12-26  Bruno Haible  <bruno@clisp.org>
6015
6016         javacomp: Portability fix.
6017         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
6018         that it also works on Solaris.
6019
6020 2009-12-26  Bruno Haible  <bruno@clisp.org>
6021
6022         localename: Fix storage allocation of gl_locale_name_thread's result.
6023         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
6024         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
6025         all platforms that have 'uselocale'.
6026         (gl_locale_name_thread_unsafe): New function, extracted from
6027         gl_locale_name_thread.
6028         (gl_locale_name_thread): Call struniq on all platforms that have
6029         'uselocale'.
6030         * tests/test-localename.c (test_locale_name_thread): Check that the
6031         resulting strings are permanently allocated.
6032         * modules/localename-tests (Depends-on): Add strdup.
6033
6034 2009-12-26  Bruno Haible  <bruno@clisp.org>
6035
6036         * tests/test-localename.c (categories): Fill in the strings.
6037
6038 2009-12-26  Jim Meyering  <meyering@redhat.com>
6039
6040         isdir: complete the removal of m4/isdir.m4
6041         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6042
6043         isdir: clean up, since at least grep still uses it
6044         * lib/isdir.c: Include "isdir.h".
6045         (S_ISDIR): Remove now-unneeded definition.
6046         * modules/isdir (Files): Add lib/isdir.h.
6047         * lib/isdir.h: New file, with declaration.
6048         * m4/isdir.m4: Remove file -- unneeded.
6049
6050 2009-12-25  Bruno Haible  <bruno@clisp.org>
6051
6052         selinux-h: Make generated .h files standalone.
6053         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6054         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6055         * lib/se-selinux.in.h: Likewise.
6056         * modules/selinux-h (Depends-on): Add unused-parameter.
6057         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6058         selinux/selinux.h and selinux/context.h.
6059         Suggested by Eric Blake.
6060
6061 2009-12-25  Bruno Haible  <bruno@clisp.org>
6062
6063         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6064         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6065         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6066         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6067         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6068
6069 2009-12-24  Bruno Haible  <bruno@clisp.org>
6070
6071         openat: Fix warning.
6072         * lib/openat-proc.c: Include <unistd.h>.
6073
6074 2009-12-24  Bruno Haible  <bruno@clisp.org>
6075
6076         New module 'unused-parameter'.
6077         * build-aux/unused-parameter.h: New file, extracted from earlier
6078         gnulib-common.m4.
6079         * modules/unused-parameter: New file.
6080         * lib/unistr.h: Include unused-parameter.h.
6081         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6082         _GL_UNUSED.
6083         * modules/unistr/base (Depends-on): Add unused-parameter.
6084
6085 2009-12-24  Bruno Haible  <bruno@clisp.org>
6086
6087         Add missing dependencies to 'extensions' module.
6088         * m4/extensions.m4: Add comment.
6089         * modules/accept4 (Depends-on): Add extensions.
6090         * modules/dup3 (Depends-on): Likewise.
6091         * modules/fcntl (Depends-on): Likewise.
6092         * modules/futimens (Depends-on): Likewise.
6093         * modules/mknod (Depends-on): Likewise.
6094         * modules/pipe2 (Depends-on): Likewise.
6095         * modules/stat-time (Depends-on): Likewise.
6096         * modules/strcasestr-simple (Depends-on): Likewise.
6097         * modules/strsignal (Depends-on): Likewise.
6098         * modules/utimensat (Depends-on): Likewise.
6099         * modules/localcharset (Depends-on): Likewise. Needed because of
6100         gl_FCNTL_O_FLAGS.
6101         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6102         AC_TYPE_MBSTATE_T.
6103         * modules/wcsnrtombs (Depends-on): Likewise.
6104         * modules/wcsrtombs (Depends-on): Likewise.
6105
6106 2009-12-24  Bruno Haible  <bruno@clisp.org>
6107
6108         binary-io: Avoid gcc warning due to SET_BINARY.
6109         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6110         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6111
6112 2009-12-24  Bruno Haible  <bruno@clisp.org>
6113
6114         Avoid future namespace pollution on glibc systems.
6115         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6116         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6117         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6118         glibc systems.
6119
6120 2009-12-24  Bruno Haible  <bruno@clisp.org>
6121
6122         Refactor common macros used in tests.
6123         * tests/macros.h: New file.
6124         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6125         and/or <stdlib.h>, if appropriate.
6126         (ASSERT, SIZEOF): Remove macros.
6127         * tests/test-areadlink-with-size.c: Likewise.
6128         * tests/test-areadlinkat.c: Likewise.
6129         * tests/test-areadlinkat-with-size.c: Likewise.
6130         * tests/test-argmatch.c: Likewise.
6131         * tests/test-argv-iter.c: Likewise.
6132         * tests/test-array-mergesort.c: Likewise.
6133         * tests/test-array_list.c: Likewise.
6134         * tests/test-array_oset.c: Likewise.
6135         * tests/test-avltree_list.c: Likewise.
6136         * tests/test-avltree_oset.c: Likewise.
6137         * tests/test-avltreehash_list.c: Likewise.
6138         * tests/test-base64.c: Likewise.
6139         * tests/test-binary-io.c: Likewise.
6140         * tests/test-bitrotate.c: Likewise.
6141         * tests/test-btowc.c: Likewise.
6142         * tests/test-byteswap.c: Likewise.
6143         * tests/test-c-ctype.c: Likewise.
6144         * tests/test-c-stack.c: Likewise.
6145         * tests/test-c-strcasecmp.c: Likewise.
6146         * tests/test-c-strcasestr.c: Likewise.
6147         * tests/test-c-strncasecmp.c: Likewise.
6148         * tests/test-c-strstr.c: Likewise.
6149         * tests/test-canonicalize-lgpl.c: Likewise.
6150         * tests/test-canonicalize.c: Likewise.
6151         * tests/test-carray_list.c: Likewise.
6152         * tests/test-ceilf1.c: Likewise.
6153         * tests/test-ceilf2.c: Likewise.
6154         * tests/test-ceill.c: Likewise.
6155         * tests/test-chown.c: Likewise.
6156         * tests/test-cloexec.c: Likewise.
6157         * tests/test-copy-acl.c: Likewise.
6158         * tests/test-copy-file.c: Likewise.
6159         * tests/test-count-one-bits.c: Likewise.
6160         * tests/test-dprintf-posix.c: Likewise.
6161         * tests/test-dup2.c: Likewise.
6162         * tests/test-dup3.c: Likewise.
6163         * tests/test-duplocale.c: Likewise.
6164         * tests/test-fbufmode.c: Likewise.
6165         * tests/test-fchdir.c: Likewise.
6166         * tests/test-fchownat.c: Likewise.
6167         * tests/test-fcntl-safer.c: Likewise.
6168         * tests/test-fcntl.c: Likewise.
6169         * tests/test-fdopendir.c: Likewise.
6170         * tests/test-fdutimensat.c: Likewise.
6171         * tests/test-fflush2.c: Likewise.
6172         * tests/test-file-has-acl.c: Likewise.
6173         * tests/test-filevercmp.c: Likewise.
6174         * tests/test-flock.c: Likewise.
6175         * tests/test-floorf1.c: Likewise.
6176         * tests/test-floorf2.c: Likewise.
6177         * tests/test-floorl.c: Likewise.
6178         * tests/test-fnmatch.c: Likewise.
6179         * tests/test-fopen.h: Likewise.
6180         * tests/test-fpending.c: Likewise.
6181         * tests/test-fprintf-posix.c: Likewise.
6182         * tests/test-fpurge.c: Likewise.
6183         * tests/test-freadable.c: Likewise.
6184         * tests/test-freadahead.c: Likewise.
6185         * tests/test-freading.c: Likewise.
6186         * tests/test-freadptr.c: Likewise.
6187         * tests/test-freadptr2.c: Likewise.
6188         * tests/test-freadseek.c: Likewise.
6189         * tests/test-freopen.c: Likewise.
6190         * tests/test-frexp.c: Likewise.
6191         * tests/test-frexpl.c: Likewise.
6192         * tests/test-fseek.c: Likewise.
6193         * tests/test-fseeko.c: Likewise.
6194         * tests/test-fstatat.c: Likewise.
6195         * tests/test-fstrcmp.c: Likewise.
6196         * tests/test-fsync.c: Likewise.
6197         * tests/test-ftell.c: Likewise.
6198         * tests/test-ftello.c: Likewise.
6199         * tests/test-func.c: Likewise.
6200         * tests/test-futimens.c: Likewise.
6201         * tests/test-fwritable.c: Likewise.
6202         * tests/test-fwriting.c: Likewise.
6203         * tests/test-getcwd.c: Likewise.
6204         * tests/test-getdate.c: Likewise.
6205         * tests/test-getdelim.c: Likewise.
6206         * tests/test-getdtablesize.c: Likewise.
6207         * tests/test-getgroups.c: Likewise.
6208         * tests/test-getline.c: Likewise.
6209         * tests/test-getndelim2.c: Likewise.
6210         * tests/test-glob.c: Likewise.
6211         * tests/test-hash.c: Likewise.
6212         * tests/test-i-ring.c: Likewise.
6213         * tests/test-iconv-utf.c: Likewise.
6214         * tests/test-iconv.c: Likewise.
6215         * tests/test-idpriv-drop.c: Likewise.
6216         * tests/test-idpriv-droptemp.c: Likewise.
6217         * tests/test-inet_ntop.c: Likewise.
6218         * tests/test-inet_pton.c: Likewise.
6219         * tests/test-isblank.c: Likewise.
6220         * tests/test-isfinite.c: Likewise.
6221         * tests/test-isinf.c: Likewise.
6222         * tests/test-isnan.c: Likewise.
6223         * tests/test-isnand.h: Likewise.
6224         * tests/test-isnanf.h: Likewise.
6225         * tests/test-isnanl.h: Likewise.
6226         * tests/test-lchown.c: Likewise.
6227         * tests/test-ldexpl.c: Likewise.
6228         * tests/test-link.c: Likewise.
6229         * tests/test-linkat.c: Likewise.
6230         * tests/test-linked_list.c: Likewise.
6231         * tests/test-linkedhash_list.c: Likewise.
6232         * tests/test-localename.c: Likewise.
6233         * tests/test-lseek.c: Likewise.
6234         * tests/test-lstat.c: Likewise.
6235         * tests/test-mbmemcasecmp.c: Likewise.
6236         * tests/test-mbmemcasecoll.c: Likewise.
6237         * tests/test-mbrtowc.c: Likewise.
6238         * tests/test-mbscasecmp.c: Likewise.
6239         * tests/test-mbscasestr1.c: Likewise.
6240         * tests/test-mbscasestr2.c: Likewise.
6241         * tests/test-mbscasestr3.c: Likewise.
6242         * tests/test-mbscasestr4.c: Likewise.
6243         * tests/test-mbschr.c: Likewise.
6244         * tests/test-mbscspn.c: Likewise.
6245         * tests/test-mbsinit.c: Likewise.
6246         * tests/test-mbsncasecmp.c: Likewise.
6247         * tests/test-mbsnrtowcs.c: Likewise.
6248         * tests/test-mbspbrk.c: Likewise.
6249         * tests/test-mbspcasecmp.c: Likewise.
6250         * tests/test-mbsrchr.c: Likewise.
6251         * tests/test-mbsrtowcs.c: Likewise.
6252         * tests/test-mbsspn.c: Likewise.
6253         * tests/test-mbsstr1.c: Likewise.
6254         * tests/test-mbsstr2.c: Likewise.
6255         * tests/test-mbsstr3.c: Likewise.
6256         * tests/test-memchr.c: Likewise.
6257         * tests/test-memchr2.c: Likewise.
6258         * tests/test-memcmp.c: Likewise.
6259         * tests/test-memmem.c: Likewise.
6260         * tests/test-memrchr.c: Likewise.
6261         * tests/test-mkdir.c: Likewise.
6262         * tests/test-mkdirat.c: Likewise.
6263         * tests/test-mkfifo.c: Likewise.
6264         * tests/test-mkfifoat.c: Likewise.
6265         * tests/test-mknod.c: Likewise.
6266         * tests/test-nanosleep.c: Likewise.
6267         * tests/test-nl_langinfo.c: Likewise.
6268         * tests/test-obstack-printf.c: Likewise.
6269         * tests/test-open.c: Likewise.
6270         * tests/test-openat.c: Likewise.
6271         * tests/test-pipe-filter-gi1.c: Likewise.
6272         * tests/test-pipe-filter-gi2-main.c: Likewise.
6273         * tests/test-pipe-filter-ii1.c: Likewise.
6274         * tests/test-pipe-filter-ii2-main.c: Likewise.
6275         * tests/test-pipe2.c: Likewise.
6276         * tests/test-popen.h: Likewise.
6277         * tests/test-posixtm.c: Likewise.
6278         * tests/test-pread.c: Likewise.
6279         * tests/test-printf-frexp.c: Likewise.
6280         * tests/test-printf-frexpl.c: Likewise.
6281         * tests/test-printf-posix.c: Likewise.
6282         * tests/test-priv-set.c: Likewise.
6283         * tests/test-quotearg.c: Likewise.
6284         * tests/test-random_r.c: Likewise.
6285         * tests/test-rawmemchr.c: Likewise.
6286         * tests/test-rbtree_list.c: Likewise.
6287         * tests/test-rbtree_oset.c: Likewise.
6288         * tests/test-rbtreehash_list.c: Likewise.
6289         * tests/test-readlink.c: Likewise.
6290         * tests/test-remove.c: Likewise.
6291         * tests/test-rename.c: Likewise.
6292         * tests/test-renameat.c: Likewise.
6293         * tests/test-rmdir.c: Likewise.
6294         * tests/test-round1.c: Likewise.
6295         * tests/test-roundf1.c: Likewise.
6296         * tests/test-roundl.c: Likewise.
6297         * tests/test-safe-alloc.c: Likewise.
6298         * tests/test-sameacls.c: Likewise.
6299         * tests/test-set-mode-acl.c: Likewise.
6300         * tests/test-setenv.c: Likewise.
6301         * tests/test-sigaction.c: Likewise.
6302         * tests/test-signbit.c: Likewise.
6303         * tests/test-sleep.c: Likewise.
6304         * tests/test-snprintf-posix.c: Likewise.
6305         * tests/test-snprintf.c: Likewise.
6306         * tests/test-sprintf-posix.c: Likewise.
6307         * tests/test-stat-time.c: Likewise.
6308         * tests/test-stat.c: Likewise.
6309         * tests/test-strcasestr.c: Likewise.
6310         * tests/test-strchrnul.c: Likewise.
6311         * tests/test-strerror.c: Likewise.
6312         * tests/test-striconv.c: Likewise.
6313         * tests/test-striconveh.c: Likewise.
6314         * tests/test-striconveha.c: Likewise.
6315         * tests/test-strsignal.c: Likewise.
6316         * tests/test-strstr.c: Likewise.
6317         * tests/test-strtod.c: Likewise.
6318         * tests/test-strverscmp.c: Likewise.
6319         * tests/test-symlink.c: Likewise.
6320         * tests/test-symlinkat.c: Likewise.
6321         * tests/test-trunc1.c: Likewise.
6322         * tests/test-trunc2.c: Likewise.
6323         * tests/test-truncf1.c: Likewise.
6324         * tests/test-truncf2.c: Likewise.
6325         * tests/test-truncl.c: Likewise.
6326         * tests/test-uname.c: Likewise.
6327         * tests/test-unlink.c: Likewise.
6328         * tests/test-unlinkat.c: Likewise.
6329         * tests/test-unsetenv.c: Likewise.
6330         * tests/test-usleep.c: Likewise.
6331         * tests/test-utimens.c: Likewise.
6332         * tests/test-utimensat.c: Likewise.
6333         * tests/test-vasnprintf-posix.c: Likewise.
6334         * tests/test-vasnprintf-posix2.c: Likewise.
6335         * tests/test-vasnprintf.c: Likewise.
6336         * tests/test-vasprintf-posix.c: Likewise.
6337         * tests/test-vasprintf.c: Likewise.
6338         * tests/test-vdprintf-posix.c: Likewise.
6339         * tests/test-vfprintf-posix.c: Likewise.
6340         * tests/test-vprintf-posix.c: Likewise.
6341         * tests/test-vsnprintf-posix.c: Likewise.
6342         * tests/test-vsnprintf.c: Likewise.
6343         * tests/test-vsprintf-posix.c: Likewise.
6344         * tests/test-wcrtomb.c: Likewise.
6345         * tests/test-wcsnrtombs.c: Likewise.
6346         * tests/test-wcsrtombs.c: Likewise.
6347         * tests/test-wctype.c: Likewise.
6348         * tests/test-wcwidth.c: Likewise.
6349         * tests/test-xfprintf-posix.c: Likewise.
6350         * tests/test-xmemdup0.c: Likewise.
6351         * tests/test-xprintf-posix.c: Likewise.
6352         * tests/test-xvasprintf.c: Likewise.
6353         * tests/unicase/test-locale-language.c: Likewise.
6354         * tests/unicase/test-mapping-part1.h: Likewise.
6355         * tests/unicase/test-predicate-part1.h: Likewise.
6356         * tests/unicase/test-u8-casecmp.c: Likewise.
6357         * tests/unicase/test-u8-casecoll.c: Likewise.
6358         * tests/unicase/test-u8-casefold.c: Likewise.
6359         * tests/unicase/test-u8-is-cased.c: Likewise.
6360         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6361         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6362         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6363         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6364         * tests/unicase/test-u8-tolower.c: Likewise.
6365         * tests/unicase/test-u8-totitle.c: Likewise.
6366         * tests/unicase/test-u8-toupper.c: Likewise.
6367         * tests/unicase/test-u16-casecmp.c: Likewise.
6368         * tests/unicase/test-u16-casecoll.c: Likewise.
6369         * tests/unicase/test-u16-casefold.c: Likewise.
6370         * tests/unicase/test-u16-is-cased.c: Likewise.
6371         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6372         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6373         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6374         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6375         * tests/unicase/test-u16-tolower.c: Likewise.
6376         * tests/unicase/test-u16-totitle.c: Likewise.
6377         * tests/unicase/test-u16-toupper.c: Likewise.
6378         * tests/unicase/test-u32-casecmp.c: Likewise.
6379         * tests/unicase/test-u32-casecoll.c: Likewise.
6380         * tests/unicase/test-u32-casefold.c: Likewise.
6381         * tests/unicase/test-u32-is-cased.c: Likewise.
6382         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6383         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6384         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6385         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6386         * tests/unicase/test-u32-tolower.c: Likewise.
6387         * tests/unicase/test-u32-totitle.c: Likewise.
6388         * tests/unicase/test-u32-toupper.c: Likewise.
6389         * tests/unicase/test-ulc-casecmp.c: Likewise.
6390         * tests/unicase/test-ulc-casecoll.c: Likewise.
6391         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6392         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6393         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6394         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6395         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6396         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6397         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6398         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6399         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6400         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6401         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6402         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6403         * tests/unictype/test-bidi_byname.c: Likewise.
6404         * tests/unictype/test-bidi_name.c: Likewise.
6405         * tests/unictype/test-bidi_of.c: Likewise.
6406         * tests/unictype/test-bidi_test.c: Likewise.
6407         * tests/unictype/test-block_list.c: Likewise.
6408         * tests/unictype/test-block_of.c: Likewise.
6409         * tests/unictype/test-block_test.c: Likewise.
6410         * tests/unictype/test-categ_and.c: Likewise.
6411         * tests/unictype/test-categ_and_not.c: Likewise.
6412         * tests/unictype/test-categ_byname.c: Likewise.
6413         * tests/unictype/test-categ_name.c: Likewise.
6414         * tests/unictype/test-categ_none.c: Likewise.
6415         * tests/unictype/test-categ_of.c: Likewise.
6416         * tests/unictype/test-categ_or.c: Likewise.
6417         * tests/unictype/test-categ_test_withtable.c: Likewise.
6418         * tests/unictype/test-combining.c: Likewise.
6419         * tests/unictype/test-decdigit.c: Likewise.
6420         * tests/unictype/test-digit.c: Likewise.
6421         * tests/unictype/test-mirror.c: Likewise.
6422         * tests/unictype/test-numeric.c: Likewise.
6423         * tests/unictype/test-pr_byname.c: Likewise.
6424         * tests/unictype/test-pr_test.c: Likewise.
6425         * tests/unictype/test-predicate-part1.h: Likewise.
6426         * tests/unictype/test-scripts.c: Likewise.
6427         * tests/unictype/test-sy_c_ident.c: Likewise.
6428         * tests/unictype/test-sy_java_ident.c: Likewise.
6429         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6430         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6431         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6432         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6433         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6434         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6435         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6436         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6437         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6438         * tests/uninorm/test-compat-decomposition.c: Likewise.
6439         * tests/uninorm/test-composition.c: Likewise.
6440         * tests/uninorm/test-decomposing-form.c: Likewise.
6441         * tests/uninorm/test-decomposition.c: Likewise.
6442         * tests/uninorm/test-u8-nfc.c: Likewise.
6443         * tests/uninorm/test-u8-nfd.c: Likewise.
6444         * tests/uninorm/test-u8-nfkc.c: Likewise.
6445         * tests/uninorm/test-u8-nfkd.c: Likewise.
6446         * tests/uninorm/test-u8-normcmp.c: Likewise.
6447         * tests/uninorm/test-u8-normcoll.c: Likewise.
6448         * tests/uninorm/test-u16-nfc.c: Likewise.
6449         * tests/uninorm/test-u16-nfd.c: Likewise.
6450         * tests/uninorm/test-u16-nfkc.c: Likewise.
6451         * tests/uninorm/test-u16-nfkd.c: Likewise.
6452         * tests/uninorm/test-u16-normcmp.c: Likewise.
6453         * tests/uninorm/test-u16-normcoll.c: Likewise.
6454         * tests/uninorm/test-u32-nfc.c: Likewise.
6455         * tests/uninorm/test-u32-nfd.c: Likewise.
6456         * tests/uninorm/test-u32-nfkc.c: Likewise.
6457         * tests/uninorm/test-u32-nfkd.c: Likewise.
6458         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6459         * tests/uninorm/test-u32-normcmp.c: Likewise.
6460         * tests/uninorm/test-u32-normcoll.c: Likewise.
6461         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6462         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6463         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6464         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6465         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6466         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6467         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6468         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6469         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6470         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6471         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6472         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6473         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6474         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6475         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6476         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6477         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6478         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6479         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6480         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6481         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6482         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6483         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6484         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6485         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6486         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6487         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6488         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6489         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6490         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6491         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6492         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6493         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6494         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6495         * tests/uniwidth/test-u8-width.c: Likewise.
6496         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6497         * tests/uniwidth/test-u16-width.c: Likewise.
6498         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6499         * tests/uniwidth/test-u32-width.c: Likewise.
6500         * tests/uniwidth/test-uc_width.c: Likewise.
6501         * tests/uniwidth/test-uc_width2.c: Likewise.
6502         * modules/acl-tests (Files): Add tests/macros.h.
6503         * modules/areadlink-tests (Files): Likewise.
6504         * modules/areadlink-with-size-tests (Files): Likewise.
6505         * modules/areadlinkat-tests (Files): Likewise.
6506         * modules/areadlinkat-with-size-tests (Files): Likewise.
6507         * modules/argmatch-tests (Files): Likewise.
6508         * modules/argv-iter-tests (Files): Likewise.
6509         * modules/array-list-tests (Files): Likewise.
6510         * modules/array-mergesort-tests (Files): Likewise.
6511         * modules/array-oset-tests (Files): Likewise.
6512         * modules/avltree-list-tests (Files): Likewise.
6513         * modules/avltree-oset-tests (Files): Likewise.
6514         * modules/avltreehash-list-tests (Files): Likewise.
6515         * modules/base64-tests (Files): Likewise.
6516         * modules/binary-io-tests (Files): Likewise.
6517         * modules/bitrotate-tests (Files): Likewise.
6518         * modules/btowc-tests (Files): Likewise.
6519         * modules/byteswap-tests (Files): Likewise.
6520         * modules/c-ctype-tests (Files): Likewise.
6521         * modules/c-stack-tests (Files): Likewise.
6522         * modules/c-strcase-tests (Files): Likewise.
6523         * modules/c-strcasestr-tests (Files): Likewise.
6524         * modules/c-strstr-tests (Files): Likewise.
6525         * modules/canonicalize-lgpl-tests (Files): Likewise.
6526         * modules/canonicalize-tests (Files): Likewise.
6527         * modules/carray-list-tests (Files): Likewise.
6528         * modules/ceilf-tests (Files): Likewise.
6529         * modules/ceill-tests (Files): Likewise.
6530         * modules/chown-tests (Files): Likewise.
6531         * modules/cloexec-tests (Files): Likewise.
6532         * modules/copy-file-tests (Files): Likewise.
6533         * modules/count-one-bits-tests (Files): Likewise.
6534         * modules/dprintf-posix-tests (Files): Likewise.
6535         * modules/dup2-tests (Files): Likewise.
6536         * modules/dup3-tests (Files): Likewise.
6537         * modules/duplocale-tests (Files): Likewise.
6538         * modules/fbufmode-tests (Files): Likewise.
6539         * modules/fchdir-tests (Files): Likewise.
6540         * modules/fcntl-safer-tests (Files): Likewise.
6541         * modules/fcntl-tests (Files): Likewise.
6542         * modules/fdopendir-tests (Files): Likewise.
6543         * modules/fdutimensat-tests (Files): Likewise.
6544         * modules/fflush-tests (Files): Likewise.
6545         * modules/filevercmp-tests (Files): Likewise.
6546         * modules/flock-tests (Files): Likewise.
6547         * modules/floorf-tests (Files): Likewise.
6548         * modules/floorl-tests (Files): Likewise.
6549         * modules/fnmatch-tests (Files): Likewise.
6550         * modules/fopen-safer-tests (Files): Likewise.
6551         * modules/fopen-tests (Files): Likewise.
6552         * modules/fpending-tests (Files): Likewise.
6553         * modules/fprintf-posix-tests (Files): Likewise.
6554         * modules/fpurge-tests (Files): Likewise.
6555         * modules/freadable-tests (Files): Likewise.
6556         * modules/freadahead-tests (Files): Likewise.
6557         * modules/freading-tests (Files): Likewise.
6558         * modules/freadptr-tests (Files): Likewise.
6559         * modules/freadseek-tests (Files): Likewise.
6560         * modules/freopen-tests (Files): Likewise.
6561         * modules/frexp-nolibm-tests (Files): Likewise.
6562         * modules/frexp-tests (Files): Likewise.
6563         * modules/frexpl-nolibm-tests (Files): Likewise.
6564         * modules/frexpl-tests (Files): Likewise.
6565         * modules/fseek-tests (Files): Likewise.
6566         * modules/fseeko-tests (Files): Likewise.
6567         * modules/fstrcmp-tests (Files): Likewise.
6568         * modules/fsync-tests (Files): Likewise.
6569         * modules/ftell-tests (Files): Likewise.
6570         * modules/ftello-tests (Files): Likewise.
6571         * modules/func-tests (Files): Likewise.
6572         * modules/futimens-tests (Files): Likewise.
6573         * modules/fwritable-tests (Files): Likewise.
6574         * modules/fwriting-tests (Files): Likewise.
6575         * modules/getcwd-tests (Files): Likewise.
6576         * modules/getdate-tests (Files): Likewise.
6577         * modules/getdelim-tests (Files): Likewise.
6578         * modules/getdtablesize-tests (Files): Likewise.
6579         * modules/getgroups-tests (Files): Likewise.
6580         * modules/getline-tests (Files): Likewise.
6581         * modules/getndelim2-tests (Files): Likewise.
6582         * modules/glob-tests (Files): Likewise.
6583         * modules/hash-tests (Files): Likewise.
6584         * modules/i-ring-tests (Files): Likewise.
6585         * modules/iconv-tests (Files): Likewise.
6586         * modules/iconv_open-utf-tests (Files): Likewise.
6587         * modules/idpriv-drop-tests (Files): Likewise.
6588         * modules/idpriv-droptemp-tests (Files): Likewise.
6589         * modules/inet_ntop-tests (Files): Likewise.
6590         * modules/inet_pton-tests (Files): Likewise.
6591         * modules/isblank-tests (Files): Likewise.
6592         * modules/isfinite-tests (Files): Likewise.
6593         * modules/isinf-tests (Files): Likewise.
6594         * modules/isnan-tests (Files): Likewise.
6595         * modules/isnand-nolibm-tests (Files): Likewise.
6596         * modules/isnand-tests (Files): Likewise.
6597         * modules/isnanf-nolibm-tests (Files): Likewise.
6598         * modules/isnanf-tests (Files): Likewise.
6599         * modules/isnanl-nolibm-tests (Files): Likewise.
6600         * modules/isnanl-tests (Files): Likewise.
6601         * modules/lchown-tests (Files): Likewise.
6602         * modules/ldexpl-tests (Files): Likewise.
6603         * modules/link-tests (Files): Likewise.
6604         * modules/linkat-tests (Files): Likewise.
6605         * modules/linked-list-tests (Files): Likewise.
6606         * modules/linkedhash-list-tests (Files): Likewise.
6607         * modules/localename-tests (Files): Likewise.
6608         * modules/lseek-tests (Files): Likewise.
6609         * modules/lstat-tests (Files): Likewise.
6610         * modules/mbmemcasecmp-tests (Files): Likewise.
6611         * modules/mbmemcasecoll-tests (Files): Likewise.
6612         * modules/mbrtowc-tests (Files): Likewise.
6613         * modules/mbscasecmp-tests (Files): Likewise.
6614         * modules/mbscasestr-tests (Files): Likewise.
6615         * modules/mbschr-tests (Files): Likewise.
6616         * modules/mbscspn-tests (Files): Likewise.
6617         * modules/mbsinit-tests (Files): Likewise.
6618         * modules/mbsncasecmp-tests (Files): Likewise.
6619         * modules/mbsnrtowcs-tests (Files): Likewise.
6620         * modules/mbspbrk-tests (Files): Likewise.
6621         * modules/mbspcasecmp-tests (Files): Likewise.
6622         * modules/mbsrchr-tests (Files): Likewise.
6623         * modules/mbsrtowcs-tests (Files): Likewise.
6624         * modules/mbsspn-tests (Files): Likewise.
6625         * modules/mbsstr-tests (Files): Likewise.
6626         * modules/memchr-tests (Files): Likewise.
6627         * modules/memchr2-tests (Files): Likewise.
6628         * modules/memcmp-tests (Files): Likewise.
6629         * modules/memmem-tests (Files): Likewise.
6630         * modules/memrchr-tests (Files): Likewise.
6631         * modules/mkdir-tests (Files): Likewise.
6632         * modules/mkfifo-tests (Files): Likewise.
6633         * modules/mkfifoat-tests (Files): Likewise.
6634         * modules/mknod-tests (Files): Likewise.
6635         * modules/nanosleep-tests (Files): Likewise.
6636         * modules/nl_langinfo-tests (Files): Likewise.
6637         * modules/obstack-printf-tests (Files): Likewise.
6638         * modules/open-tests (Files): Likewise.
6639         * modules/openat-tests (Files): Likewise.
6640         * modules/pipe-filter-gi-tests (Files): Likewise.
6641         * modules/pipe-filter-ii-tests (Files): Likewise.
6642         * modules/pipe2-tests (Files): Likewise.
6643         * modules/popen-safer-tests (Files): Likewise.
6644         * modules/popen-tests (Files): Likewise.
6645         * modules/posixtm-tests (Files): Likewise.
6646         * modules/pread-tests (Files): Likewise.
6647         * modules/printf-frexp-tests (Files): Likewise.
6648         * modules/printf-frexpl-tests (Files): Likewise.
6649         * modules/printf-posix-tests (Files): Likewise.
6650         * modules/priv-set-tests (Files): Likewise.
6651         * modules/quotearg-tests (Files): Likewise.
6652         * modules/random_r-tests (Files): Likewise.
6653         * modules/rawmemchr-tests (Files): Likewise.
6654         * modules/rbtree-list-tests (Files): Likewise.
6655         * modules/rbtree-oset-tests (Files): Likewise.
6656         * modules/rbtreehash-list-tests (Files): Likewise.
6657         * modules/readlink-tests (Files): Likewise.
6658         * modules/remove-tests (Files): Likewise.
6659         * modules/rename-tests (Files): Likewise.
6660         * modules/renameat-tests (Files): Likewise.
6661         * modules/rmdir-tests (Files): Likewise.
6662         * modules/round-tests (Files): Likewise.
6663         * modules/roundf-tests (Files): Likewise.
6664         * modules/roundl-tests (Files): Likewise.
6665         * modules/safe-alloc-tests (Files): Likewise.
6666         * modules/setenv-tests (Files): Likewise.
6667         * modules/sigaction-tests (Files): Likewise.
6668         * modules/signbit-tests (Files): Likewise.
6669         * modules/sleep-tests (Files): Likewise.
6670         * modules/snprintf-posix-tests (Files): Likewise.
6671         * modules/snprintf-tests (Files): Likewise.
6672         * modules/sprintf-posix-tests (Files): Likewise.
6673         * modules/stat-tests (Files): Likewise.
6674         * modules/stat-time-tests (Files): Likewise.
6675         * modules/strcasestr-tests (Files): Likewise.
6676         * modules/strchrnul-tests (Files): Likewise.
6677         * modules/strerror-tests (Files): Likewise.
6678         * modules/striconv-tests (Files): Likewise.
6679         * modules/striconveh-tests (Files): Likewise.
6680         * modules/striconveha-tests (Files): Likewise.
6681         * modules/strsignal-tests (Files): Likewise.
6682         * modules/strstr-tests (Files): Likewise.
6683         * modules/strtod-tests (Files): Likewise.
6684         * modules/strverscmp-tests (Files): Likewise.
6685         * modules/symlink-tests (Files): Likewise.
6686         * modules/symlinkat-tests (Files): Likewise.
6687         * modules/trunc-tests (Files): Likewise.
6688         * modules/truncf-tests (Files): Likewise.
6689         * modules/truncl-tests (Files): Likewise.
6690         * modules/uname-tests (Files): Likewise.
6691         * modules/unicase/cased-tests (Files): Likewise.
6692         * modules/unicase/ignorable-tests (Files): Likewise.
6693         * modules/unicase/locale-language-tests (Files): Likewise.
6694         * modules/unicase/tolower-tests (Files): Likewise.
6695         * modules/unicase/totitle-tests (Files): Likewise.
6696         * modules/unicase/toupper-tests (Files): Likewise.
6697         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6698         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6699         * modules/unicase/u8-casefold-tests (Files): Likewise.
6700         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6701         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6702         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6703         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6704         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6705         * modules/unicase/u8-tolower-tests (Files): Likewise.
6706         * modules/unicase/u8-totitle-tests (Files): Likewise.
6707         * modules/unicase/u8-toupper-tests (Files): Likewise.
6708         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6709         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6710         * modules/unicase/u16-casefold-tests (Files): Likewise.
6711         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6712         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6713         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6714         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6715         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6716         * modules/unicase/u16-tolower-tests (Files): Likewise.
6717         * modules/unicase/u16-totitle-tests (Files): Likewise.
6718         * modules/unicase/u16-toupper-tests (Files): Likewise.
6719         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6720         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6721         * modules/unicase/u32-casefold-tests (Files): Likewise.
6722         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6723         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6724         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6725         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6726         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6727         * modules/unicase/u32-tolower-tests (Files): Likewise.
6728         * modules/unicase/u32-totitle-tests (Files): Likewise.
6729         * modules/unicase/u32-toupper-tests (Files): Likewise.
6730         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6731         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6732         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6733         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6734         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6735         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6736         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6737         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6738         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6739         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6740         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6741         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6742         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6743         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6744         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6745         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6746         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6747         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6748         * modules/unictype/block-list-tests (Files): Likewise.
6749         * modules/unictype/block-of-tests (Files): Likewise.
6750         * modules/unictype/block-test-tests (Files): Likewise.
6751         * modules/unictype/category-C-tests (Files): Likewise.
6752         * modules/unictype/category-Cc-tests (Files): Likewise.
6753         * modules/unictype/category-Cf-tests (Files): Likewise.
6754         * modules/unictype/category-Cn-tests (Files): Likewise.
6755         * modules/unictype/category-Co-tests (Files): Likewise.
6756         * modules/unictype/category-Cs-tests (Files): Likewise.
6757         * modules/unictype/category-L-tests (Files): Likewise.
6758         * modules/unictype/category-Ll-tests (Files): Likewise.
6759         * modules/unictype/category-Lm-tests (Files): Likewise.
6760         * modules/unictype/category-Lo-tests (Files): Likewise.
6761         * modules/unictype/category-Lt-tests (Files): Likewise.
6762         * modules/unictype/category-Lu-tests (Files): Likewise.
6763         * modules/unictype/category-M-tests (Files): Likewise.
6764         * modules/unictype/category-Mc-tests (Files): Likewise.
6765         * modules/unictype/category-Me-tests (Files): Likewise.
6766         * modules/unictype/category-Mn-tests (Files): Likewise.
6767         * modules/unictype/category-N-tests (Files): Likewise.
6768         * modules/unictype/category-Nd-tests (Files): Likewise.
6769         * modules/unictype/category-Nl-tests (Files): Likewise.
6770         * modules/unictype/category-No-tests (Files): Likewise.
6771         * modules/unictype/category-P-tests (Files): Likewise.
6772         * modules/unictype/category-Pc-tests (Files): Likewise.
6773         * modules/unictype/category-Pd-tests (Files): Likewise.
6774         * modules/unictype/category-Pe-tests (Files): Likewise.
6775         * modules/unictype/category-Pf-tests (Files): Likewise.
6776         * modules/unictype/category-Pi-tests (Files): Likewise.
6777         * modules/unictype/category-Po-tests (Files): Likewise.
6778         * modules/unictype/category-Ps-tests (Files): Likewise.
6779         * modules/unictype/category-S-tests (Files): Likewise.
6780         * modules/unictype/category-Sc-tests (Files): Likewise.
6781         * modules/unictype/category-Sk-tests (Files): Likewise.
6782         * modules/unictype/category-Sm-tests (Files): Likewise.
6783         * modules/unictype/category-So-tests (Files): Likewise.
6784         * modules/unictype/category-Z-tests (Files): Likewise.
6785         * modules/unictype/category-Zl-tests (Files): Likewise.
6786         * modules/unictype/category-Zp-tests (Files): Likewise.
6787         * modules/unictype/category-Zs-tests (Files): Likewise.
6788         * modules/unictype/category-and-not-tests (Files): Likewise.
6789         * modules/unictype/category-and-tests (Files): Likewise.
6790         * modules/unictype/category-byname-tests (Files): Likewise.
6791         * modules/unictype/category-name-tests (Files): Likewise.
6792         * modules/unictype/category-none-tests (Files): Likewise.
6793         * modules/unictype/category-of-tests (Files): Likewise.
6794         * modules/unictype/category-or-tests (Files): Likewise.
6795         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6796         * modules/unictype/combining-class-tests (Files): Likewise.
6797         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6798         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6799         * modules/unictype/ctype-blank-tests (Files): Likewise.
6800         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6801         * modules/unictype/ctype-digit-tests (Files): Likewise.
6802         * modules/unictype/ctype-graph-tests (Files): Likewise.
6803         * modules/unictype/ctype-lower-tests (Files): Likewise.
6804         * modules/unictype/ctype-print-tests (Files): Likewise.
6805         * modules/unictype/ctype-punct-tests (Files): Likewise.
6806         * modules/unictype/ctype-space-tests (Files): Likewise.
6807         * modules/unictype/ctype-upper-tests (Files): Likewise.
6808         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6809         * modules/unictype/decimal-digit-tests (Files): Likewise.
6810         * modules/unictype/digit-tests (Files): Likewise.
6811         * modules/unictype/mirror-tests (Files): Likewise.
6812         * modules/unictype/numeric-tests (Files): Likewise.
6813         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6814         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6815         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6816         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6817         Likewise.
6818         * modules/unictype/property-bidi-block-separator-tests (Files):
6819         Likewise.
6820         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6821         Likewise.
6822         * modules/unictype/property-bidi-common-separator-tests (Files):
6823         Likewise.
6824         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6825         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6826         Likewise.
6827         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6828         Likewise.
6829         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6830         Likewise.
6831         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6832         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6833         Likewise.
6834         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6835         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6836         Likewise.
6837         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6838         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6839         * modules/unictype/property-bidi-segment-separator-tests (Files):
6840         Likewise.
6841         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6842         * modules/unictype/property-byname-tests (Files): Likewise.
6843         * modules/unictype/property-combining-tests (Files): Likewise.
6844         * modules/unictype/property-composite-tests (Files): Likewise.
6845         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6846         * modules/unictype/property-dash-tests (Files): Likewise.
6847         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6848         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6849         Likewise.
6850         * modules/unictype/property-deprecated-tests (Files): Likewise.
6851         * modules/unictype/property-diacritic-tests (Files): Likewise.
6852         * modules/unictype/property-extender-tests (Files): Likewise.
6853         * modules/unictype/property-format-control-tests (Files): Likewise.
6854         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6855         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6856         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6857         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6858         * modules/unictype/property-hyphen-tests (Files): Likewise.
6859         * modules/unictype/property-id-continue-tests (Files): Likewise.
6860         * modules/unictype/property-id-start-tests (Files): Likewise.
6861         * modules/unictype/property-ideographic-tests (Files): Likewise.
6862         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6863         * modules/unictype/property-ids-trinary-operator-tests (Files):
6864         Likewise.
6865         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6866         * modules/unictype/property-iso-control-tests (Files): Likewise.
6867         * modules/unictype/property-join-control-tests (Files): Likewise.
6868         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6869         * modules/unictype/property-line-separator-tests (Files): Likewise.
6870         * modules/unictype/property-logical-order-exception-tests (Files):
6871         Likewise.
6872         * modules/unictype/property-lowercase-tests (Files): Likewise.
6873         * modules/unictype/property-math-tests (Files): Likewise.
6874         * modules/unictype/property-non-break-tests (Files): Likewise.
6875         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6876         * modules/unictype/property-numeric-tests (Files): Likewise.
6877         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6878         * modules/unictype/property-other-default-ignorable-code-point-tests
6879         (Files): Likewise.
6880         * modules/unictype/property-other-grapheme-extend-tests (Files):
6881         Likewise.
6882         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6883         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6884         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6885         * modules/unictype/property-other-math-tests (Files): Likewise.
6886         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6887         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6888         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6889         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6890         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6891         * modules/unictype/property-private-use-tests (Files): Likewise.
6892         * modules/unictype/property-punctuation-tests (Files): Likewise.
6893         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6894         * modules/unictype/property-radical-tests (Files): Likewise.
6895         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6896         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6897         * modules/unictype/property-space-tests (Files): Likewise.
6898         * modules/unictype/property-terminal-punctuation-tests (Files):
6899         Likewise.
6900         * modules/unictype/property-test-tests (Files): Likewise.
6901         * modules/unictype/property-titlecase-tests (Files): Likewise.
6902         * modules/unictype/property-unassigned-code-value-tests (Files):
6903         Likewise.
6904         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6905         * modules/unictype/property-uppercase-tests (Files): Likewise.
6906         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6907         * modules/unictype/property-white-space-tests (Files): Likewise.
6908         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6909         * modules/unictype/property-xid-start-tests (Files): Likewise.
6910         * modules/unictype/property-zero-width-tests (Files): Likewise.
6911         * modules/unictype/scripts-tests (Files): Likewise.
6912         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6913         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6914         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6915         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6916         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6917         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6918         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6919         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6920         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6921         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6922         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6923         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6924         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6925         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6926         * modules/uninorm/composition-tests (Files): Likewise.
6927         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6928         * modules/uninorm/decomposition-tests (Files): Likewise.
6929         * modules/uninorm/filter-tests (Files): Likewise.
6930         * modules/uninorm/nfc-tests (Files): Likewise.
6931         * modules/uninorm/nfd-tests (Files): Likewise.
6932         * modules/uninorm/nfkc-tests (Files): Likewise.
6933         * modules/uninorm/nfkd-tests (Files): Likewise.
6934         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6935         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6936         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6937         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6938         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6939         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6940         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6941         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6942         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6943         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6944         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6945         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6946         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6947         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6948         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6949         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6950         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6951         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6952         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6953         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6954         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6955         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6956         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6957         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6958         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6959         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6960         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6961         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6962         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6963         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6964         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6965         * modules/uniwidth/u8-width-tests (Files): Likewise.
6966         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6967         * modules/uniwidth/u16-width-tests (Files): Likewise.
6968         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6969         * modules/uniwidth/u32-width-tests (Files): Likewise.
6970         * modules/uniwidth/width-tests (Files): Likewise.
6971         * modules/unlink-tests (Files): Likewise.
6972         * modules/unsetenv-tests (Files): Likewise.
6973         * modules/usleep-tests (Files): Likewise.
6974         * modules/utimens-tests (Files): Likewise.
6975         * modules/utimensat-tests (Files): Likewise.
6976         * modules/vasnprintf-posix-tests (Files): Likewise.
6977         * modules/vasnprintf-tests (Files): Likewise.
6978         * modules/vasprintf-posix-tests (Files): Likewise.
6979         * modules/vasprintf-tests (Files): Likewise.
6980         * modules/vdprintf-posix-tests (Files): Likewise.
6981         * modules/vfprintf-posix-tests (Files): Likewise.
6982         * modules/vprintf-posix-tests (Files): Likewise.
6983         * modules/vsnprintf-posix-tests (Files): Likewise.
6984         * modules/vsnprintf-tests (Files): Likewise.
6985         * modules/vsprintf-posix-tests (Files): Likewise.
6986         * modules/wcrtomb-tests (Files): Likewise.
6987         * modules/wcsnrtombs-tests (Files): Likewise.
6988         * modules/wcsrtombs-tests (Files): Likewise.
6989         * modules/wctype-tests (Files): Likewise.
6990         * modules/wcwidth-tests (Files): Likewise.
6991         * modules/xmemdup0-tests (Files): Likewise.
6992         * modules/xprintf-posix-tests (Files): Likewise.
6993         * modules/xvasprintf-tests (Files): Likewise.
6994
6995 2009-12-24  Eric Blake  <ebb9@byu.net>
6996
6997         test-nanosleep: fix typo
6998         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6999         patch.
7000         Reported by Bruno Haible.
7001
7002 2009-12-24  Bruno Haible  <bruno@clisp.org>
7003
7004         Reduce namespace pollution on glibc systems.
7005         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
7006         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
7007         systems.
7008         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
7009         <getopt.h> on glibc systems.
7010         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
7011         systems.
7012         * lib/fcntl.c: Include <unistd.h> here instead.
7013
7014 2009-12-24  Bruno Haible  <bruno@clisp.org>
7015
7016         * lib/stdlib.in.h (includes): Fix typo in today's commit.
7017
7018 2009-12-24  Eric Blake  <ebb9@byu.net>
7019
7020         tests: add signature checks
7021         * tests/signature.h (SIGNATURE_CHECK): New file.
7022         * modules/atexit-tests (Files): Use it.
7023         * modules/btowc-tests (Files): Likewise.
7024         * modules/canonicalize-lgpl-tests (Files): Likewise.
7025         * modules/ceilf-tests (Files): Likewise.
7026         * modules/ceill-tests (Files): Likewise.
7027         * modules/chown-tests (Files): Likewise.
7028         * modules/dprintf-posix-tests (Files): Likewise.
7029         * modules/dup2-tests (Files): Likewise.
7030         * modules/dup3-tests (Files): Likewise.
7031         * modules/duplocale-tests (Files): Likewise.
7032         * modules/fchdir-tests (Files): Likewise.
7033         * modules/fcntl-tests (Files): Likewise.
7034         * modules/fdopendir-tests (Files): Likewise.
7035         * modules/fflush-tests (Files): Likewise.
7036         * modules/flock-tests (Files): Likewise.
7037         * modules/floorf-tests (Files): Likewise.
7038         * modules/floorl-tests (Files): Likewise.
7039         * modules/fnmatch-tests (Files): Likewise.
7040         * modules/fopen-tests (Files): Likewise.
7041         * modules/fprintf-posix-tests (Files): Likewise.
7042         * modules/freopen-tests (Files): Likewise.
7043         * modules/frexp-nolibm-tests (Files): Likewise.
7044         * modules/frexp-tests (Files): Likewise.
7045         * modules/frexpl-nolibm-tests (Files): Likewise.
7046         * modules/frexpl-tests (Files): Likewise.
7047         * modules/fseek-tests (Files): Likewise.
7048         * modules/fseeko-tests (Files): Likewise.
7049         * modules/fsync-tests (Files): Likewise.
7050         * modules/ftell-tests (Files): Likewise.
7051         * modules/ftello-tests (Files): Likewise.
7052         * modules/futimens-tests (Files): Likewise.
7053         * modules/getaddrinfo-tests (Files): Likewise.
7054         * modules/getcwd-tests (Files): Likewise.
7055         * modules/getdelim-tests (Files): Likewise.
7056         * modules/getdtablesize-tests (Files): Likewise.
7057         * modules/getgroups-tests (Files): Likewise.
7058         * modules/gethostname-tests (Files): Likewise.
7059         * modules/getline-tests (Files): Likewise.
7060         * modules/getopt-posix-tests (Files): Likewise.
7061         * modules/gettimeofday-tests (Files): Likewise.
7062         * modules/glob-tests (Files): Likewise.
7063         * modules/iconv-tests (Files): Likewise.
7064         * modules/inet_ntop-tests (Files): Likewise.
7065         * modules/inet_pton-tests (Files): Likewise.
7066         * modules/isblank-tests (Files): Likewise.
7067         * modules/lchown-tests (Files): Likewise.
7068         * modules/ldexpl-tests (Files): Likewise.
7069         * modules/link-tests (Files): Likewise.
7070         * modules/linkat-tests (Files): Likewise.
7071         * modules/lseek-tests (Files): Likewise.
7072         * modules/lstat-tests (Files): Likewise.
7073         * modules/mbrtowc-tests (Files): Likewise.
7074         * modules/mbsinit-tests (Files): Likewise.
7075         * modules/mbsnrtowcs-tests (Files): Likewise.
7076         * modules/mbsrtowcs-tests (Files): Likewise.
7077         * modules/memchr-tests (Files): Likewise.
7078         * modules/memcmp-tests (Files): Likewise.
7079         * modules/memmem-tests (Files): Likewise.
7080         * modules/memrchr-tests (Files): Likewise.
7081         * modules/mkdir-tests (Files): Likewise.
7082         * modules/mkfifo-tests (Files): Likewise.
7083         * modules/mkfifoat-tests (Files): Likewise.
7084         * modules/mknod-tests (Files): Likewise.
7085         * modules/nanosleep-tests (Files): Likewise.
7086         * modules/nl_langinfo-tests (Files): Likewise.
7087         * modules/obstack-printf-tests (Files): Likewise.
7088         * modules/open-tests (Files): Likewise.
7089         * modules/openat-tests (Files): Likewise.
7090         * modules/perror-tests (Files): Likewise.
7091         * modules/pipe2-tests (Files): Likewise.
7092         * modules/poll-tests (Files): Likewise.
7093         * modules/popen-tests (Files): Likewise.
7094         * modules/posix_spawn-tests (Files): Likewise.
7095         * modules/posix_spawnp-tests (Files): Likewise.
7096         * modules/pread-tests (Files): Likewise.
7097         * modules/printf-posix-tests (Files): Likewise.
7098         * modules/pty-tests (Files): Likewise.
7099         * modules/random_r-tests (Files): Likewise.
7100         * modules/rawmemchr-tests (Files): Likewise.
7101         * modules/readlink-tests (Files): Likewise.
7102         * modules/remove-tests (Files): Likewise.
7103         * modules/rename-tests (Files): Likewise.
7104         * modules/renameat-tests (Files): Likewise.
7105         * modules/rmdir-tests (Files): Likewise.
7106         * modules/round-tests (Files): Likewise.
7107         * modules/roundf-tests (Files): Likewise.
7108         * modules/roundl-tests (Files): Likewise.
7109         * modules/select-tests (Files): Likewise.
7110         * modules/setenv-tests (Files): Likewise.
7111         * modules/sigaction-tests (Files): Likewise.
7112         * modules/sleep-tests (Files): Likewise.
7113         * modules/snprintf-posix-tests (Files): Likewise.
7114         * modules/snprintf-tests (Files): Likewise.
7115         * modules/sprintf-posix-tests (Files): Likewise.
7116         * modules/stat-tests (Files): Likewise.
7117         * modules/strcasestr-tests (Files): Likewise.
7118         * modules/strchrnul-tests (Files): Likewise.
7119         * modules/strerror-tests (Files): Likewise.
7120         * modules/strsignal-tests (Files): Likewise.
7121         * modules/strstr-tests (Files): Likewise.
7122         * modules/strtod-tests (Files): Likewise.
7123         * modules/strverscmp-tests (Files): Likewise.
7124         * modules/symlink-tests (Files): Likewise.
7125         * modules/symlinkat-tests (Files): Likewise.
7126         * modules/times-tests (Files): Likewise.
7127         * modules/trunc-tests (Files): Likewise.
7128         * modules/truncf-tests (Files): Likewise.
7129         * modules/truncl-tests (Files): Likewise.
7130         * modules/tsearch-tests (Files): Likewise.
7131         * modules/uname-tests (Files): Likewise.
7132         * modules/unlink-tests (Files): Likewise.
7133         * modules/unsetenv-tests (Files): Likewise.
7134         * modules/usleep-tests (Files): Likewise.
7135         * modules/utimensat-tests (Files): Likewise.
7136         * modules/vasprintf-tests (Files): Likewise.
7137         * modules/vdprintf-posix-tests (Files): Likewise.
7138         * modules/vfprintf-posix-tests (Files): Likewise.
7139         * modules/vprintf-posix-tests (Files): Likewise.
7140         * modules/vsnprintf-posix-tests (Files): Likewise.
7141         * modules/vsnprintf-tests (Files): Likewise.
7142         * modules/vsprintf-posix-tests (Files): Likewise.
7143         * modules/wcrtomb-tests (Files): Likewise.
7144         * modules/wcsnrtombs-tests (Files): Likewise.
7145         * modules/wcsrtombs-tests (Files): Likewise.
7146         * modules/wcwidth-tests (Files): Likewise.
7147         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7148         * tests/test-isinf.c (isinf): Likewise.
7149         * tests/test-isnan.c (isnan): Likewise.
7150         * tests/test-signbit.c (signbit): Likewise.
7151         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7152         declaration, either as macro or with correct signature.
7153         (select): Ensure function under test is declared with correct
7154         signature in correct header.
7155         * tests/test-atexit.c (atexit): Likewise.
7156         * tests/test-btowc.c (btowc): Likewise.
7157         * tests/test-canonicalize-lgpl.c (realpath)
7158         (canonicalize_file_name): Likewise.
7159         * tests/test-ceilf1.c (ceilf): Likewise.
7160         * tests/test-ceill.c (ceill): Likewise.
7161         * tests/test-chown.c (chown): Likewise.
7162         * tests/test-dprintf-posix.c (dprintf): Likewise.
7163         * tests/test-dup2.c (dup2): Likewise.
7164         * tests/test-dup3.c (dup3): Likewise.
7165         * tests/test-duplocale.c (duplocale): Likewise.
7166         * tests/test-fchdir.c (fchdir): Likewise.
7167         * tests/test-fchownat.c (fchownat): Likewise.
7168         * tests/test-fcntl.c (fcntl): Likewise.
7169         * tests/test-fdopendir.c (fdopendir): Likewise.
7170         * tests/test-fflush.c (fflush): Likewise.
7171         * tests/test-flock.c (flock): Likewise.
7172         * tests/test-floorf1.c (floorf): Likewise.
7173         * tests/test-floorl.c (floorl): Likewise.
7174         * tests/test-fnmatch.c (fnmatch): Likewise.
7175         * tests/test-fopen.c (fopen): Likewise.
7176         * tests/test-fprintf-posix.c (fprintf): Likewise.
7177         * tests/test-freopen.c (freopen): Likewise.
7178         * tests/test-frexp.c (frexp): Likewise.
7179         * tests/test-frexpl.c (frexpl): Likewise.
7180         * tests/test-fseek.c (fseek): Likewise.
7181         * tests/test-fseeko.c (fseeko): Likewise.
7182         * tests/test-fstatat.c (fstatat): Likewise.
7183         * tests/test-fsync.c (fsync): Likewise.
7184         * tests/test-ftell.c (ftell): Likewise.
7185         * tests/test-ftello.c (ftello): Likewise.
7186         * tests/test-futimens.c (futimens): Likewise.
7187         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7188         (gai_strerror): Likewise.
7189         * tests/test-getcwd.c (getcwd): Likewise.
7190         * tests/test-getdelim.c (getdelim): Likewise.
7191         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7192         * tests/test-getgroups.c (getgroups): Likewise.
7193         * tests/test-gethostname.c (gethostname): Likewise.
7194         * tests/test-getline.c (getline): Likewise.
7195         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7196         Likewise.
7197         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7198         * tests/test-glob.c (glob, globfree): Likewise.
7199         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7200         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7201         * tests/test-inet_pton.c (inet_pton): Likewise.
7202         * tests/test-isblank.c (isblank): Likewise.
7203         * tests/test-lchown.c (lchown): Likewise.
7204         * tests/test-ldexpl.c (ldexpl): Likewise.
7205         * tests/test-link.c (link): Likewise.
7206         * tests/test-linkat.c (linkat): Likewise.
7207         * tests/test-lseek.c (lseek): Likewise.
7208         * tests/test-lstat.c (lstat): Likewise.
7209         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7210         * tests/test-mbsinit.c (mbsinit): Likewise.
7211         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7212         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7213         * tests/test-memchr.c (memchr): Likewise.
7214         * tests/test-memcmp.c (memcmp): Likewise.
7215         * tests/test-memmem.c (memmem): Likewise.
7216         * tests/test-memrchr.c (memrchr): Likewise.
7217         * tests/test-mkdir.c (mkdir): Likewise.
7218         * tests/test-mkdirat.c (mkdirat): Likewise.
7219         * tests/test-mkfifo.c (mkfifo): Likewise.
7220         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7221         * tests/test-mknod.c (mknod): Likewise.
7222         * tests/test-nanosleep.c (nanosleep): Likewise.
7223         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7224         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7225         Likewise.
7226         * tests/test-open.c (open): Likewise.
7227         * tests/test-openat.c (openat): Likewise.
7228         * tests/test-perror.c (perror): Likewise.
7229         * tests/test-pipe2.c (pipe2): Likewise.
7230         * tests/test-poll.c (poll): Likewise.
7231         * tests/test-popen.c (popen, pclose): Likewise.
7232         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7233         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7234         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7235         (posix_spawn_file_actions_destroy)
7236         (posix_spawn_file_actions_addclose)
7237         (posix_spawn_file_actions_addopen)
7238         (posix_spawn_file_actions_adddup2): Likewise.
7239         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7240         * tests/test-pread.c (pread): Likewise.
7241         * tests/test-printf-posix.c (printf): Likewise.
7242         * tests/test-pty.c (openpty, forkpty): Likewise.
7243         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7244         (random_r): Likewise.
7245         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7246         * tests/test-readlink.c (readlink): Likewise.
7247         * tests/test-remove.c (remove): Likewise.
7248         * tests/test-rename.c (rename): Likewise.
7249         * tests/test-renameat.c (renameat): Likewise.
7250         * tests/test-rmdir.c (rmdir): Likewise.
7251         * tests/test-round1.c (round): Likewise.
7252         * tests/test-roundf1.c (roundf): Likewise.
7253         * tests/test-roundl.c (roundl): Likewise.
7254         * tests/test-setenv.c (setenv): Likewise.
7255         * tests/test-sigaction.c (sigaction): Likewise.
7256         * tests/test-sleep.c (sleep): Likewise.
7257         * tests/test-snprintf.c (snprintf): Likewise.
7258         * tests/test-sprintf-posix.c (sprintf): Likewise.
7259         * tests/test-stat.c (stat): Likewise.
7260         * tests/test-stpncpy.c (stpncpy): Likewise.
7261         * tests/test-strcasestr.c (strcasestr): Likewise.
7262         * tests/test-strchrnul.c (strchrnul): Likewise.
7263         * tests/test-strerror.c (strerror): Likewise.
7264         * tests/test-strsignal.c (strsignal): Likewise.
7265         * tests/test-strstr.c (strstr): Likewise.
7266         * tests/test-strtod.c (strtod): Likewise.
7267         * tests/test-strverscmp.c (strverscmp): Likewise.
7268         * tests/test-symlink.c (symlink): Likewise.
7269         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7270         * tests/test-times.c (times): Likewise.
7271         * tests/test-trunc1.c (trunc): Likewise.
7272         * tests/test-truncf1.c (truncf): Likewise.
7273         * tests/test-truncl.c (truncl): Likewise.
7274         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7275         Likewise.
7276         * tests/test-uname.c (uname): Likewise.
7277         * tests/test-unlink.c (unlink): Likewise.
7278         * tests/test-unlinkat.c (unlinkat): Likewise.
7279         * tests/test-unsetenv.c (unsetenv): Likewise.
7280         * tests/test-usleep.c (usleep): Likewise.
7281         * tests/test-utimensat.c (utimensat): Likewise.
7282         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7283         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7284         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7285         * tests/test-vprintf-posix.c (vprintf): Likewise.
7286         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7287         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7288         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7289         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7290         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7291         * tests/test-wcwidth.c (wcwidth): Likewise.
7292
7293         build: pull in conditional headers during GNULIB_POSIXCHECK
7294         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7295         definitions from any conditionally-included headers.
7296         * lib/stdlib.in.h (includes): Likewise.
7297         * lib/unistd.in.h (includes): Likewise.
7298
7299 2009-12-24  Bruno Haible  <bruno@clisp.org>
7300
7301         * tests/test-argv-iter.c: Include header file being tested immediately
7302         after config.h.
7303         * tests/test-base64.c: Likewise.
7304         * tests/test-flock.c: Likewise.
7305         * tests/test-fsync.c: Likewise.
7306         * tests/test-getdate.c: Likewise.
7307         * tests/test-getndelim2.c: Likewise.
7308         * tests/test-isfinite.c: Likewise.
7309         * tests/test-isinf.c: Likewise.
7310         * tests/test-strerror.c: Likewise.
7311         * tests/test-strsignal.c: Likewise.
7312
7313 2009-12-23  Eric Blake  <ebb9@byu.net>
7314
7315         unistd: work around cygwin bug
7316         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7317         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7318         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7319
7320 2009-12-23  Bruno Haible  <bruno@clisp.org>
7321
7322         localename: More tests.
7323         * tests/test-localename.c (SIZEOF): New macro.
7324         (categories): New variable.
7325         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7326         test_locale_name_default): Add test w.r.t. thread locale.
7327         (test_locale_name_thread): New function.
7328         (main): Invoke it.
7329
7330         localename: Make aware of thread locale.
7331         * lib/localename.h (gl_locale_name_thread): New declaration.
7332         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7333         behaviour with respect to thread locale.
7334         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7335         <langinfo.h>, glthread/lock.h.
7336         (SIZE_BITS): New macro.
7337         (string_hash): New function.
7338         (struct hash_node): New type.
7339         (HASH_TABLE_SIZE): New macro.
7340         (struniq_hash_table, struniq_lock): New variables.
7341         (struniq): New function.
7342         (gl_locale_name_thread): New function.
7343         (gl_locale_name): Invoke it.
7344         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7345         * modules/localename (Depends-on): Add lock.
7346         Reported by Mike Gran <spk121@yahoo.com>.
7347
7348 2009-12-23  Eric Blake  <ebb9@byu.net>
7349
7350         va-args: new module
7351         * modules/va-args: New file.
7352         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7353         * MODULES.html.sh (Core language properties): Mention it.
7354
7355         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7356         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7357         named alias for __attribute__((__unused__)).
7358         * lib/chown.c: Update client.
7359         * lib/fchmodat.c: Likewise.
7360         * lib/fts.c: Likewise.
7361         * lib/getdate.y: Likewise.
7362         * lib/getgroups.c: Likewise.
7363         * lib/getopt.c: Likewise.
7364         * lib/getugroups.c: Likewise.
7365         * lib/mkdir.c: Likewise.
7366         * lib/mkfifo.c: Likewise.
7367         * lib/mkfifoat.c: Likewise.
7368         * lib/mknod.c: Likewise.
7369         * lib/mknodat.c: Likewise.
7370         * lib/readlink.c: Likewise.
7371         * lib/se-context.in.h: Likewise.
7372         * lib/se-selinux.in.h: Likewise.
7373         * lib/sockets.c: Likewise.
7374         * lib/symlink.c: Likewise.
7375         * lib/symlinkat.c: Likewise.
7376         * lib/unicodeio.c: Likewise.
7377         * lib/unistr.h: Likewise.
7378         * tests/test-areadlink.c: Likewise.
7379         * tests/test-areadlinkat.c: Likewise.
7380         * tests/test-filenamecat.c: Likewise.
7381         * tests/test-fseeko.c: Likewise.
7382         * tests/test-ftello.c: Likewise.
7383         * tests/test-getdate.c: Likewise.
7384         * tests/test-getgroups.c: Likewise.
7385         * tests/test-gethostname.c: Likewise.
7386         * tests/test-quotearg.c: Likewise.
7387         * tests/test-version-etc.c: Likewise.
7388         * tests/test-xalloc-die.c: Likewise.
7389         * tests/test-xfprintf-posix.c: Likewise.
7390         * tests/test-xprintf-posix.c: Likewise.
7391         * tests/test-xvasprintf.c: Likewise.
7392
7393         tests: avoid compiler warnings
7394         * tests/test-fcntl.c (main): Delete unused parameters.
7395         * tests/test-freopen-safer.c (main): Likewise.
7396         * tests/test-xalloc-die.c (main): Mark unused parameters.
7397         * tests/test-fseeko.c (main): Likewise.
7398         * tests/test-ftello.c (main): Likewise.
7399         * tests/test-nanosleep.c (main): Avoid declaration warning.
7400         * tests/test-sleep.c (main): Likewise.
7401         * tests/test-unsetenv.c (main): Silence warning about string
7402         literal.
7403         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7404
7405 2009-12-23  Bruno Haible  <bruno@clisp.org>
7406
7407         * tests/test-localename.c (test_locale_name): New function, extracted
7408         from main. Also test mixed situations.
7409         (test_locale_name_posix, test_locale_name_environ,
7410         test_locale_name_default): New functions.
7411         (main): Invoke them all.
7412         * modules/localename-tests (configure.ac): Test for newlocale.
7413
7414 2009-12-23  Bruno Haible  <bruno@clisp.org>
7415
7416         unistd: Ensure getcwd gets declared before being overridden.
7417         * lib/unistd.in.h: Conditionally include <io.h>.
7418
7419 2009-12-22  Bruno Haible  <bruno@clisp.org>
7420
7421         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7422         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7423         (gl_WCHAR_H): Invoke it.
7424         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7425         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7426         Reported by Karl Berry <karl@freefriends.org>.
7427
7428 2009-12-22  Eric Blake  <ebb9@byu.net>
7429
7430         math, unistd: avoid redundant includes
7431         * lib/math.in.h (isnan): No need to re-include <math.h>.
7432         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7433
7434         getsubopt: work around cygwin bug
7435         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7436         avoid conflicting with system getsubopt.
7437         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7438         bug.
7439
7440         getopt: synchronize from glibc
7441         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7442         parameter order.  Adjust all callers.
7443         (_getopt_internal_r, main): Adjust quoting in error messages.
7444         Drop considerations for outdated POSIX 1003.2 error message.
7445         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7446         callers.
7447         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7448
7449         test-getopt: test stderr behavior
7450         * modules/getopt-posix-tests (Depends-on): Add dup2.
7451         * tests/test-getopt.c (ASSERT): Avoid stderr.
7452         (main): Move stderr to a temporary file.
7453         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7454         Instead, add parameter to inform caller if output occurred.
7455         (test_getopt): Adjust all existing tests to expect silence, and
7456         add new tests of leading ":".
7457         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7458         glibc shortcomings with leading "-:" or "+:" in optstring.
7459         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7460         Likewise.
7461         * doc/posix-functions/getopt.texi (getopt): Likewise.
7462
7463         test-getopt: enhance test
7464         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7465         supports optind=0.
7466         * tests/test-getopt.c (OPTIND_MIN): Move...
7467         * tests/test-getopt.h (OPTIND_MIN): ...here.
7468         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7469         Require that optind=0 works, since modern BSD supports it in
7470         addition to optreset, and since coreutils expects it.
7471         (test_getopt_long_only): New test.
7472         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7473         glibc shortcomings with 'W;', and enforcement of optind=0.
7474         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7475         Likewise.
7476
7477 2009-12-21  Bruno Haible  <bruno@clisp.org>
7478
7479         localename: Improvements for MacOS X and Cygwin.
7480         * lib/localename.h (gl_locale_name_environ): New declaration.
7481         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7482         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7483         (gl_locale_name_posix): Invoke it.
7484         (gl_locale_name_default): Add comments. Use Windows native API also on
7485         Cygwin.
7486
7487 2009-12-21  Bruno Haible  <bruno@clisp.org>
7488
7489         Update list of Win32 locale ids.
7490         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7491         (LANG_SAMI): Renamed from LANG_SAAMI.
7492         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7493         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7494         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7495         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7496         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7497         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7498         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7499         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7500         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7501         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7502         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7503         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7504         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7505         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7506         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7507         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7508         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7509         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7510         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7511         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7512         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7513         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7514         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7515         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7516         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7517         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7518         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7519         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7520         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7521         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7522         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7523         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7524         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7525         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7526         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7527         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7528         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7529         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7530         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7531         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7532         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7533         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7534         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7535         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7536         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7537         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7538         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7539         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7540         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7541         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7542         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7543         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7544         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7545         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7546         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7547         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7548         Add more languages and countries for Sami, Sorbian. Add more countries
7549         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7550         for Pashto. Change country for Syriac, Tswana.
7551
7552 2009-12-21  Eric Blake  <ebb9@byu.net>
7553
7554         test-utimens: avoid spurious failure
7555         * tests/test-chown.h (nap): Factor...
7556         * tests/nap.h: ...into new file.
7557         * tests/test-lchown.h (nap): Avoid duplication.
7558         * tests/test-utimens-common.h (nap): Use shared implementation,
7559         necessary on file systems with 1-second resolution.
7560         * modules/chown-tests (Files): Include new file.
7561         * modules/fdutimensat-tests (Files): Likewise.
7562         * modules/futimens-tests (Files): Likewise.
7563         * modules/lchown-tests (Files): Likewise.
7564         * modules/openat-tests (Files): Likewise.
7565         * modules/utimens-tests (Files): Likewise.
7566         * modules/utimensat-tests (Files): Likewise.
7567
7568 2009-12-19  Eric Blake  <ebb9@byu.net>
7569
7570         futimens, utimensat: work around Linux bug
7571         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7572         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7573         * lib/utimensat.c (rpl_utimensat): Work around it.
7574         * lib/futimens.c (rpl_futimens): Adjust comment.
7575
7576         utimens: work around Linux ctime bug
7577         * lib/utimens.c (detect_ctime_bug): New helper function.
7578         (update_timespec): Differentiate between workaround needed for
7579         this bug vs. what is needed for systems that lack utimensat.
7580         (fdutimens, lutimens): Work around bug.
7581
7582         utimens: check for ctime update
7583         * tests/test-utimens-common.h (check_ctime): Define.
7584         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7585         * tests/test-futimens.h (test_futimens): Likewise.
7586         * tests/test-lutimens.h (test_lutimens): Likewise.
7587         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7588         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7589
7590 2009-12-19  Bruno Haible  <bruno@clisp.org>
7591
7592         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7593         * tests/test-dprintf-posix2.sh: New file.
7594         * tests/test-dprintf-posix2.c: New file.
7595         * modules/dprintf-posix-tests (Files): Add them.
7596         (configure.ac): Check for getrlimit and setrlimit.
7597         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7598
7599 2009-12-19  Bruno Haible  <bruno@clisp.org>
7600
7601         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7602         * tests/test-fprintf-posix3.sh: New file.
7603         * tests/test-fprintf-posix3.c: New file.
7604         * modules/fprintf-posix-tests (Files): Add them.
7605         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7606
7607 2009-12-19  Eric Blake  <ebb9@byu.net>
7608
7609         dirfd: fix prototype
7610         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7611         * lib/dirfd.c (dirfd): Likewise.
7612
7613         canonicalize: reduce memory usage
7614         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7615         allocation to size.
7616         Reported by Solar Designer <solar@openwall.com>.
7617
7618 2009-12-19  Bruno Haible  <bruno@clisp.org>
7619
7620         New module attribute 'Applicability'.
7621         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7622         * gnulib-tool: New option --extract-applicability.
7623         (func_usage): Document it.
7624         (sed_extract_prog): Recognize it.
7625         (func_get_applicability): New function.
7626         (func_import): Generalize handling of 'link-warning' module.
7627         * modules/link-warning (Applicability): New section.
7628         * modules/arg-nonnull (Applicability): New section.
7629         Repoted by Simon Josefsson <simon@josefsson.org>.
7630
7631 2009-12-19  Bruno Haible  <bruno@clisp.org>
7632
7633         fflush: tweak
7634         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7635         * lib/fseeko.c (rpl_fseeko): Likewise.
7636
7637 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7638
7639         * lib/gl_list.h: Fix typo in comment.
7640
7641 2009-12-16  Eric Blake  <ebb9@byu.net>
7642
7643         fcntl: use to simplify other modules
7644         * modules/cloexec (Depends-on): Add fcntl.
7645         * modules/fchdir (Depends-on): Likewise.
7646         * modules/fd-safer-flag (Depends-on): Likewise.
7647         * modules/unistd-safer (Depends-on): Likewise.
7648         * modules/dup3 (configure.ac): Set module indicator.
7649         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7650         missing.
7651         * lib/fchdir.c (_gl_register_dup): Fix comment.
7652         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7653         * lib/dup-safer.c (dup_safer): Likewise.
7654         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7655         * lib/dup3.c (dup3): Likewise.
7656         * tests/test-fchdir.c (main): Enhance test.
7657         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
7658
7659         fcntl: port portions of fcntl to mingw
7660         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7661         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7662         replacement for mingw.
7663         * modules/fcntl (Description): Update.
7664         (Depends-on): Add dup2.
7665         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7666         * modules/fcntl-h (Makefile.am): Substitute it.
7667         * lib/fcntl.in.h (fcntl): Update declaration.
7668         (F_DUPFD, F_GETFD): New macros, when needed.
7669         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7670         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7671         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7672         we now guarantee.
7673
7674         fcntl: work around cygwin bug in F_DUPFD
7675         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7676         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7677         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7678         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7679         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7680
7681         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7682         * modules/fcntl (Files): List new files.
7683         (configure.ac): Run a test.
7684         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7685         * lib/fcntl.c (rpl_fcntl): Likewise.
7686         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7687         (gl_FCNTL_H): Always replace fcntl.h.
7688         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7689         * lib/fcntl.in.h (fcntl): Declare replacement.
7690         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7691         needed, plus a witness.
7692         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7693         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7694         * tests/test-fcntl.c: New file.
7695         * modules/fcntl-tests: Likewise.
7696
7697         binary-io: avoid potential compilation warning
7698         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7699         directives.
7700
7701         fflush: avoid compilation error on NetBSD
7702         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7703         between off_t and fpos_t, since the latter is sometimes a struct.
7704         * lib/fseeko.c (rpl_fseeko): Likewise.
7705         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7706
7707 2009-12-15  Eric Blake  <ebb9@byu.net>
7708
7709         fcntl-h, stdio, sys_ioctl: fix declarations
7710         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7711         function must not take arguments.
7712         * lib/sys_ioctl.in.h (ioctl): Likewise.
7713         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7714         (open): Add a link warning.
7715
7716 2009-12-15  Jim Meyering  <meyering@redhat.com>
7717
7718         areadlink, areadlink-with-size: relax license to LGPLv2+
7719         * modules/areadlink (License): Relax to LGPLv2+.
7720         * modules/areadlink-with-size (License): Likewise.
7721
7722 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7723             Bruno Haible  <bruno@clisp.org>
7724
7725         *printf: Fix memory leak.
7726         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7727         * lib/vfprintf.c (vfprintf): Likewise.
7728         * lib/dprintf.c (dprintf): Likewise.
7729         * lib/vdprintf.c (vdprintf): Likewise.
7730
7731 2009-12-14  Eric Blake  <ebb9@byu.net>
7732
7733         accept4: adjust module dependencies
7734         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7735
7736         utimens: one more try at avoiding compiler warning
7737         * lib/utimens.c (lutimens): Lower scope of result.
7738
7739 2009-12-13  Bruno Haible  <bruno@clisp.org>
7740
7741         Move the malloc checking from module 'list' to new module 'xlist'.
7742         * modules/xlist: New file.
7743         * lib/gl_xlist.h: New file.
7744         * lib/gl_xlist.c: New file.
7745         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7746         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7747         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7748         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7749         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7750         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7751         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7752         gl_sortedlist_nx_add): New declarations.
7753         (struct gl_list_implementation): Rename and change methods accordingly.
7754         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7755         (gl_list_nx_create): Renamed from gl_list_create.
7756         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7757         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7758         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7759         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7760         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7761         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7762         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7763         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7764         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7765         gl_list_create_empty.
7766         (gl_list_nx_create): Renamed from gl_list_create.
7767         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7768         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7769         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7770         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7771         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7772         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7773         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7774         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7775         * lib/gl_array_list.c: Don't include xalloc.h.
7776         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7777         NULL upon out-of-memory.
7778         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7779         out-of-memory.
7780         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7781         Change return type to 'int'.
7782         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7783         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7784         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7785         upon out-of-memory.
7786         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7787         upon out-of-memory.
7788         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7789         upon out-of-memory.
7790         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7791         upon out-of-memory.
7792         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7793         out-of-memory.
7794         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7795         Update.
7796         (gl_array_list_implementation): Update.
7797         * lib/gl_carray_list.c: Don't include xalloc.h.
7798         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7799         Return NULL upon out-of-memory.
7800         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7801         out-of-memory.
7802         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7803         Change return type to 'int'.
7804         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7805         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7806         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7807         upon out-of-memory.
7808         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7809         upon out-of-memory.
7810         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7811         out-of-memory.
7812         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7813         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7814         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7815         Update.
7816         (gl_carray_list_implementation): Update.
7817         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7818         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7819         gl_linked_create_empty. Return NULL upon out-of-memory.
7820         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7821         out-of-memory.
7822         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7823         Change return type to 'int'. Return -1 upon out-of-memory.
7824         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7825         out-of-memory.
7826         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7827         upon out-of-memory.
7828         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7829         upon out-of-memory.
7830         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7831         NULL upon out-of-memory.
7832         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7833         upon out-of-memory.
7834         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7835         out-of-memory.
7836         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7837         Update.
7838         * lib/gl_linked_list.c: Don't include xalloc.h.
7839         (gl_linked_list_implementation): Update.
7840         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7841         (add_to_bucket): Change return type to 'int'.
7842         (gl_linkedhash_list_implementation): Update.
7843         * lib/gl_anytree_list1.h (free_subtree): New function.
7844         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7845         gl_tree_create_empty. Return NULL upon out-of-memory.
7846         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7847         Change return type to 'int'. Return -1 upon out-of-memory.
7848         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7849         out-of-memory.
7850         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7851         (gl_tree_remove_node): New function, moved here from
7852         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7853         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7854         Update.
7855         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7856         malloc, not xmalloc. Return NULL upon out-of-memory.
7857         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7858         out-of-memory.
7859         (gl_tree_remove_node_from_tree): New function, extracted from
7860         gl_tree_remove_node.
7861         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7862         upon out-of-memory.
7863         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7864         out-of-memory.
7865         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7866         upon out-of-memory.
7867         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7868         upon out-of-memory.
7869         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7870         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7871         not xmalloc. Return NULL upon out-of-memory.
7872         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7873         out-of-memory.
7874         (gl_tree_remove_node_from_tree): New function, extracted from
7875         gl_tree_remove_node.
7876         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7877         upon out-of-memory.
7878         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7879         out-of-memory.
7880         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7881         upon out-of-memory.
7882         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7883         upon out-of-memory.
7884         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7885         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7886         gl_anytree_list1.h before gl_anyavltree_list2.h.
7887         (gl_avltree_list_implementation): Update.
7888         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7889         gl_anytree_list1.h before gl_anyavltree_list2.h.
7890         (gl_rbtree_list_implementation): Update.
7891         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7892         Change return type to 'int'. Return -1 upon out-of-memory. Use
7893         __builtin_expect.
7894         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7895         (gl_avltreehash_list_implementation): Update.
7896         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7897         (gl_rbtreehash_list_implementation): Update.
7898         * modules/array-list (Depends-on): Remove xalloc.
7899         * modules/carray-list (Depends-on): Likewise.
7900         * modules/linked-list (Depends-on): Likewise.
7901         * modules/linkedhash-list (Depends-on): Likewise.
7902         * modules/avltree-list (Depends-on): Likewise.
7903         * modules/rbtree-list (Depends-on): Likewise.
7904         * modules/avltreehash-list (Depends-on): Likewise.
7905         * modules/rbtreehash-list (Depends-on): Likewise.
7906
7907         * modules/xsublist: New file.
7908         * lib/gl_xsublist.h: New file.
7909         * lib/gl_xsublist.c: New file.
7910         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7911         (gl_sublist_nx_create): New declaration.
7912         * lib/gl_sublist.c: Don't include xalloc.h.
7913         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7914         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7915         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7916         Change return type to 'int'. Return -1 upon out-of-memory.
7917         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7918         upon out-of-memory.
7919         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7920         NULL upon out-of-memory.
7921         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7922         upon out-of-memory.
7923         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7924         NULL upon out-of-memory.
7925         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7926         NULL upon out-of-memory.
7927         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7928         upon out-of-memory.
7929         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7930         (gl_sublist_list_implementation): Update.
7931         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7932         upon out-of-memory.
7933         * modules/sublist (Depends-on): Remove xalloc.
7934
7935         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7936         * tests/test-carray_list.c: Likewise.
7937         * tests/test-linked_list.c: Likewise.
7938         * tests/test-linkedhash_list.c: Likewise.
7939         * tests/test-avltree_list.c: Likewise.
7940         * tests/test-rbtree_list.c: Likewise.
7941         * tests/test-avltreehash_list.c: Likewise.
7942         * tests/test-rbtreehash_list.c: Likewise.
7943         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7944         * modules/carray-list-tests (Makefile.am): Likewise.
7945         * modules/linked-list-tests (Makefile.am): Likewise.
7946         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7947         * modules/avltree-list-tests (Makefile.am): Likewise.
7948         * modules/rbtree-list-tests (Makefile.am): Likewise.
7949         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7950         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7951
7952         * NEWS: Mention the changes.
7953
7954         * lib/clean-temp.c: Include gl_xlist.h.
7955         * modules/clean-temp (Depends-on): Add xlist.
7956
7957         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7958         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7959
7960         * tests/test-array_oset.c: Include gl_xlist.h.
7961         * modules/array-oset-tests (Depends-on): Add xlist.
7962
7963         Reported by José E. Marchesi <jemarch@gnu.org>.
7964
7965 2009-12-13  Bruno Haible  <bruno@clisp.org>
7966
7967         Move the malloc checking from module 'oset' to new module 'xoset'.
7968         * modules/xoset: New file.
7969         * lib/gl_xoset.h: New file.
7970         * lib/gl_xoset.c: New file.
7971         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7972         declarations.
7973         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7974         (struct gl_oset_implementation): Rename and change methods accordingly.
7975         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7976         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7977         'int'. Mark as __warn_unused_result__.
7978         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7979         gl_oset_create_empty.
7980         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7981         'int'.
7982         * lib/gl_array_oset.c: Don't include xalloc.h.
7983         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7984         malloc, not xmalloc.
7985         (grow): Change return type to 'int'. Don't call xalloc_die.
7986         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7987         to 'int'.
7988         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7989         'int'.
7990         (gl_array_oset_implementation): Update.
7991         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7992         gl_tree_create_empty.
7993         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7994         'int'.
7995         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7996         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7997         xmalloc.
7998         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7999         not xmalloc.
8000         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8001         xmalloc.
8002         (gl_avltree_oset_implementation): Update.
8003         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
8004         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8005         xmalloc.
8006         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8007         not xmalloc.
8008         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8009         xmalloc.
8010         (gl_rbtree_oset_implementation): Update.
8011         * modules/array-oset (Depends-on): Remove xalloc.
8012         * modules/avltree-oset (Depends-on): Likewise.
8013         * modules/rbtree-oset (Depends-on): Likewise.
8014         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
8015         * tests/test-avltree_oset.c: Likewise.
8016         * tests/test-rbtree_oset.c: Likewise.
8017         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8018         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
8019         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8020         * NEWS: Mention the change.
8021
8022 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
8023
8024         maint.mk: allow a project to override release-prep commands
8025         * top/maint.mk (alpha, beta, stable): Move release-preparatory
8026         commands into a new rule.
8027         (release-prep): New rule.
8028         (release-prep-hook): New overridable variable.
8029
8030 2009-12-13  Bruno Haible  <bruno@clisp.org>
8031
8032         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
8033
8034 2009-12-13  Jim Meyering  <meyering@redhat.com>
8035
8036         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
8037         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
8038
8039 2009-12-12  Bruno Haible  <bruno@clisp.org>
8040
8041         duplocale: Tweak.
8042         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8043
8044 2009-12-12  Karl Berry  <karl@gnu.org>
8045
8046         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8047
8048 2009-12-12  Bruno Haible  <bruno@clisp.org>
8049
8050         * m4/po.m4: Undo incorrect untabification.
8051
8052 2009-12-12  Bruno Haible  <bruno@clisp.org>
8053
8054         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8055         * modules/c-strtod (Depends-on): Add locale.
8056         * modules/c-strtold (Depends-on): Likewise.
8057
8058 2009-12-12  Bruno Haible  <bruno@clisp.org>
8059
8060         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8061
8062 2009-12-11  Eric Blake  <ebb9@byu.net>
8063
8064         setenv: relax requirement in light of POSIX ruling
8065         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8066         not NULL.
8067         * tests/test-setenv.c (main): Relax test.
8068         * tests/test-unsetenv.c (main): Likewise.
8069         * doc/posix-functions/setenv.texi (setenv): Document this.
8070         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8071
8072 2009-12-11  Bruno Haible  <bruno@clisp.org>
8073
8074         New module 'fd-safer-flag'.
8075         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8076         * lib/dup-safer.c (dup_safer_flag): Remove function.
8077         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8078         * lib/fd-safer.c (fd_safer_flag): Remove function.
8079         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8080         * modules/cloexec (configure.ac): Drop indicator macro.
8081         * modules/fd-safer-flag: New file.
8082         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8083         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8084         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8085
8086 2009-12-11  Bruno Haible  <bruno@clisp.org>
8087
8088         Tests for module 'nl_langinfo'.
8089         * modules/nl_langinfo-tests: New file.
8090         * tests/test-nl_langinfo.sh: New file.
8091         * tests/test-nl_langinfo.c: New file.
8092
8093         New module 'nl_langinfo'.
8094         * lib/nl_langinfo.c: New file.
8095         * m4/nl_langinfo.m4: New file.
8096         * modules/nl_langinfo: New file.
8097         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8098
8099 2009-12-11  Bruno Haible  <bruno@clisp.org>
8100
8101         Tests for module 'langinfo'.
8102         * modules/langinfo-tests: New file.
8103         * tests/test-langinfo.c: New file.
8104
8105         New module 'langinfo'.
8106         * lib/langinfo.in.h: New file.
8107         * m4/langinfo_h.m4: New file.
8108         * modules/langinfo: New file.
8109         * doc/posix-headers/langinfo.texi: Mention the new module.
8110
8111 2009-12-11  Bruno Haible  <bruno@clisp.org>
8112
8113         * lib/config.charset: Untabify.
8114
8115 2009-12-11  Bruno Haible  <bruno@clisp.org>
8116
8117         * modules/unistd-safer (configure.ac): Drop indicator macro.
8118
8119 2009-12-11  Bruno Haible  <bruno@clisp.org>
8120
8121         Move pipe2-safer code to its own file.
8122         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8123         * lib/pipe-safer.c (pipe2_safer): Remove function.
8124         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8125         (Makefile.am): Add it to lib_SOURCES.
8126
8127 2009-12-10  Bruno Haible  <bruno@clisp.org>
8128
8129         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8130
8131 2009-12-10  Bruno Haible  <bruno@clisp.org>
8132
8133         Declare which arguments expect non-NULL values, for GCC and clang.
8134         * build-aux/arg-nonnull.h: New file.
8135         * modules/arg-nonnull: New file.
8136         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8137         (inet_ntop, inet_pton): Use it.
8138         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8139         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8140         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8141         (open, openat): Use it.
8142         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8143         (fnmatch): Use it.
8144         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8145         (getopt, getopt_long, getopt_long_only): Use it.
8146         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8147         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8148         Use it.
8149         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8150         (iconv_open): Use it.
8151         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8152         (strtoimax, strtoumax): Use it.
8153         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8154         (duplocale): Use it.
8155         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8156         (frexp, frexpl): Use it.
8157         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8158         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8159         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8160         (tsearch, tfind, tdelete, twalk): Use it.
8161         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8162         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8163         sigpending): Use it.
8164         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8165         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8166         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8167         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8168         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8169         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8170         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8171         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8172         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8173         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8174         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8175         Use it.
8176         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8177         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8178         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8179         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8180         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8181         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8182         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8183         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8184         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8185         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8186         strtoull, unsetenv): Use it.
8187         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8188         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8189         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8190         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8191         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8192         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8193         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8194         (strcasecmp, strncasecmp): Use it.
8195         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8196         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8197         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8198         rpl_setsockopt): Use it.
8199         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8200         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8201         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8202         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8203         (gettimeofday): Use it.
8204         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8205         (times): Use it.
8206         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8207         (uname): Use it.
8208         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8209         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8210         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8211         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8212         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8213         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8214         unlinkat, write): Use it.
8215         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8216         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8217         * lib/argv-iter.h: Include arg-nonnull.h.
8218         (_ATTRIBUTE_NONNULL_): Remove macro.
8219         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8220         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8221         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8222         optimization.
8223         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8224         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8225         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8226         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8227         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8228         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8229         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8230         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8231         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8232         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8233         * modules/dirent (Depends-on): Add arg-nonnull.
8234         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8235         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8236         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8237         * modules/fnmatch (Depends-on): Add arg-nonnull.
8238         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8239         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8240         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8241         * modules/glob (Depends-on): Add arg-nonnull.
8242         (Makefile.am): Insert arg-nonnull.h into glob.h.
8243         * modules/iconv_open (Depends-on): Add arg-nonnull.
8244         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8245         * modules/inttypes (Depends-on): Add arg-nonnull.
8246         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8247         * modules/locale (Depends-on): Add arg-nonnull.
8248         (Makefile.am): Insert arg-nonnull.h into locale.h.
8249         * modules/math (Depends-on): Add arg-nonnull.
8250         (Makefile.am): Insert arg-nonnull.h into math.h.
8251         * modules/netdb (Depends-on): Add arg-nonnull.
8252         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8253         * modules/search (Depends-on): Add arg-nonnull.
8254         (Makefile.am): Insert arg-nonnull.h into search.h.
8255         * modules/signal (Depends-on): Add arg-nonnull.
8256         (Makefile.am): Insert arg-nonnull.h into signal.h.
8257         * modules/spawn (Depends-on): Add arg-nonnull.
8258         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8259         * modules/stdio (Depends-on): Add arg-nonnull.
8260         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8261         * modules/stdlib (Depends-on): Add arg-nonnull.
8262         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8263         * modules/string (Depends-on): Add arg-nonnull.
8264         (Makefile.am): Insert arg-nonnull.h into string.h.
8265         * modules/strings (Depends-on): Add arg-nonnull.
8266         (Makefile.am): Insert arg-nonnull.h into strings.h.
8267         * modules/sys_socket (Depends-on): Add arg-nonnull.
8268         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8269         * modules/sys_stat (Depends-on): Add arg-nonnull.
8270         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8271         * modules/sys_time (Depends-on): Add arg-nonnull.
8272         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8273         * modules/sys_times (Depends-on): Add arg-nonnull.
8274         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8275         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8276         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8277         * modules/time (Depends-on): Add arg-nonnull.
8278         (Makefile.am): Insert arg-nonnull.h into time.h.
8279         * modules/unistd (Depends-on): Add arg-nonnull.
8280         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8281         * modules/wchar (Depends-on): Add arg-nonnull.
8282         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8283         * modules/argv-iter (Depends-on): Add arg-nonnull.
8284         * tests/test-canonicalize.c (null_ptr): New function.
8285         (main): Use it.
8286         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8287         (main): Use it.
8288         * tests/test-memmem.c (null_ptr): New function.
8289         (main): Use it.
8290         Reported by Jim Meyering.
8291
8292 2009-12-10  Bruno Haible  <bruno@clisp.org>
8293
8294         Use spaces for indentation, not tabs.
8295         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8296         * m4/*.m4: Untabify.
8297         * build-aux/*.h: Untabify.
8298         * tests/**/*.[hc]: Untabify.
8299         * README: New section "Indent with spaces, not TABs", based on
8300         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8301         * NEWS: Mention the change.
8302
8303 2009-12-10  Bruno Haible  <bruno@clisp.org>
8304
8305         pty test: Fix link error.
8306         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8307         test_pty_LDADD.
8308
8309 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8310
8311         * modules/pty: New file.
8312         * modules/pty-tests: New file.
8313         * m4/pty.m4: New file.
8314         * tests/test-pty.c: New file.
8315         * doc/glibc-headers/pty.texi: Modified.
8316         * doc/glibc-functions/forkpty.texi: Modified.
8317         * doc/glibc-functions/openpty.texi: Modified.
8318
8319 2009-12-10  Bruno Haible  <bruno@clisp.org>
8320
8321         Avoid syntax error in C++ mode.
8322         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8323
8324 2009-12-10  Bruno Haible  <bruno@clisp.org>
8325
8326         Use sed with option -e.
8327         * gnulib-tool (func_version, func_emit_copyright_notice,
8328         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8329         option -e to sed.
8330         * modules/link-warning (Makefile.am): Likewise.
8331
8332 2009-12-10  Jim Meyering  <meyering@redhat.com>
8333
8334         mgetgroups: do not write bytes beyond end of malloc'd buffer
8335         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8336         username, we call getgroups with a one-element-shorter buffer,
8337         but still told it the length was original, max_n_groups.
8338
8339 2009-12-09  Eric Blake  <ebb9@byu.net>
8340
8341         cloexec: relax license
8342         * modules/cloexec (Maintainer): Add myself.
8343         (License): Use LGPL, not GPL.
8344
8345         link-warning: optimize generation
8346         * modules/link-warning (Makefile.am): Reduce process usage.
8347
8348 2009-12-09  Bruno Haible  <bruno@clisp.org>
8349
8350         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8351         workaround was added on 2009-11-17.
8352
8353 2009-12-09  Jim Meyering  <meyering@redhat.com>
8354             Bruno Haible  <bruno@clisp.org>
8355
8356         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8357         * modules/link-warning (Makefile.am): Make the comment-removing sed
8358         command more robust in the face of bootstrap-prepended comment lines.
8359
8360 2009-12-09  Bruno Haible  <bruno@clisp.org>
8361
8362         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8363         most one group.
8364
8365 2009-12-09  Simon Josefsson <simon@josefsson.org>
8366             Bruno Haible  <bruno@clisp.org>
8367
8368         * build-aux/link-warning.h: Add copyright notice.
8369         * modules/link-warning (Makefile.am): Generate link-warning.h from
8370         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8371         * NEWS: Mention change in link-warning module.
8372         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8373         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8374         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8375         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8376         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8377         * modules/math (Makefile.am): Add dependency to math.h.
8378         * modules/search (Makefile.am): Add dependency to search.h.
8379         * modules/signal (Makefile.am): Add dependency to signal.h.
8380         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8381         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8382         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8383         * modules/string (Makefile.am): Add dependency to string.h.
8384         * modules/strings (Makefile.am): Add dependency to strings.h.
8385         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8386         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8387         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8388         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8389         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8390         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8391         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8392         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8393         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8394
8395 2009-12-09  Bruno Haible  <bruno@clisp.org>
8396
8397         fchdir: Optimize away rpl_fstat when possible.
8398         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8399         REPLACE_OPEN_DIRECTORY.
8400         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8401
8402 2009-12-09  Bruno Haible  <bruno@clisp.org>
8403
8404         * lib/fchdir.c: Update comment.
8405
8406 2009-12-09  Bruno Haible  <bruno@clisp.org>
8407
8408         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8409
8410 2009-12-08  Eric Blake  <ebb9@byu.net>
8411
8412         fchdir: avoid memory leak on re-registration.
8413         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8414
8415 2009-12-08  Jim Meyering  <meyering@redhat.com>
8416
8417         init.sh: avoid Solaris 10 /bin/sh portability problem
8418         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8419         sourced script:
8420           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8421           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8422           bar
8423         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8424         and two tests used that idiom.
8425         * tests/init.sh: Update suggested usage comments.
8426         (path_prepend_): New function, to be used in place
8427         of the --src-path=DIR option.
8428         (setup_): Move PATH-prepending code into path_prepend_.
8429         * tests/test-pread.sh: Adapt to new usage.
8430         * tests/test-xalloc-die.sh: Likewise.
8431
8432 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8433
8434         * doc/gnulib.texi (Glibc pty.h): Add.
8435         * doc/glibc-functions/forkpty.texi: Add.
8436         * doc/glibc-functions/openpty.texi: Add.
8437         Suggested by Bruno Haible.
8438
8439 2009-12-08  Eric Blake  <ebb9@byu.net>
8440
8441         fchdir: fix logic bugs
8442         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8443         * tests/test-fchdir.c (main): Enhance test.
8444         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8445         is in use.
8446
8447         dup2: fix logic bugs
8448         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8449         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8450         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8451         exists.
8452         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8453
8454 2009-12-07  Eric Blake  <ebb9@byu.net>
8455
8456         unlink: fix m4 detection
8457         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8458
8459         unistd-safer: add unit test
8460         * modules/unistd-safer-tests: New file.
8461         * tests/test-dup-safer.c: Likewise.
8462         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8463         * tests/test-dup2.c (setmode): Likewise.
8464         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8465
8466         cloexec: preserve text vs. binary across dup_cloexec
8467         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8468         mode.
8469         * modules/dup2-tests (Depends-on): Add binary-io.
8470         * modules/cloexec-tests (Depends-on): Likewise.
8471         * tests/test-dup2.c (setmode, is_mode): New helpers.
8472         (main): Add tests that translation mode is preserved.
8473         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8474         Reported by Bruno Haible.
8475
8476         mgetgroups: reduce duplicate listings
8477         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8478         resulting array.
8479         * tests/test-chown.h (test_chown): Simplify client.
8480         * tests/test-lchown.h (test_lchown): Likewise.
8481
8482 2009-12-06  Bruno Haible  <bruno@clisp.org>
8483
8484         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8485         value.
8486
8487 2009-12-06  Bruno Haible  <bruno@clisp.org>
8488
8489         * lib/progname.c: Include stdio.h, stdlib.h.
8490         (set_program_name): Reject a NULL argument.
8491
8492 2009-12-05  Eric Blake  <ebb9@byu.net>
8493
8494         pipe2-safer: new module
8495         * modules/pipe2-safer: New file.
8496         * lib/unistd-safer.h (pipe2_safer): New prototype.
8497         * lib/unistd--.h (pipe2): New wrapper.
8498         * lib/pipe-safer.c (pipe2_safer): New function.
8499         * modules/pipe (Depends-on): Add pipe2-safer.
8500         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8501
8502         stdlib-safer: preserve cloexec flag for mkostemp[s]
8503         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8504         fd_safer_flag.
8505
8506         unistd-safer: allow preservation of cloexec status via flag
8507         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8508         prototypes.
8509         * lib/dup-safer.c (dup_safer_flag): New function.
8510         * lib/fd-safer.c (fd_safer_flag): Likewise.
8511         * modules/cloexec (configure.ac): Set witness.
8512
8513         test-dup2: enhance test
8514         * modules/dup2-tests (Depends-on): Add cloexec.
8515         * tests/test-dup2.c (main): Enhance test.
8516
8517         cloexec: add dup_cloexec
8518         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8519         header and comments.
8520         * lib/cloexec.c (set_cloexec_flag): Add comments.
8521         (dup_cloexec): New function, with mingw implementation borrowed
8522         from...
8523         * lib/w32spawn.h (dup_noinherit): ...here.
8524         * modules/execute (Depends-on): Add cloexec.
8525         * modules/pipe (Depends-on): Likewise.
8526         * modules/cloexec (Depends-on): Add dup2.
8527         * modules/cloexec-tests (Files): New file.
8528         * tests/test-cloexec.c: Likewise.
8529
8530         test-xalloc-die: fix test for mingw
8531         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8532         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8533         directory and .exe suffix off argv[0] output.
8534
8535         test-fseeko: fix test for mingw
8536         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8537         than undefining fseek, so test will pass on mingw.
8538
8539 2009-12-05  Bruno Haible  <bruno@clisp.org>
8540
8541         * lib/progname.h (set_program_name): Clarify specification.
8542         * lib/progname.c (set_program_name): Likewise.
8543         Reported by Jim Meyering.
8544
8545 2009-12-05  Jim Meyering  <meyering@redhat.com>
8546
8547         maint.mk: backslash-escape parens in default regexp
8548         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8549         backslash-escape the literal parentheses.
8550
8551         maint.mk: news-date-check: use grep -E
8552         * top/maint.mk (today): Define a Make variable, not a...
8553         (news-date-check): ...shell variable.
8554         (news-date-regexp): Use the Make variable.
8555         Use grep's -E option.  Change the failing diagnostic to mention
8556         the variable, $(news-date-regexp).
8557
8558 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8559
8560         maintainer-makefile: allow customization of NEWS entry format
8561         * top/maint.mk (news-date-regexp): New overridable variable.
8562         (news-date-check): Use it.
8563
8564 2009-12-04  Eric Blake  <ebb9@byu.net>
8565
8566         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8567         * lib/mgetgroups.h (xgetgroups): New prototype.
8568         * lib/mgetgroups.c (xgetgroups): New wrapper.
8569         (mgetgroups): Handle ENOSYS.
8570         * modules/mgetgroups (Depends-on): Add realloc.
8571         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8572
8573         mgetgroups: avoid argument promotion issues with -1
8574         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8575         for invalid gid_t.
8576         * tests/test-chown.h (getegid, test_chown): Likewise.
8577         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8578
8579 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8580
8581         exclude: Fix header file problems.
8582         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8583
8584 2009-12-01  Jim Meyering  <meyering@redhat.com>
8585
8586         fts: fts_open: do not let an empty string cause immediate failure
8587         This is required in support of GNU rm, for which the command
8588         "rm A '' B" must process and remove both A and B, in spite of
8589         the empty string argument.
8590         * lib/fts.c (fts_open): Do not let the presence of an empty string
8591         cause fts_open to fail immediately.  Most fts-using tools must be
8592         able to process all arguments, in order, and can be expected to
8593         diagnose such arguments themselves.
8594
8595 2009-11-30  Eric Blake  <ebb9@byu.net>
8596
8597         utimens: fix compilation error
8598         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8599         Declare variable at right scope.
8600
8601 2009-11-29  Jim Meyering  <meyering@redhat.com>
8602
8603         bootstrap: handle perl-5.11's changed --version output
8604         * build-aux/bootstrap (get_version): Handle perl separately,
8605         since perl-5.11's --version output is different.
8606
8607 2009-11-28  Jim Meyering  <meyering@redhat.com>
8608
8609         userspec: depend on the inttostr module, too
8610         * modules/userspec (Depends-on): Add inttostr.
8611
8612         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8613         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8614         number of MAXUID when it evaluates to (uid_t) -1.
8615         Likewise for group ID.  Reported by Matt McCutchen in
8616         <http://savannah.gnu.org/bugs/?28113>
8617
8618         userspec: reformat to use spaces, not TABs
8619         * lib/userspec.c: Expand TABs to spaces.
8620         Add Emacs' "indent-tabs-mode: nil" hint.
8621
8622 2009-11-27  Eric Blake  <ebb9@byu.net>
8623
8624         getopt-gnu: flush out another BSD bug
8625         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8626         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8627         flush out BSD bug.
8628         * tests/test-getopt.h (test_getopt): End lists with NULL.
8629         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8630         (test_getopt_long_posix): Enhance test.
8631         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8632         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8633         getopt-gnu.
8634         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8635         Likewise.
8636
8637 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8638
8639         * modules/idpriv-droptemp-tests (Notice): Fix text.
8640
8641 2009-11-27  Jim Meyering  <meyering@redhat.com>
8642
8643         test-xalloc-die: avoid spurious failure due to libtool argv difference
8644         In a libtool-enabled project, this test would fail due to a difference
8645         in the emitted program name, e.g.,
8646         -test-xalloc-die: memory exhausted
8647         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8648         Use program to avoid that.
8649         * modules/xalloc-die-tests (Depends-on): Add progname.
8650         * tests/test-xalloc-die.c: Include progname.h".
8651         (program_name): Remove decl.
8652         (main): Call set_program_name.
8653         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8654
8655 2009-11-26  Richard Jones  <rjones@redhat.com>
8656
8657         w32sock: leave win32 error in place.
8658         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8659
8660 2009-11-26  Eric Blake  <ebb9@byu.net>
8661
8662         init.sh: suggest to use skip_ and fail_ functions in comments
8663         * tests/init.sh: Add a sentence.
8664
8665 2009-11-25  Bruno Haible  <bruno@clisp.org>
8666
8667         init.sh: add documentation in comments
8668         * tests/init.sh: Add some developer and user documentation.
8669
8670 2009-11-26  Jim Meyering  <meyering@redhat.com>
8671
8672         init.sh: accommodate even those who specify bogus srcdir manually
8673         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8674         configure-time tests to be sanitized, so that there is no need to
8675         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8676         (with no double quotes) suffices.  However, since tests may be
8677         invoked manually, and since you may explicitly set srcdir to the
8678         name of a directory containing spaces, do quote its uses here.
8679         * tests/test-pread.sh: Likewise.
8680         Suggested by Bruno Haible.
8681
8682         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8683         * tests/test-pread.sh: Write no data into the pipe, because
8684         test-pread actually reads none.  This avoids a diagnostic,
8685         "bash: echo: write error: Broken pipe", that arises in the unusual
8686         event something is ignoring SIGPIPE, and might be interpreted
8687         as some sort of failure.  Reported by Bruno Haible.
8688
8689 2009-11-25  Jim Meyering  <meyering@redhat.com>
8690
8691         test-pread: cover failure with ESPIPE and EINVAL
8692         * tests/test-pread.c (main): Test for failure, too.
8693         * tests/test-pread.sh: Invoke with stdin on a pipe.
8694         Suggested by Eric Blake.
8695
8696         pread: improvement and fix
8697         * modules/pread (Depends-on): Depend on lseek, for portability to
8698         e.g., mingw.  Suggested by Eric Blake.
8699         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8700
8701         unistd.in.h: correct declaration of pread
8702         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8703         Reported by Richard W.M. Jones.
8704
8705         test-pread.sh: distribute the test script
8706         * modules/pread-tests (Files): Include test-pread.sh.
8707
8708         test-pread.sh: clean up
8709         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8710         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8711         That is unnecessary, since it's always ".".
8712         Suggestion from Eric Blake.
8713
8714         test-pread.sh: make executable
8715         * tests/test-pread.sh: Set executable bit.
8716         Reported by Eric Blake.
8717
8718         correct typo in test-pread.sh
8719         * tests/test-pread.sh: Add #! line.
8720
8721         test pread
8722         * tests/test-pread.c: New file.
8723         * tests/test-pread.sh: Likewise.
8724         * modules/pread-tests: Likewise.
8725
8726         pread: new module
8727         * modules/pread: New file.
8728         * lib/unistd.in.h (pread): Define/declare.
8729         * lib/pread.c (pread): New file.
8730         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8731         * modules/unistd (Makefile.am): Substitute witnesses.
8732         * doc/posix-functions/pread.texi (pread): Update.
8733         * MODULES.html.sh: Add pread.
8734
8735 2009-11-25  Jim Meyering  <meyering@redhat.com>
8736
8737         tests/init.sh: new file to be used via most *.sh tests
8738         * tests/init.sh: New file.
8739
8740 2009-11-25  Eric Blake  <ebb9@byu.net>
8741
8742         utimens: work around older Linux failure with symlinks
8743         * lib/utimens.c (lutimensat_works_really): New variable.
8744         (fdutimens, lutimens): Use it to manage kernels that support
8745         nanosecond times on files, but not on symlinks.
8746         Reported by OndÅ™ej Vašík.
8747
8748         utimes: fix configure grammar
8749         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8750
8751 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8752
8753         regex: Fix fastmap for multibyte character ranges.
8754         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8755         characters when a multibyte character range is included.
8756
8757 2009-11-22  Andy Wingo  <wingo@pobox.com>
8758
8759         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8760         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8761
8762 2009-11-24  Bruno Haible  <bruno@clisp.org>
8763
8764         doc: Most *_l functions exist in MacOS X 10.5.
8765         * doc/posix-functions/duplocale.texi: Update platforms list.
8766         * doc/posix-functions/freelocale.texi: Likewise.
8767         * doc/posix-functions/newlocale.texi: Likewise.
8768         * doc/posix-functions/uselocale.texi: Likewise.
8769         * doc/posix-functions/isalnum_l.texi: Likewise.
8770         * doc/posix-functions/isalpha_l.texi: Likewise.
8771         * doc/posix-functions/isblank_l.texi: Likewise.
8772         * doc/posix-functions/iscntrl_l.texi: Likewise.
8773         * doc/posix-functions/isdigit_l.texi: Likewise.
8774         * doc/posix-functions/isgraph_l.texi: Likewise.
8775         * doc/posix-functions/islower_l.texi: Likewise.
8776         * doc/posix-functions/isprint_l.texi: Likewise.
8777         * doc/posix-functions/ispunct_l.texi: Likewise.
8778         * doc/posix-functions/isspace_l.texi: Likewise.
8779         * doc/posix-functions/isupper_l.texi: Likewise.
8780         * doc/posix-functions/iswalnum_l.texi: Likewise.
8781         * doc/posix-functions/iswalpha_l.texi: Likewise.
8782         * doc/posix-functions/iswblank_l.texi: Likewise.
8783         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8784         * doc/posix-functions/iswctype_l.texi: Likewise.
8785         * doc/posix-functions/iswdigit_l.texi: Likewise.
8786         * doc/posix-functions/iswgraph_l.texi: Likewise.
8787         * doc/posix-functions/iswlower_l.texi: Likewise.
8788         * doc/posix-functions/iswprint_l.texi: Likewise.
8789         * doc/posix-functions/iswpunct_l.texi: Likewise.
8790         * doc/posix-functions/iswspace_l.texi: Likewise.
8791         * doc/posix-functions/iswupper_l.texi: Likewise.
8792         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8793         * doc/posix-functions/isxdigit_l.texi: Likewise.
8794         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8795         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8796         * doc/posix-functions/strcoll_l.texi: Likewise.
8797         * doc/posix-functions/strfmon_l.texi: Likewise.
8798         * doc/posix-functions/strftime_l.texi: Likewise.
8799         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8800         * doc/posix-functions/strxfrm_l.texi: Likewise.
8801         * doc/posix-functions/tolower_l.texi: Likewise.
8802         * doc/posix-functions/toupper_l.texi: Likewise.
8803         * doc/posix-functions/towctrans_l.texi: Likewise.
8804         * doc/posix-functions/towlower_l.texi: Likewise.
8805         * doc/posix-functions/towupper_l.texi: Likewise.
8806         * doc/posix-functions/wcscoll_l.texi: Likewise.
8807         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8808         * doc/posix-functions/wctrans_l.texi: Likewise.
8809         * doc/posix-functions/wctype_l.texi: Likewise.
8810         * doc/glibc-functions/strptime_l.texi: Likewise.
8811         * doc/glibc-functions/strtod_l.texi: Likewise.
8812         * doc/glibc-functions/strtof_l.texi: Likewise.
8813         * doc/glibc-functions/strtol_l.texi: Likewise.
8814         * doc/glibc-functions/strtold_l.texi: Likewise.
8815         * doc/glibc-functions/strtoll_l.texi: Likewise.
8816         * doc/glibc-functions/strtoul_l.texi: Likewise.
8817         * doc/glibc-functions/strtoull_l.texi: Likewise.
8818         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8819         * doc/glibc-functions/wcstod_l.texi: Likewise.
8820         * doc/glibc-functions/wcstof_l.texi: Likewise.
8821         * doc/glibc-functions/wcstol_l.texi: Likewise.
8822         * doc/glibc-functions/wcstold_l.texi: Likewise.
8823         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8824         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8825         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8826
8827 2009-11-24  Bruno Haible  <bruno@clisp.org>
8828
8829         duplocale: Fix logic bug.
8830         * lib/duplocale.c: Don't include <langinfo.h>.
8831         (_NL_LOCALE_NAME): Remove macro.
8832         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8833         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8834
8835 2009-11-23  Jim Meyering  <meyering@redhat.com>
8836
8837         test-update-copyright: don't hard-code /usr/bin/perl
8838         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8839         perl to print the current year.  Gilles Espinasse reported that
8840         the replaced use of perl was hard-coded as /usr/bin/perl.
8841
8842 2009-11-23  Bruno Haible  <bruno@clisp.org>
8843
8844         duplocale: Add support for glibc 2.3.x.
8845         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8846
8847 2009-11-22  Bruno Haible  <bruno@clisp.org>
8848
8849         vasnprintf: Tiny optimization.
8850         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8851         MacOS X.
8852
8853 2009-11-22  Bruno Haible  <bruno@clisp.org>
8854
8855         Tests for module 'duplocale'.
8856         * modules/duplocale-tests: New file.
8857         * tests/test-duplocale.c: New file.
8858
8859         New module 'duplocale'.
8860         * m4/duplocale.m4: New file.
8861         * lib/locale.in.h (duplocale): New declaration.
8862         * lib/duplocale.c: New file.
8863         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8864         gl_LOCALE_H_DEFAULTS): New macros.
8865         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8866         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8867         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8868         REPLACE_DUPLOCALE.
8869         * modules/duplocale: New file.
8870         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8871
8872 2009-11-22  Bruno Haible  <bruno@clisp.org>
8873
8874         * modules/locale-tests (configure.ac): Test for newlocale function.
8875         * tests/test-locale.c: When the system has extended locale functions,
8876         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8877
8878         locale: Make locale_t available when possible.
8879         * lib/locale.in.h: Include <xlocale.h> when it exists.
8880         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8881         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8882         * modules/locale (Depends-on): Add extensions.
8883         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8884         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8885
8886 2009-11-22  Bruno Haible  <bruno@clisp.org>
8887
8888         Add comments.
8889         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8890         invocation.
8891         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8892         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8893         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8894
8895 2009-11-22  Bruno Haible  <bruno@clisp.org>
8896
8897         error: account for the possibility of freopen (stdout).
8898         * lib/error.c: Include <unistd.h>.
8899         (flush_stdout): New function, extracted from error and error_at_line.
8900         Determine stdout's fd dynamically.
8901         (error, error_at_line): Invoke flush_stdout.
8902         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8903         * modules/error (Depends-on): Add unistd.
8904
8905 2009-11-22  Bruno Haible  <bruno@clisp.org>
8906
8907         diffseq: Add comment.
8908         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8909
8910 2009-11-22  Jim Meyering  <meyering@redhat.com>
8911
8912         c-stack: avoid defining an unused static function
8913         * lib/c-stack.c (find_stack_direction): Do not define this function
8914         when it will not be used.
8915
8916         diffseq: avoid spurious gcc warnings
8917         * lib/diffseq.h (IF_LINT2): Define.
8918         (compareseq): Use it to initialize two members of "part".
8919         This avoids two used-uninitialized warnings.
8920
8921 2009-11-21  Jim Meyering  <meyering@redhat.com>
8922
8923         c-stack: avoid "ignoring return value of `write'" warning
8924         * lib/c-stack.c: Include "ignore-value.h".
8925         (die): Explicitly ignore each write return value.
8926         * modules/c-stack (Depends-on): Add ignore-value.
8927
8928 2009-11-21  Bruno Haible  <bruno@clisp.org>
8929
8930         diffseq: reduce scope of variable 'best'.
8931         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8932         variable, earlier used for two different purposes.
8933
8934 2009-11-21  Jim Meyering  <meyering@redhat.com>
8935
8936         diffseq: remove useless assignment to "best"
8937         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8938         assignment.  At that point "best" is already guaranteed to be zero.
8939
8940 2009-11-20  Eric Blake  <ebb9@byu.net>
8941
8942         build: mention ftp redirector in release announcements
8943         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8944         values that used to come from cfg.mk; mention FTP redirect URL.
8945         * build-aux/announce-gen: Mention the mirror list.
8946         Suggested by Karl Berry.
8947
8948         nanosleep: improve port to mingw
8949         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8950         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8951         LIB_NANOSLEEP, but only when needed.
8952         * modules/select (Link): Document LIBSOCKET.
8953         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8954         enough.
8955
8956         nanosleep: work around cygwin bug
8957         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8958         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8959         bug.
8960         (getnow): Delete, not needed.
8961         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8962         LIB_CLOCK_GETTIME.
8963         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8964         clock-time, gettime.
8965         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8966         bug.
8967         * modules/nanosleep-tests: New test.
8968         * tests/test-nanosleep.c: New file.
8969
8970         sleep: work around cygwin bug
8971         * lib/sleep.c (rpl_sleep): Work around the bug.
8972         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8973         (gl_PREREQ_SLEEP): Delete unused macro.
8974         * modules/sleep (Depends-on): Add verify.
8975         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8976         * modules/unistd (Makefile.am): Substitute witness.
8977         * lib/unistd.in.h (sleep): Update prototype.
8978         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8979         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8980         * modules/sleep-tests (Depends-on): Check for alarm.
8981
8982 2009-11-20  Jim Meyering  <meyering@redhat.com>
8983
8984         maint.mk: improve sc_prohibit_magic_number_exit
8985         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8986         so it does not match uses like System.exit(1).
8987         Add comments showing how to correct all offenders.
8988
8989 2009-11-19  Eric Blake  <ebb9@byu.net>
8990
8991         xalloc-die-tests: add missing library
8992         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8993
8994         test-xvasprintf: silence compiler warnings
8995         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8996         empty string from gcc.
8997
8998 2009-11-19  Jim Meyering  <meyering@redhat.com>
8999
9000         xfreopen: new module, from coreutils
9001         * modules/xfreopen: New module.
9002         * lib/xfreopen.c: New file.
9003         * lib/xfreopen.h: New file.
9004         * MODULES.html.sh (File stream based Input/Output"): Add it.
9005
9006 2009-11-19  Eric Blake  <ebb9@byu.net>
9007
9008         manywarnings: depend on warnings
9009         * modules/manywarnings (Depends-on): Add warnings.
9010
9011         build: avoid compiler warnings
9012         * lib/select.c (rpl_select): Delete unused variable.
9013         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
9014
9015 2009-11-18  Eric Blake  <ebb9@byu.net>
9016
9017         tests: avoid false negative with --with-packager
9018         * tests/test-version-etc.sh: Discard packager information.
9019         * tests/test-argp-version-etc-1.sh: Likewise.
9020         Reported by Mike Frysinger.
9021
9022         utimens: fix regression on Solaris
9023         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
9024         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
9025         can only change fd timestamps via futimesat.  Instead, use an
9026         additional witness macro to avoid BSD bug.
9027         Reported by Jim Meyering.
9028
9029 2009-11-17  Eric Blake  <ebb9@byu.net>
9030
9031         usleep: use it to simplify tests
9032         * modules/stat-time-tests (Depends-on): Add usleep.
9033         (configure.ac): Drop usleep check.
9034         * modules/chown-tests (Depends-on, configure.ac): Likewise.
9035         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
9036         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
9037         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
9038         * modules/openat-tests (Depends-on, configure.ac): Likewise.
9039         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
9040         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9041         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9042         Likewise.
9043         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9044         * tests/test-lchown.h (nap): Likewise.
9045         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9046         * tests/test-stat-time.c (nap): Likewise.
9047         * tests/test-utimens-common.h (nap): Update comments.
9048
9049         usleep: new module
9050         * modules/usleep: New file.
9051         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9052         * lib/usleep.c (usleep): Likewise.
9053         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9054         * modules/unistd (Makefile.am): Substitute witnesses.
9055         * lib/unistd.in.h (usleep): Add declaration.
9056         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9057         * MODULES.html.sh (Date and time): Likewise.
9058         * modules/usleep-tests (Depends-on): New test.
9059         * tests/test-usleep.c: New file.
9060
9061         chown: work around OpenBSD bug
9062         * lib/chown.c (rpl_chown): Work around the bug.
9063         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9064         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9065         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9066         * modules/chown (Depends-on): Add stdbool.
9067         * modules/lchown (Depends-on): Likewise.
9068         * doc/posix-functions/chown.texi (chown): Document the bug.
9069         * doc/posix-functions/lchown.texi (lchown): Likewise.
9070         * tests/test-lchown.h (test_chown): Relax test.
9071
9072         mkstemp: avoid conflict with C++ keyword template
9073         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9074         * lib/mkostemp.c (mkostemp): Likewise.
9075         * lib/mkostemps.c (mkostemps): Likewise.
9076         * lib/mkstemp.c (mkstemp): Likewise.
9077         * lib/mkstemps.c (mkstemps): Likewise.
9078
9079         xalloc-die-tests: optimize
9080         * tests/test-xalloc-die.sh: Reduce number of processes.
9081
9082 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9083
9084         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9085         patch from ludo@gnu.org (Ludovic Courtès).
9086
9087 2009-11-17  Jim Meyering  <meyering@redhat.com>
9088
9089         version-etc: use proper license string
9090         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9091         * modules/version-etc-fsf: Likewise.
9092
9093 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9094
9095         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9096         printed to stdout.  Deal with EOL differences.
9097
9098 2009-11-17  Eric Blake  <ebb9@byu.net>
9099
9100         unsetenv: work around Solaris bug
9101         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9102         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9103         Reported by Jim Meyering.
9104
9105         vasnprintf: avoid compiler warnings
9106         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9107         variables.
9108         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9109
9110 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9111
9112         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9113         settings since xalloc-die is no longer the self test,
9114         xalloc-die.sh is.
9115
9116 2009-11-17  Jim Meyering  <meyering@redhat.com>
9117
9118         test-xalloc-die.sh: make the code agree with the commit log
9119         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9120         at the end, just in case you happen to have a test-xalloc-die
9121         program in some other PATH directory.
9122
9123         test-xalloc-die.sh: fix a portability bug
9124         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9125         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9126         Otherwise, argv[0] (as often seen in diagnostics) would be too
9127         system-dependent, sometimes with, and sometimes without the leading "./".
9128
9129         version-etc-fsf: relax license to LGPLv3+
9130         * modules/version-etc-fsf (License): Relax license.
9131
9132 2009-11-16  Eric Blake  <ebb9@byu.net>
9133
9134         xalloc-die-tests: avoid printing null pointer
9135         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9136         shell script.
9137         * tests/test-xalloc-die.c (program_name): Declare.
9138         * tests/test-xalloc-die.sh (tmpfiles): New file.
9139
9140         setenv, unsetenv: work around various bugs
9141         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9142         (setenv) [HAVE_SETENV]: Work around bugs.
9143         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9144         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9145         for bugs.
9146         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9147         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9148         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9149         * modules/stdlib (Makefile.am): Update substitutions.
9150         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9151         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9152         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9153         * modules/setenv-tests: New test.
9154         * modules/unsetenv-tests: Likewise.
9155         * tests/test-setenv.c: New file.
9156         * tests/test-unsetenv.c: Likewise.
9157
9158 2009-11-16  Jim Meyering  <meyering@redhat.com>
9159
9160         version-etc: relax license to LGPLv3+
9161         * modules/version-etc (License): Relax license.
9162
9163         better AC_REQUIRE expanded-before-required-warning avoidance
9164         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9165         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9166         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9167         which is no longer needed.
9168
9169 2009-11-16  Eric Blake  <ebb9@byu.net>
9170
9171         test-freading: clean up temporary file
9172         * tests/test-freading.c (main): Remove file on success, and use
9173         ASSERT more liberally.
9174         Reported by Jim Meyering.
9175
9176 2009-11-16  Jim Meyering  <meyering@redhat.com>
9177
9178         avoid new AC_REQUIRE expanded-before-required warnings
9179         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9180         merely using it.
9181         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9182         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9183
9184 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9185
9186         * tests/test-xalloc-die.c: New file.
9187         * modules/xalloc-die-tests: New file.
9188         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9189         XFAIL_TESTS so it can be appended by modules.
9190
9191 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9192
9193         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9194         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9195
9196 2009-11-14  Eric Blake  <ebb9@byu.net>
9197
9198         fnmatch: avoid compiler warning
9199         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9200         to silence compiler warning about mismatch signedness in ?:.
9201         Reported by Robert Millan.
9202
9203         intprops: add double-inclusion guard
9204         * lib/intprops.h: Allow idempotent includes.
9205         Suggested by Bruce Korb.
9206
9207         openat: detect Solaris fchownat bug
9208         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9209         penalizing glibc chownat when only lchownat is broken.
9210         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9211         trailing slash bugs.
9212         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9213         * modules/openat-tests (Files): Include more files.
9214         (Depends-on): Add mgetgroups, sleep, stat-time.
9215         (configure.ac): Add additional checks.
9216         (Makefile.am): Build new test.
9217         * tests/test-fchownat.c: New file.
9218
9219         lchown: detect Solaris and FreeBSD bug
9220         * lib/lchown.c (rpl_lchown): Work around bug.
9221         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9222         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9223         * modules/unistd (Makefile.am): Populate it.
9224         * lib/unistd.in.h (lchown): Update declaration.
9225         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9226         * modules/lchown-tests: New file.
9227         * tests/test-lchown.h (test_lchown): Likewise.
9228         * tests/test-lchown.c (main): Likewise.
9229
9230         chown: detect Solaris and FreeBSD bug
9231         * lib/chown.c (rpl_chown): Work around bug.
9232         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9233         (gl_PREREQ_CHOWN): Delete.
9234         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9235         * modules/unistd (Makefile.am): Populate it.
9236         * lib/unistd.in.h (chown): Update declaration.
9237         * lib/lchown.c (chown): Update client.
9238         * modules/lchown (Depends-on): Add lstat.
9239         * doc/posix-functions/chown.texi (chown): Document the bug.
9240         * doc/posix-functions/getgroups.texi (getgroups): Document
9241         getgroups pitfall.
9242         * modules/chown-tests: New file.
9243         * tests/test-chown.h (test_chown): Likewise.
9244         * tests/test-chown.c (main): Likewise.
9245
9246 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9247
9248         gnulib-tool: correctly detect absence of m4 directories
9249         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9250
9251 2009-11-14  Jim Meyering  <meyering@redhat.com>
9252
9253         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9254         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9255
9256 2009-11-14  John W. Eaton  <jwe@gnu.org>
9257
9258         strftime.h: wrap funtion declaration in extern "C" block
9259         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9260
9261 2009-11-13  Eric Blake  <ebb9@byu.net>
9262
9263         getgroups: avoid compiler warning
9264         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9265
9266         getgroups: work around FreeBSD bug
9267         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9268         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9269         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9270         * tests/test-getgroups.c (main): Fix buffer overrun.
9271
9272         getgroups: avoid compilation failure
9273         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9274         * modules/getgroups (Depends-on): Add stdint.
9275
9276 2009-11-13  Jim Meyering  <meyering@redhat.com>
9277
9278         test-getgroups: avoid compilation failure
9279         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9280
9281 2009-11-13  Eric Blake  <ebb9@byu.net>
9282
9283         mgetgroups: new module, taken from coreutils
9284         * modules/mgetgroups: New file.
9285         * lib/mgetgroups.h: Likewise.
9286         * lib/mgetgroups.c (mgetgroups): Likewise.
9287         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9288         * MODULES.html.sh (Users and groups): Mention it.
9289
9290         getgroups: don't expose GETGROUPS_T to user
9291         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9292         an element at a time if GETGROUPS_T is wrong size.
9293         * lib/getugroups.h (getugroups): Change signature.
9294         * lib/unistd.in.h (getgroups): Likewise.
9295         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9296         signature needs fixing.
9297         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9298         AC_TYPE_GETGROUPS.
9299         * modules/group-member (Depends-on): Add getgroups.
9300         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9301         (group_member): Rely on getgroups replacement.
9302         * lib/getugroups.c (getugroups): Use gid_t.
9303         * tests/test-getgroups.c (main): Likewise.
9304         * NEWS: Mention the signature change.
9305         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9306         problem with signature.
9307         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9308         GETGROUPS_T is still useful for setgroups.
9309
9310         getgroups, getugroups: provide stubs for mingw
9311         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9312         * lib/getugroups.c (getugroups): Likewise.
9313         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9314         function.  Modernize replacement scheme.
9315         (gl_PREREQ_GETGROUPS): Delete.
9316         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9317         * modules/getgroups (configure.ac): Declare witness.
9318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9319         * modules/unistd (Depends-on): Substitute witness.
9320         * lib/unistd.in.h (getgroups): Declare replacement.
9321
9322         getgroups: avoid calling exit
9323         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9324         drop xalloc.
9325         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9326         dependencies.
9327         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9328         exiting, in the rare case of malloc failure.
9329
9330         getgroups: fix logic error
9331         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9332         has more than 20 groups.
9333         * modules/getgroups-tests: New test.
9334         * tests/test-getgroups.c: New file.
9335
9336 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9337
9338         * tests/test-base64.c: Improve.
9339
9340 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9341
9342         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9343         Blake <ebb9@byu.net>.
9344
9345 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9346
9347         * tests/test-xvasprintf.c: Add %s%s related checks.
9348
9349 2009-11-12  Eric Blake  <ebb9@byu.net>
9350
9351         version-etc: match standards.texi style
9352         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9353         and use <> only for URLs.
9354
9355 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9356
9357         fts: do not fail on a submount during traversal
9358         * lib/fts.c (fts_build): Read the stat info again after opening
9359         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9360         Original report at http://bugzilla.redhat.com/501848.
9361
9362 2009-11-12  Jim Meyering  <meyering@redhat.com>
9363
9364         bootstrap: sync from coreutils
9365         * build-aux/bootstrap (bootstrap_epilogue): New function.
9366         Use git_modules_config in one more place.  This make bootstrap's
9367         --gnulib-srcdir option more useful for testing.
9368
9369         bootstrap: generalize autoheader check
9370         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9371         AC_CONFIG_HEADERS.
9372
9373 2009-11-11  Eric Blake  <ebb9@byu.net>
9374
9375         mkfifoat: use new modules for Solaris and BSD bugs
9376         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9377         * lib/mkfifoat.c (mknodat): Split...
9378         * lib/mknodat.c (mknodat): ...into new file.
9379         * modules/mkfifoat (Files): Ship new file.
9380         (Depends-on): Add mkfifo, mknod.
9381         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9382         (Depends-on): Add symlink.
9383         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9384         redundant with test_mkfifo.h.
9385         (do_mkfifoat, do_mknodat): New helpers.
9386
9387         mknod: new module
9388         * modules/mknod: New file.
9389         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9390         * lib/mknod.c (mknod): Likewise.
9391         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9392         defaults.
9393         * modules/sys_stat (Makefile.am): Substitute them.
9394         * lib/sys_stat.in.h (mknod): Declare replacement.
9395         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9396         Document it.
9397         * doc/posix-functions/mknod.texi (mknod): Likewise.
9398         * modules/mknod-tests: New test.
9399         * tests/test-mknod.c: Likewise.
9400
9401         mkfifo: new module
9402         * modules/mkfifo: New file.
9403         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9404         * lib/mkfifo.c (mkfifo): Likewise.
9405         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9406         defaults.
9407         * modules/sys_stat (Makefile.am): Substitute them.
9408         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9409         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9410         Document it.
9411         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9412         * modules/mkfifo-tests: New test.
9413         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9414         from test-mkfifoat.c.
9415         * tests/test-mkfifo.c: New file.
9416
9417         readlink: detect FreeBSD bug
9418         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9419         slash on symlink.
9420         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9421         * tests/test-readlink.h (test_readlink): Enhance test.
9422
9423         symlink: detect FreeBSD bug
9424         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9425         slash on symlink.
9426         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9427         * tests/test-symlink.h (test_symlink): Enhance test.
9428
9429 2009-11-10  Eric Blake  <ebb9@byu.net>
9430
9431         link: detect FreeBSD bug
9432         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9433         symlink.
9434         * doc/posix-functions/link.texi (link): Document the bug.
9435         * tests/test-link.h (test_link): Enhance test.
9436         * tests/test-linkat.c (main): Update caller.
9437
9438         unlink, remove: detect FreeBSD bug
9439         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9440         slash on symlink.
9441         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9442         * doc/posix-functions/remove.texi (remove): Likewise.
9443         * tests/test-unlink.h (test_unlink): Enhance test.
9444         * tests/test-remove.c (main): Likewise.
9445
9446 2009-11-09  Eric Blake  <ebb9@byu.net>
9447
9448         rename: detect FreeBSD bug
9449         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9450         slash on symlink.
9451         * modules/renameat-tests (Depends-on): Add filenamecat.
9452         * tests/test-rename.h (test_rename): Allow one more errno.
9453         * tests/test-renameat.c (main): Likewise.
9454         * doc/posix-functions/rename.texi (rename): Document the bug.
9455
9456         open: detect FreeBSD bug
9457         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9458         symlink.
9459         * doc/posix-functions/open.texi (open): Document the bug.
9460         * doc/posix-functions/utimes.texi (utimes): Likewise.
9461         * tests/test-open.h (test_open): Add parameters, and test symlink
9462         handling.
9463         * tests/test-open.c (main): Adjust caller.
9464         * tests/test-fcntl-safer.c (main): Likewise.
9465         * modules/open-tests (Depends-on): Add stdbool, symlink.
9466         * modules/fcntl-safer-tests (Depends-on): Likewise.
9467         * tests/test-openat.c (main): Add test-open tests.
9468
9469         stat: detect FreeBSD bug
9470         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9471         symlink.
9472         * doc/posix-functions/stat.texi (stat): Document the bug.
9473         * tests/test-stat.h (test_stat_func): Add argument.
9474         * tests/test-stat.c (main): Adjust caller.
9475         * tests/test-fstatat.c (main): Likewise.
9476         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9477         Reported by Jim Meyering.
9478
9479 2009-11-09  James Youngman  <jay@gnu.org>
9480
9481         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9482         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9483
9484 2009-11-08  Jim Meyering  <meyering@redhat.com>
9485
9486         utimens: remove invalid futimesat call
9487         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9488         It used the file descriptor of the target file as the DIR_FD
9489         parameter and NULL as the file name.  That caused failure with
9490         errno == EFAULT on FreeBSD-8.0-rc2
9491
9492 2009-11-07  Eric Blake  <ebb9@byu.net>
9493
9494         fflush, freadseek: use fseeko, not fseek
9495         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9496         (clear_ungetc_buffer): Avoid potential problems on large files.
9497         * lib/freadseek.c (freadseek): Likewise.
9498         * modules/freadseek (Depends-on): Add fseeko.
9499         * modules/fseek (configure.ac): Set a witness.
9500         * tests/test-fflush.c (main): Use fseeko.
9501         * tests/test-fpurge.c (fseek): Disable link warning.
9502         * tests/test-freadable.c (fseek): Likewise.
9503         * tests/test-freading.c (fseek): Likewise.
9504         * tests/test-fseeko.c (fseek): Likewise.
9505         * tests/test-ftell.c (fseek): Likewise.
9506         * tests/test-ftello.c (fseek): Likewise.
9507         * tests/test-fwritable.c (fseek): Likewise.
9508         * tests/test-fwriting.c (fseek): Likewise.
9509
9510 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9511
9512         * modules/memchr (Depends-on): Drop getpagesize dependency.
9513
9514 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9515
9516         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9517         Reported by Ludovic Courtès.
9518         * build-aux/pmccabe2html: Improve example usage.
9519         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9520
9521 2009-11-06  Jim Meyering  <meyering@redhat.com>
9522
9523         do-release-commit-and-tag: New module.
9524         Automate the release-commit and tag process.
9525         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9526         * modules/do-release-commit-and-tag: New file.
9527         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9528
9529 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9530
9531         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9532         because test-select.c uses inet_pton.
9533
9534 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9535
9536         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9537         GETADDRINFO_LIB.  Bump serial number.
9538         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9539         Suggested by Eric Blake <ebb9@byu.net>.
9540
9541 2009-11-05  Eric Blake  <ebb9@byu.net>
9542
9543         strtod: detect darwin bug
9544         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9545         Reported by Leo Davis.
9546
9547         freopen-safer: new module
9548         * modules/freopen-safer: New module.
9549         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9550         * lib/freopen-safer.c (freopen_safer): New file.
9551         * lib/stdio-safer.h (freopen_safer): New declaration.
9552         * lib/stdio--.h (freopen): New override.
9553         * MODULES.html.sh (File stream based Input/Output): Mention it.
9554         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9555         freopen-safer module.
9556         * doc/posix-functions/stderr.texi (stderr): Likewise.
9557         * doc/posix-functions/stdin.texi (stdin): Likewise.
9558         * doc/posix-functions/stdout.texi (stdout): Likewise.
9559         * modules/freopen-safer-tests: New test.
9560         * tests/test-reopen-safer.c: New file.
9561
9562 2009-11-05  Jim Meyering  <meyering@redhat.com>
9563
9564         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9565         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9566
9567 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9568
9569         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9570
9571 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9572
9573         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9574
9575 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9576
9577         Fix link error.
9578         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9579         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9580
9581 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9582
9583         * tests/test-func.c: Also test value of __func__.
9584
9585 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9586
9587         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9588         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9589
9590 2009-11-05  Bruno Haible  <bruno@clisp.org>
9591
9592         Fix link error.
9593         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9594         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9595         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9596
9597 2009-11-05  Bruno Haible  <bruno@clisp.org>
9598
9599         Tests for module 'inet_pton'.
9600         * modules/inet_pton-tests: New file.
9601         * tests/test-inet_pton.c: New file.
9602
9603 2009-11-05  Bruno Haible  <bruno@clisp.org>
9604
9605         Tests for module 'inet_ntop'.
9606         * modules/inet_ntop-tests: New file.
9607         * tests/test-inet_ntop.c: New file.
9608
9609 2009-11-04  Eric Blake  <ebb9@byu.net>
9610
9611         stdlib-safer: wrap all mkstemp variants
9612         * modules/mkostemp (configure.ac): Set witness.
9613         * modules/mkostemps (configure.ac): Likewise.
9614         * modules/mkstemps (configure.ac): Likewise.
9615         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9616         (mkstemps_safer): Wrap more functions.
9617         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9618         wrapping.
9619         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9620         (mkstemps_safer): Implement the wrappers.
9621
9622         mkstemps, mkostemps: new modules
9623         * modules/mkostemps: New module.
9624         * modules/mkstemps: Likewise.
9625         * lib/mkostemps.c (mkostemps): New file.
9626         * lib/mkstemps.c (mkstemps): Likewise.
9627         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9628         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9630         * modules/stdlib (Makefile.am): Substitute them.
9631         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9632         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9633         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9634         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9635         * MODULES.html.sh (File system functions): Mention them.
9636
9637         tempname: resync from glibc
9638         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9639         same values for __GT_FILE as glibc.  Abort even when assertions
9640         are disabled.
9641         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9642         match its value otherwise.  Allow idempotent inclusion.
9643         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9644         * lib/mkostemp.c (mkostemp): Likewise.
9645         * lib/mkstemp.c (mkstemp): Likewise.
9646         * lib/tmpfile.c (tmpfile): Likewise.
9647         * NEWS: Document this.
9648
9649         utimens: fix use of futimens on older Linux
9650         * lib/utimens.c (fdutimens): Use updated, rather than original,
9651         timespec to avoid bug in older Linux kernel.
9652         Reported by Simon Josefsson.
9653
9654 2009-11-04  Bruno Haible  <bruno@clisp.org>
9655
9656         Make num_processors more flexible and consistent.
9657         * lib/nproc.h (enum nproc_query): New type.
9658         (num_processors): Add a 'query' argument.
9659         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9660         (num_processors): Add a 'query' argument. Test the value of the
9661         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9662         mingw, count the number of CPUs available for the current process.
9663         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9664         Check for sched_getaffinity and sched_getaffinity_np.
9665         * modules/nproc (Depends-on): Add c-ctype, extensions.
9666         * NEWS: Mention the change.
9667
9668 2009-11-03  Bruno Haible  <bruno@clisp.org>
9669
9670         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9671
9672 2009-11-03  Jim Meyering  <meyering@redhat.com>
9673
9674         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9675         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9676         if it is defined.
9677
9678 2009-11-02  Eric Blake  <ebb9@byu.net>
9679
9680         mktime, timegm: share common declaration
9681         * lib/mktime-internal.h: New file.
9682         * lib/mktime.c: Use it rather than open-coding a declaration.
9683         * lib/timegm.c: Likewise.
9684         * modules/mktime (Files): Ship it.
9685         * modules/timegm (Files): Likewise.
9686         Suggested by Bruno Haible.
9687
9688         test-update-copyright: update test to match script changes
9689         * tests/test-update-copyright.sh: Avoid hard-coding perl
9690         location.  Don't update *.bak created by earlier runs.
9691
9692 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9693             Simon Josefsson  <simon@josefsson.org>
9694             Bruno Haible  <bruno@clisp.org>
9695
9696         Fix link error on Solaris 8.
9697         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9698         also in libnsl. Define also INET_PTON_LIB.
9699         * modules/inet_pton (Link): New section.
9700
9701 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9702             Bruno Haible  <bruno@clisp.org>
9703
9704         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9705         * modules/inet_ntop (Link): New section.
9706         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9707
9708 2009-11-02  Eric Blake  <ebb9@byu.net>
9709
9710         maint: avoid compiler warnings in m4 macros
9711         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9712         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9713
9714 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9715
9716         * m4/pmccabe2html.m4: Remove file.
9717         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9718         function.  Change maintainer.
9719         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9720         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9721         Courtès).
9722
9723 2009-10-31  Eric Blake  <ebb9@byu.net>
9724
9725         fseeko: fix m4 regression
9726         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9727         regression from 2009-10-27.
9728         Reported by Ralf Wildenhues.
9729
9730 2009-10-31  Jim Meyering  <meyering@redhat.com>
9731
9732         inttostr: aesthetics and improved (compile-time) safety
9733         Define inttype_is_signed rather than inttype_is_unsigned,
9734         since the sole use is via "#if inttype_is_signed".
9735         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9736         inttype_is_unsigned.
9737         * lib/offtostr.c (inttype_is_signed): Likewise.
9738         * lib/uinttostr.c (inttype_is_signed): Likewise.
9739         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9740         * lib/inttostr.c (inttostr): Use verify to cross-check the
9741         inttype_is_signed value and the signedness of the actual type.
9742         * modules/inttostr (Depends-on): Add verify.
9743
9744 2009-10-30  Eric Blake  <ebb9@byu.net>
9745
9746         build: avoid compiler warnings
9747         * lib/fchmodat.c (lchmod): Mark unused variables.
9748         * lib/getopt.c (_getopt_initialize): Likewise.
9749         * lib/mktime.c (__mktime_internal): Provide prototype.
9750         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9751         older gcc that do not understand #pragma GCC diagnostic.
9752         * lib/uinttostr.c (inttype_is_unsigned): Define.
9753         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9754
9755 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9756
9757         stat: fix compilation on AIX
9758         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9759         only see struct stat64.
9760
9761 2009-10-30  Eric Blake  <ebb9@byu.net>
9762
9763         exclude: make more robust
9764         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9765         rather than masking a coding bug.
9766         Suggested by Bruno Haible.
9767
9768 2009-10-30  Jim Meyering  <meyering@redhat.com>
9769
9770         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9771         Rather than putting #!/usr/bin/perl on the first line,
9772         start with a variant of what's recommended by "man perlrun" that
9773         invokes the first "perl" program from your shell's search path.
9774         * build-aux/gitlog-to-changelog: Replace #!... as above.
9775         Add a "Local Variables" perl mode setting.
9776         Prompted by a patch from Ludovic Courtès.
9777         Improved by Eric Blake.
9778         * build-aux/useless-if-before-free: Likewise.
9779         * build-aux/announce-gen: Likewise.
9780         * build-aux/update-copyright: Likewise.
9781
9782 2009-10-29  Eric Blake  <ebb9@byu.net>
9783
9784         filenamecat-lgpl: adjust clients
9785         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9786         filenamecat.
9787         * modules/renameat (Depends-on): Likewise.
9788
9789         filenamecat: split into filenamecat-lgpl
9790         * modules/filenamecat-lgpl: New module.
9791         * modules/filenamecat (Files): Move library-safe files into
9792         filenamecat-lgpl.
9793         (Depends-on): Add filenamecat-lgpl.
9794         (configure.ac): Declare witness.
9795         * lib/filenamecat.h (file_name_concat): Only declare when using
9796         GPL module.
9797         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9798         Move...
9799         * lib/filenamecat-lgpl.c: ...into new file.
9800         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9801         (gl_FILE_NAME_CONCAT): Use it.
9802         * MODULES.html.sh (File system functions): Mention new module.
9803
9804         argp: avoid memory leak
9805         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9806         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9807         base_name, since the latter malloc()s and can call exit().
9808         Leak introduced 2006-07-03.
9809
9810         dirname-lgpl: adjust clients that don't need full dirname
9811         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9812         * modules/filenamecat (Depends-on): Likewise.
9813         * modules/linkat (Depends-on): Likewise.
9814         * modules/mkancesdirs (Depends-on): Likewise.
9815         * modules/mkdir (Depends-on): Likewise.
9816         * modules/openat (Depends-on): Likewise.
9817         * modules/savewd (Depends-on): Likewise.
9818         * modules/rename (Depends-on): Likewise.
9819         (License): Relax license.
9820         * modules/mkdir-tests (Depends-on): Drop progname.
9821         (Makefile.am): Delete unneeded LDADD.
9822         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9823
9824         dirname: split into dirname-lgpl
9825         * modules/dirname-lgpl: New module.
9826         * modules/dirname (Files): Move library-safe files into
9827         dirname-lgpl.
9828         (Depends-on): Add dirname-lgpl.
9829         (configure.ac): Declare witness.
9830         * modules/double-slash-root (License): Relax license.
9831         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9832         module.
9833         * lib/dirname.c (dir_len, mdir_name): Move...
9834         * lib/dirname-lgpl.c: ...into new file.
9835         * lib/basename.c (last_component, base_len): Move...
9836         * lib/basename-lgpl.c: ...into new file.
9837         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9838         (gl_DIRNAME): Use it.
9839         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9840         Mention new module.
9841         * modules/dirname-tests (Depends-on): Add progname.
9842         * tests/test-dirname.c (program_name): Delete.
9843
9844         mkdir: make safe for libraries
9845         * modules/mkdir (Depends-on): Drop xalloc.
9846         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9847         exit.
9848
9849         tests: avoid some compiler warnings
9850         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9851         literals.
9852         * tests/test-memchr.c (main): Avoid type mismatch.
9853         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9854         * tests/test-base64.c (main): Likewise.
9855         * tests/test-getdelim.c (main): Likewise.
9856         * tests/test-gethostname.c (main): Likewise.
9857         * tests/test-getline.c (main): Likewise.
9858         * tests/test-netinet_in.c (main): Likewise.
9859         * tests/test-select.c (open_server_socket, main): Likewise.
9860         * tests/test-select-stdin.c (main): Likewise.
9861         * tests/test-sockets.c (main): Likewise.
9862         * tests/test-strsignal.c (main): Likewise.
9863         * tests/test-sys_select.c (main): Likewise.
9864         * tests/test-sys_socket.c (main): Likewise.
9865         * tests/test-u64.c (main): Likewise.
9866         * tests/test-xfprintf-posix.c (main): Likewise.
9867         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9868
9869         sockets: avoid compiler warning
9870         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9871
9872         maint: detect usage(1) and other suspicious exits
9873         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9874
9875 2009-10-29  Jim Meyering  <meyering@redhat.com>
9876
9877         timespec: long-to-int truncation could make timespec_cmp malfunction
9878         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9879         a multiple of 2^32 nanoseconds as no difference.
9880
9881 2009-10-28  Jim Meyering  <meyering@redhat.com>
9882
9883         fprintftime: wrap macro code argument in "do {...} while(0)"
9884         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9885         cpy macro must be a statement that can be followed by a semicolon.
9886         Now that the else clause contains a comment and is hence longer
9887         than one line, I require curly braces.  That in turn requires
9888         that we wrap this code block in the standard do...while(0).
9889
9890         fprintftime: remove stray semicolon from previous change
9891         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9892
9893         fprintftime: avoid a warning about ignored fwrite return value
9894         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9895         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9896         that is unsafe.
9897         * modules/fprintftime (Depends-on): Add ignore-value.
9898
9899         exclude: avoid an unwarranted warning
9900         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9901
9902 2009-10-27  Eric Blake  <ebb9@byu.net>
9903
9904         fseek: avoid compilation failure when fflush is replaced
9905         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9906         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9907         module is in use.
9908         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9909         module is not in use; since REPLACE_FSEEK worked otherwise.
9910         (GNULIB_FTELLO): Likewise for ftell.
9911         Reported by Ian Beckwith and others.
9912
9913 2009-10-27  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9916         Reported by Jim Meyering.
9917
9918 2009-10-27  Jim Meyering  <jim@meyering.net>
9919             Bruno Haible  <bruno@clisp.org>
9920
9921         Avoid warning despite dropping the return value of fwrite.
9922         * lib/unicodeio.c: Include ignore-value.h.
9923         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9924         * modules/unicodeio (Depends-on): Add ignore-value.
9925
9926 2009-10-26  Eric Blake  <ebb9@byu.net>
9927
9928         areadlinkat: fix fallback path
9929         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9930         pointer and zero.
9931
9932 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9933
9934         Use a better IO block size for modern systems
9935         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9936         * lib/md2.c: Likewise.
9937         * lib/md4.c: Likewise.
9938         * lib/md5.c: Likewise.
9939         * lib/sha1.c: Likewise.
9940         * lib/sha256.c: Likewise.
9941         * lib/sha512.c: Likewise.
9942
9943 2009-10-22  Eric Blake  <ebb9@byu.net>
9944
9945         tests: avoid several compiler warnings
9946         * tests/test-getcwd.c (main): Avoid buffer underflow.
9947         * tests/test-getdate.c (main): String literals are not safe with
9948         putenv, so use setenv.  Declare unused argument.
9949         * modules/getdate-tests (Depends-on): Add setenv.
9950         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9951         problems with string literals in char *.
9952         * tests/test-hash.c (main): Avoid shadowing declaration.
9953         (insert_new): Treat string literals as char const *.
9954         * tests/test-getopt.h (test_getopt): Likewise.
9955         (getopt_loop): Alter types to minimize casting elsewhere.
9956         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9957         (test_getopt_long_posix): Likewise.
9958         (do_getopt_long): Add wrapper to minimize casting.
9959         * tests/test-atexit.c (clear_temp_file): Use void.
9960         * tests/test-areadlink-with-size.c (main): Declare unused
9961         arguments.
9962         * tests/test-areadlink.c (main): Likewise.
9963         * tests/test-areadlinkat-with-size.c (main): Likewise.
9964         * tests/test-areadlinkat.c (main): Likewise.
9965         * tests/test-canonicalize-lgpl.c (main): Likewise.
9966         * tests/test-canonicalize.c (main): Likewise.
9967         * tests/test-dirent-safer.c (main): Likewise.
9968         * tests/test-dirname.c (main): Likewise.
9969         * tests/test-dup2.c (main): Likewise.
9970         * tests/test-fchdir.c (main): Likewise.
9971         * tests/test-fcntl-h.c (main): Likewise.
9972         * tests/test-fcntl-safer.c (main): Likewise.
9973         * tests/test-fdopendir.c (main): Likewise.
9974         * tests/test-fdutimensat.c (main): Likewise.
9975         * tests/test-fflush.c (main): Likewise.
9976         * tests/test-filenamecat.c (main): Likewise.
9977         * tests/test-filevercmp.c (main): Likewise.
9978         * tests/test-fopen-safer.c (main): Likewise.
9979         * tests/test-fopen.c (main): Likewise.
9980         * tests/test-fpending.c (main): Likewise.
9981         * tests/test-fpurge.c (main): Likewise.
9982         * tests/test-freading.c (main): Likewise.
9983         * tests/test-fstatat.c (main): Likewise.
9984         * tests/test-fsync.c (main): Likewise.
9985         * tests/test-futimens.c (main): Likewise.
9986         * tests/test-getndelim2.c (main): Likewise.
9987         * tests/test-gettimeofday.c (main): Likewise.
9988         * tests/test-getopt.c (main): Likewise.
9989         * tests/test-i-ring.c (main): Likewise.
9990         * tests/test-inttypes.c (main): Likewise.
9991         * tests/test-link.c (main): Likewise.
9992         * tests/test-lstat.c (main): Likewise.
9993         * tests/test-math.c (main): Likewise.
9994         * tests/test-md5.c (main): Likewise.
9995         * tests/test-memchr2.c (main): Likewise.
9996         * tests/test-memrchr.c (main): Likewise.
9997         * tests/test-mkdir.c (main): Likewise.
9998         * tests/test-mkdirat.c (main): Likewise.
9999         * tests/test-mkfifoat.c (main): Likewise.
10000         * tests/test-open.c (main): Likewise.
10001         * tests/test-openat-safer.c (main): Likewise.
10002         * tests/test-openat.c (main): Likewise.
10003         * tests/test-quotearg.c (main): Likewise.
10004         * tests/test-rawmemchr.c (main): Likewise.
10005         * tests/test-readlink.c (main): Likewise.
10006         * tests/test-remove.c (main): Likewise.
10007         * tests/test-rename.c (main): Likewise.
10008         * tests/test-renameat.c (main): Likewise.
10009         * tests/test-rmdir.c (main): Likewise.
10010         * tests/test-sha1.c (main): Likewise.
10011         * tests/test-signal.c (main): Likewise.
10012         * tests/test-sigaction.c (main): Likewise.
10013         * tests/test-stat.c (main): Likewise.
10014         * tests/test-stat-time.c (main): Likewise.
10015         * tests/test-stddef.c (main): Likewise.
10016         * tests/test-stdint.c (main): Likewise.
10017         * tests/test-stdio.c (main): Likewise.
10018         * tests/test-stdlib.c (main): Likewise.
10019         * tests/test-strchrnul.c (main): Likewise.
10020         * tests/test-strerror.c (main): Likewise.
10021         * tests/test-string.c (main): Likewise.
10022         * tests/test-strtod.c (main): Likewise.
10023         * tests/test-strverscmp.c (main): Likewise.
10024         * tests/test-symlink.c (main): Likewise.
10025         * tests/test-symlinkat.c (main): Likewise.
10026         * tests/test-sys_stat.c (main): Likewise.
10027         * tests/test-sys_time.c (main): Likewise.
10028         * tests/test-time.c (main): Likewise.
10029         * tests/test-unistd.c (main): Likewise.
10030         * tests/test-unlink.c (main): Likewise.
10031         * tests/test-unlinkat.c (main): Likewise.
10032         * tests/test-utimens.c (main): Likewise.
10033         * tests/test-utimensat.c (main): Likewise.
10034         * tests/test-version-etc.c (main): Likewise.
10035         * tests/test-wchar.c (main): Likewise.
10036         * tests/test-wctype.c (main): Likewise.
10037         * tests/test-xprintf-posix.c (main): Likewise.
10038         * tests/test-posixtm.c (main): Likewise.
10039         (STREQ): Delete unused macro.
10040         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10041         shadowed variables.
10042         * tests/test-memchr.c (main): Likewise.
10043
10044 2009-10-21  Eric Blake  <ebb9@byu.net>
10045
10046         areadlinkat: avoid failure on older glibc
10047         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10048         rather than mis-comparing 0 against FUNC_RESULT of char*.
10049
10050 2009-10-21  Bruno Haible  <bruno@clisp.org>
10051
10052         * modules/stpncpy (License): Relicense under LGPLv2+.
10053         Reported by David Lutterkort <lutter@redhat.com>.
10054
10055 2009-10-20  Eric Blake  <ebb9@byu.net>
10056
10057         utimensat: work around Solaris 9 bug
10058         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10059         has trailing slash bugs.
10060         * tests/test-lutimens.h (test_lutimens): Enhance test.
10061         * tests/test-utimens.h (test_utimens): Likewise.
10062         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10063         * doc/posix-functions/utimes.texi (utimes): Likewise.
10064         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10065         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10066         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10067         * doc/posix-functions/futimens.texi (futimens): Likewise.
10068
10069         fdutimensat: new module
10070         * modules/fdutimensat: New file.
10071         * lib/fdutimensat.c (fdutimensat): Likewise.
10072         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10073         * MODULES.html.sh (File system functions): Mention module.
10074         * modules/fdutimensat-tests: New test.
10075         * tests/test-fdutimensat.c: Likewise.
10076
10077         doc: regenerate INSTALL
10078         * doc/INSTALL: Reflect recent autoconf update.
10079         * doc/INSTALL.ISO: Likewise.
10080         * doc/INSTALL.UTF-8: Likewise.
10081
10082 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10083
10084         acl: warn if ACL support is not detected
10085         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10086
10087 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10088
10089         * lib/nproc.h: Add extern "C" block for C++.
10090
10091 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10092             Bruno Haible  <bruno@clisp.org>
10093
10094         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10095         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10096         * doc/posix-functions/isalpha.texi: Likewise.
10097         * doc/posix-functions/isblank.texi: Likewise.
10098         * doc/posix-functions/iscntrl.texi: Likewise.
10099         * doc/posix-functions/isdigit.texi: Likewise.
10100         * doc/posix-functions/isgraph.texi: Likewise.
10101         * doc/posix-functions/islower.texi: Likewise.
10102         * doc/posix-functions/isprint.texi: Likewise.
10103         * doc/posix-functions/ispunct.texi: Likewise.
10104         * doc/posix-functions/isspace.texi: Likewise.
10105         * doc/posix-functions/isupper.texi: Likewise.
10106         * doc/posix-functions/isxdigit.texi: Likewise.
10107
10108 2009-10-18  Bruno Haible  <bruno@clisp.org>
10109
10110         Tests for module 'isblank'.
10111         * modules/isblank-tests: New file.
10112         * tests/test-isblank.c: New file.
10113
10114         New module 'isblank'.
10115         * lib/isblank.c: New file.
10116         * m4/isblank.m4: New file.
10117         * modules/isblank: New file.
10118         * doc/posix-functions/isblank.texi: Mention the new module.
10119
10120 2009-10-18  Bruno Haible  <bruno@clisp.org>
10121
10122         New module 'ctype'.
10123         * lib/ctype.in.h: New file.
10124         * m4/ctype.m4: New file.
10125         * modules/ctype: New file.
10126         * doc/posix-headers/ctype.texi: Mention the new module.
10127
10128 2009-10-18  Jim Meyering  <meyering@redhat.com>
10129
10130         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10131         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10132         right after its initialization, rather than farther down.
10133         Keeping these in close proximity makes it easier to ensure
10134         that each such variable is initialized.  E.g.,
10135
10136             LIB_CLOCK_GETTIME=
10137             AC_SUBST([LIB_CLOCK_GETTIME])
10138
10139         This change also increments these serial numbers.
10140         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10141         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10142         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10143
10144 2009-10-18  Bruno Haible  <bruno@clisp.org>
10145
10146         Don't let environment variables perturb build.
10147         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10148         (gl_PREREQ_GETHRXTIME): ... not here.
10149
10150 2009-10-18  Bruno Haible  <bruno@clisp.org>
10151
10152         Avoid symlink attack in localcharset module.
10153         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10154         (O_NOFOLLOW): Define fallback.
10155         (get_charset_aliases): Don't open the file if it is a symbolic link.
10156         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10157         gl_FCNTL_H.
10158         (gl_FCNTL_H): Require it.
10159         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10160         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10161         Reported by Fergal Glynn <fglynn@veracode.com>.
10162
10163 2009-10-18  Bruno Haible  <bruno@clisp.org>
10164
10165         Implement nproc for mingw.
10166         * lib/nproc.c: Include <windows.h>
10167         (num_processors): On native Windows platforms, try GetSystemInfo.
10168
10169 2009-10-18  Bruno Haible  <bruno@clisp.org>
10170
10171         Implement nproc for IRIX.
10172         * lib/nproc.c: Include <sys/sysmp.h>.
10173         (num_processors): On IRIX systems, try sysmp.
10174         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10175
10176 2009-10-18  Bruno Haible  <bruno@clisp.org>
10177
10178         Implement nproc for HP-UX.
10179         * lib/nproc.c: Include <sys/pstat.h>
10180         (num_processors): On HP-UX systems, try pstat_getdynamic.
10181         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10182         pstat_getdynamic.
10183
10184 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10185             Bruno Haible  <bruno@clisp.org>
10186
10187         Implement nproc for NetBSD, OpenBSD.
10188         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10189         (ARRAY_SIZE): New macro.
10190         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10191         * m4/nproc.m4: New file.
10192         * modules/nproc (Files): Add m4/nproc.m4.
10193         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10194         (Makefile.am): Instead, augment lib_SOURCES.
10195
10196 2009-10-18  Bruno Haible  <bruno@clisp.org>
10197
10198         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10199         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10200         sys/param.h.
10201
10202 2009-10-16  Eric Blake  <ebb9@byu.net>
10203
10204         utimensat: new module
10205         * modules/utimensat: New file.
10206         * lib/utimensat.c (utimensat): Likewise.
10207         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10208         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10209         so we can work around Linux bugs.
10210         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10211         * modules/sys_stat (Makefile.am): Substitute them.
10212         * lib/sys_stat.in.h (utimensat): Declare it.
10213         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10214         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10215         * modules/utimensat-tests: New test.
10216         * tests/test-utimensat.c: Likewise.
10217
10218         utimens: let lutimens work on non-symlinks
10219         * lib/utimens.c (lutimens): Fall back to utimens rather than
10220         failing with ENOSYS, when file is not a symlink.
10221         (utimens): Reduce redirection.
10222         * tests/test-lutimens.h (test_lutimens): Update test to cover
10223         non-symlinks.
10224         * tests/test-utimens.h (test_utimens): Update test to cover
10225         symlinks.
10226         * tests/test-utimens.c (main): Update caller.
10227
10228         utimens: cache whether utimensat syscall works
10229         * lib/utimens.c (utimensat_works_really): New cache variable.
10230         (fdutimens, lutimens): Use it to avoid failing syscall.
10231
10232         test-stat-time, test-utimens: improve portability
10233         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10234         ext4 on alpha, and for cygwin.
10235         * tests/test-utimens-common.h: New file.
10236         (nap): Factor delays into single function.
10237         * tests/test-lutimens.h (test_lutimens): Use new header.
10238         * tests/test-futimens.h (test_futimens): Likewise.
10239         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10240         timestamps to occur from same machine, as was done previously for
10241         test_utimens.
10242         * modules/utimens-tests (Files): Ship new file.
10243         * modules/futimens-tests (Files): Likewise.
10244         Reported in part by Jim Meyering.
10245
10246         sys_stat: sort replacement declarations
10247         * lib/sys_stat.in.h: Sort declarations.
10248         * lib/futimens.c (futimens): Fix typo.
10249
10250 2009-10-15  Jim Meyering  <meyering@redhat.com>
10251
10252         don't let environment settings perturb build
10253         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10254         could cause a configure-time and/or build-time malfunction.
10255         Typically, a configure-time function-in-library test is performed
10256         via code like this:
10257
10258           LIB_VAR=
10259           AC_SUBST([LIB_VAR])
10260           prefix_saved_LIBS=$LIBS
10261             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10262                        [test "$ac_cv_search_FUNC" = "none required" ||
10263                         LIB_VAR=$ac_cv_search_FUNC])
10264           LIBS=$prefix_saved_LIBS
10265
10266         However, in each of the files affected by this change, the LIB_VAR=
10267         initialization was omitted.  Thus, when set in the environment, its
10268         value would propagate into generated Makefiles when FUNC is not found
10269         in LIB_NAME.
10270         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10271         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10272         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10273
10274 2009-10-14  Eric Blake  <ebb9@byu.net>
10275
10276         fchdir: avoid infinite recursion in mingw
10277         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10278         recursing.
10279
10280         test-stat-time: port to mingw
10281         * tests/test-stat-time.c (force_unlink): Return a value.
10282         (test_ctime) [W32]: Fix compilation error.
10283         (nap): Don't call usleep with too large an argument.  Use
10284         force_unlink.
10285         * doc/pastposix-functions/usleep.texi (usleep): Document the
10286         portability issue.
10287
10288 2009-10-13  Jim Meyering  <meyering@redhat.com>
10289
10290         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10291         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10292         * modules/pipe-filter-ii: Likewise.
10293         * modules/sys_socket-tests: Likewise.
10294         * modules/tsearch-tests: Likewise.
10295         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10296         (check): Depend on it.
10297
10298 2009-10-12  Eric Blake  <ebb9@byu.net>
10299
10300         utimens-tests: port to NFS file systems
10301         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10302         comparisons to avoid spurious failures from timestamp drift
10303         between NFS machines.
10304
10305 2009-10-12  Eric Blake  <ebb9@byu.net>
10306
10307         stat-time-tests: minor cleanups
10308         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10309         * tests/test-stat-time.c (nap): Separate assignment from call.
10310         Suggested by Paolo Bonzini and Bruno Haible.
10311
10312         sys_stat: guarantee struct timespec
10313         * lib/sys_stat.in.h (includes): Always include <time.h>
10314         * modules/sys_stat (Depends-on): Add time.
10315         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10316         mode_t permission values.
10317         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10318         get at subsecond timestamps.
10319
10320 2009-10-10  Eric Blake  <ebb9@byu.net>
10321
10322         futimens: new module
10323         * modules/futimens: New file.
10324         * lib/futimens.c (futimens): Likewise.
10325         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10326         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10327         we can work around Linux bugs.
10328         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10329         * modules/sys_stat (Makefile.am): Substitute them.
10330         * lib/sys_stat.in.h (futimens): Declare it.
10331         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10332         * doc/posix-functions/futimens.texi (futimens): Likewise.
10333         * modules/futimens-tests: New test.
10334         * tests/test-futimens.c: Likewise.
10335
10336         utimens: introduce fdutimens
10337         * lib/utimens.h (fdutimens): New prototype.
10338         * lib/utimens.c (gl_futimens): Move guts...
10339         (fdutimens): ...to new interface.
10340         * tests/test-utimens.c (do_fdutimens): Use it.
10341
10342         utimens: add UTIME_NOW and UTIME_OMIT support
10343         * lib/utimens.c (validate_timespec, update_timespec): New helper
10344         functions.
10345         (gl_futimens, lutimens): Use them.
10346         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10347         stdbool, sys_stat.
10348         (Link): Mention resulting library dependency.
10349         * modules/utimecmp (Link): Likewise.
10350         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10351         (Makefile.am): Pick up library dependency.
10352         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10353         definition.
10354         * tests/test-sys_stat.c: Test the definitions.
10355         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10356         * NEWS: Document library dependency.
10357
10358         utimecmp: support symlink timestamps
10359         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10360         hashing when possible.  Use pathconf when available.
10361         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10362         * modules/utimecmp (Depends-on): Add lstat.
10363
10364         utimens: add lutimens interface
10365         * lib/utimens.c (lutimens): New function.
10366         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10367         * lib/utimens.h (lutimens): Declare new interface.
10368         * tests/test-utimens.c (main): Enhance test.
10369         * tests/test-lutimens.h (test_lutimens): New file.
10370         * modules/utimens-tests (Files): Distribute it.
10371         (Depends-on): Add symlink.
10372         (configure.ac): Check for usleep.
10373
10374         utimens: validate futimens usage
10375         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10376         fewer syscalls on failure later on.  Avoid compiler warning on
10377         mingw.
10378         * modules/utimens (Depends-on): Add dup2.
10379
10380         utimens: add test
10381         * modules/utimens-tests: New test.
10382         * tests/test-utimens.h: New file.
10383         * tests/test-futimens.h: Likewise.
10384         * tests/test-utimens.c: Likewise.
10385
10386         doc: mention timestamp portability issues
10387         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10388         instead.
10389         * doc/posix-functions/utime.texi (utime): Likewise.
10390         * doc/posix-functions/utimes.texi (utimes): Likewise.
10391         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10392         instead.
10393         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10394         module.
10395         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10396         Mention weakness with symlink timestamps.
10397         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10398         to utimensat/futimens instead.
10399         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10400
10401         test-dup2: enhance test
10402         * tests/test-dup2.c (main): Also check AT_FDCWD.
10403
10404         test-stat-time: avoid more spurious failures
10405         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10406         xfs; and avoid race if the two timestamps cross quantization edge.
10407
10408         relocatable: prefer 'file system' over 'filesystem'
10409         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10410         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10411         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10412         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10413         * lib/relocatable.c (compute_curr_prefix): Likewise.
10414
10415 2009-10-10  Jim Meyering  <meyering@redhat.com>
10416
10417         stat-time-tests: check for the usleep function
10418         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10419
10420 2009-10-10  Bruno Haible  <bruno@clisp.org>
10421
10422         * modules/xnanosleep: Put the Link section after the Include section.
10423
10424 2009-10-09  Eric Blake  <ebb9@byu.net>
10425
10426         dup2: work around FreeBSD 6.1 bug
10427         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10428         * doc/posix-functions/dup2.texi (dup2): Document it.
10429         Reported by Nelson H. F. Beebe and Jim Meyering.
10430
10431         test-stat-time: port to buggy NFS clients
10432         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10433         (test_ctime): Also skip test if mtime and ctime are skewed.
10434
10435         maint: prefer 'file system' over 'filesystem'
10436         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10437         * doc/posix-functions/lstat.texi (lstat): Likewise.
10438         * lib/file-has-acl.c (file_has_acl): Likewise.
10439         * lib/fwriteerror.c [TEST]: Likewise.
10440         * tests/test-areadlink.h (test_areadlink): Likewise.
10441         * tests/test-areadlinkat-with-size.c (main): Likewise.
10442         * tests/test-areadlinkat.c (main): Likewise.
10443         * tests/test-canonicalize-lgpl.c (main): Likewise.
10444         * tests/test-canonicalize.c (main): Likewise.
10445         * tests/test-fstatat.c (main): Likewise.
10446         * tests/test-linkat.c (main): Likewise.
10447         * tests/test-lstat.h (test_lstat_func): Likewise.
10448         * tests/test-mkdir.h (test_mkdir): Likewise.
10449         * tests/test-readlink.h (test_readlink): Likewise.
10450         * tests/test-remove.c (main): Likewise.
10451         * tests/test-rename.h (test_rename): Likewise.
10452         * tests/test-renameat.c (main): Likewise.
10453         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10454         * tests/test-symlink.h (test_symlink): Likewise.
10455         * tests/test-symlinkat.c (main): Likewise.
10456         * tests/test-unlink.h (test_unlink_func): Likewise.
10457         * tests/test-unlinkat.c (main): Likewise.
10458
10459         maint: make realtime library usage explicit
10460         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10461         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10462         * modules/settime (Link): Likewise.
10463         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10464
10465         test-stat-time: speed up execution
10466         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10467         warning on mingw.
10468         (nap): New helper function.
10469         (prepare_test): Use it to reduce sleep time.
10470         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10471         execution.
10472         * modules/stat-time-tests (configure.ac): Check for usleep.
10473
10474 2009-10-09  Jim Meyering  <meyering@redhat.com>
10475
10476         selinux-h: always use getfilecon wrappers
10477         * lib/getfilecon.c: New file.
10478         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10479         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10480         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10481         (fgetfilecon): Provide a stub.
10482         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10483         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10484         file unconditionally.
10485         When <selinux/selinux.h> is found, arrange to use wrappers.
10486         * modules/selinux-h (Files): Add getfilecon.c.
10487         (Makefile.am): Substitute include-next-related bits
10488         into the now-always-generated selinux/selinux.h file.
10489         * doc/glibc-functions/lgetfilecon.texi: New file.
10490         * doc/glibc-functions/fgetfilecon.texi: New file.
10491         * doc/glibc-functions/getfilecon.texi: New file.
10492         * doc/glibc-functions/getfilecon-desc.texi: New file.
10493         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10494         which to pull in the new files.
10495         * MODULES.html.sh (Misc): Add selinux-h.
10496
10497 2009-10-08  Jim Meyering  <meyering@redhat.com>
10498
10499         unistd: fix comment typo
10500         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10501
10502 2009-10-08  Eric Blake  <ebb9@byu.net>
10503
10504         areadlink: use SIZE_MAX consistently
10505         * modules/areadlink (Depends-on): Add stdint.
10506         * modules/areadlink-with-size (Depends-on): Likewise.
10507         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10508         gives NULL; drop sys/types, since unistd gives size_t; and add
10509         stdint for SIZE_MAX.
10510         (SIZE_MAX): Rely on headers.
10511         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10512         and add stdint.
10513         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10514         (SIZE_MAX): Likewise.
10515         (INITIAL_BUF_SIZE): Turn into enum.
10516         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10517
10518 2009-10-08  Jim Meyering  <meyering@redhat.com>
10519
10520         areadlinkat: avoid compilation failure
10521         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10522         Fix typo in comment.
10523
10524 2009-10-07  Eric Blake  <ebb9@byu.net>
10525
10526         areadlinkat-with-size: new module
10527         * modules/areadlinkat-with-size: New module.
10528         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10529         * lib/areadlink.h (areadlinkat): Declare it.
10530         * MODULES.html.sh (File system functions): Mention it.
10531         * modules/areadlinkat-with-size-tests: New test.
10532         * tests/test-areadlinkat-with-size.c: New file.
10533
10534         xreadlinkat: new module
10535         * modules/xreadlinkat: New module.
10536         * lib/xreadlinkat.c (xreadlinkat): New file.
10537         * lib/xreadlink.h (xreadlinkat): Declare it.
10538         * MODULES.html.sh (File system functions): Mention it.
10539
10540         areadlinkat: new module
10541         * lib/at-func.c (FUNC_FAIL): New define.
10542         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10543         * modules/areadlinkat: New module.
10544         * lib/linkat.c (areadlinkat): Move...
10545         * lib/areadlinkat.c (areadlinkat): ...to new file.
10546         * lib/areadlink.h (areadlinkat): Declare it.
10547         * modules/linkat (Depends-on): Add areadlinkat.
10548         * MODULES.html.sh (File system functions): Mention it.
10549         * modules/areadlinkat-tests: New test.
10550         * tests/test-areadlinkat.c: New file.
10551
10552         areadlink, areadlink-with-size: add tests
10553         * modules/areadlink-tests: New test.
10554         * modules/areadlink-with-size-tests: Likewise.
10555         * tests/test-areadlink.h: New file.
10556         * tests/test-areadlink.c: Likewise.
10557         * tests/test-areadlink-with-size.c: Likewise.
10558
10559         maint: minor cleanups
10560         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10561         _UNUSED_PARAMETER_ instead.
10562         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10563         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10564         * modules/linkat-tests (Files): Distribute test-link.h.
10565
10566         openat, utimens: whitespace cleanup
10567         * lib/openat.c: Prefer space throughout, rather than mix of 8
10568         spaces vs. tabs.
10569         * lib/at-func.c: Likewise.
10570         * lib/utimens.c: Likewise.
10571
10572         openat: avoid using wrong fd
10573         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10574         working directory chooses same fd.
10575         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10576
10577         mkdir, mkdirat: fix cygwin 1.5.x bug
10578         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10579         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10580         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10581         bug.
10582         (gl_PREREQ_MKDIR): Delete unused macro.
10583         * modules/mkdir (Files): Track file rename.
10584         (configure.ac): Update macro name.
10585         * modules/openat (Depends-on): Add mkdir.
10586         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10587
10588         mkdir, mkdirat: add tests
10589         * modules/mkdir-tests: New test.
10590         * tests/test-mkdir.h: New file.
10591         * tests/test-mkdir.c: Likewise.
10592         * tests/test-mkdirat.c: Likewise.
10593         * modules/openat-tests (Files): Add new files.
10594         (Makefile.am): Run new test.
10595
10596 2009-10-06  Eric Blake  <ebb9@byu.net>
10597
10598         doc: tweak *at function documentation
10599         * doc/posix-functions/faccessat.texi (faccessat): Mention
10600         known issue with replacement.
10601         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10602         * doc/posix-functions/linkat.texi (linkat): Likewise.
10603         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10604         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10605         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10606         * doc/posix-functions/renameat.texi (renameat): Likewise.
10607         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10608
10609         openat: fix GNU/Hurd bug in unlinkat
10610         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10611         broken.
10612         * doc/posix-functions/unlink.texi (unlink): Document this.
10613         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10614
10615         fdopendir: fix GNU/Hurd bug
10616         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10617         allowing non-directory fds.
10618         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10619         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10620         * modules/dirent (Makefile.am): Substitute it.
10621         * lib/dirent.in.h (fdopendir): Declare replacement.
10622         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10623         * tests/test-fdopendir.c (main): Test something other than
10624         /dev/null, since on Hurd that behaves like a directory.
10625
10626         test-symlink: port to GNU/Hurd
10627         * tests/test-symlink.h (test_symlink): Relax expected errno.
10628
10629         doc: tweak more cygwin information
10630         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10631         now compatible with glibc.
10632         * doc/posix-functions/getopt.texi (getopt): Likewise.
10633
10634         getopt-gnu: add another test
10635         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10636         guarantee behavior relied on by m4.
10637         * tests/test-getopt.c (main): Use it.
10638         * modules/getopt-posix-tests (Depends-on): Add setenv.
10639         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10640
10641         getopt: fix compilation on darwin
10642         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10643         include.
10644         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10645         Reported by Ludovic Courtès.
10646
10647 2009-10-06  Bruno Haible  <bruno@clisp.org>
10648
10649         * modules/size_max (Description): Discourage its use.
10650         Reported by Simon Josefsson.
10651
10652 2009-10-06  Jim Meyering  <meyering@redhat.com>
10653
10654         linkat: avoid compilation failure
10655         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10656
10657 2009-10-05  Eric Blake  <ebb9@byu.net>
10658
10659         linkat: support Linux 2.6.17
10660         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10661         linkat on Linux, but allow cache variable override.
10662         * lib/linkat.c (rpl_linkat): Define override.
10663         * modules/linkat (Depends-on): Add symlinkat.
10664         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10665         * modules/unistd (Makefile.am): Substitute it.
10666         * lib/unistd.in.h (linkat): Declare replacement.
10667         Reported by Pádraig Brady.
10668
10669         quotearg: port test to systems with C.UTF-8 locale
10670         * tests/test-quotearg.c (struct result_strings): Add another
10671         member, differentiating between C.ASCII and C.UTF-8 handling.
10672         (compare_strings): Add parameter.
10673         (main): Adjust all callers.
10674
10675         getopt: avoid clash with FreeBSD _getopt_internal
10676         * lib/getopt.in.h (_getopt_internal): Override the name.
10677         * lib/getopt_int.h (includes): Pick up any overrides.
10678         Reported by Reuben Thomas.
10679
10680         hash: allow C89 compilation
10681         * lib/hash.c (check_tuning): Move declaration before statement.
10682         Reported by Reuben Thomas.
10683
10684 2009-10-05  Karl Berry  <karl@gnu.org>
10685
10686         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10687
10688 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10689             Bruno Haible  <bruno@clisp.org>
10690
10691         * lib/uname.c (uname): Use a table-driven algorithm to compute
10692         Windows NT versions.
10693
10694 2009-10-04  Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10697         program_invocation_short_name.
10698         * modules/progname (configure.ac): Test for presence of
10699         program_invocation_short_name.
10700         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10701
10702 2009-10-04  Bruno Haible  <bruno@clisp.org>
10703
10704         * lib/progname.c (set_program_name): Fix comment.
10705         Reported by Jim Meyering.
10706
10707 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10708             Bruno Haible  <bruno@clisp.org>
10709
10710         * lib/uname.c: Include <string.h>.
10711         (uname): Do only one call to GetVersionEx in the common case.
10712
10713 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10714             Bruno Haible  <bruno@clisp.org>
10715
10716         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10717         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10718         (uname): Add support for Windows CE and various non-x86 CPU types.
10719
10720 2009-10-03  Bruno Haible  <bruno@clisp.org>
10721
10722         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10723         invocation to tests/configure.ac.
10724         Reported by Ian Beckwith <ianb@erislabs.net>.
10725
10726 2009-10-02  Eric Blake  <ebb9@byu.net>
10727
10728         fchdir: avoid compiler warning
10729         * lib/fchdir.c (canonicalize_file_name)
10730         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10731
10732         test-open: support mingw errno values
10733         * tests/test-open.h (test_open): Relax test.
10734         * tests/test-fopen.h (test_fopen): Likewise.
10735         * tests/test-openat-safer.c (main): Likewise.
10736
10737         open: fix opening directory on mingw
10738         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10739
10740         test-open: on GNU/Hurd, /dev/null is a directory
10741         * tests/test-fopen.h (main): Rename...
10742         (test_fopen): ...to this.  Use a guaranteed non-directory when
10743         confirming open behavior on trailing slash.
10744         * tests/test-openat-safer.c (main): Likewise.
10745         * tests/test-open.h (main): Likewise....
10746         (test_open): ...to this.
10747         * tests/test-fopen.c (main): Adjust caller.
10748         * tests/test-fopen-safer.c (main): Likewise.
10749         * tests/test-open.c (main): Likewise.
10750         * tests/test-fcntl-safer.c (main): Likewise.
10751         Reported by Samuel Thibault.
10752
10753         rename, fchdir: don't ignore chdir failure
10754         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10755         * lib/rename.c (rpl_rename) [W32]: Likewise.
10756         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10757         an empty destination directory if source cannot be renamed,
10758         although there is still possibility for failure.
10759         * doc/posix-functions/rename.texi (rename): Document the race.
10760         Reported by Jim Meyering.
10761
10762         maint: cleanup whitespace in recent commits
10763         * lib/rename.c (rpl_rename): Remove tabs.
10764         * tests/test-link.h (test_link): Likewise.
10765         * lib/fchdir.c (get_name): Likewise.
10766         Reported by Jim Meyering.
10767
10768 2009-10-02  Ben Pfaff  <blp@gnu.org>
10769
10770         relocatable-prog-wrapper: Add missing dependency on
10771         double-slash-root.
10772         * modules/relocatable-prog-wrapper: Add dependency.
10773         Reported by Ian Beckwith <ianb@erislabs.net>.
10774
10775 2009-10-02  Eric Blake  <ebb9@byu.net>
10776
10777         renameat: fix Solaris bugs
10778         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10779         needed fixing.
10780         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10781         * modules/stdio (Makefile.am): Substitute it.
10782         * lib/stdio.in.h (renameat): Declare replacement.
10783         * lib/renameat.c (rpl_renameat): Implement fix.
10784
10785         renameat: new module
10786         * modules/renameat: New file.
10787         * lib/renameat.c (renameat): Likewise.
10788         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10789         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10790         * modules/stdio (Makefile.am): Substitute them.
10791         * lib/stdio.in.h (renameat): Declare it.
10792         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10793         * doc/posix-functions/renameat.texi (renameat): Likewise.
10794         * modules/renameat-tests: New test.
10795         * tests/test-renameat.c: Likewise.
10796
10797         rename: fix mingw bugs
10798         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10799         directory overwrite bugs.
10800
10801         rename: fix another cygwin 1.5 bug
10802         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10803         checks.
10804         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10805         unnecessary cygwin workarounds.  Also work around bug with moving
10806         full directory onto an empty one.
10807         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10808
10809         rename-dest-slash: merge into rename module
10810         * modules/rename-dest-slash (Status): Mark obsolete.
10811         (Depends-on): Add rename.
10812         (Files): Let rename do it all.
10813         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10814         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10815         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10816         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10817         * lib/rename.c (rpl_rename): Update comments.
10818
10819         rename: fix cygwin 1.5.x bugs
10820         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10821         * lib/rename.c (rpl_rename): Work around them.
10822         * modules/rename (Depends-on): Add same-inode.
10823
10824         rename: fix Solaris 10 bug
10825         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10826         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10827         was the only bug.
10828
10829         rename: fix Solaris 9 bug
10830         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10831         on non-directory.  Avoid calling exit.
10832         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10833         strdup.
10834         * modules/rename-tests (Depends-on): Drop lstat.
10835         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10836         (gl_PREREQ_RENAME): Delete unused macro.
10837
10838         rename-dest-slash: fix NetBSD bug
10839         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10840         links.
10841         * modules/rename-dest-slash (Depends-on): Add same-inode.
10842
10843         rename-tests: new test, exposes several platform bugs
10844         * modules/rename-tests: New file.
10845         * tests/test-rename.h: Likewise.
10846         * tests/test-rename.c: Likewise.
10847         * doc/posix-functions/rename.texi (rename): Improve documentation,
10848         including bugs that will eventually be fixed in gnulib.
10849
10850 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10851
10852         * lib/uname.c: Include <stdlib.h>
10853         (uname): Assume version info is available.
10854
10855 2009-10-02  Jim Meyering  <meyering@redhat.com>
10856
10857         gnu-web-doc-update: correct --help output
10858         * build-aux/gnu-web-doc-update: Make --help output relevant.
10859
10860         gnu-web-doc-update: add standard options
10861         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10862
10863         gnu-web-doc-update: New module.
10864         Use this script to automatically update the on-line web documentation
10865         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10866         * modules/gnu-web-doc-update: New file, from coreutils.
10867         * build-aux/gnu-web-doc-update: New script.
10868
10869 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10870
10871         link: LoadLibrary is not needed.
10872         * lib/link.c: Use GetModuleHandle.
10873
10874 2009-10-01  Eric Blake  <ebb9@byu.net>
10875
10876         getopt: bump serial number
10877         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10878         change.
10879
10880         tests: tighten link, rmdir, and remove tests
10881         * tests/test-link.h (includes): No need to use <config.h> here.
10882         Clean up if directory hard link was created, otherwise test for
10883         trailing '.'.
10884         * tests/test-linkat.c (main): Simplify.
10885         * tests/test-remove.c (main): Enhance test for trailing '.'.
10886         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10887
10888 2009-10-01  Jim Meyering  <meyering@redhat.com>
10889
10890         maint.mk: requiring "make major" was annoying, for a "minor" release.
10891         What is intended is "stable", to contrast with alpha and beta,
10892         so require "make stable", not "make major".
10893         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10894         (get_tool_versions): Likewise.
10895         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10896
10897 2009-09-30  Ben Pfaff  <blp@gnu.org>
10898
10899         Fix broken build of replacement for Windows tmpfile().
10900         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10901         flags argument added along with the 'mkostemp' module.
10902
10903 2009-09-28  Bruno Haible  <bruno@clisp.org>
10904
10905         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10906         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10907         to 'remove_elt'.
10908         (gl_list_remove): Update.
10909         * lib/gl_list.c (gl_list_remove): Update.
10910         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10911         to 'remove_elt'.
10912         (gl_oset_remove): Update.
10913         * lib/gl_list.c (gl_oset_remove): Update.
10914         Reported by Eric Blake.
10915
10916 2009-09-28  Eric Blake  <ebb9@byu.net>
10917
10918         doc: mention yet more cygwin 1.7 status
10919         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10920         cygwin.
10921         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10922         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10923
10924         argp: fix test failure
10925         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10926         that are not upper-case.  Pass correct range to tolower.
10927
10928 2009-09-27  Jim Meyering  <meyering@redhat.com>
10929
10930         test-yesno: work around sparc-dash here-document infelicity
10931         Without this change, the literal \177 byte in a here document
10932         would make dash 0.5.5.1-3 access uninitialized memory.
10933         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10934         Instead, use a marker, "@", and filter through tr to create the desired
10935         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10936
10937 2009-09-27  Bruno Haible  <bruno@clisp.org>
10938
10939         Disable untested support for new flavours of ACLs on AIX.
10940         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10941         progress.
10942         * lib/set-mode-acl.c (qset_acl): Likewise.
10943
10944 2008-12-07  Bruno Haible  <bruno@clisp.org>
10945
10946         Add support for new flavours of ACLs on AIX. (Untested.)
10947         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10948         (file_has_acl): Add support for newer AIX.
10949         * lib/set-mode-acl.c (qset_acl): Likewise.
10950         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10951         Rainer Tammer <tammer@tammer.net>.
10952
10953 2009-09-26  Eric Blake  <ebb9@byu.net>
10954
10955         argp: fix compilation of getopt
10956         * lib/getopt.in.h (includes): Use different guard than glibc.
10957         Reported by Sergey Poznyakoff.
10958
10959         doc: mention more cygwin 1.7 status
10960         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10961         bug.
10962         * doc/posix-functions/execl.texi (execl): Likewise.
10963         * doc/posix-functions/execle.texi (execle): Likewise.
10964         * doc/posix-functions/execlp.texi (execlp): Likewise.
10965         * doc/posix-functions/execv.texi (execv): Likewise.
10966         * doc/posix-functions/execve.texi (execve): Likewise.
10967         * doc/posix-functions/execvp.texi (execvp): Likewise.
10968         * doc/glibc-functions/canonicalize_file_name.texi
10969         (canonicalize_file_name): Cygwin 1.7 now provides this.
10970         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10971         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10972         on AT_SYMLINK_NOFOLLOW.
10973
10974 2009-09-24  Eric Blake  <ebb9@byu.net>
10975
10976         test-linkat: make test more robust
10977         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10978
10979         getopt: fix inclusion guards for cygwin
10980         * modules/getopt-posix (Depends-on): Add include-next.
10981         (Makefile.am): Substitute more items in replacement header.
10982         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10983         <getopt.h>.
10984         * lib/getopt.in.h (includes): Use split inclusion guard, and
10985         prefer <getopt.h> over include <unistd.h> when one is present.
10986         (option): Also override name of 'struct option'.
10987
10988         same-inode: revert prior change; it is not yet ready
10989         * NEWS: Undo mention of this change.
10990         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10991         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10992         * lib/cycle-check.c (cycle_check): Likewise.
10993         * lib/same.c (same_name): Likewise.
10994         * lib/at-func2.c (at_func2): Likewise.
10995
10996 2009-09-23  Eric Blake  <ebb9@byu.net>
10997
10998         linkat: new module
10999         * modules/linkat: New file.
11000         * lib/at-func2.c (at_func2): Likewise.
11001         * lib/linkat.c (linkat): Likewise.
11002         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
11003         * lib/openat-priv.h (at_func2): Add declaration.
11004         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11005         * modules/unistd (Makefile.am): Substitute them.
11006         * lib/unistd.in.h (linkat): Declare it.
11007         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11008         * doc/posix-functions/linkat.texi (linkat): Likewise.
11009         * doc/posix-functions/link.texi (link): Tweak wording.
11010         * tests/test-link.c (main): Move guts...
11011         * tests/test-link.h (test_link): ...into new file.
11012         * modules/linkat-tests: New test.
11013         * tests/test-linkat.c: Likewise.
11014         * modules/link-tests (Files): Ship new file.
11015         (Depends-on): Add stdbool.
11016
11017         dirname: add library-safe mdir_name
11018         * lib/dirname.h (mdir_name): New prototype.
11019         * lib/dirname.c (dir_name): Move guts...
11020         (mdir_name): ...to new function that avoids xalloc_die.
11021
11022         fchdir: another mingw fix
11023         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
11024         * lib/fchdir.c (get_name): New helper method; skips canonicalize
11025         on mingw (where it has not yet been ported), and make it optional
11026         elsewhere.
11027         (_gl_register_fd): Use it.
11028
11029         same-inode: make SAME_INODE tri-state, to port to mingw
11030         * NEWS: Mention this change.
11031         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
11032         st_ino always being 0.
11033         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11034         * lib/cycle-check.c (cycle_check): Likewise.
11035         * lib/same.c (same_name): Likewise.
11036
11037         lstat: avoid mingw compilation error
11038         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
11039         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
11040         lstat ourselves.
11041         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11042         was adequate.
11043         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11044         the checks for lstat.
11045         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11046
11047         link: fix test failure on Solaris 9
11048         * lib/link.c (rpl_link): Don't assume link will catch bogus
11049         trailing slash on source.
11050
11051         test-symlinkat: enhance test
11052         * tests/test-readlink.c (main): Move guts...
11053         * tests/test-readlink.h (test_readlink): ...into new file.
11054         * tests/test-symlink.c (main): Move guts...
11055         * tests/test-symlink.h (test_symlink): ...into new file.
11056         * tests/test-symlinkat.c (main): Use new files for further
11057         coverage.
11058         (do_symlink, do_readlink): New helper functions.
11059         * modules/symlink-tests (Files): Ship new file.
11060         (Depends-on): Add stdbool.
11061         * modules/readlink-tests (Files): Ship new file.
11062         (Depends-on): Add stdbool.
11063         * modules/symlinkat-tests (Files): Use new files.
11064
11065 2009-09-23  Eric Blake  <ebb9@byu.net>
11066
11067         readlink: document portability issue with symlink length
11068         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11069         systems have bogus st_size on symlinks, and mention the
11070         areadlink-with-size module.
11071         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11072         * doc/posix-functions/readlink.texi (readlink): Mention the
11073         areadlink module, and ERANGE failure.
11074         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11075         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11076
11077         readlink: fix Solaris 9 bug with trailing slash
11078         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11079         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11080         * doc/posix-functions/readlink.texi (readlink): Document this.
11081         * modules/readlink-tests: New test.
11082         * tests/test-readlink.c: Likewise.
11083
11084         readlink: fix cygwin 1.5.x bug with return type
11085         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11086         * lib/unistd.in.h (readlink): Use ssize_t.
11087         * lib/readlink.c (readlink): Likewise.
11088         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11089         * modules/unistd (Makefile.am): Substitute it.
11090         * lib/unistd.in.h (readlink): Declare replacement.
11091         * doc/posix-functions/readlink.texi (readlink): Document this.
11092
11093         symlink: use throughout gnulib
11094         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11095         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11096         symlink is not used.
11097         * modules/symlinkat (Depends-on): Add symlink.
11098         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11099         * modules/canonicalize-tests (Depends-on): Likewise.
11100         * modules/lstat-tests (Depends-on): Likewise.
11101         * modules/openat-tests (Depends-on): Likewise.
11102         * modules/remove-tests (Depends-on): Likewise.
11103         * modules/rmdir-tests (Depends-on): Likewise.
11104         * modules/unlink-tests (Depends-on): Likewise.
11105         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11106         * tests/test-canonicalize.c (symlink): Likewise.
11107         * tests/test-fstatat.c (symlink): Likewise.
11108         * tests/test-lstat.c (symlink): Likewise.
11109         * tests/test-remove.c (symlink): Likewise.
11110         * tests/test-rmdir.c (symlink): Likewise.
11111         * tests/test-unlink.c (symlink): Likewise.
11112         * tests/test-unlinkat.c (symlink): Likewise.
11113
11114         symlink: new module, for Solaris 9 bug
11115         * modules/symlink: New file.
11116         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11117         * lib/symlink.c: Likewise.
11118         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11119         * modules/unistd (Makefile.am): Substitute them.
11120         * lib/unistd.in.h (symlink): Declare replacement.
11121         * MODULES.html.sh (File system functions): Mention it.
11122         * doc/posix-functions/symlink.texi (symlink): Likewise.
11123         * modules/symlink-tests: New test.
11124         * tests/test-symlink.c: Likewise.
11125
11126 2009-09-23  Bruno Haible  <bruno@clisp.org>
11127
11128         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11129         when needed.
11130         Test case: gnulib-tool --import --with-tests atexit inttypes.
11131         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11132
11133 2009-09-23  Bruno Haible  <bruno@clisp.org>
11134
11135         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11136         subcommand, not in a subshell.
11137
11138 2009-09-22  Eric Blake  <ebb9@byu.net>
11139
11140         unistd: sort replacement declarations
11141         * lib/unistd.in.h: Sort declarations.
11142
11143         open, openat: minor optimization
11144         * lib/open.c (open): If open succeeded, len is non-zero.
11145         * lib/openat.c (rpl_openat): Likewise.
11146
11147         link-follow: ensure correct result
11148         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11149         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11150         distinguish between possible failures.
11151
11152 2009-09-21  Eric Blake  <ebb9@byu.net>
11153
11154         fts: avoid compiler warning
11155         * lib/fts.c (dirent_inode_sort_may_be_useful)
11156         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11157
11158 2009-09-19  Bruno Haible  <bruno@clisp.org>
11159
11160         * lib/progreloc.c (canonicalize_file_name): New declaration.
11161
11162 2009-09-19  Eric Blake  <ebb9@byu.net>
11163
11164         link: fix quoting
11165         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11166
11167         openat: fix openat bugs on Solaris 9
11168         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11169         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11170         * modules/openat (Depends-on): Add open.
11171         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11172         * modules/fcntl-h (Makefile.am): Substitute it.
11173         * lib/fcntl.in.h (openat): Declare replacement.
11174         * doc/posix-functions/openat.texi (openat): Document this.
11175
11176         openat: move fstatat and unlinkat into correct files
11177         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11178         compiled.
11179         * lib/openat.c (fstatat, unlinkat): Move...
11180         * lib/fstatat.c (fstatat): ...into correct files.
11181         * lib/unlinkat.c (unlinkat): Likewise.
11182
11183         openat: fix unlinkat bugs on Solaris 9
11184         * lib/unlinkat.c (unlinkat): New file.
11185         * modules/openat (Depends-on): Add unlink.
11186         (Files): Distribute it.
11187         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11188         trailing slash behavior is broken.
11189         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11190         * modules/unistd (Makefile.am): Substitute it.
11191         * lib/unistd.in.h (unlinkat): Declare replacement.
11192         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11193
11194         openat: fix fstatat bugs on Solaris 9
11195         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11196         stat.
11197         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11198
11199         test-unlinkat: enhance test, to expose Solaris 9 bug
11200         * tests/test-unlink.c (main): Factor guts...
11201         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11202         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11203         * tests/test-rmdir.c (main): Adjust caller.
11204         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11205         (unlinker): New helper function.
11206         (rmdirat): Enhance check.
11207         * modules/rmdir-tests (Depends-on): Add stdbool.
11208         * modules/unlink-tests (Depends-on): Likewise.
11209         (Files): Add test-unlink.h.
11210         * modules/openat-tests (Files): Likewise.
11211         (Depends-on): Add unlinkdir.
11212
11213         test-fstatat: new test, to expose Solaris 9 bugs
11214         * tests/test-stat.c (main): Factor guts...
11215         * tests/test-stat.h (test_stat_func): ...into new file.
11216         * tests/test-lstat.c (main): Factor guts...
11217         * tests/test-lstat.h (test_lstat_func): ...into new file.
11218         * tests/test-fstatat.c: New file.
11219         * modules/stat-tests (Files): Add test-stat.h.
11220         * modules/lstat-tests (Files): Add test-lstat.h.
11221         (Depends-on): Add stdbool.
11222         * modules/openat-tests (Depends-on): Add pathmax.
11223         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11224         (Makefile.am): Run new test.
11225
11226         remove: new module, for mingw and Solaris 9 bugs
11227         * modules/remove: New file.
11228         * lib/remove.c: Likewise.
11229         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11230         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11231         * modules/stdio (Makefile.am): Use them.
11232         * lib/stdio.in.h (remove): Declare replacement.
11233         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11234         * doc/posix-functions/remove.texi (remove): Likewise.
11235         * modules/remove-tests: New test.
11236         * tests/test-remove.c: Likewise.
11237
11238         unlink: new module, for Solaris 9 bug
11239         * modules/unlink: New file.
11240         * lib/unlink.c: Likewise.
11241         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11242         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11243         * modules/unistd (Makefile.am): Use them.
11244         * lib/unistd.in.h (stat): Declare replacement.
11245         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11246         * doc/posix-functions/unlink.texi (unlink): Likewise.
11247         * modules/unlink-tests: New test.
11248         * tests/test-unlink.c: Likewise.
11249
11250         lstat: fix Solaris 9 bug
11251         * lib/lstat.c (lstat): Also check for trailing slash on
11252         non-symlink, non-directories.  Use stat module to simplify logic.
11253         * doc/posix-functions/lstat.texi (lstat): Document it.
11254         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11255         (configure.ac): Check for symlink.
11256         * tests/test-lstat.c (main): Add more tests.
11257
11258         stat: add as dependency to other modules
11259         * modules/chown (Depends-on): Add stat.
11260         * modules/euidaccess (Depends-on): Likewise.
11261         * modules/fchdir (Depends-on): Likewise.
11262         * modules/isdir (Depends-on): Likewise.
11263         * modules/link (Depends-on): Likewise.
11264         * modules/lstat (Depends-on): Likewise.
11265         * modules/mkdir-p (Depends-on): Likewise.
11266         * modules/modechange (Depends-on): Likewise.
11267         * modules/open (Depends-on): Likewise.
11268         * modules/readlink (Depends-on): Likewise.
11269         * modules/same (Depends-on): Likewise.
11270
11271         stat: fix Solaris 9 bug
11272         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11273         slash.
11274         * lib/stat.c (rpl_stat): Work around it.
11275         * doc/posix-functions/stat.texi (stat): Update documentation.
11276
11277         stat: new module, for mingw bug
11278         * modules/stat: New file.
11279         * lib/stat.c: Likewise.
11280         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11281         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11282         * modules/sys_stat (Makefile.am): Use them.
11283         * lib/sys_stat.in.h (stat): Declare replacement.
11284         * lib/openat.c (fstatat): Deal with lstat and stat being function
11285         macros.
11286         * modules/openat (Depends-on): Add inline.
11287         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11288         * doc/posix-functions/stat.texi (stat): Likewise.
11289         * modules/stat-tests: New test.
11290         * tests/test-stat.c: Likewise.
11291
11292 2009-09-19  Jim Meyering  <meyering@redhat.com>
11293
11294         syntax-check: detect unnecessary inclusion of canonicalize.h
11295         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11296
11297 2009-09-19  Eric Blake  <ebb9@byu.net>
11298
11299         canonicalize-lgpl: adjust clients to use correct header
11300         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11301         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11302         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11303         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11304         * lib/progreloc.c (includes): Likewise.
11305
11306 2009-09-19  Jim Meyering  <meyering@redhat.com>
11307
11308         test-posixtm.c: correct a comment
11309         * tests/test-posixtm.c: Correct first-line comment.
11310         Spotted by Eric Blake.
11311
11312 2009-09-16  Jim Meyering  <meyering@redhat.com>
11313
11314         posixtm-tests: make T const-correct; add a test case
11315         * tests/test-posixtm.c (T): Declare const.
11316         Add a test for -(2^31+1).
11317         Remove useless can-succeed-only-in-2002 test.
11318
11319         posixtm-tests: adjust the sole failing test
11320         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11321         expected output matches what mktime now produces.  Cross-checked via
11322         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11323
11324         posixtm: move #ifdef'd tests into a new module
11325         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11326         * tests/test-posixtm.c: ... this new file.
11327         * modules/posixtm-tests: New module.
11328
11329 2009-09-19  Eric Blake  <ebb9@byu.net>
11330
11331         openat: simplify use of at-func.c
11332         * lib/at-func.c (includes): Include prerequisites here, to
11333         simplify requirements on client files.
11334         * lib/openat-priv.h: Add double-inclusion guard.
11335         * lib/faccessat.c (includes): Simplify.
11336         * lib/fchmodat.c (includes): Likewise.
11337         * lib/fchownat.c (includes): Likewise.
11338         * lib/mkdirat.c (includes): Likewise.
11339         * lib/mkfifoat.c (includes): Likewise.
11340         * lib/symlinkat.c (includes): Likewise.
11341
11342         openat: allow return of fd 0
11343         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11344         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11345         unistd-safer.
11346         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11347         <fcntl.h>; this module does not leak fds.
11348         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11349         must be allowed to return 0, leaving openat_safer to add the
11350         safety.
11351         (openat_permissive): Avoid writing to just-opened fd 2 if
11352         restoring the current directory fails.
11353         * lib/openat-die.c (openat_restore_fail): Add comment.
11354         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11355         (save_cwd): Guarantee safe fd, but without use of open_safer.
11356         * tests/test-openat.c: New test.
11357         * modules/openat-tests (Files, Makefile.am): Distribute and build
11358         new file.
11359
11360         relocatable-prog-wrapper: fix build
11361         * modules/relocatable-prog-wrapper (Files): Update name of
11362         canonicalize m4 file, broken on 2009-09-17.
11363         Reported by emad hajjar <aleppos@hotmail.com>.
11364
11365 2009-09-19  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11368         * lib/safe-alloc.c: Likewise.
11369         Reported by Ian Beckwith <ianb@erislabs.net>.
11370
11371 2009-09-18  Bruno Haible  <bruno@clisp.org>
11372
11373         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11374         Reported by <erobles@sensacd.com.mx>.
11375
11376 2009-09-17  Eric Blake  <ebb9@byu.net>
11377
11378         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11379         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11380         slashes when checking if last component is missing.
11381         * tests/test-canonicalize.c (main): Test this.
11382
11383         canonicalize, canonicalize-lgpl: honor // if distinct from /
11384         * modules/canonicalize (Files): Add double-slash-root.m4.
11385         * modules/canonicalize-lgpl (Files): Likewise.
11386         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11387         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11388         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11389         fallback definition.
11390         (canonicalize_filename_mode): Use it to protect //.
11391         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11392         (__realpath): Likewise.
11393         * tests/test-canonicalize.c (main): Test this.
11394         * tests/test-canonicalize-lgpl.c (main): Likewise.
11395         * modules/canonicalize-tests (Depends-on): Add same-inode.
11396         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11397
11398         canonicalize-lgpl: fix glibc bug with trailing slash
11399         * m4/canonicalize-lgpl.m4: Move contents...
11400         * m4/canonicalize.m4: ...here.
11401         (gl_CANONICALIZE_LGPL): Factor realpath check...
11402         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11403         glibc 2.3.5 bug, fixed 2005-04-27.
11404         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11405         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11406         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11407         * modules/canonicalize-lgpl (Files): Manage file rename.
11408         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11409         * modules/stdlib (Makefile.am): Substitute witness.
11410         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11411         is needed.
11412         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11413         replacement is required.
11414         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11415         * doc/glibc-functions/canonicalize_file_name.texi
11416         (canonicalize_file_name): Document this.
11417         * doc/posix-functions/realpath.texi (realpath): Likewise.
11418
11419         canonicalize-lgpl: reject non-directory with trailing slash
11420         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11421         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11422         catches failures in glibc 2.3.5.
11423         * tests/test-canonicalize.c (main): Likewise.
11424
11425         canonicalize-lgpl: use native realpath if it works
11426         * lib/canonicalize-lgpl.c (realpath): Guard with
11427         FUNC_REALPATH_WORKS.
11428         * lib/stdlib.in.h (realpath): Make declaration optional based on
11429         HAVE_REALPATH.
11430         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11431         native realpath works.
11432         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11433         * modules/stdlib (Makefile.am): Substitute witness.
11434
11435         canonicalize, canonicalize-lgpl: use <stdlib.h>
11436         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11437         (Include): Mention <stdlib.h>.
11438         (configure.ac): Mention functions we provide.
11439         * modules/canonicalize (configure.ac): Likewise.
11440         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11441         realpath if canonicalize_file_name is missing.
11442         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11443         * modules/stdlib (Makefile.am): Substitute witnesses.
11444         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11445         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11446         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11447         * NEWS: Document this.
11448         * doc/glibc-functions/canonicalize_file_name.texi
11449         (canonicalize_file_name): Likewise.
11450         * doc/posix-functions/realpath.texi (realpath): Likewise.
11451         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11452
11453         test-canonicalize: consolidate into single C program
11454         * tests/test-canonicalize.sh: Delete; move setup into...
11455         * tests/test-canonicalize.c (main): ...the program, making it
11456         easier to run in debugger.  Add some tests.
11457         * modules/canonicalize-tests (Files): Remove unused file.
11458         (Depends-on): Add progname.
11459         (configure.ac, Makefile.am): Simplify.
11460
11461         test-canonicalize-lgpl: consolidate into single C program
11462         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11463         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11464         easier to run in debugger.  Add some tests.
11465         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11466         (configure.ac, Makefile.am): Simplify.
11467
11468         canonicalize: avoid resolvepath
11469         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11470         unnecessary checks.
11471         * lib/canonicalize.c (includes): Simplify.
11472         (canonicalize_file_name): Drop resolvepath implementation.
11473         * modules/canonicalize (Depends-on): Drop filenamecat.
11474
11475         canonicalize: don't lose errno
11476         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11477         over calls to free.
11478
11479         canonicalize: simplify errno handling
11480         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11481         assignment.
11482
11483         canonicalize, canonicalize-lgpl: update module dependencies
11484         * modules/canonicalize (Depends-on): Add extensions, lstat,
11485         pathmax, stdlib.
11486         (Files): Drop pathmax.h.
11487         (configure.ac): Adjust macro name.
11488         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11489         lstat, stdlib, sys_stat.
11490         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11491         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11492         extensions.
11493         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11494         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11495         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11496         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11497         declaration, if available.
11498         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11499         we can rely on the readlink module.
11500         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11501         (includes): Use <unistd.h> unconditionally.
11502
11503 2009-09-17  Eric Blake  <ebb9@byu.net>
11504
11505         maint: make Include sections of modules consistent
11506         * modules/alloca: Use only header name; no need to list #include.
11507         * modules/alloca-opt: Likewise.
11508         * modules/arpa_inet: Likewise.
11509         * modules/canon-host: Likewise.
11510         * modules/configmake: Likewise.
11511         * modules/dirent: Likewise.
11512         * modules/eealloc: Likewise.
11513         * modules/environ: Likewise.
11514         * modules/fchdir: Likewise.
11515         * modules/fcntl: Likewise.
11516         * modules/fcntl-h: Likewise.
11517         * modules/gethrxtime: Likewise.
11518         * modules/gettime: Likewise.
11519         * modules/ignore-value: Likewise.
11520         * modules/inet_ntop: Likewise.
11521         * modules/inet_pton: Likewise.
11522         * modules/inttypes: Likewise.
11523         * modules/isnand-nolibm: Likewise.
11524         * modules/isnanf-nolibm: Likewise.
11525         * modules/mbchar: Likewise.
11526         * modules/mbfile: Likewise.
11527         * modules/mbiter: Likewise.
11528         * modules/mbuiter: Likewise.
11529         * modules/netdb: Likewise.
11530         * modules/netinet_in: Likewise.
11531         * modules/nproc: Likewise.
11532         * modules/pagealign_alloc: Likewise.
11533         * modules/poll: Likewise.
11534         * modules/printf-frexp: Likewise.
11535         * modules/pthread: Likewise.
11536         * modules/putenv: Likewise.
11537         * modules/random_r: Likewise.
11538         * modules/relocatable-prog: Likewise.
11539         * modules/search: Likewise.
11540         * modules/select: Likewise.
11541         * modules/selinux-h: Likewise.
11542         * modules/settime: Likewise.
11543         * modules/signal: Likewise.
11544         * modules/size_max: Likewise.
11545         * modules/socklen: Likewise.
11546         * modules/ssize_t: Likewise.
11547         * modules/stdarg: Likewise.
11548         * modules/stdbool: Likewise.
11549         * modules/stddef: Likewise.
11550         * modules/stdint: Likewise.
11551         * modules/stdio: Likewise.
11552         * modules/stdlib: Likewise.
11553         * modules/string: Likewise.
11554         * modules/strings: Likewise.
11555         * modules/sys_file: Likewise.
11556         * modules/sys_ioctl: Likewise.
11557         * modules/sys_select: Likewise.
11558         * modules/sys_socket: Likewise.
11559         * modules/sys_stat: Likewise.
11560         * modules/sys_time: Likewise.
11561         * modules/sys_times: Likewise.
11562         * modules/sys_utsname: Likewise.
11563         * modules/sys_wait: Likewise.
11564         * modules/sysexits: Likewise.
11565         * modules/time: Likewise.
11566         * modules/times: Likewise.
11567         * modules/tmpfile: Likewise.
11568         * modules/trim: Likewise.
11569         * modules/unistd: Likewise.
11570         * modules/wchar: Likewise.
11571         * modules/wctype: Likewise.
11572
11573 2009-09-17  Bruno Haible  <bruno@clisp.org>
11574
11575         Make getdate.y compile on QNX and NetBSD 5 / i386.
11576         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11577         TIME_T_FITS_IN_LONG_INT.
11578         * lib/getdate.y (long_time_t): New type.
11579         (relative_time): Change type of 'seconds' field to long_time_t.
11580         (get_date): Update types of local variables. Check against overflow
11581         during conversion from long_time_t to time_t.
11582         Reported by Matt Kraai <kraai@ftbfs.org>
11583         and Hasso Tepper <hasso@netbsd.org>.
11584
11585 2009-09-17  Bruno Haible  <bruno@clisp.org>
11586
11587         * modules/COPYING: Update copyright years.
11588         * modules/README: Likeiwse.
11589         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11590         Reported by Ian Beckwith <ianb@erislabs.net>.
11591
11592 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11593
11594         * users.txt: Update references for gnuit package.
11595
11596 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11597
11598         * m4/getdelim.m4: Fix typo in copyright line.
11599
11600 2009-09-17  Bruno Haible  <bruno@clisp.org>
11601
11602         * lib/atoll.c: Use the standard header with GPL copyright.
11603         * lib/argz.in.h: Likewise.
11604         * lib/glob.c: Likewise.
11605         * lib/glob-libc.h: Likewise.
11606         * lib/random_r.c: Likewise.
11607         * lib/siglist.h: Likewise.
11608         * lib/strsignal.c: Likewise.
11609         Reported by Ian Beckwith <ianb@erislabs.net>.
11610
11611 2009-09-17  Eric Blake  <ebb9@byu.net>
11612
11613         rmdir: ensure correct dependency order
11614         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11615
11616 2009-09-17  Bruno Haible  <bruno@clisp.org>
11617
11618         Disable assertion that fails on NetBSD 5 / i386.
11619         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11620         Reported by Sam Steingold <sds@gnu.org>
11621         and Hasso Tepper <hasso@netbsd.org>.
11622
11623 2009-09-16  Eric Blake  <ebb9@byu.net>
11624
11625         unlinkdir: port to mingw
11626         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11627         on which no one can unlink a directory.
11628
11629         stdlib: sort witness names
11630         * modules/stdlib (Makefile.am): Sort replacements.
11631         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11632         * lib/stdlib.in.h: Likewise.
11633
11634         parse-duration-tests: avoid link failure
11635         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11636         LIBINTL.
11637         Reported by Tom G. Christensen.
11638
11639         openat-tests: ensure unlinkat behaves like rmdir
11640         * tests/test-rmdir.c (main): Factor guts...
11641         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11642         * modules/rmdir-tests (Files): Ship new file.
11643         * modules/openat-tests: New test.
11644         * tests/test-unlinkat.c: Likewise.
11645
11646         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11647         * modules/rmdir-errno (Status, Notice): Now obsolete.
11648
11649         rmdir: work around cygwin 1.5.x and mingw bugs
11650         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11651         * lib/rmdir.c (rmdir): Work around it.
11652         * modules/rmdir (Status, Notice): No longer obsolete.
11653         (Files): Add dos.m4.
11654         (Depends-on): Add unistd.
11655         (configure.ac): Set witnesses.
11656         (License): Relax to LGPLv2+.
11657         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11658         * modules/unistd (Makefile.am): Substitute witnesses.
11659         * lib/unistd.in.h (rmdir): Declare replacement.
11660         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11661         * modules/rmdir-tests: New tests.
11662         * tests/test-rmdir.c: Likewise.
11663
11664 2009-09-15  Eric Blake  <ebb9@byu.net>
11665
11666         fchdir: improve use of replacement functions
11667         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11668         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11669         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11670         REPLACE_CLOSEDIR.
11671         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11672         * modules/sys_stat (Makefile.am): Substitute correct witness.
11673         * modules/dirent (Makefile.am): Likewise.
11674         * modules/unistd (Makefile.am): Likewise.
11675         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11676         * lib/unistd.in.h (dup): Likewise.
11677         * lib/sys_stat.in.h (fstat): Likewise.
11678
11679         maint: ignore gnulib-tool temp files
11680         * .gitignore: Ignore files created during gnulib-tool --test.
11681
11682 2009-09-13  Jim Meyering  <meyering@redhat.com>
11683
11684         posixtm: don't reject a time that specify "60" as the number of seconds
11685         * lib/posixtm.c (posixtime): The code to reject invalid dates
11686         would also reject a time specified with the .60 suffix.
11687         But POSIX allows that, in order to accommodate leap seconds.
11688         So don't reject it.
11689         (main): Adjust tests accordingly.
11690         * modules/posixtm (Depends-on): Add stpcpy.
11691
11692 2009-09-11  Jim Meyering  <meyering@redhat.com>
11693
11694         announce-gen: include [$release_type] in emitted Subject:
11695         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11696         e.g., [stable] in the emitted Subject: line.
11697
11698 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11699
11700         Remove obsolete macros from several modules.
11701         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11702         obsolete Autoconf macros with their modern counterparts.
11703         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11704         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11705         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11706         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11707         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11708         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11709         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11710         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11711         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11712         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11713         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11714         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11715         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11716         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11717         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11718         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11719         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11720         * m4/time_r.m4 (gl_TIME_R): Likewise.
11721         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11722         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11723         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11724
11725         Fix copyright header in build-aux scripts.
11726         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11727         recommendation.
11728         * build-aux/ncftpput-ftp: Likewise.
11729         * build-aux/update-copyright: Likewise.
11730
11731 2009-09-09  Eric Blake  <ebb9@byu.net>
11732
11733         test-link: allow Linux choice of errno
11734         * tests/test-link.c (main): Relax test for alternate error.
11735
11736         strndup: fix improper m4 caching
11737         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11738         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11739         (gl_PREREQ_STRNDUP): Delete.
11740         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11741         * modules/string (Makefile.am): Substitute it.
11742         * lib/string.in.h (strndup): Modernize prototype.
11743
11744         getcwd: port to mingw
11745         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11746         different from the POSIX assumptions made throughout the getcwd
11747         module; fortunately, the mingw getcwd does not need replacement.
11748         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11749         * modules/getcwd-tests: New test.
11750         * tests/test-getcwd.c: Likewise.
11751
11752         link: fix platform bugs
11753         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11754         * lib/link.c (link): Work around them.  Fix related mingw bug.
11755         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11756         * modules/unistd (Makefile.am): Substitute it.
11757         * lib/unistd.in.h (link): Declare replacement.
11758         * doc/posix-functions/link.texi (link): Document this.
11759         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11760
11761         test-link: consolidate into single C program, test more cases
11762         * tests/test-link.sh: Delete.
11763         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11764         at least Cygwin and Solaris.
11765         * modules/link-tests (Files): Remove unused file.
11766         (Depends-on): Add errno, sys_stat.
11767         (Makefile.am): Simplify.
11768
11769 2009-09-08  Bruno Haible  <bruno@clisp.org>
11770
11771         Work around towlower, towupper bug on mingw.
11772         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11773         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11774         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11775         * doc/posix-functions/towupper.texi: Likewise.
11776         Reported by Eric Blake.
11777
11778 2009-09-08  Jim Meyering  <meyering@redhat.com>
11779
11780         build: don't try to run autoheader if we don't use it
11781         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11782         is not used in configure.ac.
11783
11784 2009-09-08  Eric Blake  <ebb9@byu.net>
11785
11786         euidaccess: fix compilation error
11787         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11788
11789         rawmemchr: relax license
11790         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11791         okay.
11792         Reported by Jim Meyering.
11793
11794         mkfifoat: new module
11795         * modules/mkfifoat: New file.
11796         * lib/mkfifoat.c: Likewise.
11797         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11798         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11799         * modules/sys_stat (Makefile.am): Use them.
11800         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11801         * MODULES.html.sh (File system functions): Mention module.
11802         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11803         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11804         * modules/mkfifoat-tests: New test.
11805         * tests/test-mkfifoat.c: Likewise.
11806
11807         strchrnul: relax license
11808         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11809         okay.
11810         Reported by Jim Meyering.
11811
11812 2009-09-08  Eric Blake  <ebb9@byu.net>
11813
11814         fstatat: fix compilation on Solaris
11815         * lib/fstatat.c (includes): Add fcntl.h.
11816         Reported by Pádraig Brady.
11817
11818 2009-09-07  Eric Blake  <ebb9@byu.net>
11819
11820         rename: modernize replacement
11821         * modules/rename (Depends-on): Add stdio.
11822         (configure.ac): Declare witness.
11823         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11824         stdio take care of replacement.
11825         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11826         * modules/stdio (Makefile.am): Substitute them.
11827         * lib/stdio.in.h (rename): Declare replacement.
11828         * lib/rename.c (includes): Allow cross-compilation to non-windows
11829         machines.
11830         * doc/posix-functions/rename.texi (rename): Improve
11831         documentation.
11832
11833         stdio: sort witness names
11834         * modules/stdio (Makefile.am): Sort replacements.
11835         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11836         * lib/stdio.in.h: Likewise.
11837
11838         getcwd: minor cleanups
11839         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11840         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11841
11842         openat: provide more convenience names
11843         * modules/faccessat (configure.ac): Add C witness.
11844         * lib/unistd.in.h (readlinkat): Fix typo.
11845         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11846         convenience wrappers.
11847         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11848         wrappers in syntax checks.
11849
11850 2009-09-06  Eric Blake  <ebb9@byu.net>
11851
11852         doc: fix comments in recent patches
11853         * lib/faccessat.c: Mention correct function.
11854         * lib/fchmodat.c: Likewise.
11855         * lib/fchownat.c: Likewise.
11856         * lib/symlinkat.c: Likewise.
11857         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11858         constants.
11859
11860         faccessat, symlinkat: continue cleanup of previous patch
11861         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11862         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11863         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11864         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11865         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11866         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11867         set.
11868
11869 2009-09-06  Bruno Haible  <bruno@clisp.org>
11870
11871         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11872         (fstatat): Declare if GNULIB_FSTATAT is set.
11873         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11874         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11875         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11876         * modules/fcntl-h (Files): Remove m4/openat.m4.
11877         * modules/sys_stat (Files): Remove m4/openat.m4.
11878         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11879         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11880         * modules/unistd (Files): Remove m4/openat.m4.
11881         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11882         GNULIB_OPENAT.
11883         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11884         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11885         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11886         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11887         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11888         gl_OPENAT_DEFAULTS.
11889         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11890         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11891         Don't require gl_OPENAT_DEFAULTS.
11892         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11893         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11894         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11895         (gl_OPENAT_DEFAULTS): Remove macro.
11896
11897 2009-09-06  Bruno Haible  <bruno@clisp.org>
11898
11899         * modules/openat (configure.ac): Remove unneeded witness.
11900
11901 2009-09-06  Bruno Haible  <bruno@clisp.org>
11902
11903         Set errno to ENOSYS when a function is entirely unsupported.
11904         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11905         EOPNOTSUPP.
11906         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11907         * modules/chown (Depends-on): Remove errno.
11908
11909 2009-09-06  Bruno Haible  <bruno@clisp.org>
11910
11911         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11912
11913 2009-09-06  Bruno Haible  <bruno@clisp.org>
11914
11915         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11916
11917 2009-09-06  Ben Pfaff  <blp@gnu.org>
11918             Bruno Haible  <bruno@clisp.org>
11919
11920         Work around a glibc bug in strtok_r.
11921         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11922         Undefine if UNDEFINE_STRTOK_R is set.
11923         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11924         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11925         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11926         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11927         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11928         UNDEFINE_STRTOK_R.
11929         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11930
11931 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11932
11933         exclude: minor fix
11934         * lib/exclude.c: Include wctype.h
11935
11936 2009-09-06  Akim Demaille  <demaille@gostai.com>
11937
11938         bootstrap: improve error message
11939         * build-aux/bootstrap (find_tool): Upon failure, report the list
11940         of candidates.
11941         Honor the initial value of the envvar.
11942
11943 2009-09-05  Eric Blake  <ebb9@byu.net>
11944
11945         symlinkat: new module
11946         * modules/symlinkat: New file.
11947         * lib/symlinkat.c: Likewise.
11948         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11949         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11950         * modules/unistd (Makefile.am): Use them.
11951         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11952         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11953         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11954         * MODULES.html.sh (File system functions): Mention module.
11955         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11956         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11957         * modules/symlinkat-tests: New test.
11958         * tests/test-symlinkat.c: Likewise.
11959
11960         test-openat-safer: add more checks
11961         * tests/test-openat-safer.c (main): Check more code paths.
11962
11963 2009-09-05  Jim Meyering  <meyering@redhat.com>
11964
11965         syntax-check: detect unnecessary inclusion of openat.h
11966         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11967
11968 2009-09-05  Bruno Haible  <bruno@clisp.org>
11969
11970         Support towlower, towupper.
11971         * doc/posix-functions/towlower.texi: Mention module wctype.
11972         * doc/posix-functions/towupper.texi: Likewise.
11973         * lib/wctype.in.h (towlower, towupper): New functions.
11974         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11975         (ASSERT): New macro.
11976         (e): New variable.
11977         (main): Test also towlower, towupper. Test WEOF argument.
11978         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11979
11980 2009-09-05  Bruno Haible  <bruno@clisp.org>
11981
11982         Fix conversion behaviour when the input is invalid.
11983         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11984         mark occurring in first pass of indirect conversion.
11985         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11986         input.
11987         Found by clang's static analyzer.
11988
11989 2009-09-05  Bruno Haible  <bruno@clisp.org>
11990
11991         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11992         where direct conversion is possible.
11993
11994 2009-09-04  Eric Blake  <ebb9@byu.net>
11995
11996         openat: fail with ENOENT on empty name
11997         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11998         buffer.
11999
12000         link-follow: fix logic bug in prior patch
12001         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
12002         reversed sense of yes and no in prior patch.  Avoid confusing
12003         compilation failure with desired semantics.
12004
12005         link-follow: accomodate mingw and cross-compilation
12006         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
12007         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
12008         cross-compilation results to -1, to make linkat easier to
12009         implement when cross-compiling.  Trivially support mingw.
12010         * modules/link-follow (configure.ac): Call new name.
12011         * NEWS: Mention this.
12012
12013 2009-09-03  Eric Blake  <ebb9@byu.net>
12014
12015         faccessat: compile replacement
12016         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
12017         needed.
12018
12019         fts: fix compilation error
12020         * lib/fts.c (includes): Re-add "openat.h", for
12021         openat_needs_fchdir.
12022
12023         faccessat: new module
12024         * modules/faccessat: New file.
12025         * lib/faccessat.c: Likewise.
12026         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12027         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12028         * modules/unistd (Makefile.am): Use it.
12029         * lib/unistd.in.h (faccessat): Declare it.
12030         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
12031         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
12032         * MODULES.html.sh (File system functions): Mention it.
12033         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
12034         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
12035
12036         euidaccess: prefer POSIX over non-standard implementation
12037         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
12038         * lib/euidaccess.c (euidaccess): Use it if available.
12039
12040         openat: make template easier to use
12041         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12042         AT_FUNC_F2 to be undefined.
12043         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12044         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12045         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12046         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12047         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12048         Likewise.
12049         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12050         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12051         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12052         Likewise.
12053
12054         openat: declare in POSIX headers
12055         * NEWS: Mention this.
12056         * modules/openat (configure.ac): Declare witnesses.
12057         (Depends-on): Add fcntl-h, sys_stat, unistd.
12058         (Include): Mention correct headers.
12059         * modules/fcntl-h (Depends-on): Add link-warning.
12060         (Files): Add openat.m4.
12061         (Makefile.am): Substitute witnesses.
12062         * modules/sys_stat (Files, Makefile.am): Likewise.
12063         * modules/unistd (Files, Makefile.am): Likewise.
12064         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12065         (gl_OPENAT_DEFAULTS): New macro.
12066         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12067         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12068         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12069         (SYS_STAT_H): Remove unused variable.
12070         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12071         * lib/fcntl--.h (includes): Remove unneeded header.
12072         * lib/openat-safer.c (includes): Likewise.
12073         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12074         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12075         appropriate headers.
12076         (__OPENAT_PREFIX): Delete.
12077         * lib/fcntl.in.h (openat): Provide declaration.
12078         (AT_FDCWD): Fix Solaris bug.
12079         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12080         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12081         * lib/fchmodat.c (includes):  Adjust to find declaration.
12082         * lib/fchownat.c (includes): Likewise.
12083         * lib/mkdirat.c (includes): Likewise.
12084         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12085         still visible.
12086
12087 2009-09-02  Eric Blake  <ebb9@byu.net>
12088
12089         errno: use consistently
12090         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12091         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12092         * lib/canonicalize.c (ELOOP): Likewise.
12093         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12094         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12095         * lib/lchown.c (EOPNOTSUPP): Likewise.
12096         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12097         * lib/savewd.c (ESTALE): Likewise.
12098         * lib/settime.c (ENOSYS): Likewise.
12099         * lib/utimens.c (ENOSYS): Likewise.
12100         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12101         * lib/chdir-safer.c (ELOOP): Likewise.
12102         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12103         * modules/c-stack (Depends-on): Add errno.
12104         * modules/canonicalize (Depends-on): Likewise.
12105         * modules/chdir-safer (Depends-on): Likewise.
12106         * modules/fdopendir (Depends-on): Likewise.
12107         * modules/inet_ntop (Depends-on): Likewise.
12108         * modules/inet_pton (Depends-on): Likewise.
12109         * modules/lchown (Depends-on): Likewise.
12110         * modules/openat (Depends-on): Likewise.
12111         * modules/savewd (Depends-on): Likewise.
12112         * modules/settime (Depends-on): Likewise.
12113         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12114
12115         fts: avoid leaking fds
12116         * modules/fts (Depends-on): Add cloexec.
12117         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12118         flag.
12119
12120         fts: make directory fds more robust
12121         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12122         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12123
12124         backupfile, chdir-long, fts, savedir: make safer
12125         * lib/backupfile.c (includes): Use "dirent--.h", since
12126         numbered_backup can write to stderr during readdir.
12127         * lib/savedir.c (includes): Likewise.
12128         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12129         emulation can write to stderr on failure.
12130         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12131         * lib/getcwd.c: Document why opendir_safer is unused.
12132         * lib/glob.c: Likewise.
12133         * lib/scandir.c: Likewise.
12134         * lib/openat-proc.c: Likewise, for open_safer.
12135         * modules/backupfile (Depends-on): Add dirent-safer.
12136         * modules/savedir (Depends-on): Likewise.
12137         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12138         * modules/chdir-long (Depends-on): Add openat-safer.
12139
12140         openat-safer: new module
12141         * modules/openat-safer: New file.
12142         * lib/openat-safer.c: Likewise.
12143         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12144         * lib/fcntl-safer.h (openat_safer): Declare.
12145         * lib/fcntl--.h (openat): Override.
12146         * MODULES.html.sh (File descriptor based I/O): Mention it.
12147         * lib/openat.h: Add double-inclusion guards.
12148         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12149         "fcntl--.h", so we can implement openat.
12150         * modules/openat-safer-tests: New test.
12151         * tests/test-openat-safer.c: New file.
12152
12153         dirent-safer: new module
12154         * modules/dirent-safer: New file.
12155         * lib/dirent--.h: Likewise.
12156         * lib/dirent-safer.h: Likewise.
12157         * lib/opendir-safer.c: Likewise.
12158         * m4/dirent-safer.m4: Likewise.
12159         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12160         * modules/dirent-safer-tests: New test.
12161         * tests/test-dirent-safer.c: New file.
12162         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12163
12164         fdopendir: optimize on mingw
12165         * lib/unistd.in.h (_gl_directory_name): New prototype.
12166         * lib/fchdir.c (_gl_directory_name): Implement it.
12167         (fchdir): Use it to simplify implementation.
12168         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12169         fchdir, when available, to avoid calling [f]chdir().
12170
12171         fdopendir: split into its own module
12172         * lib/openat.c (fdopendir): Move...
12173         * lib/fdopendir.c: ...into new file.
12174         * modules/fdopendir: New module.
12175         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12176         * modules/openat (Depends-on): Add fdopendir.
12177         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12178         fdopendir here.
12179         * modules/savedir (Depends-on): Only need fdopendir, not full
12180         openat.
12181         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12182         * lib/openat.h (fdopendir): Drop prototype.
12183         * lib/dirent.in.h (fdopendir): Provide prototype.
12184         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12185         * modules/dirent (Makefile.am): Substitute them.
12186         * MODULES.html.sh (File system functions): Mention it.
12187         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12188         * modules/fdopendir-tests: New file.
12189         * tests/test-fdopendir.c: Likewise.
12190
12191         fchdir: use more consistent macro convention
12192         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12193         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12194         REPLACE_FCHDIR, rather than relying on config.h macros.
12195         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12196         inside a single make-time REPLACE_FCHDIR block, rather than using
12197         the config.h FCHDIR_REPLACEMENT.
12198         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12199         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12200         Manage fstat replacement.
12201         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12202         REPLACE_FCHDIR.
12203         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12204         (Makefile.am): Substitute REPLACE_FCHDIR.
12205         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12206         FCHDIR_REPLACEMENT.
12207         * lib/dup-safer.c (dup_safer): Likewise.
12208         * lib/dup2.c (rpl_dup2): Likewise.
12209         * lib/dup3.c (rpl_dup3): Likewise.
12210         * lib/open.c (rpl_open): Likewise.
12211
12212         fchdir: simplify error handling, and support dup3
12213         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12214         stdbool, malloc-posix, realloc-posix.
12215         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12216         (ensure_dirs_slot): Return false on allocation failure.
12217         (rpl_dup2): Delete.
12218         (_gl_register_dup): New function.
12219         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12220         (_gl_register_fd): Close fd on allocation failure.
12221         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12222         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12223         prototype.
12224         (rpl_dup2_fchdir): Delete prototype.
12225         * lib/open.c (open): Update caller.
12226         * lib/dup2.c (dup2): Track fchdir metadata.
12227         * lib/dup3.c (dup3): Likewise.
12228         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12229         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12230
12231 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12232
12233         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12234         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12235         don't pass arguments to AC_OUTPUT.
12236
12237 2009-09-02  Bruno Haible  <bruno@clisp.org>
12238
12239         * modules/mkdtemp (License): Relicense under LGPLv2+.
12240         Reported by Paolo Bonzini.
12241
12242 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12243
12244         Replace uses of obsolete autoconf macros in Jim's modules.
12245         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12246         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12247         can evoke a warning from autoconf when run with -Wobsolete
12248         enabled.  They were declared obsolete for good reasons (see
12249         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12250         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12251         should not continue using the deprecated macros.
12252         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12253         obsolete Autoconf macros with modern counterparts.
12254         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12255         * m4/dos.m4 (gl_AC_DOS): Likewise.
12256         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12257         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12258         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12259         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12260         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12261         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12262         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12263         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12264         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12265         Likewise.
12266         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12267         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12268         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12269         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12270         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12271         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12272
12273 2009-09-01  Eric Blake  <ebb9@byu.net>
12274
12275         fchdir: fix off-by-one bug in previous patch
12276         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12277         (_gl_unregister_fd): Delete useless if.
12278
12279 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12280
12281         maint.mk: sort the list of syntax-check rules
12282         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12283         easier to get a sense of progress when the rules are run sequentially
12284         and take a long time.
12285
12286 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12287
12288         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12289         * modules/netinet_in: Likewise.
12290         * modules/sys_file: Likewise.
12291         * modules/sys_ioctl: Likewise.
12292         * modules/sys_select: Likewise.
12293         * modules/sys_socket: Likewise.
12294         * modules/sys_stat: Likewise.
12295         * modules/sys_time: Likewise.
12296         * modules/sys_times: Likewise.
12297         * modules/sys_utsname: Likewise.
12298         * modules/sys_wait: Likewise.
12299
12300 2009-09-01  Jim Meyering  <meyering@redhat.com>
12301
12302         fts: help ensure that return values are not ignored
12303         * lib/fts_.h (__GNUC_PREREQ): Define.
12304         (__attribute_warn_unused_result__): Define.
12305         (fts_children, fts_close, fts_open, fts_read): Declare with
12306         __attribute_warn_unused_result__.
12307
12308         fts: fts_close now fails also when closing a dir file descriptor fails
12309         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12310         and propagate to caller, along with errno.
12311
12312         announce-gen: correct formatting in --help output
12313         * build-aux/announce-gen (usage): Move the one-line description in
12314         --help output "up", to where it belongs, just after Usage:.
12315
12316 2009-08-31  Eric Blake  <ebb9@byu.net>
12317
12318         fchdir: port to mingw
12319         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12320         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12321         opened, then use a substitute.
12322         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12323         replacement.
12324         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12325         (_gl_register_fd): No need to check stat if open already filters
12326         all directories.
12327         (fchdir): Fix error condition to match POSIX.
12328         * modules/fchdir (Depends-on): Add sys_stat.
12329         * doc/posix-functions/open.texi (open): Document the limitation.
12330         * modules/fchdir-tests: New file.
12331         * tests/test-fchdir.c: Likewise.
12332
12333         canonicalize: allow cross-testing from cygwin to mingw
12334         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12335         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12336         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12337         Likewise.
12338         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12339         target does not support symlinks.
12340         * tests/test-canonicalize-lgpl.sh: Likewise.
12341
12342         chown: avoid compilation warning on mingw
12343         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12344         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12345         mingw.
12346         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12347         * modules/chown (Depends-on): Add errno.
12348
12349 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12350
12351         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12352         command.
12353
12354 2009-08-31  Jim Meyering  <meyering@redhat.com>
12355
12356         canonicalize: remove useless initialization
12357         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12358         initialization of local, "end".
12359
12360 2009-08-30  Bruno Haible  <bruno@clisp.org>
12361
12362         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12363         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12364         ENOSYS.
12365
12366 2009-08-30  Bruno Haible  <bruno@clisp.org>
12367
12368         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12369         /usr/xpg4/bin/tr when it exists.
12370         * tests/test-pipe-filter-gi1.sh: Likewise.
12371
12372 2009-08-30  Bruno Haible  <bruno@clisp.org>
12373
12374         Work around deficient /usr/bin/id program on Solaris.
12375         * tests/test-file-has-acl.sh (ID): New variable.
12376         * tests/test-set-mode-acl.sh (ID): Likewise.
12377         * tests/test-copy-acl.sh (ID): Likewise.
12378         * tests/test-copy-file.sh (ID): Likewise.
12379
12380 2009-08-30  Bruno Haible  <bruno@clisp.org>
12381
12382         New module 'xstriconveh'.
12383         * lib/xstriconveh.h: New file.
12384         * lib/xstriconveh.c: New file.
12385         * modules/xstriconveh: New file.
12386
12387 2009-08-30  Bruno Haible  <bruno@clisp.org>
12388
12389         Make it easier to use mem_cd_iconveh.
12390         * lib/striconveh.h (iconveh_t): New type.
12391         (iconveh_open, iconveh_close): New declarations.
12392         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12393         with a single 'const iconveh_t *' argument.
12394         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12395         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12396         with a single 'const iconveh_t *' argument.
12397         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12398         * tests/test-striconveh.c (main): Update.
12399         * NEWS: Mention the change.
12400
12401 2009-08-30  Bruno Haible  <bruno@clisp.org>
12402
12403         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12404         problem.
12405
12406 2009-08-30  Bruno Haible  <bruno@clisp.org>
12407
12408         Work around iconv_open problem on Solaris.
12409         * lib/iconv_open-solaris.gperf: New file.
12410         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12411         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12412         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12413         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12414         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12415         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12416
12417 2009-08-29  Jim Meyering  <meyering@redhat.com>
12418
12419         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12420         * top/maint.mk (cvs-check): Remove target; it was just an alias
12421         to the better-named vc-diff-check.
12422         (maintainer-distcheck): Remove rule.  It was used only from
12423         the (alpha/beta/major) target, and all of its commands but one
12424         were coreutils-specific.
12425         (vc-dist): Remove rule.
12426         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12427         Run vc-diff-check, not vc-dist.
12428         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12429
12430 2009-08-27  Bruno Haible  <bruno@clisp.org>
12431
12432         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12433         of 0.
12434
12435 2009-08-27  Bruno Haible  <bruno@clisp.org>
12436
12437         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12438         compilers.
12439         * doc/func.texi: Document the SunPRO C bug.
12440
12441 2009-08-27  Bruno Haible  <bruno@clisp.org>
12442
12443         Fix link error on Solaris.
12444         * tests/test-parse-duration.c (xstrdup): Remove function.
12445
12446 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12447
12448         ignore-value: handle pointer types, too
12449         * lib/ignore-value.h (__attribute__): Remove definition.
12450         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12451         of a more concise and more-often effective "(void) i" statement.
12452         (ignore_ptr): New function to suppress warnings from functions that
12453         return pointers, and to make it explicit that one function doesn't
12454         handle all cases.
12455
12456 2009-08-25  Bruno Haible  <bruno@clisp.org>
12457
12458         dup2: work around a Linux bug.
12459         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12460         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12461         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12462         Reported by Simon Josefsson.
12463
12464 2009-08-25  Jim Meyering  <meyering@redhat.com>
12465
12466         libguestfs uses gnulib
12467         * users.txt: Add libguestfs.
12468
12469 2009-08-24  Eric Blake  <ebb9@byu.net>
12470
12471         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12472         * lib/pipe2.c (includes): Add binary-io.h.
12473         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12474
12475 2009-08-24  Bruno Haible  <bruno@clisp.org>
12476
12477         Tolerate declared but missing accept4 syscall.
12478         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12479         available.
12480         * lib/sys_socket.in.h (accept4): If the function is already present,
12481         override it.
12482         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12483         * modules/accept4 (Makefile.am): Compile accept4.c always.
12484         Reported by Paolo Bonzini and Eric Blake.
12485
12486 2009-08-23  Bruno Haible  <bruno@clisp.org>
12487
12488         New module 'accept4'.
12489         * lib/sys_socket.in.h (accept4): New declaration.
12490         * lib/accept4.c: New file.
12491         * m4/accept4.m4: New file.
12492         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12493         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12494         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12495         HAVE_ACCEPT4.
12496         * modules/accept4: New file.
12497         * doc/glibc-functions/accept4.texi: Mention the new module.
12498
12499 2009-08-24  Jim Meyering  <meyering@redhat.com>
12500
12501         progname: also set global program_invocation_name, when possible
12502         Before this change, a libtool-enabled program that calls glibc's
12503         error function would report the program name as
12504         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12505         * modules/progname (configure.ac): Check for a declaration of
12506         program_invocation_name.
12507         * lib/progname.c:  Include <errno.h>.
12508         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12509         Set program_invocation_name.
12510
12511 2009-08-23  Bruno Haible  <bruno@clisp.org>
12512
12513         * lib/dup3.c: Include <string.h>.
12514
12515 2009-08-23  Bruno Haible  <bruno@clisp.org>
12516
12517         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12518         * lib/pipe2.c (pipe2): Likewise.
12519         Suggested by Eric Blake.
12520
12521 2009-08-23  Bruno Haible  <bruno@clisp.org>
12522
12523         Tolerate declared but missing dup3 syscall.
12524         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12525         * lib/unistd.in.h (dup3): If the function is already present,
12526         override it.
12527         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12528         * modules/dup3 (Makefile.am): Compile dup3.c always.
12529         Reported by Paolo Bonzini.
12530
12531 2009-08-23  Bruno Haible  <bruno@clisp.org>
12532
12533         Tolerate declared but missing pipe2 syscall.
12534         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12535         available.
12536         * lib/unistd.in.h (pipe2): If the function is already present,
12537         override it.
12538         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12539         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12540         Reported by Paolo Bonzini.
12541
12542 2009-08-23  Bruno Haible  <bruno@clisp.org>
12543
12544         * lib/pipe2.c (pipe2): Move #ifs inside function.
12545
12546 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12547
12548         quotearg: document limitations of quote_these_too
12549         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12550         those limitations are created.
12551         * lib/quotearg.h (set_char_quoting): Document that digits and
12552         letters that are special after backslash are not permitted.
12553         (quotearg_char): Cross-reference set_char_quoting documentation.
12554
12555 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12556
12557         quotearg: implement custom_quoting_style
12558         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12559         right_quote fields.
12560         (set_custom_quoting): New public function.
12561         (quotearg_buffer_restyled): Add left_quote and right_quote
12562         arguments, handle them very much like locale quoting, and update
12563         all uses.
12564         (quotearg_n_custom): New public function.
12565         (quotearg_n_custom_mem): New public function.
12566         (quotearg_custom): New public function.
12567         (quotearg_custom_mem): New public function.
12568         * lib/quotearg.h: Prototype and document new public functions.
12569         (enum quoting_style): For escape_quoting_style and
12570         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12571         ignored even though they're otherwise like c_quoting_style.
12572         Add custom_quoting_style member and document with comparison to
12573         clocale_quoting_style.
12574         * tests/test-quotearg.c (custom_quotes): New array.
12575         (custom_results): New array.
12576         (main): Extend to test custom quoting.
12577
12578 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12579
12580         quotearg: fix right quote escaping when it's in quote_these_too
12581         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12582         quote, be sure to prepend only one backslash.
12583         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12584         (main): Test it.
12585
12586 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12587
12588         quotearg-tests: test escaping of embedded locale quotes
12589         * tests/test-quotearg.c (struct result_strings): Add member for
12590         new input.
12591         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12592         (inputs): Add new input.
12593         (results_g): Add expected results.
12594         (flag_results): Likewise.
12595         (locale_results): Likewise.
12596         (compare_strings): Check those.
12597
12598 2009-08-23  Bruno Haible  <bruno@clisp.org>
12599
12600         Tests for module 'dup3'.
12601         * modules/dup3-tests: New file.
12602         * tests/test-dup3.c: New file.
12603
12604         New module 'dup3'.
12605         * lib/unistd.in.h (dup3): New declaration.
12606         * lib/dup3.c: New file.
12607         * m4/dup3.m4: New file.
12608         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12609         HAVE_DUP3.
12610         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12611         * modules/dup3: New file.
12612         * doc/glibc-functions/dup3.texi: Mention the new module.
12613
12614 2009-08-23  Bruno Haible  <bruno@clisp.org>
12615
12616         Tweak the dup2 test.
12617         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12618         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12619         the test file is still empty. Fix argument order of lseek.
12620
12621 2009-08-23  Bruno Haible  <bruno@clisp.org>
12622
12623         Avoid test link errors when the modules getopt-gnu, gettext are used.
12624         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12625         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12626
12627 2009-08-23  Bruno Haible  <bruno@clisp.org>
12628
12629         Fix getdtablesize() on mingw.
12630         * lib/getdtablesize.c (getdtablesize): Implement differently.
12631         * lib/unistd.in.h (getdtablesize): Improve comment.
12632
12633 2009-08-23  Bruno Haible  <bruno@clisp.org>
12634
12635         New module 'mkostemp'.
12636         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12637         * lib/stdlib.in.h (mksotemp): New declaration.
12638         * lib/mkostemp.c: New file, from glibc with modifications.
12639         * lib/tempname.h (GT_FILE): Remove outdated comment.
12640         (gen_tempname): Add flags argument.
12641         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12642         (__GT_FILE): Map to 1.
12643         (small_open, large_open): Remove macros.
12644         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12645         * lib/mkstemp.c (mkstemp): Update.
12646         * lib/mkdtemp.c (mkdtemp): Likewise.
12647         * m4/mkostemp.m4: New file.
12648         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12649         HAVE_MKOSTEMP.
12650         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12651         HAVE_MKOSTEMP.
12652         * modules/mkostemp: New file, based on modules/mkstemp.
12653         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12654         * NEWS: Mention the change.
12655
12656 2009-08-23  Bruno Haible  <bruno@clisp.org>
12657
12658         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12659         Reported by Eric Blake.
12660
12661 2009-08-23  Bruno Haible  <bruno@clisp.org>
12662
12663         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12664         Reported by Eric Blake.
12665
12666 2009-08-23  Bruno Haible  <bruno@clisp.org>
12667
12668         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12669         * modules/pipe2 (Depends-on): Likewise.
12670
12671 2009-08-23  Eric Blake  <ebb9@byu.net>
12672
12673         fcntl-h: add O_TTY_INIT support
12674         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12675         * tests/test-fcntl-h.c (o): Test it.
12676         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12677
12678         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12679         * modules/fcntl: Move <fcntl.h> header replacement...
12680         * modules/fcntl-h: ...to new name, so as not to collide with
12681         like-named function.
12682         * tests/test-fcntl.c: Rename...
12683         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12684         * modules/fcntl-tests: Rename...
12685         * modules/fcntl-h-tests: ...to this.  Update test file name.
12686         * modules/chdir-long (Depends-on): Update clients.
12687         * modules/chdir-safer (Depends-on): Likewise.
12688         * modules/fcntl-safer (Depends-on): Likewise.
12689         * modules/fts (Depends-on): Likewise.
12690         * modules/mkancesdirs (Depends-on): Likewise.
12691         * modules/mkdir-p (Depends-on): Likewise.
12692         * modules/open (Depends-on): Likewise.
12693         * modules/savewd (Depends-on): Likewise.
12694         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12695         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12696
12697 2009-08-22  Bruno Haible  <bruno@clisp.org>
12698
12699         * modules/binary-io (License): Relicense under LGPL.
12700         * modules/pipe2 (License): Likewise.
12701
12702 2009-08-22  Bruno Haible  <bruno@clisp.org>
12703
12704         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12705         return value.
12706         * lib/pipe-filter-gi.c (filter_init): Likewise.
12707         Reported by Eric Blake.
12708
12709 2009-08-22  Bruno Haible  <bruno@clisp.org>
12710
12711         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12712         * modules/pipe (Depends-on): Add pipe2.
12713
12714 2009-08-22  Bruno Haible  <bruno@clisp.org>
12715
12716         Tests for module 'pipe2'.
12717         * modules/pipe2-tests: New file.
12718         * tests/test-pipe2.c: New file.
12719
12720         New module 'pipe2'.
12721         * lib/unistd.in.h (pipe2): New declaration.
12722         * lib/pipe2.c: New file.
12723         * m4/pipe2.m4: New file.
12724         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12725         HAVE_PIPE2.
12726         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12727         * modules/pipe2: New file.
12728         * doc/glibc-functions/pipe2.texi: Mention the new module.
12729
12730 2009-08-22  Bruno Haible  <bruno@clisp.org>
12731
12732         Reference some new glibc functions.
12733         * doc/glibc-functions/accept4.texi: New file.
12734         * doc/glibc-functions/dup3.texi: New file.
12735         * doc/glibc-functions/mkostemp.texi: New file.
12736         * doc/glibc-functions/pipe2.texi: New file.
12737         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12738         (Glibc sys/socket.h): Refer to accept4.
12739         (Glibc unistd.h): Refer to dup3, pipe2.
12740         Reported by Eric Blake.
12741
12742 2009-08-22  Jim Meyering  <meyering@redhat.com>
12743             Bruno Haible  <bruno@clisp.org>
12744
12745         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12746         This makes it so packages using automake-1.11's silent-rules option
12747         can print e.g., a single "GEN    configmake.h" line, rather than
12748         the 30+ statements that perform the job.  If you want to see the
12749         actual commands, you can still run "make V=1".
12750         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12751         so that make output is abbreviated when those variables are defined
12752         appropriately.
12753         * modules/argz: Likewise.
12754         * modules/arpa_inet: Likewise.
12755         * modules/byteswap: Likewise.
12756         * modules/configmake: Likewise.
12757         * modules/dirent: Likewise.
12758         * modules/errno: Likewise.
12759         * modules/fcntl: Likewise.
12760         * modules/float: Likewise.
12761         * modules/fnmatch: Likewise.
12762         * modules/getopt-posix: Likewise.
12763         * modules/glob: Likewise.
12764         * modules/iconv_open: Likewise.
12765         * modules/inttypes: Likewise.
12766         * modules/localcharset: Likewise.
12767         * modules/locale: Likewise.
12768         * modules/math: Likewise.
12769         * modules/netdb: Likewise.
12770         * modules/netinet_in: Likewise.
12771         * modules/poll: Likewise.
12772         * modules/posix_spawnp-tests: Likewise.
12773         * modules/sched: Likewise.
12774         * modules/search: Likewise.
12775         * modules/selinux-h: Likewise.
12776         * modules/signal: Likewise.
12777         * modules/spawn: Likewise.
12778         * modules/stdarg: Likewise.
12779         * modules/stdbool: Likewise.
12780         * modules/stddef: Likewise.
12781         * modules/stdint: Likewise.
12782         * modules/stdio: Likewise.
12783         * modules/stdlib: Likewise.
12784         * modules/string: Likewise.
12785         * modules/strings: Likewise.
12786         * modules/sys_file: Likewise.
12787         * modules/sys_ioctl: Likewise.
12788         * modules/sys_select: Likewise.
12789         * modules/sys_socket: Likewise.
12790         * modules/sys_stat: Likewise.
12791         * modules/sys_time: Likewise.
12792         * modules/sys_times: Likewise.
12793         * modules/sys_utsname: Likewise.
12794         * modules/sys_wait: Likewise.
12795         * modules/sysexits: Likewise.
12796         * modules/time: Likewise.
12797         * modules/unistd: Likewise.
12798         * modules/wchar: Likewise.
12799         * modules/wctype: Likewise.
12800
12801 2009-08-22  Jim Meyering  <meyering@redhat.com>
12802
12803         announce-gen: detect write failure
12804         * build-aux/announce-gen: Add Coda at end.
12805         Remove equivalent-but-more-verbose block at top.
12806
12807 2009-08-19  Akim Demaille  <demaille@gostai.com>
12808
12809         bootstrap: --help to stdout.
12810         * bootstrap (usage): Don't send --help to stderr.
12811         Use a here doc instead of a long string.
12812
12813 2009-08-21  Eric Blake  <ebb9@byu.net>
12814
12815         test-popen-safer: split from test-popen
12816         * tests/test-popen.c (main): Move...
12817         * tests/test-popen.h: ...into new file.
12818         * tests/test-popen-safer2.c: New file.
12819         * modules/popen-tests (Files): Add test-popen.h.
12820         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12821         Suggested by Bruno Haible.
12822
12823         test-fcntl-safer: split from test-open
12824         * tests/test-open.c (main): Move...
12825         * tests/test-open.h: ...into new file.
12826         * tests/test-fcntl-safer.c: New file.
12827         * modules/open-tests (Files): Add test-open.h.
12828         * modules/fcntl-safer-tests: New file.
12829         Suggested by Bruno Haible.
12830
12831         test-fopen-safer: split from test-fopen
12832         * tests/test-fopen.c (main): Move...
12833         * tests/test-fopen.h: ...into new file.
12834         * tests/test-fopen-safer.c: New file.
12835         * modules/fopen-tests (Files): Add test-fopen.h.
12836         * modules/fopen-safer-tests: New file.
12837         Suggested by Bruno Haible.
12838
12839 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12840
12841         popen-safer: test O_CLOEXEC at run-time.
12842         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12843
12844 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12845
12846         fcntl: move more flags to the header
12847         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12848         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12849         * lib/fcntl.in.h: Do both things here.
12850
12851 2009-08-21  Jim Meyering  <meyering@redhat.com>
12852
12853         consistently remove $@-t before redirecting to it
12854         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12855         * modules/alloca-opt: Likewise.
12856         * modules/byteswap: Likewise.
12857         * modules/fnmatch: Likewise.
12858         * modules/getopt-posix: Likewise.
12859         * modules/glob: Likewise.
12860         * modules/poll: Likewise.
12861         * modules/posix_spawnp-tests: Likewise.
12862         * modules/sys_socket: Likewise.
12863         * modules/sysexits: Likewise.
12864
12865 2009-08-21  Eric Blake  <ebb9@byu.net>
12866
12867         popen: simplify access to original popen
12868         * lib/popen.c (rpl_popen): No need to worry about popen being a
12869         macro.
12870         Reported by Bruno Haible.
12871
12872 2009-08-20  Eric Blake  <ebb9@byu.net>
12873
12874         build: avoid some compiler warnings
12875         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12876         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12877         type.
12878         (new_exclude_segment, excluded_file_pattern_p)
12879         (excluded_file_name_p): Reduce scope.
12880         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12881         old-style declaration.
12882
12883 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12884
12885         * tests/test-exclude1.sh: Handle Windows EOL.
12886         * tests/test-exclude2.sh: Likewise.
12887         * tests/test-exclude3.sh: Likewise.
12888         * tests/test-exclude4.sh: Likewise.
12889         * tests/test-exclude5.sh: Likewise.
12890         * tests/test-exclude6.sh: Likewise.
12891         * tests/test-exclude7.sh: Likewise.
12892
12893 2009-08-19  Akim Demaille  <demaille@gostai.com>
12894
12895         bootstrap: find sha1sum when named gsha1sum.
12896         * bootstrap (find_tool): New.
12897         ($SHA1SUM): New.
12898         Use it.
12899
12900 2009-08-20  Jim Meyering  <meyering@redhat.com>
12901
12902         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12903         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12904         expression that converts "." in a file name to "\." in the resulting
12905         regexp.  Start with a dummy statement, so that prior shell variable
12906         definitions are expanded portably.  Reported by Simon Josefsson.
12907
12908 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12909
12910         Fix polling for writeability of a screen buffer.
12911         * lib/poll.c: Distinguish input and screen buffers for the
12912         Win32 implementation.
12913         * lib/select.c: Likewise.
12914
12915 2009-08-19  Eric Blake  <ebb9@byu.net>
12916
12917         popen-safer: prevent popen from clobbering std descriptors
12918         * modules/popen-safer: New file.
12919         * lib/popen-safer.c: Likewise.
12920         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12921         * lib/stdio--.h (popen): Provide override.
12922         * lib/stdio-safer.h (popen_safer): Provide declaration.
12923         * tests/test-popen.c (includes): Partially test this.
12924         * modules/popen-safer-tests: New file, for more tests.
12925         * tests/test-popen-safer.c: Likewise.
12926         * MODULES.html.sh (file stream based Input/Output): Mention it.
12927
12928         tests: test some of the *-safer modules
12929         * modules/fopen-safer (Depends-on): Add fopen.
12930         * modules/fcntl-safer (Depends-on): Add fcntl.
12931         * modules/stdlib-safer (Depends-on): Add stdlib.
12932         (configure.ac): Set indicator.
12933         * modules/unistd-safer (configure.ac): Likewise.
12934         * modules/tmpfile-safer (configure.ac): Likewise.
12935         (Depends-on): Add tmpfile.
12936         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12937         active.
12938         * tests/test-fopen.c (includes): Test safer versions when they are
12939         in use.
12940         * tests/test-open.c (includes): Likewise.
12941
12942         popen: fix cygwin 1.5 bug when stdin closed
12943         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12944         * modules/popen: New file.
12945         * modules/popen-tests: Likewise.
12946         * tests/test-popen.c: Likewise.
12947         * m4/popen.m4: Likewise.
12948         * lib/popen.c: Likewise.
12949         * lib/stdio.in.h (popen): New declaration.
12950         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12951         * modules/stdio (Makefile.am): Likewise.
12952         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12953
12954 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12955
12956         maint.mk: give full control over update-copyright exclusions
12957         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12958         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12959         (update-copyright): Don't force inclusion of top-level
12960         ChangeLog.  Don't force exclusion of all COPYING files, but make
12961         them the default exclusion instead.
12962
12963 2009-08-16  Bruno Haible  <bruno@clisp.org>
12964
12965         Fix test failures on Solaris 10.
12966         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12967         tests when Solaris iconv() is used.
12968         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12969         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12970         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12971         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12972         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12973
12974 2009-08-16  Bruno Haible  <bruno@clisp.org>
12975
12976         Fix test failures on Solaris 10.
12977         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12978         'tr' program and pass it as first argument.
12979         * tests/test-pipe-filter-gi1.sh: Likewise.
12980         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12981         program as first argument.
12982         * tests/test-pipe-filter-gi1.c (main): Likewise.
12983
12984 2009-08-16  Eric Blake  <ebb9@byu.net>
12985
12986         fpurge: fix previous commits
12987         * modules/fpurge (Makefile.am): Make replacement conditional,
12988         partially reverting 2007-04-29 change; missed in previous
12989         attempt.
12990         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12991         is missing.
12992
12993 2009-08-16  Bruno Haible  <bruno@clisp.org>
12994
12995         Clarify fpurge's effect on the file position.
12996         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12997         * tests/test-fpurge.c (main): Make a second pass for checking the file
12998         position.
12999
13000 2009-08-16  Bruno Haible  <bruno@clisp.org>
13001
13002         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
13003         declaration of fpurge is missing.
13004         * tests/test-fpurge.c (main): Check that the file has not more contents
13005         than expected. Close the file before removing it.
13006
13007 2009-08-15  Eric Blake  <ebb9@byu.net>
13008
13009         fpurge: don't wrap working cygwin implementation
13010         * lib/fpurge.c (fpurge): Fix comment typo.
13011         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
13012         1.7 to avoid replacement.
13013         * tests/test-fpurge.c (main): Enhance test.
13014
13015 2009-08-15  Eric Blake  <ebb9@byu.net>
13016         and Jim Meyering  <meyering@redhat.com>
13017
13018         test-update-copyright: skip if perl is insufficient
13019         * tests/test-update-copyright.sh: Failure to run maintainer tool
13020         should not cause testsuite failure on cygwin 1.5.
13021
13022 2009-08-14  Eric Blake  <ebb9@byu.net>
13023
13024         doc: mention more functions added in cygwin 1.7.0
13025         * doc/posix-headers/limits.texi (limits.h): Update for recent
13026         cygwin additions.
13027         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
13028         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
13029         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
13030         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
13031         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
13032
13033 2009-08-14  Eric Blake  <ebb9@byu.net>
13034
13035         maint.mk: simplify update-copyright rule
13036         * top/maint.mk (update-copyright-local): Delete, and document how
13037         to do it in cfg.mk instead.
13038         (update-copyright-exclude-regexp): Delete, and document how to do
13039         it in .x-update-copyright instead.
13040         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13041         exclude ChangeLog.
13042
13043 2009-08-14  Bruno Haible  <bruno@clisp.org>
13044
13045         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13046
13047 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13048
13049         maint.mk: support update-copyright-env
13050         * top/maint.mk (update-copyright-env): Define place-holder.
13051         (update-copyright): Expand $(update-copyright-env) before
13052         invoking update-copyright.
13053
13054 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13055
13056         update-copyright: implement forced reformatting
13057         * build-aux/update-copyright: Implement and document
13058         UPDATE_COPYRIGHT_FORCE.
13059         * tests/test-update-copyright.sh: Test it.
13060
13061 2009-08-14  Eric Blake  <ebb9@byu.net>
13062         and Bruno Haible  <bruno@clisp.org>
13063
13064         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13065         * tests/test-locale.c: Revert previous patch related to NULL.
13066         * tests/test-stdio.c: Likewise.
13067         * tests/test-stdlib.c: Likewise.
13068         * tests/test-string.c: Likewise.
13069         * tests/test-unistd.c: Likewise.
13070         * modules/time-tests (Depends-on): Add verify.
13071         * modules/wchar-tests (Depends-on): Likewise.
13072         * tests/test-time.c: Test for NULL compliance.
13073         * tests/test-wchar.c: Likewise.
13074         * modules/locale (Depends-on): Add stddef.
13075         * modules/stdio (Depends-on): Likewise.
13076         * modules/stdlib (Depends-on): Likewise.
13077         * modules/string (Depends-on): Likewise.
13078         * modules/time (Depends-on): Likewise.
13079         * modules/unistd (Depends-on): Likewise.
13080         * modules/wchar (Depends-on): Likewise.
13081         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13082         * lib/stdlib.in.h (includes): Likewise.
13083         * lib/string.in.h (includes): Likewise.
13084         * lib/time.in.h (includes): Likewise.
13085         * lib/unistd.in.h (includes): Likewise.
13086         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13087         replaced.
13088         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13089         * m4/stddef_h.m4: New file.
13090         * modules/stddef: Likewise.
13091         * lib/stddef.in.h: Likewise.
13092         * modules/stddef-tests: Likewise.
13093         * tests/test-stddef.c: Likewise.
13094         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13095         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13096         * doc/posix-headers/locale.texi (locale.h): Likewise.
13097         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13098         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13099         * doc/posix-headers/string.texi (string.h): Likewise.
13100         * doc/posix-headers/time.texi (time.h): Likewise.
13101         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13102         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13103
13104 2009-08-14  Eric Blake  <ebb9@byu.net>
13105
13106         doc: improve git diff of texinfo files
13107         * .gitattributes: Add rule for *.texi files, with hint on how to
13108         use it.
13109         Copied from m4, and based on a report by Bruno Haible.
13110
13111 2009-08-14  Bruno Haible  <bruno@clisp.org>
13112
13113         Disable multithread support by default on Cygwin 1.5.x for real.
13114         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13115
13116 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13117
13118         update-copyright: much ado about intervals
13119         * build-aux/update-copyright: Implement and document
13120         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13121         of copyright year intervals.
13122         Also, document UPDATE_COPYRIGHT_YEAR.
13123         * tests/test-update-copyright.sh: Test it.
13124
13125         update-copyright: convert 2-digit to 4-digit years
13126         * build-aux/update-copyright: Implement and document.
13127         * tests/test-update-copyright.sh: Update.
13128
13129 2009-08-14  Jim Meyering  <meyering@redhat.com>
13130
13131         test-exclude: avoid coreutils "make check" failure
13132         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13133         just as in test-argmatch.c.
13134
13135 2009-08-13  Eric Blake  <ebb9@byu.net>
13136
13137         test-dup2: fix bad assumption
13138         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13139         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13140
13141         test-version-etc: fix CRLF portability issue
13142         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13143         recognize \r.
13144         * tests/test-argp-version-etc-1.sh: Likewise.
13145
13146         getopt: update client modules
13147         * modules/argp (Depends-on): Use getopt-gnu.
13148         * modules/git-merge-changelog (Depends-on): Likewise.
13149         * modules/long-options (Depends-on): Likewise.
13150         * modules/xstrtol (Depends-on): Likewise.
13151
13152 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13153
13154         * tests/test-version-etc.sh: Don't fail on different
13155         project/version.  Don't fail on CRLF differences.  Rewrite to use
13156         multiple -e instead of multiple sed forks, suggested by Eric Blake
13157         <ebb9@byu.net>.
13158         * tests/test-argp-version-etc-1.sh: Likewise.
13159
13160 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13161
13162         * tests/test-version-etc.sh: Don't fail on different
13163         project/version.
13164
13165 2009-08-12  Bruno Haible  <bruno@clisp.org>
13166
13167         Tests for modules 'getopt-posix', 'getopt-gnu'.
13168         * modules/getopt-posix-tests: New file.
13169         * tests/test-getopt.c: New file.
13170         * tests/test-getopt.h: New file.
13171         * tests/test-getopt_long.h: New file.
13172
13173         New modules 'getopt-posix', 'getopt-gnu'.
13174         * modules/getopt-gnu: New file, renamed from modules/getopt.
13175         * modules/getopt-posix: New file.
13176         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13177         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13178         (gl_GETOPT): Remove macro.
13179         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13180         Disable the test against BSD systems that declare optreset. Test
13181         against mingw bug. Test against lack of support of optional arguments
13182         on many platforms.
13183         * doc/glibc-headers/getopt.texi: Update module name and list of
13184         relevant platforms.
13185         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13186         'getopt-gnu' and more portability problems.
13187         * NEWS: Mention the changes.
13188
13189 2009-08-12  Bruno Haible  <bruno@clisp.org>
13190
13191         Ensure that optarg etc. get declared by <unistd.h>.
13192         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13193         AC_USE_SYSTEM_EXTENSIONS.
13194         * modules/getopt (Depends-on): Add 'extensions'.
13195
13196 2009-08-12  Bruno Haible  <bruno@clisp.org>
13197
13198         Avoid test link errors.
13199         * modules/pipe-filter-ii-tests (Makefile.am): Define
13200         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13201         * modules/pipe-filter-gi-tests (Makefile.am): Define
13202         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13203         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13204
13205 2009-08-12  Bruno Haible  <bruno@clisp.org>
13206
13207         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13208         gl_GETOPT_SUBSTITUTE before.
13209         (gl_GETOPT): Use it.
13210         * m4/argp.m4 (gl_ARGP): Update.
13211         Reported by Sergey Poznyakoff.
13212
13213         * m4/getopt.m4: Reorder macros.
13214         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13215         (gl_GETOPT_SUBSTITUTE): Remove macro.
13216
13217 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13218
13219         Minor improvement in gitlog-to-changelog
13220
13221         * build-aux/gitlog-to-changelog: New option `--format' makes
13222         output format string configurable.
13223
13224 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13225
13226         Optimize exclude: use hash tables for non-wildcard patterns.
13227
13228         * lib/exclude.c: Include hash.h and mbuiter.h
13229         (struct exclude_pattern, exclude_segment): New data types.
13230         (struct exclude): Rewrite.
13231         (fnmatch_pattern_has_wildcards): New function.
13232         (new_exclude_segment, free_exclude_segment): New functions.
13233         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13234         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13235         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13236         * modules/exclude: Depend on hash and mbuiter.
13237
13238         * modules/exclude-tests: New file.
13239         * tests/test-exclude.c: New file.
13240         * tests/test-exclude1.sh: New file.
13241         * tests/test-exclude2.sh: New file.
13242         * tests/test-exclude3.sh: New file.
13243         * tests/test-exclude4.sh: New file.
13244         * tests/test-exclude5.sh: New file.
13245         * tests/test-exclude6.sh: New file.
13246         * tests/test-exclude7.sh: New file.
13247
13248 2009-08-12  Bruno Haible  <bruno@clisp.org>
13249
13250         Ensure that getopt() gets declared by <unistd.h>.
13251         * lib/unistd.in.h: Conditionally include getopt.h.
13252         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13253         Set GNULIB_UNISTD_H_GETOPT.
13254         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13255         GNULIB_UNISTD_H_GETOPT.
13256         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13257
13258 2009-08-12  Bruno Haible  <bruno@clisp.org>
13259
13260         Clarify logic.
13261         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13262         gl_replace_getopt instead of GETOPT_H.
13263
13264 2009-08-12  Bruno Haible  <bruno@clisp.org>
13265
13266         * m4/getopt.m4: Add comments.
13267
13268 2009-08-12  Bruno Haible  <bruno@clisp.org>
13269
13270         Disable multithread support by default on Cygwin 1.5.x.
13271         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13272         set gl_use_threads=no if not specified otherwise.
13273
13274 2009-08-11  Bruno Haible  <bruno@clisp.org>
13275
13276         Avoid compilation error on NetBSD 5.0.
13277         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13278         * tests/test-stdio.c: Likewise.
13279         * tests/test-stdlib.c: Likewise.
13280         * tests/test-string.c: Likewise.
13281         * tests/test-unistd.c: Likewise.
13282         Reported by Greg Troxel <gdt@ir.bbn.com>
13283         at <https://savannah.gnu.org/support/?106973>.
13284
13285 2009-08-11  Bruno Haible  <bruno@clisp.org>
13286
13287         * modules/dup2-tests (Depends-on): Remove close.
13288
13289         Undo 2009-07-19 commit.
13290         * modules/acl-tests (Depends-on): Remove close.
13291         * modules/binary-io-tests (Depends-on): Likewise.
13292         * modules/closein-tests (Depends-on): Likewise.
13293         * modules/flock-tests (Depends-on): Likewise.
13294         * modules/fsync-tests (Depends-on): Likewise.
13295         * modules/lseek-tests (Depends-on): Likewise.
13296         * modules/pipe-tests (Depends-on): Likewise.
13297         * modules/posix_spawn-tests (Depends-on): Likewise.
13298         * modules/posix_spawnp-tests (Depends-on): Likewise.
13299         * modules/stat-time-tests (Depends-on): Likewise.
13300         * modules/yesno-tests (Depends-on): Likewise.
13301
13302 2009-08-10  Bruno Haible  <bruno@clisp.org>
13303
13304         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13305
13306 2009-08-10  Bruno Haible  <bruno@clisp.org>
13307
13308         Fix a gcc warning.
13309         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13310
13311 2009-08-10  Bruno Haible  <bruno@clisp.org>
13312
13313         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13314         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13315         not only the first time.
13316         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13317         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13318         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13319         is 1, not only the the first time.
13320
13321 2009-08-10  Bruno Haible  <bruno@clisp.org>
13322
13323         Make it possible to use module 'gethostname' without module 'close'.
13324         * lib/unistd.in.h (close): Evoke a link error only if
13325         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13326         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13327         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13328         * modules/unistd (Makefile.am): Substitute
13329         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13330         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13331         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13332         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13333         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13334         * modules/sys_ioctl (Makefile.am): Substitute
13335         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13336         * modules/socket (configure.ac): On native Windows, set
13337         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13338         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13339         Reported by Sam Steingold <sds@gnu.org>.
13340
13341 2009-08-10  Bruno Haible  <bruno@clisp.org>
13342
13343         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13344         * modules/ioctl (configure.ac): Likewise.
13345
13346 2009-08-10  Bruno Haible  <bruno@clisp.org>
13347
13348         Avoid collision between gnulib wrapper and libintl wrapper.
13349         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13350         already defined in intl/printf.c.
13351         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13352         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13353
13354 2009-08-09  Bruno Haible  <bruno@clisp.org>
13355
13356         Make <sys/select.h> really self-contained, also on Solaris 10.
13357         * lib/sys_select.in.h: Include <string.h>.
13358         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13359         Solaris 10 problem.
13360         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13361         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13362         Reported by Jim Meyering.
13363
13364 2009-08-09  Bruno Haible  <bruno@clisp.org>
13365
13366         Avoid warnings from 'aclocal' that are due to a use of macro name
13367         AM_XGETTEXT_OPTION that is not defined in automake.
13368         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13369         automake.
13370         * modules/error (configure.ac): Likewise.
13371         * modules/propername (configure.ac): Likewise.
13372         * modules/vasprintf (configure.ac): Likewise.
13373         * modules/verror (configure.ac): Likewise.
13374         * modules/xprintf (configure.ac): Likewise.
13375         * modules/xvasprintf (configure.ac): Likewise.
13376
13377 2009-08-08  Bruno Haible  <bruno@clisp.org>
13378
13379         Avoid compilation error in C++ mode.
13380         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13381         Reported by Sam Steingold <sds@gnu.org>.
13382
13383 2009-08-08  Bruno Haible  <bruno@clisp.org>
13384
13385         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13386         for the various Unix platforms.
13387         * doc/posix-headers/limits.texi: Update platforms list regarding
13388         HOST_NAME_MAX.
13389         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13390
13391 2009-08-07  Jim Meyering  <meyering@redhat.com>
13392
13393         selinux-at: fix typo in a comment
13394         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13395         Spotted by Paolo Bonzini.
13396
13397         selinux-at: remove redundant m4 code, add documentation
13398         * modules/selinux-at (configure.ac): Remove redundant code.
13399         LIB_SELINUX is already set via the dependent module, selinux-h.
13400         (Include): Add quotes around selinux-at.h.
13401         * lib/selinux-at.h: Add documentation.
13402         Reported by Bruno Haible in
13403         http://marc.info/?l=gnulib-bug&m=124958988300749
13404
13405 2009-08-07  Bruno Haible  <bruno@clisp.org>
13406
13407         Avoid link error on MacOS X 10.3 and 10.4.
13408         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13409         on non-ELF systems.
13410         * lib/argp-pv.c (argp_program_version): Likewise.
13411         Reported by Simon Josefsson.
13412
13413 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13414
13415         * tests/test-version-etc.sh: Use $EXEEXT.
13416
13417 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13418
13419         update-copyright: update documentation to point to maint.mk
13420         * build-aux/update-copyright: Here.
13421
13422 2009-08-06  Jim Meyering  <meyering@redhat.com>
13423
13424         maint.mk: support update-copyright-local
13425         * top/maint.mk (update-copyright-local): Define place-holder.
13426         (update-copyright): Depend on $(update-copyright-local).
13427
13428 2009-08-06  Jim Meyering  <meyering@redhat.com>
13429
13430         selinux-at: new module
13431         Initially written for coreutils, this module will soon be
13432         used by findutils, too.
13433         * MODULES.html.sh [Misc]: Add selinux-at.
13434         * lib/selinux-at.h: New file, from coreutils.
13435         * lib/selinux-at.c: Likewise.
13436         * modules/selinux-at: Likewise.
13437         (License): Change from LGPL to GPL, since it depends
13438         on the GPL'd openat module.
13439
13440         doc: update README
13441         * README: Remove references to cogito.
13442         Remove cvs-repo-updating instructions from 2007.
13443         Don't imply that CVS is better if you have limited disk space.
13444
13445 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13446
13447         update-copyright: support C-style comments
13448         * build-aux/update-copyright: Implement and document.
13449         * tests/test-update-copyright.sh: Test.
13450
13451 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13452
13453         update-copyright: support omitted "(C)"
13454         * build-aux/update-copyright: Implement and document.  Also,
13455         allow variable whitespace before "(C)".
13456         * tests/test-update-copyright.sh: Test.
13457
13458 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13459
13460         update-copyright: don't trip on non-FSF copyright statements
13461         * build-aux/update-copyright: Fix so that the first correctly
13462         formatted FSF copyright statement is recognized no matter what
13463         appears before it.  Update documentation.
13464         * tests/test-update-copyright.sh: Test that.
13465
13466 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13467
13468         update-copyright: clean up code a little
13469         * build-aux/update-copyright: Append "_re" to the name of any
13470         variable holding a regular expression.
13471         Replace "old" and "new" with "stmt" in variable names.
13472         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13473         handled correctly.
13474         Format code more consistently.
13475
13476 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13477
13478         update-copyright-tests: improve portability
13479         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13480         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13481
13482 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13483
13484         update-copyright: support @copyright{} and &copy;
13485         * build-aux/update-copyright: Implement and document.
13486         * tests/test-update-copyright.sh: Test.
13487
13488 2009-08-04  Jim Meyering  <meyering@redhat.com>
13489
13490         update-copyright-tests: correctly test EOL=\r\n handling
13491         * tests/test-update-copyright.sh: Put \r at the end of some lines
13492         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13493
13494         maint.mk: make update-copyright exclusion list more configurable
13495         * top/maint.mk (update-copyright): Default to excluding COPYING,
13496         but allow an override, in case someone does want to update that file.
13497
13498         maint.mk: don't update copyright date in COPYING
13499         * top/maint.mk (update-copyright): Exclude COPYING.
13500
13501         maint.mk: add a copyright-updating rule
13502         * top/maint.mk (update-copyright): New rule.
13503         Derived from coreutils/Makefile.am.
13504
13505         update-copyright: rename some variables
13506         * build-aux/update-copyright: Rename a few variables for clarity.
13507         Tweak syntax.  List Joel E. Denny as coauthor.
13508
13509 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13510
13511         update-copyright: fix bug for 2-digit last year and add tests
13512         * build-aux/update-copyright: Fix bug.
13513         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13514         specified.
13515         * modules/update-copyright-tests: New
13516         * tests/test-update-copyright.sh: New.
13517
13518 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13519
13520         update-copyright: handle leading tabs in line prefix
13521         * build-aux/update-copyright: Count leading tabs as 8 spaces
13522         when computing margin.  This helps with the formatting of
13523         ChangeLogs, for example.
13524         Fix documentation a little.
13525
13526 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13527
13528         update-copyright: support EOL=\r\n
13529         * build-aux/update-copyright: Implement that.
13530
13531 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13532
13533         update-copyright: automatically format copyright statements
13534         * build-aux/update-copyright: Implement that.
13535         Also, be a little more predictable and safer by always failing
13536         when the full copyright format is not perfectly recognized as an
13537         unbroken whole.  Discussed at
13538         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13539         Rewrite documentation.
13540
13541 2009-08-03  Bruno Haible  <bruno@clisp.org>
13542
13543         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13544
13545 2009-08-02  Bruno Haible  <bruno@clisp.org>
13546
13547         Tests for module 'uname'.
13548         * modules/uname-tests: New file.
13549         * tests/test-uname.c: New file.
13550
13551         New module 'uname'.
13552         * lib/uname.c: New file.
13553         * m4/uname.m4: New file.
13554         * modules/uname: New file.
13555         * doc/posix-functions/uname.texi: Mention the new module.
13556
13557 2009-08-02  Bruno Haible  <bruno@clisp.org>
13558
13559         Tests for module 'sys_utsname'.
13560         * modules/sys_utsname-tests: New file.
13561         * tests/test-sys_utsname.c: New file.
13562
13563         New module 'sys_utsname'.
13564         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13565         * m4/sys_utsname_h.m4: New file.
13566         * modules/sys_utsname: New file.
13567         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13568
13569 2009-08-02  Bruno Haible  <bruno@clisp.org>
13570
13571         Implicitly initialize the sockets library.
13572         * lib/gethostname.c: Include sockets.h.
13573         (rpl_gethostname): Invoke gl_sockets_startup.
13574         * lib/socket.c: Include sockets.h.
13575         (rpl_socket): Invoke gl_sockets_startup.
13576         * modules/gethostname (Depends-on): Add sockets.
13577         * modules/socket (Depends-on): Likewise.
13578         * tests/test-poll.c: Don't include sockets.h.
13579         (main): Don't invoke gl_sockets_startup.
13580         * tests/test-select.c: Don't include sockets.h.
13581         (main): Don't invoke gl_sockets_startup.
13582
13583 2009-08-02  Bruno Haible  <bruno@clisp.org>
13584
13585         Allow multiple calls to gl_sockets_startup.
13586         * lib/sockets.c (initialized_sockets_version): New variable.
13587         (gl_sockets_startup): Do nothing if already called for this or a higher
13588         version.
13589         (gl_sockets_cleanup): Reset initialized_sockets_version.
13590
13591 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13592
13593         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13594         different project/version.
13595
13596 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13597             Bruno Haible  <bruno@clisp.org>
13598
13599         Tests for module 'pipe-filter-gi'.
13600         * modules/pipe-filter-gi-tests: New file.
13601         * tests/test-pipe-filter-gi1.sh: New file.
13602         * tests/test-pipe-filter-gi1.c: New file.
13603         * tests/test-pipe-filter-gi2.sh: New file.
13604         * tests/test-pipe-filter-gi2-main.c: New file.
13605         * tests/test-pipe-filter-gi2-child.c: New file.
13606
13607         New module 'pipe-filter-gi'.
13608         * lib/pipe-filter-gi.c: New file.
13609         * modules/pipe-filter-gi: New file.
13610
13611 2009-08-02  Bruno Haible  <bruno@clisp.org>
13612             Paolo Bonzini  <bonzini@gnu.org>
13613
13614         Tests for module 'pipe-filter-ii'.
13615         * modules/pipe-filter-ii-tests: New file.
13616         * tests/test-pipe-filter-ii1.sh: New file.
13617         * tests/test-pipe-filter-ii1.c: New file.
13618         * tests/test-pipe-filter-ii2.sh: New file.
13619         * tests/test-pipe-filter-ii2-main.c: New file.
13620         * tests/test-pipe-filter-ii2-child.c: New file.
13621
13622         New module 'pipe-filter-ii'.
13623         * lib/pipe-filter.h: New file.
13624         * lib/pipe-filter-ii.c: New file.
13625         * lib/pipe-filter-aux.h: New file.
13626         * modules/pipe-filter-ii: New file.
13627
13628 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13629
13630         * lib/gc-libgcrypt.c: Change copyright to FSF.
13631         * lib/gc-gnulib.c: Likewise.
13632
13633 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13634
13635         * lib/gethostname.c: Include limits.h.
13636
13637 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13638             Bruno Haible  <bruno@clisp.org>
13639
13640         Ensure HOST_NAME_MAX as part of the gethostname module.
13641         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13642         define also HOST_NAME_MAX.
13643         * tests/test-gethostname.c: Include <limits.h>.
13644         (main): Check also HOST_NAME_MAX.
13645         * doc/posix-headers/limits.texi: Document the mingw problem.
13646
13647 2009-08-02  Bruno Haible  <bruno@clisp.org>
13648
13649         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13650         Add comments.
13651
13652 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13653
13654         * lib/gethostname.c: Add Windows wrapper.
13655         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13656         * modules/gethostname: Depend on sys_socket & errno, for also
13657         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13658         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13659
13660 2009-07-31  Jim Meyering  <meyering@redhat.com>
13661
13662         getloadavg: fix symbol name in comment
13663         * lib/getloadavg.c: Correct a typo I introduced when adding
13664         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13665         Matt Kraai spotted the problem.
13666
13667 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13668
13669         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13670         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13671         code also if ! defined N_NAME_POINTER.
13672         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13673         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13674         but the n_name member is a 12-byte array.
13675
13676 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13677
13678         update-copyright: generalize comment handling
13679         * build-aux/update-copyright: Handle copyright statements
13680         within more comment styles.
13681         Document usage.
13682         Report any file with an external copyright holder or parse failure.
13683
13684 2009-07-29  Jim Meyering  <meyering@redhat.com>
13685
13686         mktime: correct setting of REPLACE_MKTIME
13687         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13688
13689         update-copyright: new module
13690         * modules/update-copyright: New file.
13691         * build-aux/update-copyright: New file.
13692         * MODULES.html.sh (maint+release support): Add update-copyright.
13693
13694 2009-07-27  Bruno Haible  <bruno@clisp.org>
13695
13696         Fix compilation error when <ctime> is used and mktime is replaced.
13697         * lib/time.in.h (mktime): New declaration.
13698         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13699         REPLACE_MKTIME instead of defining mktime in config.h.
13700         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13701         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13702         Reported by Ross McFarland <rwmcfa1@neces.com>.
13703
13704 2009-07-27  Bruno Haible  <bruno@clisp.org>
13705
13706         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13707         Reported by Matt Kraai <mkraai@beckman.com>.
13708
13709 2009-07-25  Jim Meyering  <meyering@redhat.com>
13710
13711         maint.mk: avoid warnings about missing files
13712         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13713         diagnostic when .prev-version does not exist.
13714         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13715         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13716         nonexistent cfg.mk.
13717         Suggestions from Simon Josefsson.
13718
13719 2009-07-25  Bruno Haible  <bruno@clisp.org>
13720
13721         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13722         defined as macros. Needed on QNX 6.4.1.
13723         Reported by Matt Kraai <mkraai@beckman.com>.
13724
13725 2009-07-23  Jim Meyering  <meyering@redhat.com>
13726
13727         maint.mk: invoke "make dist" with a working value of XZ_OPT
13728         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13729
13730 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13731
13732         Make fseeko.c compile on QNX.
13733         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13734
13735 2009-07-22  Peter Simons  <simons@cryp.to>
13736
13737         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13738         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13739         * lib/md4.h: Likewise.
13740         * lib/md5.h: Likewise.
13741         * lib/sha1.h: Likewise.
13742         * lib/sha256.h: Likewise.
13743         * lib/sha512.h: Likewise.
13744
13745         tests-sha1: don't assign literal string to 'char *' variable
13746         * tests/test-sha1.c (main): Declare locals with "const" to match
13747         attributes of the right hand side.
13748
13749 2009-07-21  Eric Blake  <ebb9@byu.net>
13750
13751         dup2: fix more mingw problems
13752         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13753         fd to itself.
13754         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13755         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13756         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13757         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13758         care of mingw bugs.
13759
13760 2009-07-21  Jim Meyering  <meyering@redhat.com>
13761
13762         vc-list-files: avoid failure when /bin/sh is dash
13763         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13764         On some Debian based systems, /bin/sh is a symlink to dash, and running
13765         this command would omit the "/" following each 'tests' prefix:
13766           dash -x build-aux/vc-list-files -C . tests
13767         That is because bash and dash work differently:
13768           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13769           bash ok
13770           dash odd
13771
13772 2009-07-21  Eric Blake  <ebb9@byu.net>
13773
13774         dup2-tests: test previous patch
13775         * modules/dup2-tests: New file.
13776         * tests/test-dup2.c: Likewise.
13777         * tests/test-open.c (main): Avoid unspecified behavior.
13778         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13779         test.
13780
13781         dup2: work around mingw and cygwin 1.5 bug
13782         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13783         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13784         * modules/unistd (Makefile.am): Substitute it.
13785         * lib/unistd.in.h (dup2): Declare the replacement.
13786         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13787         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13788         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13789         * modules/execute (Depends-on): Add dup2.
13790         * modules/fseterr (Depends-on): Likewise.
13791         * modules/pipe (Depends-on): Likewise.
13792         * modules/posix_spawn-internal (Depends-on): Likewise.
13793
13794 2009-07-21  Bruno Haible  <bruno@clisp.org>
13795
13796         * modules/.gitattributes: New file.
13797
13798 2009-07-20  Bruno Haible  <bruno@clisp.org>
13799
13800         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13801         (main): Use it.
13802
13803 2009-07-20  Eric Blake  <ebb9@byu.net>
13804
13805         test-pipe: make a bit more robust.
13806         * tests/test-pipe.c (myerr): Allow error messages regardless of
13807         what we do to stderr.
13808         (test_pipe): Rearrange to avoid deadlock.
13809         (child_main): Try a larger read, to ensure we avoided deadlock.
13810         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13811         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13812         if misused.
13813
13814 2009-07-19  Jim Meyering  <meyering@redhat.com>
13815
13816         fts: avoid false-positive cycle-detection
13817         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13818         for each new command line argument.
13819
13820 2009-07-19  Bruno Haible  <bruno@clisp.org>
13821
13822         Fix build error on mingw with the modules sys_select and unistd.
13823         * modules/acl-tests (Depends-on): Add close.
13824         * modules/binary-io-tests (Depends-on): Likewise.
13825         * modules/closein-tests (Depends-on): Likewise.
13826         * modules/flock-tests (Depends-on): Likewise.
13827         * modules/fsync-tests (Depends-on): Likewise.
13828         * modules/lseek-tests (Depends-on): Likewise.
13829         * modules/pipe-tests (Depends-on): Likewise.
13830         * modules/posix_spawn-tests (Depends-on): Likewise.
13831         * modules/posix_spawnp-tests (Depends-on): Likewise.
13832         * modules/stat-time-tests (Depends-on): Likewise.
13833         * modules/yesno-tests (Depends-on): Likewise.
13834
13835 2009-07-19  Bruno Haible  <bruno@clisp.org>
13836
13837         Unify conditionals.
13838         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13839         macros, not at the compiler macros.
13840         * lib/pipe.c: Likewise.
13841         * lib/execute.c: Likewise.
13842         * lib/spawni.c: Likewise.
13843
13844 2009-07-19  Bruno Haible  <bruno@clisp.org>
13845
13846         Fix handling of closed stdin/stdout/stderr on mingw.
13847         * lib/w32spawn.h: Include unistd.h.
13848         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13849         file descriptor with O_NOINHERIT flag.
13850         (fd_safer_noinherit): New function, based on fd-safer.c.
13851         (dup_safer_noinherit): New function, based on dup-safer.c.
13852         (undup_safer_noinherit): New function.
13853         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13854         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13855         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13856         instead of fd_safer.
13857         * tests/test-pipe.c: Include <windows.h>.
13858         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13859
13860         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13861         from main.
13862         (test_pipe): Pass an extra argument for disambiguation.
13863         (main): Invoke parent_main or child_main.
13864
13865         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13866         consistently.
13867
13868 2009-07-18  Eric Blake  <ebb9@byu.net>
13869
13870         test-pipe: fix mingw build
13871         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13872
13873 2009-07-18  Bruno Haible  <bruno@clisp.org>
13874
13875         * modules/pipe-tests (Makefile.am): Fix typo.
13876
13877 2009-07-18  Eric Blake  <ebb9@byu.net>
13878
13879         error: fix mingw build
13880         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13881         Reported by Bruno Haible.
13882
13883         error: avoid undefined use of stdout
13884         * lib/error.c (error, error_at_line): Check that fd 1 is open
13885         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13886         is handling faults and the close_stdout module wants to report the
13887         detection of closed stdout as an error.
13888
13889 2009-07-17  Eric Blake  <ebb9@byu.net>
13890
13891         pipe: be robust in face of closed fds
13892         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13893         should cause child to misbehave.
13894         * modules/pipe-tests: New module.
13895         * tests/test-pipe.c: New file.
13896         * tests/test-pipe.sh: New file.
13897         Reported by Akim Demaille.
13898
13899 2009-07-14  Bruno Haible  <bruno@clisp.org>
13900
13901         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13902         Reported by anonymous kc.
13903
13904 2009-07-07  Jim Meyering  <meyering@redhat.com>
13905
13906         maint.mk: don't look for translatable strings in *.m4 or *.mk
13907         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13908         when searching for translatable strings.
13909
13910 2009-07-05  Jim Meyering  <meyering@redhat.com>
13911
13912         remove superfluous parentheses in STREQ definition
13913         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13914         * lib/getugroups.c (STREQ): Likewise.
13915         * lib/fnmatch.c (STREQ): Likewise.
13916         Spotted by Bruno Haible.
13917
13918 2009-07-04  Jim Meyering  <meyering@redhat.com>
13919
13920         argv-iter: new module
13921         * MODULES.html.sh: Add argv-iter.
13922         * lib/argv-iter.c, lib/argv-iter.h: New files.
13923         * modules/argv-iter: New file.
13924         * modules/argv-iter-tests: New file.
13925         * tests/test-argv-iter.c: Test it.
13926
13927 2009-07-04  Bruno Haible  <bruno@clisp.org>
13928
13929         Fix assertion.
13930         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13931         contains more exact copies of a given entry than file2, leave the extra
13932         copies unpaired rather than aborting.
13933         Reported by Eric Blake.
13934
13935 2009-07-02  Bruno Haible  <bruno@clisp.org>
13936
13937         Speedup git-merge-changelog for git cherry-pick.
13938         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13939         (entries_mapping_get): New function, extracted from compute_mapping.
13940         (entries_mapping_reverse_get): New function.
13941         (compute_mapping): Add a 'full' argument. Return the result in a
13942         'struct entries_mapping'.
13943         (main): Update. Access the mappings through entries_mapping_get.
13944         Reported by Eric Blake.
13945
13946 2009-07-02  Bruno Haible  <bruno@clisp.org>
13947
13948         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13949         best_i.
13950
13951 2009-07-02  Bruno Haible  <bruno@clisp.org>
13952
13953         Speed up approximate search for matching ChangeLog entries.
13954         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13955         argument. Call fstrcmp_bounded instead of fstrcmp.
13956         (compute_mapping, try_split_merged_entry, main): Update callers.
13957
13958 2009-07-02  Bruno Haible  <bruno@clisp.org>
13959
13960         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13961
13962 2009-06-30  Bruno Haible  <bruno@clisp.org>
13963
13964         Reduce the number of uc_is_cased calls.
13965         * lib/unicase.h (casing_suffix_context_t): Add
13966         'first_char_except_ignorable' field.
13967         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13968         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13969         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13970         Update initializer.
13971         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13972         case-ignorable characters.
13973         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13974         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13975         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13976         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13977         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13978
13979 2009-06-30  Bruno Haible  <bruno@clisp.org>
13980
13981         Tests for module 'unicase/ignorable'.
13982         * modules/unicase/ignorable-tests: New file.
13983         * tests/unicase/test-ignorable.c: New file, generated by
13984         gen-uni-tables.
13985
13986         Tests for module 'unicase/cased'.
13987         * modules/unicase/cased-tests: New file.
13988         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13989         * tests/unicase/test-predicate-part1.h: New file, derived from
13990         tests/unictype/test-predicate-part1.h.
13991         * tests/unicase/test-predicate-part2.h: New file, same as
13992         tests/unictype/test-predicate-part2.h.
13993
13994         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13995         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13996         (output_casing_properties): New function.
13997         (main): Call it.
13998         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13999         * lib/unicase/cased.c: Include unictype/bitmap.h.
14000         (uc_is_cased): Define through a bitmap lookup.
14001         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
14002         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
14003         (uc_is_case_ignorable): Define through a bitmap lookup.
14004         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
14005         lib/unictype/bitmap.h.
14006         (Depends-on): Add inline. Clean up.
14007         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
14008         lib/unictype/bitmap.h.
14009         (Depends-on): Add inline. Clean up.
14010         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
14011         recognition.
14012         * tests/unicase/test-u16-tolower.c (main): Likewise.
14013         * tests/unicase/test-u32-tolower.c (main): Likewise.
14014
14015 2009-06-30  Bruno Haible  <bruno@clisp.org>
14016
14017         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
14018         * lib/unicase/u16-casemap.c: Likewise.
14019         * lib/unicase/u32-casemap.c: Likewise.
14020
14021 2009-06-29  Bruno Haible  <bruno@clisp.org>
14022
14023         Define u32_casefold as a wrapper around u32_ct_casefold.
14024         * lib/unicase/u32-casefold.c: Update.
14025         * modules/unicase/u32-casefold (Depends-on): Add
14026         unicase/u32-ct-casefold, unicase/empty-prefix-context,
14027         unicase/empty-suffix-context. Clean up.
14028
14029         Define u16_casefold as a wrapper around u16_ct_casefold.
14030         * lib/unicase/u16-casefold.c: Update.
14031         * modules/unicase/u16-casefold (Depends-on): Add
14032         unicase/u16-ct-casefold, unicase/empty-prefix-context,
14033         unicase/empty-suffix-context. Clean up.
14034
14035         Define u8_casefold as a wrapper around u8_ct_casefold.
14036         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
14037         * lib/unicase/u8-casefold.c: Update.
14038         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
14039         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14040
14041         Define u32_totitle as a wrapper around u32_ct_totitle.
14042         * lib/unicase/u32-totitle.c: Update.
14043         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14044         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14045
14046         Define u16_totitle as a wrapper around u16_ct_totitle.
14047         * lib/unicase/u16-totitle.c: Update.
14048         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14049         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14050
14051         Define u8_totitle as a wrapper around u8_ct_totitle.
14052         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14053         functions.
14054         (FUNC): Delegate to U_CT_TOTITLE.
14055         * lib/unicase/u8-totitle.c: Update.
14056         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14057         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14058
14059         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14060         invocation.
14061         * modules/unicase/u32-tolower (Depends-on): Add
14062         unicase/empty-prefix-context, unicase/empty-suffix-context.
14063
14064         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14065         invocation.
14066         * modules/unicase/u16-tolower (Depends-on): Add
14067         unicase/empty-prefix-context, unicase/empty-suffix-context.
14068
14069         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14070         * modules/unicase/u8-tolower (Depends-on): Add
14071         unicase/empty-prefix-context, unicase/empty-suffix-context.
14072
14073         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14074         invocation.
14075         * modules/unicase/u32-toupper (Depends-on): Add
14076         unicase/empty-prefix-context, unicase/empty-suffix-context.
14077
14078         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14079         invocation.
14080         * modules/unicase/u16-toupper (Depends-on): Add
14081         unicase/empty-prefix-context, unicase/empty-suffix-context.
14082
14083         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14084         * modules/unicase/u8-toupper (Depends-on): Add
14085         unicase/empty-prefix-context, unicase/empty-suffix-context.
14086
14087         New module 'unicase/u32-ct-casefold'.
14088         * lib/unicase/u32-ct-casefold.c: New file.
14089         * modules/unicase/u32-ct-casefold: New file.
14090
14091         New module 'unicase/u16-ct-casefold'.
14092         * lib/unicase/u16-ct-casefold.c: New file.
14093         * modules/unicase/u16-ct-casefold: New file.
14094
14095         New module 'unicase/u8-ct-casefold'.
14096         * lib/unicase/u8-ct-casefold.c: New file.
14097         * lib/unicase/u-ct-casefold.h: New file, derived from
14098         lib/unicase/u-casefold.h.
14099         * modules/unicase/u8-ct-casefold: New file.
14100
14101         New module 'unicase/u32-ct-totitle'.
14102         * lib/unicase/u32-ct-totitle.c: New file.
14103         * modules/unicase/u32-ct-totitle: New file.
14104
14105         New module 'unicase/u16-ct-totitle'.
14106         * lib/unicase/u16-ct-totitle.c: New file.
14107         * modules/unicase/u16-ct-totitle: New file.
14108
14109         New module 'unicase/u8-ct-totitle'.
14110         * lib/unicase/u8-ct-totitle.c: New file.
14111         * lib/unicase/u-ct-totitle.h: New file, derived from
14112         lib/unicase/u-totitle.h.
14113         * modules/unicase/u8-ct-totitle: New file.
14114
14115         New module 'unicase/u32-ct-tolower'.
14116         * lib/unicase/u32-ct-tolower.c: New file.
14117         * modules/unicase/u32-ct-tolower: New file.
14118
14119         New module 'unicase/u16-ct-tolower'.
14120         * lib/unicase/u16-ct-tolower.c: New file.
14121         * modules/unicase/u16-ct-tolower: New file.
14122
14123         New module 'unicase/u8-ct-tolower'.
14124         * lib/unicase/u8-ct-tolower.c: New file.
14125         * modules/unicase/u8-ct-tolower: New file.
14126
14127         New module 'unicase/u32-ct-toupper'.
14128         * lib/unicase/u32-ct-toupper.c: New file.
14129         * modules/unicase/u32-ct-toupper: New file.
14130
14131         New module 'unicase/u16-ct-toupper'.
14132         * lib/unicase/u16-ct-toupper.c: New file.
14133         * modules/unicase/u16-ct-toupper: New file.
14134
14135         New module 'unicase/u8-ct-toupper'.
14136         * lib/unicase/u8-ct-toupper.c: New file.
14137         * modules/unicase/u8-ct-toupper: New file.
14138
14139         Add context arguments to u*_casemap functions.
14140         * lib/unicase/unicasemap.h: Include unicase.h.
14141         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14142         suffix_context arguments.
14143         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14144         functions.
14145         (FUNC): Add prefix_context and suffix_context arguments. Use
14146         uc_is_cased and uc_is_case_ignorable.
14147         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14148         * lib/unicase/u16-casemap.c: Likewise.
14149         * lib/unicase/u32-casemap.c: Likewise.
14150         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14151         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14152         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14153         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14154         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14155         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14156
14157         New module 'unicase/u32-suffix-context'.
14158         * lib/unicase/u32-suffix-context.c: New file.
14159         * modules/unicase/u32-suffix-context: New file.
14160
14161         New module 'unicase/u16-suffix-context'.
14162         * lib/unicase/u16-suffix-context.c: New file.
14163         * modules/unicase/u16-suffix-context: New file.
14164
14165         New module 'unicase/u8-suffix-context'.
14166         * lib/unicase/u8-suffix-context.c: New file.
14167         * lib/unicase/u-suffix-context.h: New file.
14168         * modules/unicase/u8-suffix-context: New file.
14169
14170         New module 'unicase/empty-suffix-context'.
14171         * lib/unicase/empty-suffix-context.c: New file.
14172         * modules/unicase/empty-suffix-context: New file.
14173
14174         New module 'unicase/u32-prefix-context'.
14175         * lib/unicase/u32-prefix-context.c: New file.
14176         * modules/unicase/u32-prefix-context: New file.
14177
14178         New module 'unicase/u16-prefix-context'.
14179         * lib/unicase/u16-prefix-context.c: New file.
14180         * modules/unicase/u16-prefix-context: New file.
14181
14182         New module 'unicase/u8-prefix-context'.
14183         * lib/unicase/u8-prefix-context.c: New file.
14184         * lib/unicase/u-prefix-context.h: New file.
14185         * lib/unicase/context.h: New file.
14186         * modules/unicase/u8-prefix-context: New file.
14187
14188         New module 'unicase/empty-prefix-context'.
14189         * lib/unicase/empty-prefix-context.c: New file.
14190         * modules/unicase/empty-prefix-context: New file.
14191
14192         New module 'unicase/ignorable'.
14193         * lib/unicase/ignorable.c: New file.
14194         * modules/unicase/ignorable: New file.
14195
14196         New module 'unicase/cased'.
14197         * lib/unicase/caseprop.h: New file.
14198         * lib/unicase/cased.c: New file.
14199         * modules/unicase/cased: New file.
14200
14201         New functions for case mapping of substrings.
14202         * lib/unicase.h (casing_prefix_context_t): New type.
14203         (unicase_empty_prefix_context): New variable.
14204         (u8_casing_prefix_context, u16_casing_prefix_context,
14205         u32_casing_prefix_context, u8_casing_prefixes_context,
14206         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14207         declarations.
14208         (casing_suffix_context_t): New type.
14209         (unicase_empty_suffix_context): New variable.
14210         (u8_casing_suffix_context, u16_casing_suffix_context,
14211         u32_casing_suffix_context, u8_casing_suffixes_context,
14212         u16_casing_suffixes_context, u32_casing_suffixes_context,
14213         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14214         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14215         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14216         declarations.
14217
14218 2009-06-28  Jim Meyering  <meyering@redhat.com>
14219
14220         boostrap: indent only with spaces
14221         * build-aux/bootstrap: Indent only with spaces, never TABs.
14222
14223         bootstrap: split long lines
14224         * build-aux/bootstrap: Keep line length < 80.
14225
14226         bootstrap: sync from coreutils
14227         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14228         just as autoreconf does.  Verify a list of prerequisite
14229         package-name,version-number pairs if defined in bootstrap.conf.
14230         Refer to README-prereq, if prerequisites are not satisfied.
14231
14232 2009-06-27  Eric Blake  <ebb9@byu.net>
14233
14234         tests: add test for bogus NULL definition
14235         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14236         * tests/test-stdlib.c: Likewise.
14237         * tests/test-string.c: Likewise.
14238         * tests/test-locale.c: Likewise.
14239         * tests/test-unistd.c: Likewise.
14240         * modules/stdio-tests (Depends-on): Add verify.
14241         * modules/stdlib-tests (Depends-on): Likewise.
14242         * modules/string-tests (Depends-on): Likewise.
14243         * modules/locale-tests (Depends-on): Likewise.
14244         * modules/unistd-tests (Depends-on): Likewise.
14245
14246 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14247
14248         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14249         self-explaining comment.
14250         * m4/selinux-selinux-h: Update serial.
14251         (gl_LIBSELINUX): New macro, adding a warning for missing development
14252         packages to code extracted from...
14253         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14254         Add warning for missing development packages here, too.
14255
14256 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14257
14258         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14259
14260 2009-06-25  Eric Blake  <ebb9@byu.net>
14261
14262         version-etc: fix regression
14263         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14264         gcc.
14265         (version_etc): Use it, to catch bugs with trailing NULL.
14266         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14267         (version_etc_va): Fix logic bug.
14268         * modules/version-etc-tests: Add test.
14269         * tests/test-version-etc.c: New file.
14270         * tests/test-version-etc.sh: Likewise.
14271
14272 2009-06-25  Sam Steingold  <sds@gnu.org>
14273
14274         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14275         mbtowc declaration.
14276
14277 2009-06-25  Eric Blake  <ebb9@byu.net>
14278
14279         fpurge: migrate into <stdio.h>
14280         * lib/fpurge.h: Delete...
14281         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14282         * lib/fpurge.c (fpurge): Change declaring header.
14283         * modules/fpurge (Files): Drop deleted file.
14284         (Depends-on): Add stdio.
14285         (configure.ac): Set witness.
14286         * modules/stdio (Makefile.am): Support fpurge macros.
14287         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14288         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14289         * lib/fflush.c: Update client.
14290         * tests/test-fpurge.c: Likewise.
14291         * NEWS: Mention the change.
14292
14293 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14294
14295         * lib/argp-version-etc.c (program_authors): Add const
14296         qualifier.
14297         * lib/version-etc.c: Fix typos in the comments.
14298         * modules/argp-version-etc: Depends on version-etc.
14299
14300 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14301
14302         argp-version-etc: new module.
14303
14304         * lib/argp-version-etc.c: New file.
14305         * lib/argp-version-etc.h: New file.
14306         * modules/argp-version-etc: New file.
14307         * modules/argp-version-etc-tests: New file.
14308         * tests/test-argp-version-etc.c: New test.
14309         * tests/test-argp-version-etc-1.sh: New test.
14310
14311 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14312
14313         Provide additional interfaces and documentation for version-etc
14314         module.
14315
14316         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14317         interfaces.
14318         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14319         prototypes.
14320
14321 2009-06-24  Bruno Haible  <bruno@clisp.org>
14322
14323         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14324         HAVE_LIB${NAME} macro.
14325         Reported by Sam Steingold <sds@gnu.org>.
14326
14327 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14328
14329         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14330         needed.
14331
14332 2009-06-21  Bruno Haible  <bruno@clisp.org>
14333
14334         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14335         work.
14336         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14337         together with LIB${NAME}, LTLIB${NAME}.
14338         Reported by Sam Steingold <sds@gnu.org>.
14339
14340 2009-06-20  Jim Meyering  <meyering@redhat.com>
14341
14342         tests: make sc_require_test_exit_idiom more generic
14343         * top/maint.mk (Exit_witness_file): New overridable variable.
14344         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14345         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14346
14347 2009-06-19  Jim Meyering  <meyering@redhat.com>
14348
14349         hash: reverse order of src/dst parameters in an internal interface
14350         * lib/hash.c (transfer_entries): Reverse order of parameters to
14351         put DST before SRC.  Adjust callers.
14352
14353         tests: test-hash: avoid wholesale duplication
14354         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14355         Instead, use a loop and add a single conditional.
14356
14357         tests: test-hash: allow seed selection via a command line argument
14358         * tests/test-hash.c (get_seed): New function.
14359         (main): Use it.
14360
14361 2009-06-19  Eric Blake  <ebb9@byu.net>
14362
14363         hash: avoid memory leak on allocation failure
14364         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14365         failure.  Factor repeated algorithm...
14366         (transfer_entries): ...into new helper routine.
14367         (hash_delete): React to hash_rehash return value.
14368
14369         hash: reduce memory pressure in hash_rehash no-op case
14370         * lib/hash.c (next_prime): Avoid overflow.
14371         (hash_initialize): Factor bucket size computation...
14372         (compute_bucket_size): ...into new helper function.
14373         (hash_rehash): Use new function and open coding to reduce memory
14374         pressure, and avoid a memory leak in USE_OBSTACK code.
14375         Reported by Jim Meyering.
14376
14377 2009-06-18  Eric Blake  <ebb9@byu.net>
14378
14379         hash: make rotation more obvious
14380         * modules/hash (Depends-on): Add bitrotate and stdint.
14381         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14382         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14383         (SIZE_MAX): Rely on headers for definition.
14384         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14385         (raw_hasher): Use rotr_sz.
14386         Suggested by Jim Meyering.
14387
14388         hash: fix memory leak in last patch
14389         * lib/hash.c (hash_rehash): Avoid memory leak.
14390
14391         hash: avoid no-op rehashing
14392         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14393
14394         hash: provide default callback functions
14395         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14396         (hash_initialize): Use them as defaults.
14397         * tests/test-hash.c (main): Test this.
14398
14399         hash: minor optimization
14400         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14401         when possible.
14402         (hash_initialize): Document this promise.
14403         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14404         * tests/test-hash.c (hash_compare_strings): Test this.
14405
14406 2009-06-18  Bruno Haible  <bruno@clisp.org>
14407
14408         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14409         going to be replaced anyway.
14410
14411 2009-06-18  Bruno Haible  <bruno@clisp.org>
14412
14413         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14414         in one place.
14415         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14416         be replaced anyway.
14417
14418 2009-06-18  Eric Blake  <ebb9@byu.net>
14419
14420         hash: check for resize before insertion
14421         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14422         threshold before insertion, so that a pathological hash_rehash
14423         that fills every bucket can still trigger another rehash.
14424
14425 2009-06-18  Jim Meyering  <meyering@redhat.com>
14426
14427         hash-tests: add a loop around the small tests
14428         * tests/test-hash.c (main): Repeat small tests with selected
14429         small initial table sizes.
14430
14431 2009-06-17  Eric Blake  <ebb9@byu.net>
14432
14433         hash: minor cleanups
14434         * lib/hash.h (hash_entry): Make opaque, by moving...
14435         * lib/hash.c (hash_entry): ...here.
14436         (hash_insert): Clarify restrictions on what can be inserted.
14437         (hash_get_next): Clarify when it is safe to remove an element
14438         during traversal.
14439         (check_tuning): Skip verification when tuning is known safe.
14440         (hash_initialize): Clarify restrictions on tuning.
14441
14442 2009-06-17  Jim Meyering  <jim@meyering.net>
14443         and Eric Blake  <ebb9@byu.net>
14444
14445         hash-tests: new module
14446         * modules/hash-tests: New file.
14447         * tests/test-hash.c: New file.
14448
14449 2009-06-17  Eric Blake  <ebb9@byu.net>
14450
14451         strstr-simple: document new module
14452         * MODULES.html.sh: Document new module.
14453
14454         strstr, strcasestr: replace on platforms with broken memchr
14455         * modules/strstr: Split into...
14456         * modules/strstr-simple: ...new module that does not care about
14457         performance, but does care about glibc bug.
14458         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14459         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14460         if platform memchr is broken, per Debian bug 521737.
14461         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14462         memchr.
14463         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14464         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14465         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14466         * modules/mountlist (Depends-on): Add strstr-simple.
14467         * modules/gen-uni-tables (Depends-on): Likewise.
14468         * modules/argz (Depends-on): Add strstr.
14469
14470 2009-06-17  Bruno Haible  <bruno@clisp.org>
14471
14472         * modules/posix_spawn-internal (Depends-on): Add errno.
14473
14474 2009-06-17  Bruno Haible  <bruno@clisp.org>
14475
14476         Define missing ESTALE on Interix 3.5.
14477         * lib/errno.in.h (ESTALE): Assign a value if missing.
14478         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14479         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14480         missing.
14481         * doc/posix-headers/errno.texi: Mention the Interix bug.
14482         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14483
14484 2009-06-15  Eric Blake  <ebb9@byu.net>
14485
14486         memchr, memchr2: add valgrind exception
14487         * lib/memchr.valgrind: New file.
14488         * lib/memchr2.valgrind: New file.
14489         * modules/memchr (Files): Distribute valgrind file.
14490         * modules/memchr2 (Files): Likewise.
14491
14492         docs: memchr is no longer obsolete
14493         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14494         * lib/string.in.h (memchr): Simplify logic.
14495
14496 2009-06-14  Jim Meyering  <meyering@redhat.com>
14497
14498         link-follow: fix the "checking..." message to not mention trailing slash
14499         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14500         never considered trailing slashes.
14501
14502 2009-06-14  Bruno Haible  <bruno@clisp.org>
14503
14504         * m4/memchr.m4: Mention also the bug on IA-64.
14505         * doc/posix-functions/memchr.texi: Likewise.
14506
14507 2009-06-12  Eric Blake  <ebb9@byu.net>
14508
14509         memchr: detect broken x86_64 and alpha implementations
14510         * modules/memchr-tests (Depends-on): Move mmap detection...
14511         * modules/memchr (Depends-on): ...here.
14512         (configure.ac): Set indicator.
14513         * lib/string.in.h (memchr): Declare replacement.
14514         * modules/string (Makefile.am): Trigger replacement.
14515         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14516         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14517         bugs.
14518         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14519         * modules/getpagesize (License): Relax license.
14520
14521 2009-06-11  Bruno Haible  <bruno@clisp.org>
14522
14523         * lib/idpriv.h: Add more references.
14524
14525 2009-06-08  Bruno Haible  <bruno@clisp.org>
14526
14527         Tests for module 'idpriv-droptemp'.
14528         * modules/idpriv-droptemp-tests: New file.
14529         * tests/test-idpriv-droptemp.sh: New file.
14530         * tests/test-idpriv-droptemp.su.sh: New file.
14531         * tests/test-idpriv-droptemp.c: New file.
14532
14533         New module 'idpriv-droptemp'.
14534         * lib/idpriv-droptemp.c: New file.
14535         * modules/idpriv-droptemp: New file.
14536
14537 2009-06-08  Bruno Haible  <bruno@clisp.org>
14538
14539         Tests for module 'idpriv-drop'.
14540         * modules/idpriv-drop-tests: New file.
14541         * tests/test-idpriv-drop.sh: New file.
14542         * tests/test-idpriv-drop.su.sh: New file.
14543         * tests/test-idpriv-drop.c: New file.
14544
14545         New module 'idpriv-drop'.
14546         * lib/idpriv.h: New file.
14547         * lib-idpriv-drop.c: New file.
14548         * m4/idpriv.m4: New file.
14549         * modules/idpriv-drop: New file.
14550
14551 2009-06-08  Bruno Haible  <bruno@clisp.org>
14552
14553         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14554         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14555         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14556         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14557         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14558         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14559         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14560
14561 2009-06-08  Eric Blake  <ebb9@byu.net>
14562
14563         test-strstr: use memory fence, when possible
14564         * tests/test-strstr.c (main): Use memory fence, in order to be
14565         more likely to trigger Debian bug 521737.
14566         * modules/strstr-tests (Files): Pull in additional files.
14567
14568         memchr: no longer obsolete, for wider field testing
14569         * modules/memchr (Status, Notice): Delete, this module is no
14570         longer obsolete.
14571         * modules/vasnprintf (Depends-on): Add memchr.
14572
14573 2009-06-07  Jim Meyering  <meyering@redhat.com>
14574
14575         hash: declare some functions with the warn_unused_result attribute
14576         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14577
14578 2009-06-07  Bruno Haible  <bruno@clisp.org>
14579
14580         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14581         Reported by Eric Blake.
14582
14583 2009-06-06  Eric Blake  <ebb9@byu.net>
14584
14585         test-alignof: fix typo with long double
14586         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14587         compiler error.
14588
14589 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14590
14591         Escape non-texinfo { and }s.
14592         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14593         markup error.
14594
14595 2009-06-04  Jim Meyering  <meyering@redhat.com>
14596
14597         gitlog-to-changelog: don't infloop on an empty commit log
14598         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14599         Reported by Boris Petersen <transacid@centerim.org>.
14600
14601 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14602
14603         version-etc: extend for packagers
14604         Add three new configure options, intended for packagers:
14605           --with-packager="packager name"
14606           --with-packager-version="packager-specific version"
14607           --with-packager-bug-reports="packager bug reporting"
14608         An example with coreutils:
14609           $ ./configure \
14610             --with-packager=Gentoo \
14611             --with-packager-bug-report=http://bugs.gentoo.org/ \
14612             --with-packager-version="patchset 1.6"
14613           $ ./src/ls --version | head -n2
14614           ls (GNU coreutils) 7.1-dirty
14615           Packaged by Gentoo (patchset 1.6)
14616         Note that the bug reporting info via --help doesn't show up because
14617         coreutils uses its own custom emit_bug_reporting_address() implementation
14618         in src/system.h.  If it didn't, it'd look like:
14619           $ ./src/ls --help | tail -n4
14620           Report bugs to <bug-coreutils@gnu.org>.
14621           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14622           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14623           General help using GNU software: <http://www.gnu.org/gethelp/>.
14624         * lib/version-etc.c: Print new information, if provided.
14625         * m4/version-etc.m4: New file.
14626         * modules/version-etc (Files): Add m4/version-etc.m4.
14627         (configure.ac): Add gl_VERSION_ETC.
14628
14629 2009-05-31  Bruno Haible  <bruno@clisp.org>
14630
14631         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14632         and 'int64_t'.
14633         * modules/alignof-tests (Dependencies): Add stdint.
14634         Reported by Eric Blake.
14635
14636 2009-05-31  Bruno Haible  <bruno@clisp.org>
14637
14638         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14639         restriction due to compiler bugs.
14640         Reported by Eric Blake.
14641
14642 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14643             Bruno Haible  <bruno@clisp.org>
14644
14645         Fix test-alignof failure.
14646         * lib/alignof.h (alignof_slot): New macro.
14647         (alignof_type): New macro, with the same semantics as the previous
14648         'alignof'.
14649         (alignof): Alias to alignof_slot.
14650         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14651         check that the results are usable as constant expressions.
14652
14653 2009-05-31  Bruno Haible  <bruno@clisp.org>
14654
14655         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14656         * tests/test-memchr.c (main): Check that memchr does not read past the
14657         first occurrence of the byte.
14658         * tests/test-strstr.c (main): Update comment.
14659         Suggested by Eric Blake.
14660
14661 2009-05-30  Bruno Haible  <bruno@clisp.org>
14662
14663         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14664         detail how to use dumpbin.
14665         Reported by David Byron <dbyron@dbyron.com>.
14666
14667 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14668
14669         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14670
14671 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14672
14673         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14674
14675 2009-05-28  Bruno Haible  <bruno@clisp.org>
14676
14677         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14678         build-aux/ files.
14679
14680 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14681
14682         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14683
14684 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14685
14686         * gnulib-tool (sed_transform_main_lib_file)
14687         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14688         regexps.
14689
14690 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14691
14692         * tests/test-strstr.c: Add another self-test.
14693         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14694         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14695
14696 2009-05-23  Bruno Haible  <bruno@clisp.org>
14697
14698         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14699         change.
14700
14701 2009-05-21  Bruno Haible  <bruno@clisp.org>
14702
14703         Simplify use of mode_t varargs.
14704         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14705         uses 'mode_t' or 'int'.
14706         * lib/openat.c (openat): Likewise.
14707         * lib/open-safer.c (open_safer): Likewise.
14708         * m4/mode_t.m4: New file.
14709         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14710         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14711         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14712         * modules/open (Files): Add m4/mode_t.m4.
14713         * modules/openat (Files): Likewise.
14714         * modules/fcntl-safer (Files): Likewise.
14715         Suggested by Eric Blake.
14716
14717 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14718
14719         * doc/glibc-functions/fallocate.texi: New file.
14720         * doc/gnulib.texi: Include it.
14721
14722 2009-05-21  Eric Blake  <ebb9@byu.net>
14723             Bruno Haible  <bruno@clisp.org>
14724
14725         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14726         invocations.
14727         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14728
14729 2009-05-21  Eric Blake  <ebb9@byu.net>
14730             Bruno Haible  <bruno@clisp.org>
14731
14732         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14733         include_next. Fix of 2008-11-20 commit.
14734         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14735         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14736         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14737         NEXT_MATH_H.
14738         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14739         instead of NEXT_MATH_H.
14740
14741 2009-05-21  Bruno Haible  <bruno@clisp.org>
14742
14743         Avoid redefinition warnings for SIZE_MAX.
14744         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14745         Reported by Simon Josefsson.
14746
14747 2009-05-21  Bruno Haible  <bruno@clisp.org>
14748
14749         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14750         AC_CACHE_VAL.
14751
14752 2009-05-20  Bruno Haible  <bruno@clisp.org>
14753
14754         Make zeroptr.h work on mingw.
14755         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14756         mprotect.
14757         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14758         * modules/memchr2-tests (configure.ac): Likewise.
14759         * modules/memcmp-tests (configure.ac): Likewise.
14760         * modules/memmem-tests (configure.ac): Likewise.
14761         * modules/memrchr-tests (configure.ac): Likewise.
14762         Reported by Simon Josefsson.
14763
14764 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14765
14766         * tests/test-glob.c: Include string.h for strcmp prototype.
14767
14768 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14769
14770         * modules/getdelim (Depends-on): Add explicit stdint, although it
14771         was implicitly already pulled in via realloc-posix.
14772         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14773
14774 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14775
14776         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14777         G. Christensen" <tgc@jupiterrise.com>.
14778         * m4/sys_socket_h.m4: Check for sa_family_t.
14779         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14780         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14781         * tests/test-sys_socket.c: Check that sa_family_t works.
14782
14783 2009-05-18  Eric Blake  <ebb9@byu.net>
14784
14785         maint.mk: allow gnulib_dir in VPATH build
14786         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14787
14788 2009-05-15  Jim Meyering  <meyering@redhat.com>
14789
14790         maint.mk: Give gnulib_dir a default definition.
14791         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14792         Thus, most packages no longer need to specify this variable in cfg.mk
14793
14794 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14795
14796         rename.m4: fix typos that would make non-mingw cross-configure fail
14797         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14798
14799 2009-05-13  Eric Blake  <ebb9@byu.net>
14800
14801         mmap-anon: avoid out-of-order autoconf expansion
14802         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14803         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14804         * modules/memchr-tests (Depends-on): Add extensions.
14805         * modules/memchr2-tests (Depends-on): Add extensions.
14806         * modules/memcmp-tests (Depends-on): Add extensions.
14807         * modules/memmem-tests (Depends-on): Add extensions.
14808         * modules/memrchr-tests (Depends-on): Add extensions.
14809
14810 2009-05-13  Bruno Haible  <bruno@clisp.org>
14811
14812         Make some tests ISO C 99 compliant.
14813         * tests/zerosize-ptr.h: New file.
14814         * tests/test-memchr.c: Include zerosize-ptr.h.
14815         (main): Use a zero-size object pointer instead of NULL.
14816         * tests/test-memchr2.c: Include zerosize-ptr.h.
14817         (main): Use a zero-size object pointer instead of NULL.
14818         * tests/test-memcmp.c: Include zerosize-ptr.h.
14819         (main): Use a zero-size object pointer instead of NULL.
14820         * tests/test-memmem.c: Include zerosize-ptr.h.
14821         (main): Use a zero-size object pointer instead of NULL.
14822         * tests/test-memrchr.c: Include zerosize-ptr.h.
14823         (main): Use a zero-size object pointer instead of NULL.
14824         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14825         m4/mmap-anon.m4.
14826         (Depends-on): Add getpagesize.
14827         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14828         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14829         m4/mmap-anon.m4.
14830         (Depends-on): Add getpagesize.
14831         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14832         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14833         m4/mmap-anon.m4.
14834         (Depends-on): Add getpagesize.
14835         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14836         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14837         m4/mmap-anon.m4.
14838         (Depends-on): Add getpagesize.
14839         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14840         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14841         m4/mmap-anon.m4.
14842         (Depends-on): Add getpagesize.
14843         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14844
14845 2009-05-12  Bruno Haible  <bruno@clisp.org>
14846
14847         Tests for module 'alignof'.
14848         * modules/alignof-tests: New file.
14849         * tests/test-alignof.c: New file.
14850
14851 2009-05-12  Bruno Haible  <bruno@clisp.org>
14852
14853         Fix alignof macro.
14854         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14855         vendor compilers that are always correct.
14856
14857 2009-05-12  Bruno Haible  <bruno@clisp.org>
14858
14859         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14860         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14861         not whether its fully works.
14862
14863 2009-05-12  Bruno Haible  <bruno@clisp.org>
14864
14865         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14866
14867 2009-05-12  Jim Meyering  <meyering@redhat.com>
14868
14869         * top/maint.mk: Adjust backslash alignment.
14870
14871 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14872
14873         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14874
14875 2009-05-11  Eric Blake  <ebb9@byu.net>
14876
14877         argp: avoid undefined behavior
14878         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14879         macros.
14880
14881 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14882
14883         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14884         user.name to prevent git commit from complaining.
14885
14886 2009-05-10  Bruno Haible  <bruno@clisp.org>
14887
14888         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14889         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14890         it rewrites every file name only once.
14891         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14892
14893 2009-05-08  Bruno Haible  <bruno@clisp.org>
14894
14895         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14896         instead of 'max'.
14897
14898 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14899
14900         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14901         sockaddr_storage test.
14902
14903 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14904
14905         * modules/sys_socket (Makefile.am): Substitute
14906         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14907         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14908         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14909         * tests/test-sys_socket.c: Check sockaddr_storage.
14910
14911 2009-05-08  Bruno Haible  <bruno@clisp.org>
14912
14913         New module 'alignof'.
14914         * lib/alignof.h: New file.
14915         * modules/alignof: New file.
14916
14917 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14918             Bruno Haible  <bruno@clisp.org>
14919
14920         Fix test-file-has-acl on FreeBSD.
14921         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14922         mask is implicitly added.
14923         * tests/test-file-has-acl.c: Include <signal.h>.
14924         (main): Terminate the test after 5 seconds.
14925         * modules/acl-tests (configure.ac): Check for alarm function.
14926
14927 2009-05-04  Bruno Haible  <bruno@clisp.org>
14928
14929         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14930         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14931         * modules/errno (configure.ac): Drop AC_REQUIRE.
14932         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14933         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14934
14935 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14936
14937         * modules/glob-tests: New module.
14938         * tests/test-glob.c: Add.
14939
14940 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14941
14942         * modules/fnmatch-tests: New module.
14943         * tests/test-fnmatch.c: Add.
14944
14945 2009-05-04  Eric Blake  <ebb9@byu.net>
14946
14947         maint: make the new no-submodule-changes rule VPATH-safe
14948         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14949
14950 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14951             Bruno Haible  <bruno@clisp.org>
14952
14953         acl: Fix infinite loop on FreeBSD.
14954         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14955         of return value from acl_get_entry.
14956         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14957         Likewise.
14958
14959 2009-05-03  Bruno Haible  <bruno@clisp.org>
14960
14961         * lib/acl-internal.h (acl_entries): Clarify return value.
14962         * lib/acl_entries.c (acl_entries): Likewise.
14963
14964 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14965
14966         Bug fix in acl module.
14967         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14968
14969 2009-05-03  Bruno Haible  <bruno@clisp.org>
14970
14971         Create gperf-generated file in the source dir, not in the build dir.
14972         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14973         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14974         * modules/unicase/locale-language (unicase/locale-languages.h):
14975         Likewise.
14976         * modules/unicase/special-casing (unicase/special-casing-table.h):
14977         Likewise.
14978         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14979         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14980         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14981         Reported by Ralf Wildenhues.
14982
14983 2009-05-03  Bruno Haible  <bruno@clisp.org>
14984
14985         * modules/fnmatch (Description, configure.ac): Taken from
14986         fnmatch-posix.
14987         * modules/fnmatch-posix: Turn into a symbolic reference to the
14988         'fnmatch' module, and deprecate.
14989         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14990
14991 2009-05-03  Bruno Haible  <bruno@clisp.org>
14992
14993         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14994         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14995         Reported by Ralf Wildenhues.
14996
14997 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14998
14999         * m4/fnmatch.m4: Fix fnmatch re-define.
15000
15001 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15002
15003         priv-set: new module and tests; adapt write-any-file
15004         * lib/priv-set.c: New file.
15005         * lib/priv-set.h: New file.
15006         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
15007         * lib/write-any-file.c: Simplify by using priv-set module.
15008         * m4/priv-set.m4: New file.
15009         * modules/priv-set: New file.
15010         * modules/unlinkdir: Add dependency on priv-set module.
15011         * modules/write-any-file: Likewise.
15012
15013         Tests for module 'priv-set'.
15014         * modules/priv-set-tests: New file.
15015         * tests/test-priv-set.c: New file.
15016
15017 2009-05-03  Jim Meyering  <meyering@redhat.com>
15018             Bruno Haible  <bruno@clisp.org>
15019
15020         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
15021         use the converted UTF-8 variant of the name instead.
15022
15023 2009-05-03  Jim Meyering  <meyering@redhat.com>
15024
15025         tests: tighten some getdate tests
15026         * tests/test-getdate.c (main): Tighten tests: require equality,
15027         not just greater than.  Set TZ envvar to UTC0.
15028
15029 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
15030
15031         getdate: correctly interpret "next monday" when run on a Monday
15032         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
15033         that e.g., "next tues" (when run on a tuesday) results in a date
15034         that is one week in the future, and not today's date.
15035         I.e., add a week when the wday is the same as the current one.
15036         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
15037         and earlier by Martin Bernreuther and Jan Minář.
15038         * tests/test-getdate.c (main): Check that "next DAY" is always in
15039         the future and that "last DAY" is always in the past.
15040
15041 2009-05-02  Jim Meyering  <meyering@redhat.com>
15042
15043         build: ensure that a release build fails when a submodule is unclean
15044         * top/maint.mk (no-submodule-changes): New rule.
15045         (alpha beta major): Depend on it.
15046
15047 2009-05-02  Bruno Haible  <bruno@clisp.org>
15048
15049         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15050         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15051         shell variable gl_fnmatch_required to detect which variant is
15052         requested.
15053         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15054         gl_FUNC_FNMATCH_POSIX.
15055         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15056         exclude fnmatch-posix.
15057
15058 2009-05-02  Bruno Haible  <bruno@clisp.org>
15059
15060         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15061         * modules/mbsrtowcs (License): Change to LGPLv2+.
15062         * modules/strnlen1 (License): Likewise.
15063         Reported by Simon Josefsson.
15064
15065 2009-05-02  Bruno Haible  <bruno@clisp.org>
15066
15067         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15068         "cross".
15069         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15070         gnulib-tool was called with option --source-base=lib.
15071
15072 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15073
15074         Use automake *-local hooks without commands, for extensibility.
15075         * modules/localcharset (Makefile.am): Rename install-exec-local
15076         rule to install-exec-localcharset, and make it a prerequisite of
15077         install-exec-local.  Likewise, rename the uninstall-local rule to
15078         uninstall-localcharset, and make it a prerequisite of the former.
15079
15080 2009-05-01  Bruno Haible  <bruno@clisp.org>
15081
15082         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15083         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15084         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15085         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15086         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15087         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15088         m4/locale-zh.m4, m4/codeset.m4.
15089
15090         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15091         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15092         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15093         m4/locale-zh.m4.
15094
15095         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15096         REPLACE_WCRTOMB if mbstate_t must be replaced.
15097         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15098         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15099
15100 2009-05-01  Bruno Haible  <bruno@clisp.org>
15101
15102         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15103         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15104         dngettext, dcngettext, textdomain, bindtextdomain,
15105         bind_textdomain_codeset): Undefine before redefining.
15106
15107 2009-04-30  Bruno Haible  <bruno@clisp.org>
15108
15109         Fix bug introduced on 2009-04-25.
15110         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15111         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15112         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15113         is defined.
15114         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15115         is defined.
15116         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15117         is defined.
15118         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15119
15120 2009-04-28  Bruno Haible  <bruno@clisp.org>
15121
15122         Comment tweaks.
15123         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15124         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15125         * lib/unicase.h (u*_casexfrm): Likewise.
15126         Reported by Paolo Bonzini.
15127
15128 2009-04-28  Bruno Haible  <bruno@clisp.org>
15129
15130         Fix a compilation error.
15131         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15132         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15133         Reported by Jim Meyering.
15134
15135 2009-04-27  Bruno Haible  <bruno@clisp.org>
15136
15137         New module 'libunistring'.
15138         * modules/libunistring: New file.
15139         * m4/libunistring.m4: New file.
15140         * MODULES.html.sh (Unicode string functions): Add it.
15141
15142 2009-04-27  Eric Blake  <ebb9@byu.net>
15143
15144         maint.mk: allow package-specific header to provide <config.h>
15145         * top/maint.mk (sc_require_config_h): New variable.
15146         (sc_require_config_h, sc_require_config_h_first): Use it.
15147
15148 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15149
15150         * top/maint.mk (sc_avoid_if_before_free): Except
15151         useless-if-before-free script.
15152
15153 2009-04-27  Eric Blake  <ebb9@byu.net>
15154
15155         maintainer-makefile: depend on all required helper scripts
15156         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15157         useless-if-before-free.
15158         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15159         version, rather than assuming gnulib checkout is available.
15160         Reported by Simen Josefsson.
15161
15162 2009-04-26  Bruno Haible  <bruno@clisp.org>
15163
15164         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15165         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15166         "../" or "..".
15167
15168 2009-04-26  Bruno Haible  <bruno@clisp.org>
15169
15170         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15171         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15172         AC_LIB_HAVE_LINKFLAGS.
15173
15174 2009-04-26  Bruno Haible  <bruno@clisp.org>
15175
15176         Simplify calling convention of u*_conv_from_encoding.
15177         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15178         u32_conv_from_encoding): Expect a resultbuf argument and return the
15179         result directly as a pointer.
15180         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15181         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15182         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15183         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15184         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15185         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15186         Update.
15187         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15188         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15189         * lib/vasnprintf.c (VASNPRINTF): Update.
15190         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15191         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15192         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15193         * NEWS: Mention the change.
15194
15195 2009-04-26  Bruno Haible  <bruno@clisp.org>
15196
15197         Simplify calling convention of u*_conv_to_encoding.
15198         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15199         u32_conv_to_encoding): Expect a resultbuf argument and return the
15200         result directly as a pointer.
15201         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15202         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15203         freeing scaled_offsets if mem_iconveha failed.
15204         * lib/unicase/u-casexfrm.h (FUNC): Update.
15205         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15206         * lib/vasnprintf.c (VASNPRINTF): Update.
15207         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15208         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15209         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15210         * NEWS: Mention the change.
15211
15212 2009-04-26  Bruno Haible  <bruno@clisp.org>
15213
15214         Avoid test failures on AIX and OSF/1.
15215         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15216         malloc(0).
15217         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15218         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15219         Likewise.
15220         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15221         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15222         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15223         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15224         * doc/posix-functions/malloc.texi: Document the portability problem
15225         related to malloc(0).
15226
15227 2009-04-26  Bruno Haible  <bruno@clisp.org>
15228
15229         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15230         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15231         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15232
15233 2009-04-25  Bruno Haible  <bruno@clisp.org>
15234
15235         Avoid link error when creating a namespace clean library.
15236         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15237         as macro with arguments if already defined as an alias.
15238         * lib/signbitf.c (gl_signbitf): Don't undefine.
15239         * lib/signbitd.c (gl_signbitd): Don't undefine.
15240         * lib/signbitl.c (gl_signbitl): Don't undefine.
15241
15242 2009-04-25  Jim Meyering  <meyering@redhat.com>
15243
15244         vc-list-files: fix another quoting bug
15245         * build-aux/vc-list-files: Avoid sed backslash expansion
15246         of pathological directory names.
15247
15248 2009-04-25  Eric Blake  <ebb9@byu.net>
15249
15250         vc-list-files: fix shell quoting error
15251         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15252         timestamp.
15253
15254 2009-04-25  Jim Meyering  <meyering@redhat.com>
15255
15256         vc-list-files: restore lost functionality with subdir argument
15257         * build-aux/vc-list-files: When given a non-"." sub-directory
15258         argument, substitute the $dir/ prefix back onto each resulting name.
15259         Otherwise, coreutils' root_tests check would fail.
15260
15261 2009-04-24  Eric Blake  <ebb9@byu.net>
15262
15263         vc-list-files: ignore git symlinks
15264         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15265         than ls-files, to ignore git symlinks.
15266
15267         maint.mk: import improvements from m4
15268         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15269         (move_if_change): Delete unused macro.
15270         (news-date-check, vc-diff-check): Support VPATH builds.
15271         (announcement): Likewise.  Split --bootstrap-tools list...
15272         (boostrap-tools): ...into separate list, which can be overridden
15273         in cfg.mk.
15274         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15275         requiring dependency on useless-if-before-free module.
15276         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15277         Support VPATH builds.
15278
15279 2009-04-24  Jim Meyering  <meyering@redhat.com>
15280
15281         maint.mk: remove coreutils-specific rules and variables
15282         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15283         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15284         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15285
15286         maint.mk: remove obsolete rule
15287         * top/maint.mk (rel-check): Remove rule.
15288         (WGET, WGETFLAGS): Remove now-unused variables.
15289
15290 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15291
15292         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15293         consistency.
15294
15295         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15296         '$(PATH_SEPARATOR)' instead of ':'.
15297
15298 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15299
15300         * lib/getopt1.c (main): Use 'const' for static array.
15301
15302 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15303
15304         * top/maint.mk: Sync with coreutils.
15305         * NEWS: Explain incompatibilities.
15306
15307 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15308             Bruno Haible  <bruno@clisp.org>
15309
15310         Fix cross-compilation results.
15311         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15312         statement, as third argument of AC_TRY_RUN.
15313         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15314         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15315         Likewise.
15316         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15317         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15318         Likewise.
15319         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15320         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15321         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15322
15323 2009-04-20  Bruno Haible  <bruno@clisp.org>
15324
15325         Avoid test failure on mingw.
15326         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15327
15328 2009-04-20  Bruno Haible  <bruno@clisp.org>
15329
15330         Avoid compilation error on mingw.
15331         * modules/localename-tests (Depends-on): Add locale.
15332
15333 2009-04-19  Bruno Haible  <bruno@clisp.org>
15334
15335         Support for building a shared library on Windows platforms.
15336         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15337         (main): Test the presence of UNINORM_NFC here.
15338         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15339         (main): Test the presence of UNINORM_NFD here.
15340         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15341         (main): Test the presence of UNINORM_NFKC here.
15342         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15343         (main): Test the presence of UNINORM_NFKD here.
15344
15345 2009-04-19  Bruno Haible  <bruno@clisp.org>
15346
15347         Avoid a compiler warning.
15348         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15349         Change type of variable 'sequence'.
15350
15351 2009-04-19  Bruno Haible  <bruno@clisp.org>
15352
15353         * modules/configmake (Makefile.am): When the contents of configmake.h
15354         does not change, arrange to preserve its modification time.
15355
15356 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15357
15358         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15359         gettext domain.
15360
15361 2009-04-16  Jim Meyering  <meyering@redhat.com>
15362
15363         useless-if-before-free: improve conversion code
15364         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15365         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15366
15367 2009-04-14  Bruno Haible  <bruno@clisp.org>
15368
15369         * modules/fcntl (Depends-on): Add extensions.
15370         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15371
15372 2009-04-12  Ben Pfaff  <blp@gnu.org>
15373
15374         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15375         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15376
15377 2009-03-20  Ben Pfaff  <blp@gnu.org>
15378
15379         Make rename replace existing destinations on Windows.
15380         * m4/rename.m4: Add test for Mingw.
15381         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15382         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15383         * doc/posix-functions/rename.texi: Document.
15384
15385 2009-04-10  Bruno Haible  <bruno@clisp.org>
15386
15387         New include file "iconveh.h".
15388         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15389         * lib/striconveh.h: Include it.
15390         (enum iconv_ilseq_handler): Remove definition.
15391         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15392         striconveh.h.
15393         * lib/striconveha.c: Include striconveh.h.
15394         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15395         * modules/striconveh (Files): Add lib/iconveh.h.
15396         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15397         lib/striconveh.h.
15398
15399 2009-04-10  Bruno Haible  <bruno@clisp.org>
15400
15401         * lib/uniconv.h: Update comment.
15402
15403 2009-04-10  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15406         always.
15407         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15408         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15409         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15410         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15411         "unistring-notinline.h", so that the function gets defined always.
15412         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15413         * lib/unistr/u8-uctomb.c: Likewise.
15414         * lib/unistr/u16-mbtouc.c: Likewise.
15415         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15416         * lib/unistr/u16-uctomb.c: Likewise.
15417         * lib/unistr/u32-mbtouc.c: Likewise.
15418         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15419         * lib/unistr/u32-uctomb.c: Likewise.
15420
15421 2009-04-10  Bruno Haible  <bruno@clisp.org>
15422
15423         Mark 'utime' obsolete.
15424         * modules/utime (Status, Notice): New sections.
15425         Suggested by Jim Meyering.
15426
15427         Fix cross-compile guess for utime test.
15428         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15429         autoconf.
15430         * doc/posix-functions/utime.texi: Give more precisions.
15431         Reported by Jan <ipif@ymail.com>.
15432
15433 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15434
15435         filevercmp: correct today's change
15436         * lib/filevercmp.c: Also handle coreutils' test inputs.
15437         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15438
15439         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15440         for reporting it.
15441         * lib/filevercmp.c: Special handle for "", "." and "..".
15442         * tests/test-filevercmp.c: Enlarge the set suite.
15443
15444 2009-04-07  Jim Meyering  <meyering@redhat.com>
15445
15446         useless-if-before-free: show how to remove braced useless free, too
15447         * build-aux/useless-if-before-free: still only in a comment, though.
15448
15449 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15450
15451         maint.mk: import changes to syntax-check macros from coreutils
15452         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15453         Use them in the relevant macros.
15454
15455 2009-04-06  Bruno Haible  <bruno@clisp.org>
15456
15457         Fix unportable use of bit-fields.
15458         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15459         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15460         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15461
15462 2009-04-06  Bruno Haible  <bruno@clisp.org>
15463
15464         Avoid test failures on AIX and OSF/1.
15465         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15466         that malloc(0) = NULL.
15467         * tests/unicase/test-u8-tolower.c (check): Likewise.
15468         * tests/unicase/test-u8-totitle.c (check): Likewise.
15469         * tests/unicase/test-u8-toupper.c (check): Likewise.
15470         * tests/unicase/test-u16-casefold.c (check): Likewise.
15471         * tests/unicase/test-u16-tolower.c (check): Likewise.
15472         * tests/unicase/test-u16-totitle.c (check): Likewise.
15473         * tests/unicase/test-u16-toupper.c (check): Likewise.
15474         * tests/unicase/test-u32-casefold.c (check): Likewise.
15475         * tests/unicase/test-u32-tolower.c (check): Likewise.
15476         * tests/unicase/test-u32-totitle.c (check): Likewise.
15477         * tests/unicase/test-u32-toupper.c (check): Likewise.
15478         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15479         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15480         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15481         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15482         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15483         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15484         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15485         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15486         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15487         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15488         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15489         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15490
15491 2009-04-05  Bruno Haible  <bruno@clisp.org>
15492
15493         Work around an autoconf limitation.
15494         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15495         comment line if it would be longer than 3 KB.
15496
15497 2009-04-05  Bruno Haible  <bruno@clisp.org>
15498
15499         Avoid test failure with libiconv-1.13.
15500         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15501         of the expected test results.
15502
15503 2009-04-05  Bruno Haible  <bruno@clisp.org>
15504
15505         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15506         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15507         that it should be installed.
15508
15509 2009-04-05  Bruno Haible  <bruno@clisp.org>
15510
15511         * gnulib-tool: New option --copy-file.
15512         (func_usage): Document it.
15513         (func_dest_tmpfilename): Moved out of func_import.
15514         (func_add_file, func_update_file): New functions, extracted from
15515         func_import.
15516         (func_import): Update.
15517
15518 2009-04-05  Karl Berry  <karl@gnu.org>
15519
15520         * README: prominently mention gnulib-tool.
15521         Rearrange sections so getting the code is near the top.
15522
15523 2009-04-05  Bruno Haible  <bruno@clisp.org>
15524
15525         * lib/unicase.h: Mention u*_cmp2.
15526         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15527         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15528         * lib/unicase/ulc-casecmp.c: Likewise.
15529         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15530         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15531         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15532         unistr/u8-cmp.
15533         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15534         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15535         unistr/u16-cmp.
15536         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15537         unistr/u32-cmp.
15538
15539         * lib/uninorm.h: Mention u*_cmp2.
15540         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15541         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15542         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15543         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15544         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15545         unistr/u8-cmp.
15546         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15547         unistr/u16-cmp.
15548         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15549         unistr/u32-cmp.
15550
15551         New module 'unistr/u32-cmp2'.
15552         * lib/unistr/u32-cmp2.c: New file.
15553         * modules/unistr/u32-cmp2: New file.
15554
15555         New module 'unistr/u16-cmp2'.
15556         * lib/unistr/u16-cmp2.c: New file.
15557         * modules/unistr/u16-cmp2: New file.
15558
15559         New module 'unistr/u8-cmp2'.
15560         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15561         * lib/unistr/u8-cmp2.c: New file.
15562         * lib/unistr/u-cmp2.h: New file.
15563         * modules/unistr/u8-cmp2: New file.
15564
15565 2009-04-05  Bruno Haible  <bruno@clisp.org>
15566
15567         * lib/unictype.h (uc_property_is_valid): New macro.
15568         * tests/unictype/test-pr_byname.c (main): Use it.
15569
15570         * lib/unistr.h: Doc fixes.
15571         * lib/uniconv.h: Doc fixes.
15572         * lib/unictype.h: Doc fixes.
15573
15574 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         Port coreutils 7.2 to Solaris 8.
15577
15578         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15579         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15580         for Solaris 8.  This is a bit of a hack, as it means it's the
15581         caller's responsibility to add -lnsl if needed, but most likely it
15582         won't be needed since only getaddrinfo uses this and getaddrinfo
15583         isn't needed on Solaris 8.
15584
15585         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15586         problem to Solaris 8 encountered with coreutils 7.2, which
15587         resulted in a message "fnmatch.c:292: warning: passing argument 4
15588         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15589         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15590
15591 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15592
15593         * m4/ld-version-script.m4: Add FIXME comment.
15594
15595 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15596
15597         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15598         SOVERSION variable.
15599
15600 2009-04-02  Bruno Haible  <bruno@clisp.org>
15601
15602         * Makefile (info, html, dvi, pdf): Combine the rules.
15603         Suggested by Jim Meyering.
15604
15605 2009-04-01  Bruno Haible  <bruno@clisp.org>
15606
15607         * Makefile (info, html, dvi, pdf): New targets.
15608         Reported by Reuben Thomas <rrt@sc3d.org>.
15609
15610 2009-04-01  Bruno Haible  <bruno@clisp.org>
15611
15612         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15613         can be put into PATH.
15614         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15615
15616 2009-04-01  Bruno Haible  <bruno@clisp.org>
15617
15618         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15619
15620 2009-04-01  Bruno Haible  <bruno@clisp.org>
15621
15622         Rename module 'visibility'.
15623         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15624         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15625         * doc/gnulib.texi: Update.
15626         * MODULES.html.sh (Misc): Update.
15627         * NEWS: Mention the change.
15628
15629 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15630
15631         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15632         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15633         Eric Blake <ebb9@byu.net> for review.
15634         * MODULES.html.sh: Add lib-msvc-compat.
15635         * doc/gnulib.texi: Link to new section.
15636         * m4/ld-output-def.m4: New file.
15637         * doc/ld-output-def.texi: New file.
15638
15639 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15640
15641         Rename ld-version-script to lib-symbol-versions.  Suggested by
15642         Bruno Haible <bruno@clisp.org>.
15643         * modules/ld-version-script: Renamed to lib-symbol-versions.
15644         * doc/ld-version-script.texi: Fix module name.
15645         * MODULES.html.sh: Add lib-symbol-versions.
15646
15647 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15648
15649         * modules/u64-tests: New file.
15650         * tests/test-u64.c: New file.
15651
15652 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15653
15654         * MODULES.html.sh: Mention u64.
15655         * modules/u64: New module.
15656         * modules/crypto/sha512: Depend on u64 module instead of providing
15657         u64.h.
15658
15659 2009-03-27  Eric Blake  <ebb9@byu.net>
15660
15661         test-strerror: make debugging EAI_SYSTEM easier
15662         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15663         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15664         failure was EAI_SYSTEM.
15665
15666 2009-03-25  Bruno Haible  <bruno@clisp.org>
15667
15668         Fix a problem with --enable-relocatable on Solaris 7.
15669         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15670         since 2008-02-24.
15671
15672 2009-03-25  Eric Blake  <ebb9@byu.net>
15673
15674         test-sockets: avoid gcc warning
15675         * tests/test-sockets.c (main): Silence compiler warning.
15676
15677 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15678
15679         New modules nproc, pthread, contributed by Glen Lenker.
15680
15681         * MODULES.html.sh: Add pthread, nproc.
15682         * lib/nproc.c: New file.
15683         * lib/nproc.h: New file.
15684         * lib/pthread.in.h: New file.
15685         * m4/pthread.m4: New file.
15686         * modules/nproc: New file.
15687         * modules/pthread: New file.
15688
15689 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15690
15691         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15692         New variable.
15693
15694 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15695
15696         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15697         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15698         * tests/test-filevercmp.c: Add tests for backup suffixes.
15699
15700 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15701
15702         * modules/stdlib (Depends-on): Add stdint, needed when defining
15703         struct random_data on, for example, HP-UX 10.20.  Reported by
15704         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15705
15706 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15707
15708         * lib/readline.c (readline): Call fflush on stdout after printing
15709         prompt.
15710
15711 2009-03-20  Bruno Haible  <bruno@clisp.org>
15712
15713         Remove dependency from 'close' module to -lws2_32 on native Windows.
15714         * lib/close-hook.h: New file.
15715         * lib/close-hook.c: New file.
15716         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15717         w32sock.h.
15718         (_gl_close_fd_maybe_socket): Remove function.
15719         (rpl_close): Invoke execute_all_close_hooks instead of
15720         _gl_close_fd_maybe_socket.
15721         * lib/sockets.c: Include close-hook.h, w32sock.h.
15722         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15723         (close_sockets_hook): New variable.
15724         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15725         (gl_sockets_cleanup): Unregister it.
15726         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15727         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15728         * modules/close-hook: New file.
15729         * modules/close (Files): Remove lib/w32sock.h.
15730         (Depends-on): Add close-hook.
15731         (Link): Remove section.
15732         * modules/sockets (Files): Add lib/w32sock.h.
15733         (Depends-on): Add close-hook.
15734         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15735         invocation.
15736         * NEWS: Mention that LIB_CLOSE is gone.
15737
15738 2009-03-23  Eric Blake  <ebb9@byu.net>
15739
15740         signal-tests: test previous patch
15741         * tests/test-signal.c: New file.
15742         * modules/signal-tests: Likewise.
15743
15744         signal.h: always support 'volatile sig_atomic_t'
15745         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15746         (gl_SIGNAL_H_DEFAULTS): Add a default.
15747         * modules/signal (Makefile.am): Substitute if needed.
15748         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15749         users can blindly add volatile.
15750         * doc/posix-headers/signal.texi (signal.h): Document it.
15751         Reported by Matthew Woehlke.
15752
15753 2009-03-23  Jim Meyering  <meyering@redhat.com>
15754
15755         pathmax: PATH_MAX: use pathconf only when available
15756         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15757         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15758         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15759         This avoids a link failure in a PSP cross-compilation environment
15760         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15761
15762         * lib/vasnprintf.c (divide): Fix typo in comment.
15763
15764 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15765
15766         * gnulib-tool (func_filter_filelist): Fix comment.
15767
15768 2009-03-20  Bruno Haible  <bruno@clisp.org>
15769
15770         Make sockets.h self-contained.
15771         * lib/sockets.c: Include sockets.h first.
15772         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15773
15774 2009-03-19  Eric Blake  <ebb9@byu.net>
15775
15776         doc: mention more functions added in cygwin 1.7.0
15777         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15778         addition.
15779         * doc/posix-functions/log2f.texi: Likewise.
15780
15781 2009-03-19  Jim Meyering  <meyering@redhat.com>
15782
15783         fsusage: avoid syntax error due to statement-before-declaration
15784         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15785         after all declarations.  Reported by Matthew Woehlke in
15786         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15787
15788 2009-03-18  Eric Blake  <ebb9@byu.net>
15789
15790         build-aux/compile: sync from automake
15791         * build-aux/compile: New file, from automake.
15792         * config/srclist.txt: Mention build-aux/compile.
15793
15794 2009-03-17  Bruno Haible  <bruno@clisp.org>
15795
15796         * lib/git-merge-changelog.c: Fix typo in comment.
15797         Reported by Reuben Thomas <rrt@sc3d.org>.
15798
15799 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15800
15801         * m4/regex.m4: update and improve help for
15802         --without-included-regex.
15803
15804 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15805
15806         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15807         failure on missing include files.
15808
15809 2009-03-17  Eric Blake  <ebb9@byu.net>
15810
15811         doc: mention more functions added in cygwin 1.7.0
15812         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15813         addition.
15814         * doc/posix-functions/fwscanf.texi: Likewise.
15815         * doc/posix-functions/swprintf.texi: Likewise.
15816         * doc/posix-functions/swscanf.texi: Likewise.
15817         * doc/posix-functions/vfwprintf.texi: Likewise.
15818         * doc/posix-functions/vfwscanf.texi: Likewise.
15819         * doc/posix-functions/vswprintf.texi: Likewise.
15820         * doc/posix-functions/vswscanf.texi: Likewise.
15821         * doc/posix-functions/vwprintf.texi: Likewise.
15822         * doc/posix-functions/vwscanf.texi: Likewise.
15823         * doc/posix-functions/wcscasecmp.texi: Likewise.
15824         * doc/posix-functions/wcsdup.texi: Likewise.
15825         * doc/posix-functions/wcsftime.texi: Likewise.
15826         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15827         * doc/posix-functions/wprintf.texi: Likewise.
15828         * doc/posix-functions/wscanf.texi: Likewise.
15829         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15830
15831 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15832
15833         maint.mk: really add $(AM_MAKEFLAGS)
15834         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15835         was inadvertently omitted in the last commit.
15836         Spotted by Bruno Haible.
15837
15838         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15839         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15840         $(AM_MAKEFLAGS)' rather than plain `make'.
15841
15842         gnulib-tool: execute $MAKE not make
15843         * gnulib-tool: Default $MAKE to 'make'.
15844         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15845         than make.  Initialize $MAKE in the do-autobuild script.
15846
15847         gnulib-tool: use $MAKE not make in generated files
15848         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15849         make, in generated files.  Initialize $MAKE in the do-autobuild
15850         script.
15851
15852         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15853
15854         GNUmakefile: disable parallelism only for multiple, recursive targets
15855         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15856         additions in the Makefile.
15857         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15858         by Automake.
15859         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15860         are listed on the command line and at least one of them is
15861         listed in $(ALL_RECURSIVE_TARGETS).
15862
15863 2009-03-14  Bruno Haible  <bruno@clisp.org>
15864
15865         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15866         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15867         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15868         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15869         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15870         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15871         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15872         unistr/u8-uctomb.
15873         * modules/unistr/u8-strchr (Depends-on): Likewise.
15874         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15875         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15876         unistr/u16-uctomb.
15877         * modules/unistr/u16-strchr (Depends-on): Likewise.
15878         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15879
15880 2009-03-12  Bruno Haible  <bruno@clisp.org>
15881
15882         Work around select() bug on Interix 3.5.
15883         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15884         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15885         * m4/select.m4: New file.
15886         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15887         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15888         * modules/select (Files): Add m4/select.m4.
15889         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15890         * modules/nanosleep (Depends-on): Add select.
15891         * modules/poll (Depends-on): Likewise.
15892         * doc/posix-functions/select.texi: Mention the Interix bug.
15893         Reported by Markus Duft <mduft@gentoo.org>.
15894
15895         * lib/select.c: Renamed from lib/winsock-select.c.
15896         * modules/select (Files): Add lib/select.c, remove
15897         lib/winsock-select.c.
15898         (configure.ac): Update.
15899
15900 2009-03-12  Jim Meyering  <meyering@redhat.com>
15901
15902         avoid gcc warnings about unused macro definitions
15903         * lib/readtokens.c (STREQ): Remove unused definition.
15904         * lib/xmalloc.c (SIZE_MAX): Likewise.
15905         * lib/openat-die.c (N_): Likewise.
15906         * lib/mountlist.c (SIZE_MAX): Remove definition.
15907         Instead, include <stdint.h>.
15908         * lib/readutmp.c: Likewise.
15909         * modules/readutmp (Depends-on): Add stdint.
15910         * modules/mountlist (Depends-on): Add stdint.
15911         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15912
15913 2009-03-10  Bruno Haible  <bruno@clisp.org>
15914
15915         Tests for module 'mbmemcasecoll'.
15916         * modules/mbmemcasecoll-tests: New file.
15917         * tests/test-mbmemcasecoll1.sh: New file.
15918         * tests/test-mbmemcasecoll2.sh: New file.
15919         * tests/test-mbmemcasecoll3.sh: New file.
15920         * tests/test-mbmemcasecoll.c: New file.
15921
15922         New module 'mbmemcasecoll'.
15923         * lib/mbmemcasecoll.h: New file.
15924         * lib/mbmemcasecoll.c: New file.
15925         * modules/mbmemcasecoll: New file.
15926
15927         * tests/test-mbmemcasecmp.h: New file, extracted from
15928         tests/test-mbmemcasecmp.c.
15929         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15930         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15931         (main): Update.
15932         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15933
15934 2009-03-09  Bruno Haible  <bruno@clisp.org>
15935
15936         Tests for module 'mbmemcasecmp'.
15937         * modules/mbmemcasecmp-tests: New file.
15938         * tests/test-mbmemcasecmp1.sh: New file.
15939         * tests/test-mbmemcasecmp2.sh: New file.
15940         * tests/test-mbmemcasecmp3.sh: New file.
15941         * tests/test-mbmemcasecmp.c: New file.
15942
15943         New module 'mbmemcasecmp'.
15944         * lib/mbmemcasecmp.h: New file.
15945         * lib/mbmemcasecmp.c: New file.
15946         * modules/mbmemcasecmp: New file.
15947
15948 2009-03-09  Bruno Haible  <bruno@clisp.org>
15949
15950         Tests for module 'unicase/ulc-casecoll'.
15951         * modules/unicase/ulc-casecoll-tests: New file.
15952         * tests/unicase/test-ulc-casecoll1.sh: New file.
15953         * tests/unicase/test-ulc-casecoll2.sh: New file.
15954         * tests/unicase/test-ulc-casecoll.c: New file.
15955
15956         New module 'unicase/ulc-casecoll'.
15957         * lib/unicase.h (ulc_casecoll): New declaration.
15958         * lib/unicase/ulc-casecoll.c: New file.
15959         * modules/unicase/ulc-casecoll: New file.
15960
15961         New module 'unicase/ulc-casexfrm'.
15962         * lib/unicase.h (ulc_casexfrm): New declaration.
15963         * lib/unicase/ulc-casexfrm.c: New file.
15964         * modules/unicase/ulc-casexfrm: New file.
15965
15966 2009-03-09  Bruno Haible  <bruno@clisp.org>
15967
15968         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15969         invocations.
15970
15971         * m4/mbscasecmp.m4: Remove file.
15972         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15973         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15974
15975         * m4/mbscasestr.m4: Remove file.
15976         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15977         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15978
15979         * m4/mbschr.m4: Remove file.
15980         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15981         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15982
15983         * m4/mbscspn.m4: Remove file.
15984         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15985         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15986
15987         * m4/mbslen.m4: Remove file.
15988         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15989         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15990
15991         * m4/mbsncasecmp.m4: Remove file.
15992         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15993         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15994
15995         * m4/mbsnlen.m4: Remove file.
15996         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15997         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15998
15999         * m4/mbspbrk.m4: Remove file.
16000         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
16001         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
16002
16003         * m4/mbspcasecmp.m4: Remove file.
16004         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
16005         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
16006
16007         * m4/mbsrchr.m4: Remove file.
16008         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
16009         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
16010
16011         * m4/mbssep.m4: Remove file.
16012         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
16013         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
16014
16015         * m4/mbsspn.m4: Remove file.
16016         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
16017         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
16018
16019         * m4/mbsstr.m4: Remove file.
16020         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
16021         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
16022
16023         * m4/mbstok_r.m4: Remove file.
16024         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
16025         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
16026
16027         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
16028
16029         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
16030         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
16031
16032         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
16033
16034 2009-03-08  Bruno Haible  <bruno@clisp.org>
16035
16036         Tests for module 'unicase/ulc-casecmp'.
16037         * modules/unicase/ulc-casecmp-tests: New file.
16038         * tests/unicase/test-ulc-casecmp1.sh: New file.
16039         * tests/unicase/test-ulc-casecmp2.sh: New file.
16040         * tests/unicase/test-ulc-casecmp.c: New file.
16041
16042         New module 'unicase/ulc-casecmp'.
16043         * lib/unicase.h (ulc_casecmp): New declaration.
16044         * lib/unicase/ulc-casecmp.c: New file.
16045         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16046         'const SRC_UNIT *'.
16047         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16048         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16049         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16050         * modules/unicase/ulc-casecmp: New file.
16051
16052         Tests for module 'unicase/u32-is-cased'.
16053         * modules/unicase/u32-is-cased-tests: New file.
16054         * tests/unicase/test-u32-is-cased.c: New file.
16055
16056         Tests for module 'unicase/u16-is-cased'.
16057         * modules/unicase/u16-is-cased-tests: New file.
16058         * tests/unicase/test-u16-is-cased.c: New file.
16059
16060         Tests for module 'unicase/u8-is-cased'.
16061         * modules/unicase/u8-is-cased-tests: New file.
16062         * tests/unicase/test-u8-is-cased.c: New file.
16063         * tests/unicase/test-is-cased.h: New file.
16064
16065         New module 'unicase/u32-is-cased'.
16066         * lib/unicase/u32-is-cased.c: New file.
16067         * modules/unicase/u32-is-cased: New file.
16068
16069         New module 'unicase/u16-is-cased'.
16070         * lib/unicase/u16-is-cased.c: New file.
16071         * modules/unicase/u16-is-cased: New file.
16072
16073         New module 'unicase/u8-is-cased'.
16074         * lib/unicase/u8-is-cased.c: New file.
16075         * lib/unicase/u-is-cased.h: New file.
16076         * modules/unicase/u8-is-cased: New file.
16077
16078         Tests for module 'unicase/u32-is-casefolded'.
16079         * modules/unicase/u32-is-casefolded-tests: New file.
16080         * tests/unicase/test-u32-is-casefolded.c: New file.
16081
16082         Tests for module 'unicase/u16-is-casefolded'.
16083         * modules/unicase/u16-is-casefolded-tests: New file.
16084         * tests/unicase/test-u16-is-casefolded.c: New file.
16085
16086         Tests for module 'unicase/u8-is-casefolded'.
16087         * modules/unicase/u8-is-casefolded-tests: New file.
16088         * tests/unicase/test-u8-is-casefolded.c: New file.
16089         * tests/unicase/test-is-casefolded.h: New file.
16090
16091         New module 'unicase/u32-is-casefolded'.
16092         * lib/unicase/u32-is-casefolded.c: New file.
16093         * modules/unicase/u32-is-casefolded: New file.
16094
16095         New module 'unicase/u16-is-casefolded'.
16096         * lib/unicase/u16-is-casefolded.c: New file.
16097         * modules/unicase/u16-is-casefolded: New file.
16098
16099         New module 'unicase/u8-is-casefolded'.
16100         * lib/unicase/u8-is-casefolded.c: New file.
16101         * modules/unicase/u8-is-casefolded: New file.
16102
16103         Tests for module 'unicase/u32-is-titlecase'.
16104         * modules/unicase/u32-is-titlecase-tests: New file.
16105         * tests/unicase/test-u32-is-titlecase.c: New file.
16106
16107         Tests for module 'unicase/u16-is-titlecase'.
16108         * modules/unicase/u16-is-titlecase-tests: New file.
16109         * tests/unicase/test-u16-is-titlecase.c: New file.
16110
16111         Tests for module 'unicase/u8-is-titlecase'.
16112         * modules/unicase/u8-is-titlecase-tests: New file.
16113         * tests/unicase/test-u8-is-titlecase.c: New file.
16114         * tests/unicase/test-is-titlecase.h: New file.
16115
16116         New module 'unicase/u32-is-titlecase'.
16117         * lib/unicase/u32-is-titlecase.c: New file.
16118         * modules/unicase/u32-is-titlecase: New file.
16119
16120         New module 'unicase/u16-is-titlecase'.
16121         * lib/unicase/u16-is-titlecase.c: New file.
16122         * modules/unicase/u16-is-titlecase: New file.
16123
16124         New module 'unicase/u8-is-titlecase'.
16125         * lib/unicase/u8-is-titlecase.c: New file.
16126         * modules/unicase/u8-is-titlecase: New file.
16127
16128         Tests for module 'unicase/u32-is-lowercase'.
16129         * modules/unicase/u32-is-lowercase-tests: New file.
16130         * tests/unicase/test-u32-is-lowercase.c: New file.
16131
16132         Tests for module 'unicase/u16-is-lowercase'.
16133         * modules/unicase/u16-is-lowercase-tests: New file.
16134         * tests/unicase/test-u16-is-lowercase.c: New file.
16135
16136         Tests for module 'unicase/u8-is-lowercase'.
16137         * modules/unicase/u8-is-lowercase-tests: New file.
16138         * tests/unicase/test-u8-is-lowercase.c: New file.
16139         * tests/unicase/test-is-lowercase.h: New file.
16140
16141         New module 'unicase/u32-is-lowercase'.
16142         * lib/unicase/u32-is-lowercase.c: New file.
16143         * modules/unicase/u32-is-lowercase: New file.
16144
16145         New module 'unicase/u16-is-lowercase'.
16146         * lib/unicase/u16-is-lowercase.c: New file.
16147         * modules/unicase/u16-is-lowercase: New file.
16148
16149         New module 'unicase/u8-is-lowercase'.
16150         * lib/unicase/u8-is-lowercase.c: New file.
16151         * modules/unicase/u8-is-lowercase: New file.
16152
16153         Tests for module 'unicase/u32-is-uppercase'.
16154         * modules/unicase/u32-is-uppercase-tests: New file.
16155         * tests/unicase/test-u32-is-uppercase.c: New file.
16156
16157         Tests for module 'unicase/u16-is-uppercase'.
16158         * modules/unicase/u16-is-uppercase-tests: New file.
16159         * tests/unicase/test-u16-is-uppercase.c: New file.
16160
16161         Tests for module 'unicase/u8-is-uppercase'.
16162         * modules/unicase/u8-is-uppercase-tests: New file.
16163         * tests/unicase/test-u8-is-uppercase.c: New file.
16164         * tests/unicase/test-is-uppercase.h: New file.
16165
16166         New module 'unicase/u32-is-uppercase'.
16167         * lib/unicase/u32-is-uppercase.c: New file.
16168         * modules/unicase/u32-is-uppercase: New file.
16169
16170         New module 'unicase/u16-is-uppercase'.
16171         * lib/unicase/u16-is-uppercase.c: New file.
16172         * modules/unicase/u16-is-uppercase: New file.
16173
16174         New module 'unicase/u8-is-uppercase'.
16175         * lib/unicase/u8-is-uppercase.c: New file.
16176         * modules/unicase/u8-is-uppercase: New file.
16177
16178         New module 'unicase/u32-is-invariant'.
16179         * lib/unicase/u32-is-invariant.c: New file.
16180         * modules/unicase/u32-is-invariant: New file.
16181
16182         New module 'unicase/u16-is-invariant'.
16183         * lib/unicase/u16-is-invariant.c: New file.
16184         * modules/unicase/u16-is-invariant: New file.
16185
16186         New module 'unicase/u8-is-invariant'.
16187         * lib/unicase/u8-is-invariant.c: New file.
16188         * lib/unicase/invariant.h: New file.
16189         * lib/unicase/u-is-invariant.h: New file.
16190         * modules/unicase/u8-is-invariant: New file.
16191
16192         Tests for module 'unicase/u32-casecoll'.
16193         * modules/unicase/u32-casecoll-tests: New file.
16194         * tests/unicase/test-u32-casecoll.c: New file.
16195
16196         Tests for module 'unicase/u16-casecoll'.
16197         * modules/unicase/u16-casecoll-tests: New file.
16198         * tests/unicase/test-u16-casecoll.c: New file.
16199
16200         Tests for module 'unicase/u8-casecoll'.
16201         * modules/unicase/u8-casecoll-tests: New file.
16202         * tests/unicase/test-u8-casecoll.c: New file.
16203
16204         New module 'unicase/u32-casecoll'.
16205         * lib/unicase/u32-casecoll.c: New file.
16206         * modules/unicase/u32-casecoll: New file.
16207
16208         New module 'unicase/u16-casecoll'.
16209         * lib/unicase/u16-casecoll.c: New file.
16210         * modules/unicase/u16-casecoll: New file.
16211
16212         New module 'unicase/u8-casecoll'.
16213         * lib/unicase/u8-casecoll.c: New file.
16214         * lib/unicase/u-casecoll.h: New file.
16215         * modules/unicase/u8-casecoll: New file.
16216
16217         New module 'unicase/u32-casexfrm'.
16218         * lib/unicase/u32-casexfrm.c: New file.
16219         * modules/unicase/u32-casexfrm: New file.
16220
16221         New module 'unicase/u16-casexfrm'.
16222         * lib/unicase/u16-casexfrm.c: New file.
16223         * modules/unicase/u16-casexfrm: New file.
16224
16225         New module 'unicase/u8-casexfrm'.
16226         * lib/unicase/u8-casexfrm.c: New file.
16227         * lib/unicase/u-casexfrm.h: New file.
16228         * modules/unicase/u8-casexfrm: New file.
16229
16230         Tests for module 'unicase/u32-casecmp'.
16231         * modules/unicase/u32-casecmp-tests: New file.
16232         * tests/unicase/test-u32-casecmp.c: New file.
16233
16234         Tests for module 'unicase/u16-casecmp'.
16235         * modules/unicase/u16-casecmp-tests: New file.
16236         * tests/unicase/test-u16-casecmp.c: New file.
16237
16238         Tests for module 'unicase/u8-casecmp'.
16239         * modules/unicase/u8-casecmp-tests: New file.
16240         * tests/unicase/test-u8-casecmp.c: New file.
16241         * tests/unicase/test-casecmp.h: New file.
16242
16243         New module 'unicase/u32-casecmp'.
16244         * lib/unicase/u32-casecmp.c: New file.
16245         * modules/unicase/u32-casecmp: New file.
16246
16247         New module 'unicase/u16-casecmp'.
16248         * lib/unicase/u16-casecmp.c: New file.
16249         * modules/unicase/u16-casecmp: New file.
16250
16251         New module 'unicase/u8-casecmp'.
16252         * lib/unicase/u8-casecmp.c: New file.
16253         * lib/unicase/u-casecmp.h: New file.
16254         * modules/unicase/u8-casecmp: New file.
16255
16256         Tests for module 'unicase/u32-casefold'.
16257         * modules/unicase/u32-casefold-tests: New file.
16258         * tests/unicase/test-u32-casefold.c: New file.
16259
16260         Tests for module 'unicase/u16-casefold'.
16261         * modules/unicase/u16-casefold-tests: New file.
16262         * tests/unicase/test-u16-casefold.c: New file.
16263
16264         Tests for module 'unicase/u8-casefold'.
16265         * modules/unicase/u8-casefold-tests: New file.
16266         * tests/unicase/test-u8-casefold.c: New file.
16267
16268         New module 'unicase/u32-casefold'.
16269         * lib/unicase/u32-casefold.c: New file.
16270         * modules/unicase/u32-casefold: New file.
16271
16272         New module 'unicase/u16-casefold'.
16273         * lib/unicase/u16-casefold.c: New file.
16274         * modules/unicase/u16-casefold: New file.
16275
16276         New module 'unicase/u8-casefold'.
16277         * lib/unicase/u8-casefold.c: New file.
16278         * lib/unicase/u-casefold.h: New file.
16279         * modules/unicase/u8-casefold: New file.
16280
16281         New module 'unicase/tocasefold'.
16282         * lib/unicase/casefold.h: New file.
16283         * lib/unicase/tocasefold.c: New file.
16284         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16285         * modules/unicase/tocasefold: New file.
16286
16287         Tests for module 'unicase/u32-totitle'.
16288         * modules/unicase/u32-totitle-tests: New file.
16289         * tests/unicase/test-u32-totitle.c: New file.
16290
16291         Tests for module 'unicase/u16-totitle'.
16292         * modules/unicase/u16-totitle-tests: New file.
16293         * tests/unicase/test-u16-totitle.c: New file.
16294
16295         Tests for module 'unicase/u8-totitle'.
16296         * modules/unicase/u8-totitle-tests: New file.
16297         * tests/unicase/test-u8-totitle.c: New file.
16298
16299         New module 'unicase/u32-totitle'.
16300         * lib/unicase/u32-totitle.c: New file.
16301         * modules/unicase/u32-totitle: New file.
16302
16303         New module 'unicase/u16-totitle'.
16304         * lib/unicase/u16-totitle.c: New file.
16305         * modules/unicase/u16-totitle: New file.
16306
16307         New module 'unicase/u8-totitle'.
16308         * lib/unicase/u8-totitle.c: New file.
16309         * lib/unicase/u-totitle.h: New file.
16310         * modules/unicase/u8-totitle: New file.
16311
16312         Tests for module 'unicase/u32-tolower'.
16313         * modules/unicase/u32-tolower-tests: New file.
16314         * tests/unicase/test-u32-tolower.c: New file.
16315
16316         Tests for module 'unicase/u16-tolower'.
16317         * modules/unicase/u16-tolower-tests: New file.
16318         * tests/unicase/test-u16-tolower.c: New file.
16319
16320         Tests for module 'unicase/u8-tolower'.
16321         * modules/unicase/u8-tolower-tests: New file.
16322         * tests/unicase/test-u8-tolower.c: New file.
16323
16324         New module 'unicase/u32-tolower'.
16325         * lib/unicase/u32-tolower.c: New file.
16326         * modules/unicase/u32-tolower: New file.
16327
16328         New module 'unicase/u16-tolower'.
16329         * lib/unicase/u16-tolower.c: New file.
16330         * modules/unicase/u16-tolower: New file.
16331
16332         New module 'unicase/u8-tolower'.
16333         * lib/unicase/u8-tolower.c: New file.
16334         * modules/unicase/u8-tolower: New file.
16335
16336         Tests for module 'unicase/u32-toupper'.
16337         * modules/unicase/u32-toupper-tests: New file.
16338         * tests/unicase/test-u32-toupper.c: New file.
16339
16340         Tests for module 'unicase/u16-toupper'.
16341         * modules/unicase/u16-toupper-tests: New file.
16342         * tests/unicase/test-u16-toupper.c: New file.
16343
16344         Tests for module 'unicase/u8-toupper'.
16345         * modules/unicase/u8-toupper-tests: New file.
16346         * tests/unicase/test-u8-toupper.c: New file.
16347
16348         New module 'unicase/u32-toupper'.
16349         * lib/unicase/u32-toupper.c: New file.
16350         * modules/unicase/u32-toupper: New file.
16351
16352         New module 'unicase/u16-toupper'.
16353         * lib/unicase/u16-toupper.c: New file.
16354         * modules/unicase/u16-toupper: New file.
16355
16356         New module 'unicase/u8-toupper'.
16357         * lib/unicase/u8-toupper.c: New file.
16358         * modules/unicase/u8-toupper: New file.
16359
16360         New module 'unicase/u32-casemap'.
16361         * lib/unicase/u32-casemap.c: New file.
16362         * modules/unicase/u32-casemap: New file.
16363
16364         New module 'unicase/u16-casemap'.
16365         * lib/unicase/u16-casemap.c: New file.
16366         * modules/unicase/u16-casemap: New file.
16367
16368         New module 'unicase/u8-casemap'.
16369         * lib/unicase/unicasemap.h: New file.
16370         * lib/unicase/u8-casemap.c: New file.
16371         * lib/unicase/u-casemap.h: New file.
16372         * modules/unicase/u8-casemap: New file.
16373
16374         New module 'unicase/special-casing'.
16375         * lib/unicase/special-casing.h: New file.
16376         * lib/unicase/special-casing.c: New file.
16377         * lib/unicase/special-casing-table.gperf: New file, generated by
16378         gen-uni-tables.c.
16379         * modules/unicase/special-casing: New file.
16380
16381         Tests for module 'unicase/locale-language'.
16382         * modules/unicase/locale-language-tests: New file.
16383         * tests/unicase/test-locale-language.sh: New file.
16384         * tests/unicase/test-locale-language.c: New file.
16385
16386         New module 'unicase/locale-language'.
16387         * lib/unicase/locale-language.c: New file.
16388         * lib/unicase/locale-languages.gperf: New file.
16389         * modules/unicase/locale-language: New file.
16390
16391         Generate more tables for case conversion and case folding.
16392         * lib/gen-uni-tables.c (SCC_*): New enum items.
16393         (struct special_casing_rule): New type.
16394         (casing_rules, num_casing_rules, allocated_casing_rules): New
16395         variables.
16396         (add_casing_rule, fill_casing_rules): New functions.
16397         (struct casefold_rule): New type.
16398         (casefolding_rules, num_casefolding_rules,
16399         allocated_casefolding_rules): New variables.
16400         (fill_casefolding_rules): New function.
16401         (unicode_casefold): New variable.
16402         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16403         sort_casing_rules, output_casing_rules): New functions.
16404         (main): Accept to more arguments: SpecialCasing.txt and
16405         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16406         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16407         Output mapping for casefolding.
16408
16409         * lib/unicase.h: Include stdbool.h, uninorm.h.
16410         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16411         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16412         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16413         arguments.
16414         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16415         resultp arguments.
16416         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16417         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16418         resultp arguments.
16419         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16420         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16421         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16422         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16423         declarations.
16424         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16425
16426 2009-03-08  Bruno Haible  <bruno@clisp.org>
16427
16428         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16429         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16430         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16431         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16432
16433 2009-03-07  Bruno Haible  <bruno@clisp.org>
16434
16435         Adjust u*_normcmp, u*_normcoll API.
16436         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16437         u16_normcoll, u32_normcoll): Change failure conventions.
16438         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16439         errno and return -1.
16440         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16441
16442 2009-03-07  Bruno Haible  <bruno@clisp.org>
16443
16444         Tests for module 'uninorm/u32-normcoll'.
16445         * modules/uninorm/u32-normcoll-tests: New file.
16446         * tests/uninorm/test-u32-normcoll.c: New file.
16447
16448         Tests for module 'uninorm/u16-normcoll'.
16449         * modules/uninorm/u16-normcoll-tests: New file.
16450         * tests/uninorm/test-u16-normcoll.c: New file.
16451
16452         Tests for module 'uninorm/u8-normcoll'.
16453         * modules/uninorm/u8-normcoll-tests: New file.
16454         * tests/uninorm/test-u8-normcoll.c: New file.
16455
16456 2009-03-07  Bruno Haible  <bruno@clisp.org>
16457
16458         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16459         tests/uninorm/test-u32-normcmp.c.
16460         * tests/uninorm/test-u32-normcmp.c: Include it.
16461         (test_nonascii): New function, extracted from main. Add some more
16462         tests.
16463         (main): Invoke test_ascii and test_nonascii.
16464         * modules/uninorm/u32-normcmp-tests (Files): Add
16465         tests/uninorm/test-u32-normcmp.h.
16466         (Depends-on): Remove uninorm/u32-normcmp.
16467
16468         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16469         tests/uninorm/test-u16-normcmp.c.
16470         * tests/uninorm/test-u16-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/u16-normcmp-tests (Files): Add
16475         tests/uninorm/test-u16-normcmp.h.
16476         (Depends-on): Remove uninorm/u16-normcmp.
16477
16478         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16479         tests/uninorm/test-u8-normcmp.c.
16480         * tests/uninorm/test-u8-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/u8-normcmp-tests (Files): Add
16485         tests/uninorm/test-u8-normcmp.h.
16486         (Depends-on): Remove uninorm/u8-normcmp.
16487
16488 2009-03-07  Bruno Haible  <bruno@clisp.org>
16489
16490         New module 'uninorm/u32-normcoll'.
16491         * lib/uninorm/u32-normcoll.c: New file.
16492         * modules/uninorm/u32-normcoll: New file.
16493
16494         New module 'uninorm/u16-normcoll'.
16495         * lib/uninorm/u16-normcoll.c: New file.
16496         * modules/uninorm/u16-normcoll: New file.
16497
16498         New module 'uninorm/u8-normcoll'.
16499         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16500         declarations.
16501         * lib/uninorm/u8-normcoll.c: New file.
16502         * lib/uninorm/u-normcoll.h: New file.
16503         * modules/uninorm/u8-normcoll: New file.
16504
16505         New module 'uninorm/u32-normxfrm'.
16506         * lib/uninorm/u32-normxfrm.c: New file.
16507         * modules/uninorm/u32-normxfrm: New file.
16508
16509         New module 'uninorm/u16-normxfrm'.
16510         * lib/uninorm/u16-normxfrm.c: New file.
16511         * modules/uninorm/u16-normxfrm: New file.
16512
16513         New module 'uninorm/u8-normxfrm'.
16514         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16515         declarations.
16516         * lib/uninorm/u8-normxfrm.c: New file.
16517         * lib/uninorm/u-normxfrm.h: New file.
16518         * modules/uninorm/u8-normxfrm: New file.
16519
16520 2009-03-07  Bruno Haible  <bruno@clisp.org>
16521
16522         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16523         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16524         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16525
16526 2009-03-07  Bruno Haible  <bruno@clisp.org>
16527
16528         New module 'memxfrm'.
16529         * lib/memxfrm.h: New file.
16530         * lib/memxfrm.c: New file.
16531         * modules/memxfrm: New file.
16532
16533 2009-03-07  Bruno Haible  <bruno@clisp.org>
16534
16535         New module 'memcmp2'.
16536         * lib/memcmp2.h: New file.
16537         * lib/memcmp2.c: New file.
16538         * modules/memcmp2: New file.
16539
16540 2009-03-07  Bruno Haible  <bruno@clisp.org>
16541
16542         Tests for module 'uninorm/decomposing-form'.
16543         * modules/uninorm/decomposing-form-tests: New file.
16544         * tests/uninorm/test-decomposing-form.c: New file.
16545
16546         New module 'uninorm/decomposing-form'.
16547         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16548         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16549         Add 'decomposing_variant' field.
16550         * lib/uninorm/decomposing-form.c: New file.
16551         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16552         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16553         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16554         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16555         * modules/uninorm/decomposing-form: New file.
16556         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16557         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16558
16559 2009-03-07  Bruno Haible  <bruno@clisp.org>
16560
16561         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16562         strings.
16563
16564 2009-03-06  Bruno Haible  <bruno@clisp.org>
16565
16566         Tests for module 'uninorm/u32-normcmp'.
16567         * tests/uninorm/test-u32-normcmp.c: New file.
16568         * modules/uninorm/u32-normcmp-tests: New file.
16569
16570         Tests for module 'uninorm/u16-normcmp'.
16571         * tests/uninorm/test-u16-normcmp.c: New file.
16572         * modules/uninorm/u16-normcmp-tests: New file.
16573
16574         Tests for module 'uninorm/u8-normcmp'.
16575         * tests/uninorm/test-u8-normcmp.c: New file.
16576         * modules/uninorm/u8-normcmp-tests: New file.
16577
16578         New module 'uninorm/u32-normcmp'.
16579         * lib/uninorm/u32-normcmp.c: New file.
16580         * modules/uninorm/u32-normcmp: New file.
16581
16582         New module 'uninorm/u16-normcmp'.
16583         * lib/uninorm/u16-normcmp.c: New file.
16584         * modules/uninorm/u16-normcmp: New file.
16585
16586         New module 'uninorm/u8-normcmp'.
16587         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16588         declarations.
16589         * lib/uninorm/u8-normcmp.c: New file.
16590         * lib/uninorm/u-normcmp.h: New file.
16591         * modules/uninorm/u8-normcmp: New file.
16592
16593 2009-03-06  Bruno Haible  <bruno@clisp.org>
16594
16595         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16596         Reported by Eric Blake.
16597
16598 2009-03-06  Eric Blake  <ebb9@byu.net>
16599             Bruno Haible  <bruno@clisp.org>
16600
16601         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16602         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16603         condition.
16604         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16605         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16606         condition.
16607         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16608
16609 2009-03-06  Eric Blake  <ebb9@byu.net>
16610
16611         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16612         to avoid compiler warnings.
16613         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16614
16615 2009-03-05  Bruno Haible  <bruno@clisp.org>
16616
16617         * tests/test-ftell.c (main): Disable test beyond end of file on
16618         FreeMiNT.
16619         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16620
16621 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16622
16623         * lib/filevercmp.c: Move hidden files up in ordering.
16624         * tests/test-filevercmp.c: Add tests for hidden files.
16625
16626 2009-03-04  Bruno Haible  <bruno@clisp.org>
16627
16628         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16629         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16630         AM_CFLAGS.
16631         Reported by Simon Josefsson.
16632
16633 2009-03-03  Bruno Haible  <bruno@clisp.org>
16634
16635         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16636         Reported by Simon Josefsson.
16637
16638         * doc/ld-version-script.texi: Update node reference.
16639
16640 2009-03-03  Bruno Haible  <bruno@clisp.org>
16641
16642         * modules/visibility (License): Change to 'unlimited'.
16643         Suggested by Simon Josefsson.
16644
16645 2009-03-03  Jim Meyering  <meyering@redhat.com>
16646
16647         unlinkdir: cannot_unlink_dir may modify process state
16648         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16649         it's neither thread-safe nor appropriate for use in a library.
16650
16651 2009-03-03  Eric Blake  <ebb9@byu.net>
16652
16653         test-closein: silence test under Darwin
16654         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16655         care if it dies from EPIPE or EBADF.
16656
16657 2009-03-03  Bruno Haible  <bruno@clisp.org>
16658
16659         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16660         earlier.
16661         * doc/visibility.texi: Fix @node and @section.
16662
16663 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16664
16665         * doc/gnulib.texi: Link to sections for ld version script and
16666         visibility.
16667         * doc/visibility.texi: Add @node and @section.
16668         * modules/ld-version-script: New module.
16669         * m4/ld-version-script.m4: New file.
16670         * doc/ld-version-script.texi: New file.
16671
16672 2009-03-02  David Lutterkort  <lutter@redhat.com>
16673
16674         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16675         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16676
16677 2009-03-02  Bruno Haible  <bruno@clisp.org>
16678
16679         * doc/visibility.texi: Mention libtool's -export-symbols option.
16680
16681 2009-03-02  Jim Meyering  <meyering@redhat.com>
16682
16683         announce-gen: new option: --no-print-checksums
16684         * build-aux/announce-gen (usage): Describe it.
16685         (print_checksums): Print a newline here, not in the [*] footnote.
16686         (main): Honor it.
16687
16688 2009-03-01  Bruno Haible  <bruno@clisp.org>
16689
16690         Use socklen_t in the native Windows replacements prototypes.
16691         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16692         instead of 'int'.
16693         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16694         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16695         * modules/getsockopt (Depends-on): Add socklen.
16696         * modules/setsockopt (Depends-on): Add socklen.
16697
16698 2009-03-01  Bruno Haible  <bruno@clisp.org>
16699
16700         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16701         least 4.2.
16702
16703 2009-03-01  Eric Blake  <ebb9@byu.net>
16704             Bruno Haible  <bruno@clisp.org>
16705
16706         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16707         error messages.
16708         * lib/wait-process.c (wait_subprocess): Omit error message about
16709         deadly signal sent to the child of termsigp != NULL.
16710
16711 2009-03-01  Eric Blake  <ebb9@byu.net>
16712
16713         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16714
16715 2009-03-01  Bruno Haible  <bruno@clisp.org>
16716
16717         Avoid a gcc warning.
16718         * tests/test-sched.c (b): Make global.
16719         Reported by Eric Blake.
16720
16721 2009-01-19  Martin Lambers  <marlam@marlam.de>
16722
16723         Provide POSIX semantics for socket timeout options on W32.
16724         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16725         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16726         * modules/setsockopt: Depend on sys_time module for struct timeval.
16727         * modules/getsockopt: Depend on sys_time module for struct timeval.
16728
16729 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16730
16731         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16732         __USE_GNU, for consistency with netdb.in.h.
16733         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16734
16735 2009-03-01  Bruno Haible  <bruno@clisp.org>
16736
16737         More support for FreeMiNT.
16738         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16739         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16740
16741 2009-03-01  Bruno Haible  <bruno@clisp.org>
16742
16743         More support for FreeMiNT.
16744         * lib/fpurge.c (fpurge): Correct last commit.
16745         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16746
16747 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16748
16749         Fix unportable awk script in vc-list-files.
16750         * build-aux/vc-list-files: In the replacement awk script, use
16751         substr with a second argument of 1, not zero.
16752         Report by Simon Josefsson.
16753
16754 2009-02-28  Bruno Haible  <bruno@clisp.org>
16755
16756         More support for FreeMiNT.
16757         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16758         to FreeMiNT today.
16759         * lib/fwriting.c (fwriting): Likewise.
16760         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16761
16762 2009-02-28  Bruno Haible  <bruno@clisp.org>
16763
16764         * tests/test-freadseek.c (main): Disable test beyond end of file on
16765         FreeMiNT.
16766         * tests/test-ftello.c (main): Likewise.
16767         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16768
16769 2009-02-28  Bruno Haible  <bruno@clisp.org>
16770
16771         Add tentative support for FreeMiNT.
16772         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16773         * lib/fpurge.c (fpurge): Likewise.
16774         * lib/freadable.c (freadable): Likewise.
16775         * lib/freading.c (freading): Likewise.
16776         * lib/freadptr.c (freadptr): Likewise.
16777         * lib/freadseek.c (freadptrinc): Likewise.
16778         * lib/fseeko.c (rpl_fseeko): Likewise.
16779         * lib/fseterr.c (fseterr): Likewise.
16780         * lib/fwritable.c (fwritable): Likewise.
16781         * lib/fwriting.c (fwriting): Likewise.
16782         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16783         Hourihane.
16784         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16785
16786 2009-02-28  Bruno Haible  <bruno@clisp.org>
16787
16788         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16789         SIGCHLD.
16790         Reported by Jim Meyering.
16791
16792 2009-02-28  Bruno Haible  <bruno@clisp.org>
16793
16794         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16795         Mention the results of these tests on various platforms.
16796         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16797         order.
16798         * doc/posix-functions/printf.texi: Likewise.
16799         * doc/posix-functions/snprintf.texi: Likewise.
16800         * doc/posix-functions/sprintf.texi: Likewise.
16801         * doc/posix-functions/vfprintf.texi: Likewise.
16802         * doc/posix-functions/vprintf.texi: Likewise.
16803         * doc/posix-functions/vsnprintf.texi: Likewise.
16804         * doc/posix-functions/vsprintf.texi: Likewise.
16805         * doc/glibc-functions/obstack_printf.texi: Likewise.
16806         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16807
16808 2009-02-28  Bruno Haible  <bruno@clisp.org>
16809
16810         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16811         Reported by Loïc Minier <lool@dooz.org>.
16812
16813 2009-02-27  Bruno Haible  <bruno@clisp.org>
16814
16815         * gnulib-tool (func_import): Make the sed expression used to create the
16816         sed script for updating the .gitignore file POSIX compliant.
16817         Reported by Eric Blake.
16818
16819 2009-02-27  Bruno Haible  <bruno@clisp.org>
16820
16821         * gnulib-tool (sed): Don't alias as "sed --posix".
16822         Reported by Eric Blake.
16823
16824 2009-02-27  Bruno Haible  <bruno@clisp.org>
16825
16826         Avoid test link errors.
16827         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16828         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16829         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16830         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16831         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16832
16833 2009-02-27  Bruno Haible  <bruno@clisp.org>
16834
16835         Avoid spurious "(cached)" in configure output.
16836         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16837         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16838         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16839         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16840         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16841         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16842         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16843         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16844         Reported by Eric Blake.
16845
16846 2009-02-27  Eric Blake  <ebb9@byu.net>
16847
16848         printf: fix regression in previous patch
16849         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16850
16851 2009-02-27  Bruno Haible  <bruno@clisp.org>
16852
16853         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16854         value.
16855         * lib/stdint.in.h: Likewise.
16856         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16857
16858 2009-02-27  Eric Blake  <ebb9@byu.net>
16859
16860         doc: mention more functions added in cygwin 1.7.0
16861         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16862         addition.
16863         * doc/posix-functions/open_wmemstream.texi: Likewise.
16864         * doc/posix-functions/wcsnlen.texi: Likewise.
16865         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16866         * doc/posix-functions/wcstod.texi: Likewise.
16867         * doc/posix-functions/wcstof.texi: Likewise.
16868         * doc/posix-functions/wcstoimax.texi: Likewise.
16869         * doc/posix-functions/wcstok.texi: Likewise.
16870         * doc/posix-functions/wcstoumax.texi: Likewise.
16871
16872         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16873         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16874         * doc/posix-functions/fprintf.texi: Update.
16875         * doc/posix-functions/printf.texi: Update.
16876         * doc/posix-functions/snprintf.texi: Update.
16877         * doc/posix-functions/sprintf.texi: Update.
16878         * doc/posix-functions/vfprintf.texi: Update.
16879         * doc/posix-functions/vprintf.texi: Update.
16880         * doc/posix-functions/vsnprintf.texi: Update.
16881         * doc/posix-functions/vsprintf.texi: Update.
16882         * doc/glibc-functions/obstack_printf.texi: Update.
16883         * doc/glibc-functions/obstack_vprintf.texi: Update.
16884
16885 2009-02-26  Eric Blake  <ebb9@byu.net>
16886
16887         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16888         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16889         compilation bug by using runtime conversion.
16890         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16891         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16892         * modules/ceill-tests (Files): Use nan.h.
16893         * modules/floorl-tests (Files): Likewise.
16894         * modules/frexpl-tests (Files): Likewise.
16895         * modules/isnanl-tests (Files): Likewise.
16896         * modules/ldexpl-tests (Files): Likewise.
16897         * modules/roundl-tests (Files): Likewise.
16898         * modules/truncl-tests (Files): Likewise.
16899         * tests/test-ceill.c (main): Use a working NaN.
16900         * tests/test-floorl.c (main): Likewise.
16901         * tests/test-frexpl.c (main): Likewise.
16902         * tests/test-isnan.c (test_long_double): Likewise.
16903         * tests/test-isnanl.h (main): Likewise.
16904         * tests/test-ldexpl.h (main): Likewise.
16905         * tests/test-roundl.h (main): Likewise.
16906         * tests/test-truncl.h (main): Likewise.
16907         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16908
16909 2009-02-26  Eric Blake  <ebb9@byu.net>
16910             Bruno Haible  <bruno@clisp.org>
16911
16912         Work around a *printf bug with %ls on Solaris.
16913         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16914         precision is specified, sprintf stops converting the wide string
16915         argument when the number of bytes that have been produced by this
16916         conversion equals or exceeds the precision.
16917         * doc/posix-functions/fprintf.texi: Update.
16918         * doc/posix-functions/printf.texi: Update.
16919         * doc/posix-functions/snprintf.texi: Update.
16920         * doc/posix-functions/sprintf.texi: Update.
16921         * doc/posix-functions/vfprintf.texi: Update.
16922         * doc/posix-functions/vprintf.texi: Update.
16923         * doc/posix-functions/vsnprintf.texi: Update.
16924         * doc/posix-functions/vsprintf.texi: Update.
16925         * doc/glibc-functions/obstack_printf.texi: Update.
16926         * doc/glibc-functions/obstack_vprintf.texi: Update.
16927
16928 2009-02-26  Eric Blake  <ebb9@byu.net>
16929
16930         stdlib: favor compiler check of random.h
16931         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16932         to avoid an ObjC random.h installed by Swarm.
16933
16934 2009-02-26  Bruno Haible  <bruno@clisp.org>
16935
16936         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16937         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16938         Reported by Gary V. Vaughan <gary@gnu.org>.
16939
16940 2009-02-26  Bruno Haible  <bruno@clisp.org>
16941
16942         Fix *printf behaviour regarding the %ls directive.
16943         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16944         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16945         NEED_PRINTF_DIRECTIVE_LS.
16946         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16947         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16948         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16949         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16950         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16951         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16952         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16953         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16954         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16955         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16956         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16957         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16958         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16959         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16960         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16961         * doc/posix-functions/fprintf.texi: Update.
16962         * doc/posix-functions/printf.texi: Update.
16963         * doc/posix-functions/snprintf.texi: Update.
16964         * doc/posix-functions/sprintf.texi: Update.
16965         * doc/posix-functions/vfprintf.texi: Update.
16966         * doc/posix-functions/vprintf.texi: Update.
16967         * doc/posix-functions/vsnprintf.texi: Update.
16968         * doc/posix-functions/vsprintf.texi: Update.
16969         * doc/glibc-functions/obstack_printf.texi: Update.
16970         * doc/glibc-functions/obstack_vprintf.texi: Update.
16971         Reported by Eric Blake.
16972
16973 2009-02-25  Bruno Haible  <bruno@clisp.org>
16974
16975         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16976         with known value.
16977         Reported by Gary V. Vaughan <gary@gnu.org>.
16978
16979 2009-02-25  Bruno Haible  <bruno@clisp.org>
16980
16981         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16982         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16983         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16984         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16985         Reported by Gary V. Vaughan <gary@gnu.org>.
16986
16987 2009-02-25  Bruno Haible  <bruno@clisp.org>
16988
16989         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16990         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16991         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16992         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16993         Reported by Gary V. Vaughan <gary@gnu.org>.
16994
16995 2009-02-25  Eric Blake  <ebb9@byu.net>
16996
16997         tests: skip fseek/ftell tests if ungetc is broken
16998         * m4/ungetc.m4: New file.
16999         * modules/fseek-tests: Split test, so ungetc dependency is
17000         separate from rest of test.
17001         * modules/fseeko-tests: Likewise.
17002         * modules/ftell-tests: Likewise.
17003         * modules/ftello-tests: Likewise.
17004         * tests/test-fseek.c (main): Isolate ungetc dependency.
17005         * tests/test-fseeko.c (main): Likewise.
17006         * tests/test-ftell.c (main): Likewise.
17007         * tests/test-ftello.c (main): Likewise.
17008         * tests/test-fseek2.sh: New file.
17009         * tests/test-fseeko2.sh: Likewise.
17010         * tests/test-ftell2.sh: Likewise.
17011         * tests/test-ftello2.sh: Likewise.
17012
17013 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
17014
17015         test-getaddrinfo: fix usage of skip return code 77
17016         * tests/test-gettaddrinfo.c: Return skip code 77 only
17017         for first occurance of skip (4x77 is not 77)
17018
17019 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
17020
17021         strtod: avoid C99 decl-after-statement
17022         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
17023
17024 2009-02-24  Eric Blake  <ebb9@byu.net>
17025
17026         strtod: detect HP-UX 11.31 bug
17027         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
17028         Reported by Gary V. Vaughan.
17029
17030 2009-02-23  Bruno Haible  <bruno@clisp.org>
17031
17032         Fix invalid read past end of memory block.
17033         * lib/vasnprintf.c (DCHAR_SET): Define.
17034         (local_wcslen): Define only when needed.
17035         (local_strnlen, local_wcsnlen): New functions.
17036         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
17037         directives that involve a conversion ourselves.
17038         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
17039         wcsnlen, mbrtowc, wcrtomb.
17040         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17041         * tests/test-vasprintf-posix.c (test_function): Likewise.
17042         * tests/test-snprintf-posix.h (test_function): Likewise.
17043         * tests/test-sprintf-posix.h (test_function): Likewise.
17044         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17045
17046 2009-02-22  Bruno Haible  <bruno@clisp.org>
17047
17048         Implement new clarified decomposition of Hangul syllables.
17049         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17050         of type LTV, return only a pairwise decomposition.
17051         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17052         Likewise.
17053         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17054         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17055         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17056
17057 2009-02-22  Bruno Haible  <bruno@clisp.org>
17058
17059         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17060         zero-length results and shrink excess allocated memory.
17061         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17062         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17063         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17064         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17065         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17066         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17067         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17068         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17069         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17070         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17071         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17072         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17073
17074 2009-02-21  Bruno Haible  <bruno@clisp.org>
17075
17076         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17077         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17078         spaces after a period. Put a space between a macro name and its
17079         argument list. Trivial rewordings.
17080         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17081         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17082         (main): Return 0 explicitly.
17083
17084 2009-02-21  Bruno Haible  <bruno@clisp.org>
17085
17086         Tests for module 'uninorm/filter'.
17087         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17088         * modules/uninorm/filter-tests: New file.
17089
17090         New module 'uninorm/filter'.
17091         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17092         uninorm_filter_flush, uninorm_filter_free): New declarations.
17093         * lib/uninorm/uninorm-filter.c: New file.
17094         * modules/uninorm/filter: New file.
17095
17096 2009-02-21  Bruno Haible  <bruno@clisp.org>
17097
17098         Tests for module 'uninorm/nfkc'.
17099         * tests/uninorm/test-nfkc.c: New file.
17100         * tests/uninorm/test-u8-nfkc.c: New file.
17101         * tests/uninorm/test-u16-nfkc.c: New file.
17102         * tests/uninorm/test-u32-nfkc.c: New file.
17103         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17104         * tests/uninorm/test-u32-nfkc-big.c: New file.
17105         * modules/uninorm/nfkc-tests: New file.
17106
17107         New module 'uninorm/nfkc'.
17108         * lib/uninorm/nfkc.c: New file.
17109         * modules/uninorm/nfkc: New file.
17110
17111         Tests for module 'uninorm/nfkd'.
17112         * tests/uninorm/test-nfkd.c: New file.
17113         * tests/uninorm/test-u8-nfkd.c: New file.
17114         * tests/uninorm/test-u16-nfkd.c: New file.
17115         * tests/uninorm/test-u32-nfkd.c: New file.
17116         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17117         * tests/uninorm/test-u32-nfkd-big.c: New file.
17118         * modules/uninorm/nfkd-tests: New file.
17119
17120         New module 'uninorm/nfkd'.
17121         * lib/uninorm/nfkd.c: New file.
17122         * modules/uninorm/nfkd: New file.
17123
17124         Tests for module 'uninorm/nfc'.
17125         * tests/uninorm/test-nfc.c: New file.
17126         * tests/uninorm/test-u8-nfc.c: New file.
17127         * tests/uninorm/test-u16-nfc.c: New file.
17128         * tests/uninorm/test-u32-nfc.c: New file.
17129         * tests/uninorm/test-u32-nfc-big.sh: New file.
17130         * tests/uninorm/test-u32-nfc-big.c: New file.
17131         * modules/uninorm/nfc-tests: New file.
17132
17133         New module 'uninorm/nfc'.
17134         * lib/uninorm/nfc.c: New file.
17135         * modules/uninorm/nfc: New file.
17136
17137         Tests for module 'uninorm/nfd'.
17138         * tests/uninorm/test-nfd.c: New file.
17139         * tests/uninorm/test-u8-nfd.c: New file.
17140         * tests/uninorm/test-u16-nfd.c: New file.
17141         * tests/uninorm/test-u32-nfd.c: New file.
17142         * tests/uninorm/test-u32-nfd-big.sh: New file.
17143         * tests/uninorm/test-u32-nfd-big.c: New file.
17144         * tests/uninorm/test-u32-normalize-big.h: New file.
17145         * tests/uninorm/test-u32-normalize-big.c: New file.
17146         * tests/uninorm/NormalizationTest.txt: New file, created from
17147         Unicode 5.1.0 NormalizationTest.txt.
17148         * modules/uninorm/nfd-tests: New file.
17149
17150         New module 'uninorm/nfd'.
17151         * lib/uninorm/nfd.c: New file.
17152         * modules/uninorm/nfd: New file.
17153
17154         New module 'uninorm/u32-normalize'.
17155         * lib/uninorm/u32-normalize.c: New file.
17156         * modules/uninorm/u32-normalize: New file.
17157
17158         New module 'uninorm/u16-normalize'.
17159         * lib/uninorm/u16-normalize.c: New file.
17160         * modules/uninorm/u16-normalize: New file.
17161
17162         New module 'uninorm/u8-normalize'.
17163         * lib/uninorm/u8-normalize.c: New file.
17164         * lib/uninorm/normalize-internal.h: New file.
17165         * lib/uninorm/u-normalize-internal.h: New file.
17166         * modules/uninorm/u8-normalize: New file.
17167
17168         New module 'uninorm/decompose-internal'.
17169         * lib/uninorm/decompose-internal.c: New file.
17170         * modules/uninorm/decompose-internal: New file.
17171
17172         Tests for module 'uninorm/composition'.
17173         * tests/uninorm/test-composition.c: New file.
17174         * modules/uninorm/composition-tests: New file.
17175
17176         New module 'uninorm/composition'.
17177         * lib/uninorm/composition.c: New file.
17178         * lib/uninorm/composition-table.gperf: New file, generated by
17179         gen-uni-tables.
17180         * modules/uninorm/composition: New file.
17181
17182         Tests for module 'uninorm/compat-decomposition'.
17183         * tests/uninorm/test-compat-decomposition.c: New file.
17184         * modules/uninorm/compat-decomposition-tests: New file.
17185
17186         New module 'uninorm/compat-decomposition'.
17187         * lib/uninorm/decompose-internal.h: New file.
17188         * lib/uninorm/compat-decomposition.c: New file.
17189         * modules/uninorm/compat-decomposition: New file.
17190
17191         Tests for module 'uninorm/canonical-decomposition'.
17192         * tests/uninorm/test-canonical-decomposition.c: New file.
17193         * modules/uninorm/canonical-decomposition-tests: New file.
17194
17195         New module 'uninorm/canonical-decomposition'.
17196         * lib/uninorm/canonical-decomposition.c: New file.
17197         * modules/uninorm/canonical-decomposition: New file.
17198
17199         Tests for module 'uninorm/decomposition'.
17200         * tests/uninorm/test-decomposition.c: New file.
17201         * modules/uninorm/decomposition-tests: New file.
17202
17203         New module 'uninorm/decomposition'.
17204         * lib/uninorm/decomposition.c: New file.
17205         * modules/uninorm/decomposition: New file.
17206
17207         New module 'uninorm/decomposition-table'.
17208         * lib/uninorm/decomposition-table.h: New file.
17209         * lib/uninorm/decomposition-table.c: New file.
17210         * lib/uninorm/decomposition-table1.h: New file, generated by
17211         gen-uni-tables.
17212         * lib/uninorm/decomposition-table2.h: New file, generated by
17213         gen-uni-tables.
17214         * modules/uninorm/decomposition-table: New file.
17215
17216         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17217         (UC_DECOMP_*): New enumeration items.
17218         (get_decomposition): New function.
17219         (struct decomp_table): New type.
17220         (output_decomposition, output_decomposition_tables): New functions.
17221         (unicode_composition_exclusions): New variable.
17222         (fill_composition_exclusions, debug_output_composition_tables): New
17223         functions.
17224         (main): Accept one more argument. Invoke fill_composition_exclusions.
17225         Output decomposition and composition tables.
17226
17227         New module 'uninorm/base'.
17228         * lib/uninorm.h: New file.
17229         * lib/unictype.h: Update comment.
17230         * modules/uninorm/base: New file.
17231
17232 2009-02-21  David Lutterkort  <lutter@redhat.com>
17233
17234         Tests for module 'safe-alloc'.
17235         * tests/test-safe-alloc.c: New file.
17236         * modules/safe-alloc-tests: New file.
17237
17238         New module 'safe-alloc'.
17239         * lib/safe-alloc.h: New file.
17240         * lib/safe-alloc.c: New file.
17241         * m4/safe-alloc.m4: New file.
17242         * modules/safe-alloc: New file.
17243         * doc/safe-alloc.texi: New file.
17244         * doc/gnulib.texi: Include it.
17245         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17246         safe-alloc.
17247
17248 2009-02-18  Bruno Haible  <bruno@clisp.org>
17249
17250         Fix link error on non-glibc systems.
17251         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17252         variable.
17253         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17254
17255 2009-02-18  Jim Meyering  <meyering@redhat.com>
17256
17257         fts: avoid used-uninitialized error due to recent change
17258         * lib/fts.c (fts_read): Guard uses of the new member,
17259         parent->fts_n_dirs_remaining, since it's not relevant for
17260         the parent of a directory specified on the command-line.
17261
17262 2009-02-17  James Youngman  <jay@gnu.org>
17263             Bruno Haible  <bruno@clisp.org>
17264
17265         * m4/include_next.m4: Reformulate comment.
17266
17267 2009-02-16  Jim Meyering  <meyering@redhat.com>
17268
17269         fts: add #if guards so that the fts_lgpl module still builds
17270         * lib/fts.c: Guard just-added hash-table-using parts with
17271         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17272         Reported by Simon Josefsson.
17273
17274 2009-02-15  Bruno Haible  <bruno@clisp.org>
17275
17276         * modules/array-mergesort-tests: New file.
17277         * tests/test-array-mergesort.c: New file.
17278
17279         New module 'array-mergesort'.
17280         * modules/array-mergesort: New file.
17281         * lib/array-mergesort.h: New file.
17282
17283 2009-02-15  Bruno Haible  <bruno@clisp.org>
17284
17285         Fix 2009-02-07 commit.
17286         * lib/gen-uni-tables.c (output_predicate, output_category,
17287         output_combclass, output_bidi_category, output_decimal_digit,
17288         output_digit, output_numeric, output_mirror, output_scripts,
17289         output_ident_category, output_simple_mapping): Fix format directives.
17290         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17291
17292 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17293
17294         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17295         fixes are available from IBM.
17296
17297 2009-02-13  Jim Meyering  <meyering@redhat.com>
17298
17299         fts: arrange not to stat non-directories in more cases
17300         This makes GNU find (when it doesn't need to stat each file)
17301         *much* more efficient at traversing reiserfs file systems.
17302         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17303         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17304         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17305         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17306         (leaf_optimization_applies): New function.
17307         (LCO_hash, LCO_compare): New helper functions.
17308         (link_count_optimize_ok): New function.
17309         (fts_stat): Initialize new member (if dir).
17310         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17311         we've just stat'ed a directory.  Skip the stat call when possible.
17312         ---
17313         Note this AFS-related exchange:
17314         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17315         and note find's pioctl call in find/fstype.c.
17316         But that is necessary only if you want to enable the
17317         optimization for AFS, and for now, I don't.
17318
17319         fts: move a function definition "up" (no semantic change)
17320         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17321         "up" to precede upcoming use of a related function.
17322
17323 2009-02-11  Jim Meyering  <meyering@redhat.com>
17324
17325         fts: correct internal computation of nlinks (optimization-related)
17326         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17327         whether the current entry is a directory, so don't test it.
17328
17329 2009-02-10  Bruno Haible  <bruno@clisp.org>
17330
17331         Tests for module 'uniwbrk/ulc-wordbreaks'.
17332         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17333         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17334         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17335
17336         Tests for module 'uniwbrk/u32-wordbreaks'.
17337         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17338         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17339
17340         Tests for module 'uniwbrk/u16-wordbreaks'.
17341         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17342         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17343
17344         Tests for module 'uniwbrk/u8-wordbreaks'.
17345         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17346         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17347
17348 2009-02-10  Bruno Haible  <bruno@clisp.org>
17349
17350         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17351         property.
17352         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17353         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17354         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17355
17356 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17357
17358         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17359         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17360
17361 2009-02-10  Bruno Haible  <bruno@clisp.org>
17362
17363         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17364         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17365         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17366         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17367         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17368         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17369
17370 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17371
17372         * lib/sockets.h (gl_fd_to_handle): New function.
17373
17374         * tests/test-sockets.c: Call gl_fd_to_handle.
17375
17376 2009-02-09  Bruno Haible  <bruno@clisp.org>
17377
17378         * doc/havelib.texi: Document the conventions on bi-arch systems.
17379
17380 2009-02-08  Bruno Haible  <bruno@clisp.org>
17381
17382         Document the AC_LIB_LINKFLAGS macro.
17383         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17384         * doc/gnulib.texi: Include it.
17385
17386 2009-02-08  Bruno Haible  <bruno@clisp.org>
17387
17388         Fix wrong order of sections, compared to TOC.
17389         * doc/gnulib.texi: Include relocatable-maint.texi after the
17390         "Regular expressions" node, not before.
17391
17392 2009-02-08  Bruno Haible  <bruno@clisp.org>
17393
17394         Tests for module 'unicase/totitle'.
17395         * modules/unicase/totitle-tests: New file.
17396
17397         Tests for module 'unicase/tolower'.
17398         * modules/unicase/tolower-tests: New file.
17399
17400         Tests for module 'unicase/toupper'.
17401         * modules/unicase/toupper-tests: New file.
17402         * tests/unicase/test-mapping-part1.h: New file.
17403         * tests/unicase/test-mapping-part2.h: New file.
17404
17405         New module 'unicase/totitle'.
17406         * modules/unicase/totitle: New file.
17407         * lib/unicase/totitle.c: New file.
17408
17409         New module 'unicase/tolower'.
17410         * modules/unicase/tolower: New file.
17411         * lib/unicase/tolower.c: New file.
17412
17413         New module 'unicase/toupper'.
17414         * modules/unicase/toupper: New file.
17415         * lib/unicase/toupper.c: New file.
17416         * lib/unicase/simple-mapping.h: New file.
17417
17418         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17419         (mapping_table): New structure.
17420         (output_simple_mapping): New function.
17421         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17422         * modules/gen-uni-tables (Description): Update.
17423         * lib/unicase/toupper.h: New file, automatically generated by
17424         gen-uni-tables.
17425         * lib/unicase/tolower.h: New file, automatically generated by
17426         gen-uni-tables.
17427         * lib/unicase/totitle.h: New file, automatically generated by
17428         gen-uni-tables.
17429         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17430         gen-uni-tables.
17431         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17432         gen-uni-tables.
17433         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17434         gen-uni-tables.
17435
17436         New module 'unicase/base'.
17437         * modules/unicase/base: New file.
17438         * lib/unicase.h: New file.
17439
17440 2009-02-08  Bruno Haible  <bruno@clisp.org>
17441
17442         New module 'uniwbrk/ulc-wordbreaks'.
17443         * modules/uniwbrk/ulc-wordbreaks: New file.
17444         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17445
17446         New module 'uniwbrk/u32-wordbreaks'.
17447         * modules/uniwbrk/u32-wordbreaks: New file.
17448         * lib/uniwbrk/u32-wordbreaks.c: New file.
17449
17450         New module 'uniwbrk/u16-wordbreaks'.
17451         * modules/uniwbrk/u16-wordbreaks: New file.
17452         * lib/uniwbrk/u16-wordbreaks.c: New file.
17453
17454         New module 'uniwbrk/u8-wordbreaks'.
17455         * modules/uniwbrk/u8-wordbreaks: New file.
17456         * lib/uniwbrk/u8-wordbreaks.c: New file.
17457         * lib/uniwbrk/u-wordbreaks.h: New file.
17458
17459         New module 'uniwbrk/table'.
17460         * modules/uniwbrk/table: New file.
17461         * lib/uniwbrk/wbrktable.h: New file.
17462         * lib/uniwbrk/wbrktable.c: New file.
17463
17464         New module 'uniwbrk/wordbreak-property'.
17465         * modules/uniwbrk/wordbreak-property: New file.
17466         * lib/uniwbrk/wordbreak-property.c: New file.
17467
17468         * lib/gen-uni-tables.c (WBP_*): New enum items.
17469         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17470         (unicode_org_wbp): New variable.
17471         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17472         New functions.
17473         (wbp_table): New structure.
17474         (output_wbp, output_wbrk_tables): New functions.
17475         (main): Accept additional argument. Invoke fill_org_wbp,
17476         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17477         output_wbrk_tables.
17478         * modules/gen-uni-tables (Description): Update.
17479         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17480         gen-uni-tables.
17481
17482         New module 'uniwbrk/base'.
17483         * modules/uniwbrk/base: New file.
17484         * lib/uniwbrk.h: New file.
17485
17486 2009-02-08  Bruno Haible  <bruno@clisp.org>
17487
17488         Update to Unicode 5.1.0.
17489         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17490         U+2185..U+2188.
17491         (is_property_default_ignorable_code_point): Don't include characters
17492         of category Cc or Cs and not-a-characters.
17493         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17494         U+0D79, U+109E, U+109F, U+A60C.
17495         * lib/unictype/bidi_of.h: Regenerated.
17496         * lib/unictype/blocks.h: Regenerated.
17497         * lib/unictype/categ_C.h: Regenerated.
17498         * lib/unictype/categ_Cf.h: Regenerated.
17499         * lib/unictype/categ_Cn.h: Regenerated.
17500         * lib/unictype/categ_L.h: Regenerated.
17501         * lib/unictype/categ_Ll.h: Regenerated.
17502         * lib/unictype/categ_Lm.h: Regenerated.
17503         * lib/unictype/categ_Lo.h: Regenerated.
17504         * lib/unictype/categ_Lu.h: Regenerated.
17505         * lib/unictype/categ_M.h: Regenerated.
17506         * lib/unictype/categ_Mc.h: Regenerated.
17507         * lib/unictype/categ_Me.h: Regenerated.
17508         * lib/unictype/categ_Mn.h: Regenerated.
17509         * lib/unictype/categ_N.h: Regenerated.
17510         * lib/unictype/categ_Nd.h: Regenerated.
17511         * lib/unictype/categ_Nl.h: Regenerated.
17512         * lib/unictype/categ_No.h: Regenerated.
17513         * lib/unictype/categ_P.h: Regenerated.
17514         * lib/unictype/categ_Pd.h: Regenerated.
17515         * lib/unictype/categ_Pe.h: Regenerated.
17516         * lib/unictype/categ_Pf.h: Regenerated.
17517         * lib/unictype/categ_Pi.h: Regenerated.
17518         * lib/unictype/categ_Po.h: Regenerated.
17519         * lib/unictype/categ_Ps.h: Regenerated.
17520         * lib/unictype/categ_S.h: Regenerated.
17521         * lib/unictype/categ_Sk.h: Regenerated.
17522         * lib/unictype/categ_Sm.h: Regenerated.
17523         * lib/unictype/categ_So.h: Regenerated.
17524         * lib/unictype/categ_of.h: Regenerated.
17525         * lib/unictype/combining.h: Regenerated.
17526         * lib/unictype/ctype_alnum.h: Regenerated.
17527         * lib/unictype/ctype_alpha.h: Regenerated.
17528         * lib/unictype/ctype_graph.h: Regenerated.
17529         * lib/unictype/ctype_lower.h: Regenerated.
17530         * lib/unictype/ctype_print.h: Regenerated.
17531         * lib/unictype/ctype_punct.h: Regenerated.
17532         * lib/unictype/ctype_upper.h: Regenerated.
17533         * lib/unictype/decdigit.h: Regenerated.
17534         * lib/unictype/digit.h: Regenerated.
17535         * lib/unictype/mirror.h: Regenerated.
17536         * lib/unictype/numeric.h: Regenerated.
17537         * lib/unictype/pr_alphabetic.h: Regenerated.
17538         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17539         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17540         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17541         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17542         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17543         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17544         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17545         * lib/unictype/pr_combining.h: Regenerated.
17546         * lib/unictype/pr_dash.h: Regenerated.
17547         * lib/unictype/pr_decimal_digit.h: Regenerated.
17548         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17549         * lib/unictype/pr_deprecated.h: Regenerated.
17550         * lib/unictype/pr_diacritic.h: Regenerated.
17551         * lib/unictype/pr_extender.h: Regenerated.
17552         * lib/unictype/pr_format_control.h: Regenerated.
17553         * lib/unictype/pr_grapheme_base.h: Regenerated.
17554         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17555         * lib/unictype/pr_grapheme_link.h: Regenerated.
17556         * lib/unictype/pr_id_continue.h: Regenerated.
17557         * lib/unictype/pr_id_start.h: Regenerated.
17558         * lib/unictype/pr_ideographic.h: Regenerated.
17559         * lib/unictype/pr_ignorable_control.h: Regenerated.
17560         * lib/unictype/pr_lowercase.h: Regenerated.
17561         * lib/unictype/pr_math.h: Regenerated.
17562         * lib/unictype/pr_numeric.h: Regenerated.
17563         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17564         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17565         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17566         * lib/unictype/pr_other_id_continue.h: Regenerated.
17567         * lib/unictype/pr_other_lowercase.h: Regenerated.
17568         * lib/unictype/pr_other_math.h: Regenerated.
17569         * lib/unictype/pr_punctuation.h: Regenerated.
17570         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17571         * lib/unictype/pr_soft_dotted.h: Regenerated.
17572         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17573         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17574         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17575         * lib/unictype/pr_uppercase.h: Regenerated.
17576         * lib/unictype/pr_xid_continue.h: Regenerated.
17577         * lib/unictype/pr_xid_start.h: Regenerated.
17578         * lib/unictype/pr_zero_width.h: Regenerated.
17579         * lib/unictype/scripts.h: Regenerated.
17580         * lib/unictype/scripts_byname.gperf: Regenerated.
17581         * lib/unictype/sy_java_ident.h: Regenerated.
17582         * lib/unilbrk/lbrkprop1.h: Regenerated.
17583         * lib/unilbrk/lbrkprop2.h: Regenerated.
17584         * tests/unictype/test-categ_C.c: Regenerated.
17585         * tests/unictype/test-categ_Cf.c: Regenerated.
17586         * tests/unictype/test-categ_Cn.c: Regenerated.
17587         * tests/unictype/test-categ_L.c: Regenerated.
17588         * tests/unictype/test-categ_Ll.c: Regenerated.
17589         * tests/unictype/test-categ_Lm.c: Regenerated.
17590         * tests/unictype/test-categ_Lo.c: Regenerated.
17591         * tests/unictype/test-categ_Lu.c: Regenerated.
17592         * tests/unictype/test-categ_M.c: Regenerated.
17593         * tests/unictype/test-categ_Mc.c: Regenerated.
17594         * tests/unictype/test-categ_Me.c: Regenerated.
17595         * tests/unictype/test-categ_Mn.c: Regenerated.
17596         * tests/unictype/test-categ_N.c: Regenerated.
17597         * tests/unictype/test-categ_Nd.c: Regenerated.
17598         * tests/unictype/test-categ_Nl.c: Regenerated.
17599         * tests/unictype/test-categ_No.c: Regenerated.
17600         * tests/unictype/test-categ_P.c: Regenerated.
17601         * tests/unictype/test-categ_Pd.c: Regenerated.
17602         * tests/unictype/test-categ_Pe.c: Regenerated.
17603         * tests/unictype/test-categ_Pf.c: Regenerated.
17604         * tests/unictype/test-categ_Pi.c: Regenerated.
17605         * tests/unictype/test-categ_Po.c: Regenerated.
17606         * tests/unictype/test-categ_Ps.c: Regenerated.
17607         * tests/unictype/test-categ_S.c: Regenerated.
17608         * tests/unictype/test-categ_Sk.c: Regenerated.
17609         * tests/unictype/test-categ_Sm.c: Regenerated.
17610         * tests/unictype/test-categ_So.c: Regenerated.
17611         * tests/unictype/test-ctype_alnum.c: Regenerated.
17612         * tests/unictype/test-ctype_alpha.c: Regenerated.
17613         * tests/unictype/test-ctype_graph.c: Regenerated.
17614         * tests/unictype/test-ctype_lower.c: Regenerated.
17615         * tests/unictype/test-ctype_print.c: Regenerated.
17616         * tests/unictype/test-ctype_punct.c: Regenerated.
17617         * tests/unictype/test-ctype_upper.c: Regenerated.
17618         * tests/unictype/test-decdigit.h: Regenerated.
17619         * tests/unictype/test-digit.h: Regenerated.
17620         * tests/unictype/test-numeric.h: Regenerated.
17621         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17622         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17623         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17624         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17625         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17626         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17627         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17628         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17629         * tests/unictype/test-pr_combining.c: Regenerated.
17630         * tests/unictype/test-pr_dash.c: Regenerated.
17631         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17632         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17633         * tests/unictype/test-pr_deprecated.c: Regenerated.
17634         * tests/unictype/test-pr_diacritic.c: Regenerated.
17635         * tests/unictype/test-pr_extender.c: Regenerated.
17636         * tests/unictype/test-pr_format_control.c: Regenerated.
17637         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17638         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17639         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17640         * tests/unictype/test-pr_id_continue.c: Regenerated.
17641         * tests/unictype/test-pr_id_start.c: Regenerated.
17642         * tests/unictype/test-pr_ideographic.c: Regenerated.
17643         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17644         * tests/unictype/test-pr_lowercase.c: Regenerated.
17645         * tests/unictype/test-pr_math.c: Regenerated.
17646         * tests/unictype/test-pr_numeric.c: Regenerated.
17647         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17648         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17649         Regenerated.
17650         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17651         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17652         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17653         * tests/unictype/test-pr_other_math.c: Regenerated.
17654         * tests/unictype/test-pr_punctuation.c: Regenerated.
17655         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17656         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17657         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17658         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17659         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17660         * tests/unictype/test-pr_uppercase.c: Regenerated.
17661         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17662         * tests/unictype/test-pr_xid_start.c: Regenerated.
17663         * tests/unictype/test-pr_zero_width.c: Regenerated.
17664
17665         Update to Unicode 5.1.0.
17666         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17667         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17668         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17669         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17670         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17671         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17672         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17673         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17674         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17675         (nonspacing_table_ind): Update.
17676         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17677
17678         Update to Unicode 5.1.0.
17679         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17680         code transform.
17681         * lib/uniname/uniname.c (unicode_character_name,
17682         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17683         * lib/uniname/uninames.h: Regenerated.
17684         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17685
17686 2009-02-07  Bruno Haible  <bruno@clisp.org>
17687
17688         Merge gen-ctype and gen-lbrk into a single program.
17689         * lib/gen-uni-tables.c: New file, incorporating
17690         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17691         Add directory prefixes to the names of the generated files.
17692         * lib/unictype/gen-ctype.c: Remove file.
17693         * lib/unilbrk/gen-lbrk.c: Remove file.
17694         * modules/gen-uni-tables: New file.
17695         * modules/unictype/gen-ctype: Remove file.
17696         * modules/unilbrk/gen-lbrk: Remove file.
17697
17698 2009-02-07  Bruno Haible  <bruno@clisp.org>
17699
17700         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17701
17702         New module 'unistr/u32-strcoll'.
17703         * modules/unistr/u32-strcoll: New file.
17704         * lib/unistr/u32-strcoll.c: New file.
17705
17706         New module 'unistr/u16-strcoll'.
17707         * modules/unistr/u16-strcoll: New file.
17708         * lib/unistr/u16-strcoll.c: New file.
17709
17710         New module 'unistr/u8-strcoll'.
17711         * modules/unistr/u8-strcoll: New file.
17712         * lib/unistr/u8-strcoll.c: New file.
17713         * lib/unistr/u-strcoll.h: New file.
17714
17715 2009-02-07  Bruno Haible  <bruno@clisp.org>
17716
17717         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17718         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17719         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17720         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17721         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17722         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17723
17724 2009-02-07  Bruno Haible  <bruno@clisp.org>
17725
17726         Make 64-bit clean.
17727         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17728         output_combclass, output_bidi_category, output_decimal_digit,
17729         output_digit, output_numeric, output_mirror, output_scripts,
17730         output_ident_category): Use proper width specifier in format strings.
17731
17732 2009-02-07  Bruno Haible  <bruno@clisp.org>
17733
17734         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17735         failure behaviour.
17736
17737 2009-02-07  Jim Meyering  <meyering@redhat.com>
17738
17739         regex: avoid compilation failure with upcoming gcc-4.4
17740         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17741         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17742         "... error: integer overflow in preprocessor expression".
17743
17744 2009-02-05  Ben Pfaff  <blp@gnu.org>
17745
17746         Fix link errors on Windows when close module is used.
17747         * modules/close: Add $(LIB_CLOSE) to Link section.
17748         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17749         $(LIB_CLOSE) on Windows.
17750
17751 2009-02-05  Jim Meyering  <meyering@redhat.com>
17752
17753         still avoid unused-parameter warnings, but do it cleanly
17754         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17755         (get_fs_usage): Cast to void instead.
17756         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17757         (dev_from_mount_options, read_file_system_list): Cast to void.
17758         Prompted by Bruno Haible.
17759
17760 2009-02-04  Jim Meyering  <meyering@redhat.com>
17761
17762         fsusage.c: correct copyright year
17763         * lib/fsusage.c: Reflect year in which the change is pushed into
17764
17765         avoid misc. warnings
17766         * lib/fsusage.c (UNUSED_PARAM): Define.
17767         (get_fs_usage): Mark parameter "disk" as unused.
17768         * lib/getugroups.c (getgrent): Use "void" in prototype.
17769         * lib/mountlist.c: Mark unused parameters.
17770         (read_file_system_list): Declare a local with "const".
17771         * lib/nanosleep.c (getnow): Declare static.
17772         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17773
17774         dirfd: set errno upon failure
17775         * lib/dirfd.c: Include <errno.h>.
17776         Set errno to ENOTSUP when returning -1.
17777         * modules/dirfd (Depends-on): Add errno.
17778         Suggested by John Kodis <kodis@comcast.net>.
17779
17780 2009-02-01  Bruno Haible  <bruno@clisp.org>
17781
17782         Don't assume sizeof (long) >= sizeof (void *).
17783         * lib/memcmp.c: Include stdint.h.
17784         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17785         srcp2 to 'const byte *'.
17786         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17787         types to uintptr_t.
17788         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17789         * modules/memcmp (Depends-on): Add stdint.
17790         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17791
17792 2009-01-30  Eric Blake  <ebb9@byu.net>
17793
17794         fix more require-before-expand issues
17795         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17796         expand, AC_PROG_AWK.
17797         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17798
17799 2009-01-28  Eric Blake  <ebb9@byu.net>
17800
17801         version-etc: use consistent URL formatting
17802         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17803         Improve formatting.  Use fputs for string without %.
17804
17805 2009-01-28  Jim Meyering  <meyering@redhat.com>
17806
17807         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17808         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17809         "underquoted definition of NAME" from autoconf-2.59.
17810
17811 2009-01-28  Bruno Haible  <bruno@clisp.org>
17812
17813         * doc/gnulib.texi: Add "Obsolete modules" to index.
17814
17815 2009-01-28  Jim Meyering  <meyering@redhat.com>
17816
17817         useless-if-before-free: recognize more variants
17818         * build-aux/useless-if-before-free: Also recognize e.g.,
17819         if (NULL != p) free (p);
17820
17821 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17822
17823         test-getaddrinfo: skip (don't fail) this test when there's no network
17824         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17825         on the presumption that it means you lack network access.
17826
17827 2009-01-26  Jim Meyering  <meyering@redhat.com>
17828
17829         fflush: avoid warnings on modern systems
17830         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17831         pos and result, into scopes where they're used.
17832
17833 2009-01-26  Eric Blake  <ebb9@byu.net>
17834
17835         Silence warning reintroduced by recent extensions patch.
17836         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17837         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17838         autoconf.
17839
17840         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17841         * m4/00gnulib.m4: New file.
17842         * gnulib-tool (func_get_filelist): Always use it.
17843         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17844         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17845
17846 2009-01-25  Bruno Haible  <bruno@clisp.org>
17847
17848         Make test-quotearg work on MacOS X and AIX.
17849         * tests/test-quotearg.sh: New file.
17850         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17851         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17852         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17853         include <libintl.h>.
17854         (fake_locale): Remove variable.
17855         (gettext, dgettext, dcgettext): Remove functions.
17856         (main): Instead of setting a fake locale, set a real locale. Call
17857         textdomain and bindtextdomain.
17858         * modules/quotearg-tests (Files): Add the new files.
17859         (Depends-on): Add gettext, setenv, unsetenv.
17860         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17861         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17862         Augment TESTS_ENVIRONMENT.
17863
17864 2009-01-25  Bruno Haible  <bruno@clisp.org>
17865
17866         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17867         fr_FR.ISO8859-1 locale on MacOS X.
17868         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17869         ja_JP.eucJP locale on MacOS X.
17870         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17871         zh_CN.GB18030 locale on MacOS X.
17872
17873 2009-01-25  Bruno Haible  <bruno@clisp.org>
17874
17875         Avoid link errors on MacOS X 10.3.
17876         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17877         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17878
17879 2009-01-25  Bruno Haible  <bruno@clisp.org>
17880
17881         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17882         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17883         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17884         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17885         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17886         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17887         posix_spawnattr_init, posix_spawnattr_setsigmask,
17888         posix_spawnattr_setflags, posix_spawnattr_destroy.
17889
17890         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17891         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17892         * modules/execute (Files): Remove m4/posix_spawn.m4.
17893         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17894         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17895         posix_spawnattr_init, posix_spawnattr_setsigmask,
17896         posix_spawnattr_setflags, posix_spawnattr_destroy.
17897
17898 2009-01-25  Bruno Haible  <bruno@clisp.org>
17899
17900         * lib/glthread/threadlib.c: Include <stdlib.h>.
17901
17902 2009-01-25  Bruno Haible  <bruno@clisp.org>
17903
17904         * lib/glthread/threadlib.c (dummy): New declaration.
17905
17906 2009-01-25  Bruno Haible  <bruno@clisp.org>
17907
17908         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17909         multibyte characters also for the GB18030 encoding. Don't crash when
17910         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17911
17912 2009-01-25  Bruno Haible  <bruno@clisp.org>
17913
17914         Avoid redefining 'struct random_data' on OSF/1 5.1.
17915         * lib/stdlib.in.h: Include <random.h> if it exists.
17916         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17917         HAVE_RANDOM_H. Include <random.h> when testing whether
17918         'struct random_data' exists.
17919         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17920
17921 2009-01-25  Bruno Haible  <bruno@clisp.org>
17922
17923         Don't install charset.alias on MacOS X >= 10.3.
17924         * lib/localcharset.c (DARWIN7): New macro.
17925         (get_charset_aliases): Hardcode the result for Darwin7.
17926         * modules/localcharset (install-exec-local): Don't install
17927         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17928
17929 2009-01-25  Bruno Haible  <bruno@clisp.org>
17930
17931         Don't install charset.alias on mingw and Cygwin.
17932         * modules/localcharset (install-exec-local): Don't install
17933         charset.alias on mingw and Cygwin, if the file does not yet exist.
17934         The result for these platforms is hardcoded in localcharset.c.
17935
17936 2009-01-25  Bruno Haible  <bruno@clisp.org>
17937
17938         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17939         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17940         before requiring AC_USE_SYSTEM_EXTENSIONS.
17941
17942 2009-01-25  Jim Meyering  <meyering@redhat.com>
17943
17944         c-strtod: avoid warnings
17945         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17946         "assignment discards qualifiers from pointer target type" warnings.
17947
17948 2009-01-24  Bruno Haible  <bruno@clisp.org>
17949
17950         Add support for non-UTF-8 locales on MacOS X.
17951         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17952         canonical encodings. For Darwin 7 and newer, don't map traditional
17953         encodings to UTF-8.
17954         Reported by Vincent Lefevre <vincent@vinc17.org>
17955         at <http://savannah.gnu.org/bugs/?25235>.
17956
17957 2009-01-24  Bruno Haible  <bruno@clisp.org>
17958
17959         * doc/gnulib.texi (Obsolete modules): New section.
17960         Reported by Mike Frysinger <vapier@gentoo.org>.
17961
17962 2009-01-24  Bruno Haible  <bruno@clisp.org>
17963
17964         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17965         (%.dvi): New rule.
17966
17967 2009-01-24  Bruno Haible  <bruno@clisp.org>
17968
17969         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17970         Reported by Eric Blake.
17971
17972 2009-01-24  Bruno Haible  <bruno@clisp.org>
17973
17974         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17975         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17976         Reported by Gary V. Vaughan <gary@gnu.org>.
17977
17978 2009-01-24  Bruno Haible  <bruno@clisp.org>
17979
17980         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17981
17982 2009-01-23  Bruno Haible  <bruno@clisp.org>
17983
17984         Make c-strtod, c-strtold usable in libraries.
17985         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17986         (C_STRTOD): Call strdup instead of xstrdup.
17987         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17988         * modules/c-strtold (Depends-on): Likewise.
17989         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17990         * NEWS: Mention the change.
17991         Reported by Michael Gold <mgold@ncf.ca>.
17992
17993 2009-01-23  Jim Meyering  <meyering@redhat.com>
17994
17995         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17996         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17997         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17998
17999 2009-01-23  Simon Josefsson  <simon@josefsson.org>
18000
18001         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
18002         GNU CoreUtils.
18003         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
18004         * modules/version-etc (Description): Update.
18005
18006 2009-01-22  Bruno Haible  <bruno@clisp.org>
18007
18008         Cache the C locale object.
18009         * lib/c-strtod.c (c_locale_cache): New variable.
18010         (c_locale): New function.
18011         (C_STRTOD): Use it, and don't call freelocale.
18012         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
18013         Suggested by Paolo Bonzini.
18014
18015 2009-01-21  Bruno Haible  <bruno@clisp.org>
18016
18017         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
18018         conditions other than overflow.
18019
18020 2009-01-21  Bruno Haible  <bruno@clisp.org>
18021
18022         * lib/c-strtod.c: Include errno.h.
18023         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
18024         value from STRTOD_L and STRTOD.
18025
18026 2009-01-21  Bruno Haible  <bruno@clisp.org>
18027         and Jim Meyering  <meyering@redhat.com>
18028
18029         nanosleep: skip configure test (fail it) for apple universal builds
18030         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
18031         universal builds, assume that nanosleep does not work.
18032         * modules/nanosleep (Depends-on): Add multiarch.
18033
18034         mktime: skip configure test (fail it) for apple universal builds
18035         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
18036         universal builds, assume that mktime does not work.
18037         * modules/mktime (Depends-on): Add multiarch.
18038
18039 2009-01-21  Eric Blake  <ebb9@byu.net>
18040
18041         multiarch: avoid expand-before-require warning
18042         * modules/multiarch (configure.ac): Require, rather than expand,
18043         gl_MULTIARCH.
18044         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18045         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18046         enforce that all clients require it.  Partial reversion of
18047         2008-12-29 patch.
18048
18049         error: avoid expand-before-require warning
18050         * modules/errno (configure.ac): Require, rather than expand,
18051         gl_HEADER_ERRNO_H.
18052         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18053         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18054         enforce that all clients require it.
18055
18056         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18057         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18058         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18059         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18060
18061 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18062
18063         Revert:
18064         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18065
18066         regex: do not depend on obsolete modules.
18067         * modules/regex: Remove memcmp and memmove.
18068
18069 2009-01-20  Bruno Haible  <bruno@clisp.org>
18070
18071         Make the 'link' module link on Windows NT 4.
18072         * lib/link.c (_WIN32_WINNT): Don't define.
18073         (CreateHardLinkFuncType): New type.
18074         (CreateHardLinkFunc, initialized): New variables.
18075         (initialize): New function.
18076         (link): Invoke CreateHardLink indirectly through the function pointer.
18077
18078 2009-01-20  Bruno Haible  <bruno@clisp.org>
18079
18080         Fix compilation failure on mingw.
18081         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18082
18083 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18084
18085         * doc/c-strtod.texi: Mention a couple of restrictions.
18086
18087 2009-01-20  Jim Meyering  <meyering@redhat.com>
18088
18089         gettimeofday: move more declarations out of functions
18090         * lib/gettimeofday.c: Move extern declarations of tzset and
18091         gmtime out of containing functions.  Prompted by Bruno Haible.
18092
18093 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18094
18095         regex: do not depend on obsolete modules.
18096         * modules/regex: Remove memcmp and memmove.
18097
18098 2009-01-19  Bruno Haible  <bruno@clisp.org>
18099
18100         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18101         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18102         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18103         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18104         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18105
18106 2009-01-19  Bruno Haible  <bruno@clisp.org>
18107
18108         * tests/test-link.c: Include <errno.h>.
18109         (main): Exit with code 77 when a hard link cannot be created due to
18110         the file system.
18111         * tests/test-link.sh: Skip test when a hard link cannot be created due
18112         to the file system.
18113         Suggested by Eric Blake.
18114
18115 2009-01-19  Martin Lambers  <marlam@marlam.de>
18116
18117         * modules/link-tests: New file.
18118         * tests/test-link.sh: New file.
18119         * tests/test-link.c: New file.
18120
18121 2009-01-19  Eric Blake  <ebb9@byu.net>
18122
18123         doc: mention another function added in cygwin 1.7.0
18124         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18125         Another new function in cygwin 1.7.
18126
18127 2009-01-19  Bruno Haible  <bruno@clisp.org>
18128
18129         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18130         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18131         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18132         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18133         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18134         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18135         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18136         * m4/md4.m4 (gl_MD4): Likewise.
18137         * m4/md5.m4 (gl_MD5): Likewise.
18138         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18139         * m4/sha1.m4 (gl_SHA1): Likewise.
18140         * m4/sha256.m4 (gl_SHA256): Likewise.
18141         * m4/sha512.m4 (gl_SHA512): Likewise.
18142
18143 2009-01-19  Bruno Haible  <bruno@clisp.org>
18144
18145         * modules/uniname/uniname-tests (Depends-on): Add progname.
18146         * tests/uniname/test-uninames.c: Include progname.h.
18147         (main): Call set_program_name.
18148
18149         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18150         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18151         (main): Call set_program_name.
18152
18153         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18154         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18155         (main): Call set_program_name.
18156
18157         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18158         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18159         (main): Call set_program_name.
18160
18161         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18162         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18163         (main): Call set_program_name.
18164
18165         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18166         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18167         (main): Call set_program_name.
18168
18169         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18170         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18171         (main): Call set_program_name.
18172
18173         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18174         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18175         (main): Call set_program_name.
18176
18177         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18178         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18179         (main): Call set_program_name.
18180
18181 2009-01-19  Eric Blake  <ebb9@byu.net>
18182
18183         test-unistd: test previous patch
18184         * tests/test-unistd.c: Test *_FILENO macros.
18185
18186         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18187         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18188         Guarantee a definition.
18189         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18190         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18191         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18192         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18193         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18194         Likewise.
18195         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18196         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18197         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18198         Likewise.
18199         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18200         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18201         (STDERR_FILENO): Likewise.
18202         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18203         (STDERR_FILENO): Likewise.
18204         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18205         (STDERR_FILENO): Likewise.
18206         Reported by Elbert Pol.
18207
18208 2009-01-19  Eric Blake  <ebb9@byu.net>
18209
18210         doc: mention more functions added in cygwin 1.7.0
18211         * doc/posix-functions/abort.texi (abort): Update wording related
18212         to cygwin.
18213         * doc/posix-functions/daylight.texi (daylight): Likewise.
18214         * doc/posix-functions/optarg.texi (optarg): Likewise.
18215         * doc/posix-functions/optarg.texi (opterr): Likewise.
18216         * doc/posix-functions/optarg.texi (optind): Likewise.
18217         * doc/posix-functions/optarg.texi (optopt): Likewise.
18218         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18219         worked in 1.5.x, and was withdrawn in 1.7.
18220         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18221         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18222         cygwin versions.
18223         * doc/posix-functions/perror.texi (perror): Likewise.
18224         * doc/posix-functions/printf.texi (printf): Likewise.
18225         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18226         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18227         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18228         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18229         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18230         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18231         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18232         Likewise.
18233         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18234         Likewise.
18235         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18236         this function.
18237         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18238         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18239         Likewise.
18240         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18241         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18242         * doc/posix-functions/confstr.texi (confstr): Likewise.
18243         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18244         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18245         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18246         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18247         * doc/posix-functions/fputws.texi (fputws): Likewise.
18248         * doc/posix-functions/fwide.texi (fwide): Likewise.
18249         * doc/posix-functions/getwc.texi (getwc): Likewise.
18250         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18251         * doc/posix-functions/putwc.texi (putwc): Likewise.
18252         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18253         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18254         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18255         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18256         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18257         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18258         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18259         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18260         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18261         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18262         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18263
18264 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18265
18266         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18267         * lib/ioctl.c: Include <sys/ioctl.h>.
18268
18269 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18270
18271         * modules/getdate-tests (Depends-on): Add progname.
18272         * tests/test-getdate.c: Use progname module, to avoid link errors
18273         on non-glibc systems.
18274
18275 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18276
18277         * modules/filenamecat-tests (Depends-on): Add progname.
18278         * modules/fstrcmp-tests (Depends-on): Likewise.
18279
18280         * tests/test-filenamecat.c: Use progname module, to avoid link
18281         errors on non-glibc systems.
18282         * tests/test-fstrcmp.c: Likewise.
18283
18284 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18285
18286         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18287         * lib/gettimeofday.c: Move extern declaration out of function.
18288
18289 2009-01-18  Bruno Haible  <bruno@clisp.org>
18290
18291         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18292         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18293         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18294
18295 2009-01-18  Bruno Haible  <bruno@clisp.org>
18296
18297         * lib/strftime.c (MEMPCPY): Remove unused macro.
18298         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18299
18300 2009-01-18  Martin Lambers  <marlam@marlam.de>
18301
18302         New module 'link'.
18303         * lib/unistd.in.h (link): New declaration.
18304         * lib/link.c: New file.
18305         * m4/link.m4: New file.
18306         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18307         HAVE_LINK.
18308         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18309         * modules/link: New file.
18310         * doc/posix-functions/link.texi: Mention the new module.
18311
18312 2009-01-18  Bruno Haible  <bruno@clisp.org>
18313
18314         * tests/test-avltree_list.c (main): Call set_program_name.
18315         * tests/test-avltree_oset.c (main): Likewise.
18316         * tests/test-obstack-printf.c: Include progname.h.
18317         (main): Call set_program_name.
18318         * tests/test-quotearg.c: Include progname.h.
18319         (main): Call set_program_name.
18320         * tests/test-xmemdup0.c: Include progname.h.
18321         (main): Call set_program_name.
18322
18323 2009-01-18  Bruno Haible  <bruno@clisp.org>
18324
18325         New module 'alphasort'.
18326         * lib/dirent.in.h (alphasort): New declaration.
18327         * lib/alphasort.c: New file, from glibc with modifications.
18328         * m4/alphasort.m4: New file.
18329         * modules/alphasort: New file.
18330         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18331         HAVE_ALPHASORT.
18332         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18333         HAVE_ALPHASORT.
18334         * doc/posix-functions/alphasort.texi: Mention the new module and the
18335         portability problems.
18336
18337 2009-01-18  Bruno Haible  <bruno@clisp.org>
18338
18339         New module 'scandir'.
18340         * lib/dirent.in.h (scandir): New declaration.
18341         * lib/scandir.c: New file, from glibc with modifications.
18342         * m4/scandir.m4: New file.
18343         * modules/scandir: New file.
18344         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18345         HAVE_SCANDIR.
18346         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18347         HAVE_SCANDIR.
18348         * doc/posix-functions/scandir.texi: Mention the new module and the
18349         portability problems.
18350
18351 2009-01-17  Bruno Haible  <bruno@clisp.org>
18352
18353         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18354         Update documentation.
18355         (func_remove_suffix): Escape all dots in the suffix. Update
18356         documentation.
18357         (func_filter_filelist): Update documentation.
18358         Reported by Ralf Wildenhues.
18359
18360 2009-01-17  Bruno Haible  <bruno@clisp.org>
18361
18362         * modules/dprintf-posix-tests: New file.
18363         * tests/test-dprintf-posix.sh: New file.
18364         * tests/test-dprintf-posix.c: New file.
18365
18366         New modules 'dprintf', 'dprintf-posix'.
18367         * lib/stdio.in.h (dprintf): New declaration.
18368         * lib/dprintf.c: New file.
18369         * m4/dprintf.m4: New file.
18370         * m4/dprintf-posix.m4: New file.
18371         * modules/dprintf: New file.
18372         * modules/dprintf-posix: New file.
18373         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18374         HAVE_DPRINTF, REPLACE_DPRINTF.
18375         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18376         HAVE_DPRINTF, REPLACE_DPRINTF.
18377         * doc/posix-functions/dprintf.texi: Mention the new modules.
18378
18379 2009-01-17  Bruno Haible  <bruno@clisp.org>
18380
18381         * modules/vdprintf-posix-tests: New file.
18382         * tests/test-vdprintf-posix.sh: New file.
18383         * tests/test-vdprintf-posix.c: New file.
18384
18385         New modules 'vdprintf', 'vdprintf-posix'.
18386         * lib/stdio.in.h (vdprintf): New declaration.
18387         * lib/vdprintf.c: New file.
18388         * m4/vdprintf.m4: New file.
18389         * m4/vdprintf-posix.m4: New file.
18390         * modules/vdprintf: New file.
18391         * modules/vdprintf-posix: New file.
18392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18393         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18394         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18395         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18396         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18397
18398 2009-01-17  Bruno Haible  <bruno@clisp.org>
18399
18400         Fix replacement of fopen on mingw.
18401         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18402         mingw.
18403
18404 2009-01-17  Bruno Haible  <bruno@clisp.org>
18405
18406         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18407         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18408
18409 2009-01-17  Bruno Haible  <bruno@clisp.org>
18410
18411         Avoid test-fflush2.sh failure on mingw.
18412         * tests/test-fflush2.c: Include binary-io.h.
18413         (main): Put standard input into binary mode.
18414         * modules/fflush-tests (Depends-on): Add binary-io.
18415
18416 2009-01-17  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/wchar.in.h: In another particular situation, include only the
18419         system's <wchar.h> file.
18420         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18421         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18422         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18423
18424 2009-01-17  Bruno Haible  <bruno@clisp.org>
18425
18426         Support for stripping executables in --enable-relocatable.
18427         * build-aux/install-reloc: Expect one more argument, or an environment
18428         variable RELOC_STRIP_PROG. If set, strip the destination program and
18429         its wrapper.
18430         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18431         RELOC_STRIP_PROG.
18432         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18433         to set RELOCATABLE_STRIP.
18434         * NEWS: Mention the new Makefile requirement.
18435
18436 2009-01-17  Bruno Haible  <bruno@clisp.org>
18437
18438         * build-aux/install-reloc: Remove debugging information left over by
18439         C compiler on MacOS X.
18440
18441 2009-01-17  Bruno Haible  <bruno@clisp.org>
18442
18443         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18444         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18445         _NSGetExecutablePath.
18446
18447 2009-01-16  Jim Meyering  <meyering@redhat.com>
18448
18449         strerror: avoid warnings about discarding "const"
18450         * lib/strerror.c (rpl_strerror): Instead of returning a const
18451         string from each and every "case", use a variable, and add a single
18452         cast after the switch.
18453
18454 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18455
18456         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18457
18458 2009-01-16  Bruno Haible  <bruno@clisp.org>
18459
18460         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18461         array initializer syntax that also works in C++ mode.
18462         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18463
18464 2009-01-16  Jim Meyering  <meyering@redhat.com>
18465
18466         poll: suppress a warning
18467         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18468         to ignore "...unsigned expression < 0 is always false" warnings.
18469
18470 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18471
18472         poll: remove declarations of unused variables
18473         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18474         sockbuf and optlen.
18475
18476 2009-01-15  Bruno Haible  <bruno@clisp.org>
18477
18478         Make fflush-after-ungetc POSIX compliant on BSD systems.
18479         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18480         (clear_ungetc_buffer): Implement also for other systems.
18481         (rpl_fflush): On glibc systems, invoke
18482         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18483         clear_ungetc_buffer after fetching the stream's position, not before.
18484
18485 2009-01-15  Bruno Haible  <bruno@clisp.org>
18486
18487         Make fflush-after-ungetc POSIX compliant on glibc systems.
18488         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18489         after ungetc.
18490         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18491         (rpl_fflush): On glibc systems, simply call the system's fflush
18492         function after clearing the ungetc buffer.
18493         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18494         Instead, lseek only to the end of file, then use the system's fseeko
18495         for the rest. On glibc systems, reset the EOF indicator bit.
18496
18497 2009-01-15  Jim Meyering  <meyering@redhat.com>
18498
18499         openmp.m4: revert quote-adding change, for portability to older autoconf
18500         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18501         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18502         Simon Josefsson noticed the problem when using autoconf-2.61.
18503
18504 2009-01-15  Bruno Haible  <bruno@clisp.org>
18505
18506         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18507         * tests/test-fflush2.c (ASSERT): Always fail.
18508         (main): Add two tests for fflush() after ungetc(), taking into account
18509         the Austin Group's clarification.
18510         Suggested by Eric Blake.
18511
18512 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18513
18514         mktime.m4: remove K&R-style function prototypes
18515         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18516         for the Sun C++ compiler.
18517
18518 2009-01-14  Bruno Haible  <bruno@clisp.org>
18519
18520         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18521         while including <wchar.h>.
18522         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18523         the system's <wchar.h> file.
18524         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18525
18526 2009-01-14  Bruno Haible  <bruno@clisp.org>
18527
18528         * m4/csharp.m4: Don't mention gettext on the serial number line.
18529         * m4/csharpexec.m4: Likewise.
18530         * m4/eaccess.m4: Likewise.
18531         * m4/javaexec.m4: Likewise.
18532         * m4/sig_atomic_t.m4: Likewise.
18533         * m4/tmpdir.m4: Likewise.
18534         * m4/intldir.m4: Bump gettext version.
18535         * m4/lib-ld.m4: Likewise.
18536
18537 2009-01-14  Bruno Haible  <bruno@clisp.org>
18538
18539         * lib/progname.c (set_program_name): Add more comments.
18540         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18541
18542 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18543
18544         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18545         were sys/stat.h does not define it.
18546
18547 2009-01-14  Jim Meyering  <meyering@redhat.com>
18548
18549         many *.m4 files: improve m4 quoting
18550         99% of this change was performed by running the following commands:
18551         git ls-files | grep '\.m4$' | xargs perl -pi \
18552           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18553           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18554           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18555           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18556         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18557         The remainder were to add Copyright dates, increment serial numbers,
18558         undo some changes in comments, exclude m4/intl.m4, and add quotes
18559         around the "1" in ",1" where the unusual spacing prohibited the
18560         above regexps from doing the job.  For more details, see
18561         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18562         * m4/acl.m4: Modified.
18563         * m4/afs.m4: Likewise.
18564         * m4/alloca.m4: Likewise.
18565         * m4/argp.m4: Likewise.
18566         * m4/argz.m4: Likewise.
18567         * m4/atexit.m4: Likewise.
18568         * m4/bison-i18n.m4: Likewise.
18569         * m4/bison.m4: Likewise.
18570         * m4/byteswap.m4: Likewise.
18571         * m4/c-stack.m4: Likewise.
18572         * m4/c-strtod.m4: Likewise.
18573         * m4/calloc.m4: Likewise.
18574         * m4/canonicalize-lgpl.m4: Likewise.
18575         * m4/chown.m4: Likewise.
18576         * m4/clock_time.m4: Likewise.
18577         * m4/codeset.m4: Likewise.
18578         * m4/copy-file.m4: Likewise.
18579         * m4/csharp.m4: Likewise.
18580         * m4/csharpcomp.m4: Likewise.
18581         * m4/csharpexec.m4: Likewise.
18582         * m4/d-ino.m4: Likewise.
18583         * m4/d-type.m4: Likewise.
18584         * m4/dirfd.m4: Likewise.
18585         * m4/double-slash-root.m4: Likewise.
18586         * m4/eaccess.m4: Likewise.
18587         * m4/eealloc.m4: Likewise.
18588         * m4/environ.m4: Likewise.
18589         * m4/errno_h.m4: Likewise.
18590         * m4/euidaccess.m4: Likewise.
18591         * m4/execute.m4: Likewise.
18592         * m4/fatal-signal.m4: Likewise.
18593         * m4/fchdir.m4: Likewise.
18594         * m4/fcntl_h.m4: Likewise.
18595         * m4/fileblocks.m4: Likewise.
18596         * m4/filenamecat.m4: Likewise.
18597         * m4/findprog.m4: Likewise.
18598         * m4/flexmember.m4: Likewise.
18599         * m4/fnmatch.m4: Likewise.
18600         * m4/fopen.m4: Likewise.
18601         * m4/fpending.m4: Likewise.
18602         * m4/fprintf-posix.m4: Likewise.
18603         * m4/free.m4: Likewise.
18604         * m4/frexp.m4: Likewise.
18605         * m4/frexpl.m4: Likewise.
18606         * m4/fsusage.m4: Likewise.
18607         * m4/ftruncate.m4: Likewise.
18608         * m4/gc-camellia.m4: Likewise.
18609         * m4/gc-random.m4: Likewise.
18610         * m4/gc.m4: Likewise.
18611         * m4/getaddrinfo.m4: Likewise.
18612         * m4/getcwd-abort-bug.m4: Likewise.
18613         * m4/getcwd-path-max.m4: Likewise.
18614         * m4/getdate.m4: Likewise.
18615         * m4/getdomainname.m4: Likewise.
18616         * m4/getgroups.m4: Likewise.
18617         * m4/gethostname.m4: Likewise.
18618         * m4/gethrxtime.m4: Likewise.
18619         * m4/getline.m4: Likewise.
18620         * m4/getloadavg.m4: Likewise.
18621         * m4/getndelim2.m4: Likewise.
18622         * m4/getpass.m4: Likewise.
18623         * m4/gettext.m4: Likewise.
18624         * m4/gettime.m4: Likewise.
18625         * m4/gettimeofday.m4: Likewise.
18626         * m4/gnulib-common.m4: Likewise.
18627         * m4/group-member.m4: Likewise.
18628         * m4/host-os.m4: Likewise.
18629         * m4/iconv.m4: Likewise.
18630         * m4/iconv_open.m4: Likewise.
18631         * m4/inet_ntop.m4: Likewise.
18632         * m4/inet_pton.m4: Likewise.
18633         * m4/inline.m4: Likewise.
18634         * m4/intldir.m4: Likewise.
18635         * m4/intlmacosx.m4: Likewise.
18636         * m4/intmax.m4: Likewise.
18637         * m4/intmax_t.m4: Likewise.
18638         * m4/inttypes.m4: Likewise.
18639         * m4/inttypes_h.m4: Likewise.
18640         * m4/inttypes-pri.m4: Likewise.
18641         * m4/isapipe.m4: Likewise.
18642         * m4/isnand.m4: Likewise.
18643         * m4/isnanf.m4: Likewise.
18644         * m4/isnanl.m4: Likewise.
18645         * m4/javacomp.m4: Likewise.
18646         * m4/javaexec.m4: Likewise.
18647         * m4/jm-winsz1.m4: Likewise.
18648         * m4/jm-winsz2.m4: Likewise.
18649         * m4/lchown.m4: Likewise.
18650         * m4/lcmessage.m4: Likewise.
18651         * m4/ldexpl.m4: Likewise.
18652         * m4/lib-ld.m4: Likewise.
18653         * m4/lib-link.m4: Likewise.
18654         * m4/libsigsegv.m4: Likewise.
18655         * m4/link-follow.m4: Likewise.
18656         * m4/localcharset.m4: Likewise.
18657         * m4/locale-fr.m4: Likewise.
18658         * m4/locale-ja.m4: Likewise.
18659         * m4/locale-tr.m4: Likewise.
18660         * m4/locale-zh.m4: Likewise.
18661         * m4/lock.m4: Likewise.
18662         * m4/longlong.m4: Likewise.
18663         * m4/ls-mntd-fs.m4: Likewise.
18664         * m4/lstat.m4: Likewise.
18665         * m4/malloc.m4: Likewise.
18666         * m4/mathl.m4: Likewise.
18667         * m4/mbrtowc.m4: Likewise.
18668         * m4/mbstate_t.m4: Likewise.
18669         * m4/mbswidth.m4: Likewise.
18670         * m4/memchr.m4: Likewise.
18671         * m4/memcmp.m4: Likewise.
18672         * m4/memcpy.m4: Likewise.
18673         * m4/memmem.m4: Likewise.
18674         * m4/memmove.m4: Likewise.
18675         * m4/mempcpy.m4: Likewise.
18676         * m4/memrchr.m4: Likewise.
18677         * m4/memset.m4: Likewise.
18678         * m4/minmax.m4: Likewise.
18679         * m4/mkdir-slash.m4: Likewise.
18680         * m4/mkdtemp.m4: Likewise.
18681         * m4/mktime.m4: Likewise.
18682         * m4/mmap-anon.m4: Likewise.
18683         * m4/mountlist.m4: Likewise.
18684         * m4/nanosleep.m4: Likewise.
18685         * m4/nls.m4: Likewise.
18686         * m4/nocrash.m4: Likewise.
18687         * m4/open.m4: Likewise.
18688         * m4/openat.m4: Likewise.
18689         * m4/openmp.m4: Likewise.
18690         * m4/pathmax.m4: Likewise.
18691         * m4/perl.m4: Likewise.
18692         * m4/physmem.m4: Likewise.
18693         * m4/pipe.m4: Likewise.
18694         * m4/po.m4: Likewise.
18695         * m4/poll.m4: Likewise.
18696         * m4/posixtm.m4: Likewise.
18697         * m4/posixver.m4: Likewise.
18698         * m4/printf-frexp.m4: Likewise.
18699         * m4/printf-frexpl.m4: Likewise.
18700         * m4/printf-posix.m4: Likewise.
18701         * m4/printf-posix-rpl.m4: Likewise.
18702         * m4/printf.m4: Likewise.
18703         * m4/progtest.m4: Likewise.
18704         * m4/putenv.m4: Likewise.
18705         * m4/readline.m4: Likewise.
18706         * m4/readlink.m4: Likewise.
18707         * m4/readutmp.m4: Likewise.
18708         * m4/realloc.m4: Likewise.
18709         * m4/regex.m4: Likewise.
18710         * m4/relocatable.m4: Likewise.
18711         * m4/relocatable-lib.m4: Likewise.
18712         * m4/rename-dest-slash.m4: Likewise.
18713         * m4/rename.m4: Likewise.
18714         * m4/rmdir-errno.m4: Likewise.
18715         * m4/rmdir.m4: Likewise.
18716         * m4/roundf.m4: Likewise.
18717         * m4/roundl.m4: Likewise.
18718         * m4/rpmatch.m4: Likewise.
18719         * m4/save-cwd.m4: Likewise.
18720         * m4/selinux-selinux-h.m4: Likewise.
18721         * m4/setenv.m4: Likewise.
18722         * m4/settime.m4: Likewise.
18723         * m4/sig2str.m4: Likewise.
18724         * m4/sig_atomic_t.m4: Likewise.
18725         * m4/signalblocking.m4: Likewise.
18726         * m4/signbit.m4: Likewise.
18727         * m4/sigpipe.m4: Likewise.
18728         * m4/sockets.m4: Likewise.
18729         * m4/sockpfaf.m4: Likewise.
18730         * m4/st_dm_mode.m4: Likewise.
18731         * m4/stat-time.m4: Likewise.
18732         * m4/stdbool.m4: Likewise.
18733         * m4/stdint.m4: Likewise.
18734         * m4/stdint_h.m4: Likewise.
18735         * m4/stpcpy.m4: Likewise.
18736         * m4/stpncpy.m4: Likewise.
18737         * m4/strcase.m4: Likewise.
18738         * m4/strchrnul.m4: Likewise.
18739         * m4/strcspn.m4: Likewise.
18740         * m4/strdup.m4: Likewise.
18741         * m4/strftime.m4: Likewise.
18742         * m4/strndup.m4: Likewise.
18743         * m4/strnlen.m4: Likewise.
18744         * m4/strpbrk.m4: Likewise.
18745         * m4/strptime.m4: Likewise.
18746         * m4/strsep.m4: Likewise.
18747         * m4/strtod.m4: Likewise.
18748         * m4/strtoimax.m4: Likewise.
18749         * m4/strtok_r.m4: Likewise.
18750         * m4/strtol.m4: Likewise.
18751         * m4/strtoll.m4: Likewise.
18752         * m4/strtoul.m4: Likewise.
18753         * m4/strtoull.m4: Likewise.
18754         * m4/strtoumax.m4: Likewise.
18755         * m4/strverscmp.m4: Likewise.
18756         * m4/threadlib.m4: Likewise.
18757         * m4/timegm.m4: Likewise.
18758         * m4/tm_gmtoff.m4: Likewise.
18759         * m4/tmpdir.m4: Likewise.
18760         * m4/tmpfile.m4: Likewise.
18761         * m4/tzset.m4: Likewise.
18762         * m4/uintmax_t.m4: Likewise.
18763         * m4/unlinkdir.m4: Likewise.
18764         * m4/unlocked-io.m4: Likewise.
18765         * m4/uptime.m4: Likewise.
18766         * m4/userspec.m4: Likewise.
18767         * m4/utimbuf.m4: Likewise.
18768         * m4/utime.m4: Likewise.
18769         * m4/utimes-null.m4: Likewise.
18770         * m4/utimes.m4: Likewise.
18771         * m4/vararrays.m4: Likewise.
18772         * m4/vasnprintf.m4: Likewise.
18773         * m4/vfprintf-posix.m4: Likewise.
18774         * m4/vprintf-posix.m4: Likewise.
18775         * m4/wait-process.m4: Likewise.
18776         * m4/wchar_t.m4: Likewise.
18777         * m4/wint_t.m4: Likewise.
18778         * m4/write-any-file.m4: Likewise.
18779         * m4/yield.m4: Likewise.
18780
18781 2009-01-13  Bruno Haible  <bruno@clisp.org>
18782
18783         Avoid test-copy-file.sh failures when ACL support insufficient.
18784         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18785         TESTS_ENVIRONMENT.
18786         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18787         Reported by Jim Meyering.
18788
18789 2009-01-13  Bruno Haible  <bruno@clisp.org>
18790
18791         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18792         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18793         * modules/unistdio/u8-printf-parse (Files): Likewise.
18794         * modules/unistdio/u32-printf-parse (Files): Likewise.
18795         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18796
18797 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18798
18799         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18800         and m4/inttypes_h.m4 too.
18801
18802 2009-01-12  Eric Blake  <ebb9@byu.net>
18803
18804         tests: IRIX 6.2 cc can't compile -0.0 into .data
18805         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18806         rather than at compile-time.
18807         * tests/test-floorl.c (minus_zero): Likewise.
18808         * tests/test-frexpl.c (minus_zero): Likewise.
18809         * tests/test-isnan.c (minus_zerol): Likewise.
18810         * tests/test-isnanl.h (minus_zero): Likewise.
18811         * tests/test-ldexpl.c (minus_zero): Likewise.
18812         * tests/test-roundl.c (minus_zero): Likewise.
18813         * tests/test-signbit.c (minus_zerol): Likewise.
18814         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18815         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18816         * tests/test-truncl.c (minus_zero): Likewise.
18817         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18818         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18819         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18820
18821 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18822
18823         regex: fix glibc bug 9697
18824         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18825         handling.
18826
18827 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18828
18829         regex: fix glibc bug 697
18830         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18831         being NULL also if there are no backreferences.
18832
18833 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18834
18835         regex: merge glibc changes
18836         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18837         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18838         re_string_skip_chars, re_string_reconstruct): Likewise.
18839         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18840
18841 2009-01-07  Jim Meyering  <meyering@redhat.com>
18842
18843         poll: filter through cppi
18844         * lib/poll.c: Indent cpp directives to reflect nesting.
18845
18846 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18847
18848         poll: don't return uninitialized
18849         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18850
18851 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18852
18853         avoid compile failure on AIX 6.1
18854         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18855         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18856
18857 2009-01-04  Jim Meyering  <meyering@redhat.com>
18858
18859         remove duplicate inclusion of <stdio.h>
18860         * tests/test-fprintf-posix.c: Likewise.
18861         * tests/test-printf-posix.c: Likewise.
18862         * tests/test-snprintf-posix.c: Likewise.
18863         * tests/test-sprintf-posix.c: Likewise.
18864         * tests/test-vasprintf-posix.c: Likewise.
18865         * tests/test-vfprintf-posix.c: Likewise.
18866         * tests/test-vprintf-posix.c: Likewise.
18867         * tests/test-vsnprintf-posix.c: Likewise.
18868         * tests/test-vsprintf-posix.c: Likewise.
18869
18870 2009-01-03  Jim Meyering  <meyering@redhat.com>
18871
18872         gnulib-tool: fix sed-based filtering
18873         * gnulib-tool (func_filter_filelist): Remove extra backslash
18874         in sed_fff_filter definition.
18875
18876 2009-01-02  Jim Meyering  <meyering@redhat.com>
18877
18878         strftime: avoid compilation failure on Solaris 2.6
18879         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18880         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18881         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18882         be available.  Reported by Tom G. Christensen.  Details in
18883         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18884
18885 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18886             Bruno Haible  <bruno@clisp.org>
18887
18888         Speed up gnulib-tool by doing more string processing through shell
18889         built-ins.
18890         * gnulib-tool (fast_func_append): New variable.
18891         (func_remove_prefix, func_remove_suffix): New functions.
18892         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18893         (func_filter_filelist): New function.
18894         (func_get_dependencies): Use func_remove_suffix instead of sed.
18895         (func_get_automake_snippet): Use func_filter_filelist instead of a
18896         subshell and sed invocation.
18897
18898 2009-01-01  Bruno Haible  <bruno@clisp.org>
18899
18900         Fix a security bug.
18901         * gnulib-tool (func_import, import, update): Don't allow the characters
18902         '"', '$', '`', '\' in macro arguments that become part of commands that
18903         are evaluated.
18904
18905 2009-01-01  Bruno Haible  <bruno@clisp.org>
18906
18907         * gnulib-tool (func_reset_sigpipe): Add more comments.
18908
18909 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18910
18911         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18912         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18913         already know the answer.
18914
18915 2009-01-01  Jim Meyering  <meyering@redhat.com>
18916
18917         * lib/version-etc.c (version_etc_va): Update copyright year.
18918
18919 2008-12-30  Bruno Haible  <bruno@clisp.org>
18920
18921         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18922         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18923         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18924
18925 2008-12-29  Eric Blake  <ebb9@byu.net>
18926
18927         multiarch: avoid autoconf AC_REQUIRE bug
18928         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18929         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18930         2.63 and older.
18931         Reported by Bruno Haible, and analyzed in
18932         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18933
18934 2008-12-29  Bruno Haible  <bruno@clisp.org>
18935
18936         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18937         files in subdirectories correctly.
18938         Reported by Ralf Wildenhues.
18939
18940 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18941
18942         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18943         rather than 'join FILE -', for Solaris join.
18944
18945 2008-12-29  Bruno Haible  <bruno@clisp.org>
18946
18947         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18948         quoting.
18949         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18950         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18951         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18952         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18953         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18954         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18955         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18956         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18957         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18958         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18959         * m4/nls.m4 (AM_NLS): Likewise.
18960         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18961         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18962         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18963         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18964         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18965         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18966         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18967         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18968         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18969         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18970         * m4/xsize.m4 (gl_XSIZE): Likewise.
18971         Suggested by Jim Meyering.
18972
18973 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18974
18975         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18976         * lib/parse-duration.c: use a switch instead of cascading if's.
18977
18978 2008-12-29  Eric Blake  <ebb9@byu.net>
18979
18980         wchar.h: supply WEOF on Irix 5.3
18981         * lib/wchar.in.h (wint_t): Also supply WEOF.
18982         * lib/wctype.in.h (wint_t): Likewise.
18983         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18984         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18985         Reported by Tom G. Christensen.
18986
18987 2008-12-26  Bruno Haible  <bruno@clisp.org>
18988
18989         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18990         i486, i586, i686.
18991
18992 2008-12-26  Bruno Haible  <bruno@clisp.org>
18993
18994         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18995
18996 2008-12-26  Bruno Haible  <bruno@clisp.org>
18997
18998         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18999         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
19000         not __STDC_CONSTANT_MACROS.
19001         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19002
19003 2008-12-25  Bruno Haible  <bruno@clisp.org>
19004
19005         Add support for universal builds to vasnprintf.
19006         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
19007         universal builds, guess no.
19008         * modules/vasnprintf-posix (Depends-on): Add multiarch.
19009         * modules/vasprintf-posix (Depends-on): Likewise.
19010         * modules/fprintf-posix (Depends-on): Likewise.
19011         * modules/vfprintf-posix (Depends-on): Likewise.
19012         * modules/snprintf-posix (Depends-on): Likewise.
19013         * modules/vsnprintf-posix (Depends-on): Likewise.
19014         * modules/sprintf-posix (Depends-on): Likewise.
19015         * modules/vsprintf-posix (Depends-on): Likewise.
19016         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19017         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19018         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19019         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19020         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19021         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19022         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19023
19024         Add support for universal builds to <inttypes.h>.
19025         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
19026         _SCNu64_PREFIX): In Apple
19027         universal builds, define directly, using _LP64.
19028         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
19029         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
19030         * modules/inttypes (Depends-on): Add multiarch.
19031         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19032
19033         Add support for universal builds to <stdint.h>.
19034         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
19035         universal builds, define directly, using _LP64.
19036         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
19037         Apple universal builds, don't test for the size and suffix of ptrdiff_t
19038         and size_t.
19039         * modules/stdint (Depends-on): Add multiarch.
19040         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19041
19042         New module 'multiarch'.
19043         * modules/multiarch: New file.
19044         * m4/multiarch.m4: New file.
19045
19046 2008-12-25  Bruno Haible  <bruno@clisp.org>
19047
19048         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19049
19050 2008-12-25  Bruno Haible  <bruno@clisp.org>
19051
19052         * modules/btowc (License): Relicense under LGPLv2+.
19053         * modules/mbsinit (License): Likewise.
19054         * modules/mbrtowc (License): Likewise.
19055         * modules/wcrtomb (License): Likewise.
19056         * modules/streq (License): Likewise.
19057         Reported by David Lutterkort <lutter@redhat.com>.
19058
19059 2008-12-23  Bruno Haible  <bruno@clisp.org>
19060
19061         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19062
19063 2008-12-23  Bruno Haible  <bruno@clisp.org>
19064
19065         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19066         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19067         GETADDRINFO_LIB, not in LIBS.
19068         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19069         * modules/canon-host (Link): Likewise.
19070         * NEWS: Mention the change.
19071         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19072         GETADDRINFO_LIB.
19073
19074 2008-12-22  Bruno Haible  <bruno@clisp.org>
19075
19076         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19077         * doc/posix-functions/iswalpha_l.texi: Likewise.
19078         * doc/posix-functions/iswblank_l.texi: Likewise.
19079         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19080         * doc/posix-functions/iswctype_l.texi: Likewise.
19081         * doc/posix-functions/iswdigit_l.texi: Likewise.
19082         * doc/posix-functions/iswgraph_l.texi: Likewise.
19083         * doc/posix-functions/iswlower_l.texi: Likewise.
19084         * doc/posix-functions/iswprint_l.texi: Likewise.
19085         * doc/posix-functions/iswpunct_l.texi: Likewise.
19086         * doc/posix-functions/iswspace_l.texi: Likewise.
19087         * doc/posix-functions/iswupper_l.texi: Likewise.
19088         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19089         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19090         * doc/posix-functions/open_wmemstream.texi: Likewise.
19091         * doc/posix-functions/swscanf.texi: Likewise.
19092         * doc/posix-functions/towctrans_l.texi: Likewise.
19093         * doc/posix-functions/towlower.texi: Likewise.
19094         * doc/posix-functions/towlower_l.texi: Likewise.
19095         * doc/posix-functions/towupper.texi: Likewise.
19096         * doc/posix-functions/towupper_l.texi: Likewise.
19097         * doc/posix-functions/vfwprintf.texi: Likewise.
19098         * doc/posix-functions/vfwscanf.texi: Likewise.
19099         * doc/posix-functions/vswscanf.texi: Likewise.
19100         * doc/posix-functions/vwprintf.texi: Likewise.
19101         * doc/posix-functions/vwscanf.texi: Likewise.
19102         * doc/posix-functions/wcpcpy.texi: Likewise.
19103         * doc/posix-functions/wcpncpy.texi: Likewise.
19104         * doc/posix-functions/wcscasecmp.texi: Likewise.
19105         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19106         * doc/posix-functions/wcscoll_l.texi: Likewise.
19107         * doc/posix-functions/wcsdup.texi: Likewise.
19108         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19109         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19110         * doc/posix-functions/wcsnlen.texi: Likewise.
19111         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19112         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19113         * doc/posix-functions/wctrans_l.texi: Likewise.
19114         * doc/posix-functions/wctype_l.texi: Likewise.
19115         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19116         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19117         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19118         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19119         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19120         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19121         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19122         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19123         * doc/glibc-functions/wcschrnul.texi: Likewise.
19124         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19125         * doc/glibc-functions/wcstod_l.texi: Likewise.
19126         * doc/glibc-functions/wcstof_l.texi: Likewise.
19127         * doc/glibc-functions/wcstol_l.texi: Likewise.
19128         * doc/glibc-functions/wcstold_l.texi: Likewise.
19129         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19130         * doc/glibc-functions/wcstoq.texi: Likewise.
19131         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19132         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19133         * doc/glibc-functions/wcstouq.texi: Likewise.
19134         * doc/glibc-functions/wmempcpy.texi: Likewise.
19135
19136 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19137             Eric Blake  <ebb9@byu.net>
19138             Paolo Bonzini  <bonzini@gnu.org>
19139             Bruno Haible  <bruno@clisp.org>
19140
19141         Make c-stack work on Haiku.
19142         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19143         (c_stack_action): Use SA_ONSTACK flag.
19144
19145 2008-12-22  Bruno Haible  <bruno@clisp.org>
19146
19147         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19148
19149 2008-12-22  Bruno Haible  <bruno@clisp.org>
19150
19151         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19152         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19153         being overridden.
19154         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19155         New macros.
19156         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19157         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19158         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19159         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19160
19161 2008-12-22  Bruno Haible  <bruno@clisp.org>
19162
19163         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19164         from test code.
19165
19166 2008-12-22  Eric Blake  <ebb9@byu.net>
19167
19168         Avoid gcc warnings on cygwin.
19169         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19170         Avoid unused variable.
19171         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19172         Likewise.
19173
19174 2008-12-22  Bruno Haible  <bruno@clisp.org>
19175
19176         Remove HAVE_MBRTOWC conditionals.
19177         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19178         (mbscasecmp): Assume mbrtowc function.
19179         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19180         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19181         * lib/mbschr.c: Include mbuiter.h unconditionally.
19182         (mbschr): Assume mbrtowc function.
19183         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19184         (mbscspn): Assume mbrtowc function.
19185         * lib/mbslen.c: Include mbuiter.h unconditionally.
19186         (mbslen): Assume mbrtowc function.
19187         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19188         (mbsncasecmp): Assume mbrtowc function.
19189         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19190         (mbsnlen): Assume mbrtowc function.
19191         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19192         (mbspbrk): Assume mbrtowc function.
19193         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19194         (mbspcasecmp): Assume mbrtowc function.
19195         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19196         (mbsrchr): Assume mbrtowc function.
19197         * lib/mbssep.c: Include mbuiter.h unconditionally.
19198         (mbssep): Assume mbrtowc function.
19199         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19200         (mbsspn): Assume mbrtowc function.
19201         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19202         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19203         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19204         (mbstok_r): Assume mbrtowc function.
19205         * lib/propername.c: Include mbuiter.h unconditionally.
19206         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19207         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19208         (trim2): Assume mbrtowc function.
19209         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19210         (mbsnwidth): Assume mbrtowc function.
19211         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19212         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19213         fallback definitions.
19214         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19215
19216 2008-12-22  Bruno Haible  <bruno@clisp.org>
19217
19218         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19219
19220 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19221
19222         * modules/regex: Request emulations for the mb*/wc* functions we need.
19223         * m4/regex.m4: Don't look for those functions here.
19224         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19225
19226 2008-12-22  Bruno Haible  <bruno@clisp.org>
19227
19228         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19229
19230 2008-12-21  Bruno Haible  <bruno@clisp.org>
19231
19232         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19233         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19234         (Include): Remove conditionalization.
19235         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19236         (Include): Remove conditionalization.
19237         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19238         (Include): Remove conditionalization.
19239         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19240         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19241         * NEWS: Mention the change.
19242         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19243         via Sergey Poznyakoff <gray@gnu.org.ua>.
19244
19245 2008-12-21  Bruno Haible  <bruno@clisp.org>
19246
19247         * MODULES.html.sh (Extended multibyte and wide character utilities
19248         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19249         wcrtomb, wcsrtombs.
19250         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19251         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19252         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19253         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19254
19255 2008-12-21  Bruno Haible  <bruno@clisp.org>
19256
19257         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19258
19259 2008-12-21  Bruno Haible  <bruno@clisp.org>
19260
19261         * modules/wcsnrtombs-tests: New file.
19262         * tests/test-wcsnrtombs1.sh: New file.
19263         * tests/test-wcsnrtombs2.sh: New file.
19264         * tests/test-wcsnrtombs3.sh: New file.
19265         * tests/test-wcsnrtombs4.sh: New file.
19266         * tests/test-wcsnrtombs.c: New file.
19267
19268         New module 'wcsnrtombs'.
19269         * lib/wchar.in.h (wcsnrtombs): New declaration.
19270         * lib/wcsnrtombs.c: New file.
19271         * lib/wcsrtombs-state.c: New file.
19272         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19273         (internal_state): Remove variable.
19274         * m4/wcsnrtombs.m4: New file.
19275         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19276         compilation units.
19277         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19278         HAVE_WCSNRTOMBS.
19279         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19280         HAVE_WCSNRTOMBS.
19281         * modules/wcsnrtombs: New file.
19282         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19283         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19284
19285 2008-12-21  Bruno Haible  <bruno@clisp.org>
19286
19287         * modules/wcsrtombs-tests: New file.
19288         * tests/test-wcsrtombs1.sh: New file.
19289         * tests/test-wcsrtombs2.sh: New file.
19290         * tests/test-wcsrtombs3.sh: New file.
19291         * tests/test-wcsrtombs4.sh: New file.
19292         * tests/test-wcsrtombs.c: New file.
19293
19294         New module 'wcsrtombs'.
19295         * lib/wchar.in.h (wcsrtombs): New declaration.
19296         * lib/wcsrtombs.c: New file.
19297         * m4/wcsrtombs.m4: New file.
19298         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19299         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19300         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19301         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19302         * modules/wcsrtombs: New file.
19303         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19304         bugs.
19305
19306 2008-12-21  Bruno Haible  <bruno@clisp.org>
19307
19308         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19309         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19310         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19311         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19312         if not correct.
19313         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19314         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19315         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19316         m4/locale-zh.m4, m4/codeset.m4.
19317         * doc/posix-functions/wcrtomb.texi: Document the bug.
19318
19319 2008-12-21  Bruno Haible  <bruno@clisp.org>
19320
19321         Work around a btowc() bug on IRIX 6.5.
19322         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19323         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19324         REPLACE_WTOBC if not.
19325         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19326         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19327         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19328
19329 2008-12-21  Bruno Haible  <bruno@clisp.org>
19330
19331         * modules/wcrtomb-tests: New file.
19332         * tests/test-wcrtomb.sh: New file.
19333         * tests/test-wcrtomb.c: New file.
19334
19335         New module 'wcrtomb'.
19336         * lib/wchar.in.h (wcrtomb): New declaration.
19337         * lib/wcrtomb.c: New file.
19338         * m4/wcrtomb.m4: New file.
19339         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19340         HAVE_WCRTOMB.
19341         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19342         HAVE_WCRTOMB.
19343         * modules/wcrtomb: New file.
19344         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19345
19346 2008-12-21  Bruno Haible  <bruno@clisp.org>
19347
19348         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19349         * modules/mbsrtowcs (Files): Likewise.
19350         * modules/wctob (Files): Likewise.
19351         * modules/c-strcase-tests (Files): Likewise.
19352         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19353         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19354         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19355         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19356         * modules/vasnprintf-posix-tests (Files): Likewise.
19357
19358 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19359
19360         gitlog-to-changelog: pass all command-line arguments to git-log
19361         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19362         it is sometimes convenient to filter the commits in various ways.
19363         gitlog-to-changelog only allows --since to specify a start date,
19364         but git-log itself supports many other filtering mechanisms.
19365         At the moment, I want to filter by branch name.  Rather than
19366         adding a --branch option to gitlog-to-changelog, it seems more
19367         flexible to simply pass all options directly to git-log and let
19368         git do the work.  Notice that this effectively makes --since a
19369         redundant option for gitlog-to-changelog, but removing it would
19370         require current usage to change since calls would then require
19371         an additional '--'.
19372
19373 2008-12-21  Bruno Haible  <bruno@clisp.org>
19374
19375         * modules/mbsnrtowcs-tests: New file.
19376         * tests/test-mbsnrtowcs1.sh: New file.
19377         * tests/test-mbsnrtowcs2.sh: New file.
19378         * tests/test-mbsnrtowcs3.sh: New file.
19379         * tests/test-mbsnrtowcs4.sh: New file.
19380         * tests/test-mbsnrtowcs.c: New file.
19381
19382         New module 'mbsnrtowcs'.
19383         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19384         * lib/mbsnrtowcs.c: New file.
19385         * lib/mbsrtowcs-state.c: New file.
19386         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19387         (internal_state): Remove variable.
19388         * m4/mbsnrtowcs.m4: New file.
19389         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19390         compilation units.
19391         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19392         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19393         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19394         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19395         * modules/mbsnrtowcs: New file.
19396         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19397         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19398         portability problem.
19399
19400 2008-12-21  Bruno Haible  <bruno@clisp.org>
19401
19402         Work around mbsrtowcs bug.
19403         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19404         (gl_FUNC_MBSRTOWCS): Invoke it.
19405         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19406         m4/locale-zh.m4.
19407         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19408
19409 2008-12-21  Bruno Haible  <bruno@clisp.org>
19410
19411         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19412
19413 2008-12-21  Bruno Haible  <bruno@clisp.org>
19414
19415         Update doc for AIX.
19416         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19417         16-bit wchar_t type.
19418         * doc/posix-functions/btowc.texi: Likewise.
19419         * doc/posix-functions/fgetwc.texi: Likewise.
19420         * doc/posix-functions/fgetws.texi: Likewise.
19421         * doc/posix-functions/fputwc.texi: Likewise.
19422         * doc/posix-functions/fputws.texi: Likewise.
19423         * doc/posix-functions/fwide.texi: Likewise.
19424         * doc/posix-functions/fwprintf.texi: Likewise.
19425         * doc/posix-functions/fwscanf.texi: Likewise.
19426         * doc/posix-functions/getwchar.texi: Likewise.
19427         * doc/posix-functions/getwc.texi: Likewise.
19428         * doc/posix-functions/iswalnum.texi: Likewise.
19429         * doc/posix-functions/iswalpha.texi: Likewise.
19430         * doc/posix-functions/iswblank.texi: Likewise.
19431         * doc/posix-functions/iswcntrl.texi: Likewise.
19432         * doc/posix-functions/iswctype.texi: Likewise.
19433         * doc/posix-functions/iswdigit.texi: Likewise.
19434         * doc/posix-functions/iswgraph.texi: Likewise.
19435         * doc/posix-functions/iswlower.texi: Likewise.
19436         * doc/posix-functions/iswprint.texi: Likewise.
19437         * doc/posix-functions/iswpunct.texi: Likewise.
19438         * doc/posix-functions/iswspace.texi: Likewise.
19439         * doc/posix-functions/iswupper.texi: Likewise.
19440         * doc/posix-functions/iswxdigit.texi: Likewise.
19441         * doc/posix-functions/mbrtowc.texi: Likewise.
19442         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19443         * doc/posix-functions/mbstowcs.texi: Likewise.
19444         * doc/posix-functions/mbtowc.texi: Likewise.
19445         * doc/posix-functions/putwchar.texi: Likewise.
19446         * doc/posix-functions/putwc.texi: Likewise.
19447         * doc/posix-functions/swprintf.texi: Likewise.
19448         * doc/posix-functions/tolower.texi: Likewise.
19449         * doc/posix-functions/toupper.texi: Likewise.
19450         * doc/posix-functions/towctrans.texi: Likewise.
19451         * doc/posix-functions/ungetwc.texi: Likewise.
19452         * doc/posix-functions/vswprintf.texi: Likewise.
19453         * doc/posix-functions/wcrtomb.texi: Likewise.
19454         * doc/posix-functions/wcscat.texi: Likewise.
19455         * doc/posix-functions/wcschr.texi: Likewise.
19456         * doc/posix-functions/wcscmp.texi: Likewise.
19457         * doc/posix-functions/wcscoll.texi: Likewise.
19458         * doc/posix-functions/wcscpy.texi: Likewise.
19459         * doc/posix-functions/wcscspn.texi: Likewise.
19460         * doc/posix-functions/wcsftime.texi: Likewise.
19461         * doc/posix-functions/wcslen.texi: Likewise.
19462         * doc/posix-functions/wcsncat.texi: Likewise.
19463         * doc/posix-functions/wcsncmp.texi: Likewise.
19464         * doc/posix-functions/wcsncpy.texi: Likewise.
19465         * doc/posix-functions/wcspbrk.texi: Likewise.
19466         * doc/posix-functions/wcsrchr.texi: Likewise.
19467         * doc/posix-functions/wcsrtombs.texi: Likewise.
19468         * doc/posix-functions/wcsspn.texi: Likewise.
19469         * doc/posix-functions/wcsstr.texi: Likewise.
19470         * doc/posix-functions/wcstod.texi: Likewise.
19471         * doc/posix-functions/wcstof.texi: Likewise.
19472         * doc/posix-functions/wcstoimax.texi: Likewise.
19473         * doc/posix-functions/wcstok.texi: Likewise.
19474         * doc/posix-functions/wcstold.texi: Likewise.
19475         * doc/posix-functions/wcstoll.texi: Likewise.
19476         * doc/posix-functions/wcstol.texi: Likewise.
19477         * doc/posix-functions/wcstombs.texi: Likewise.
19478         * doc/posix-functions/wcstoull.texi: Likewise.
19479         * doc/posix-functions/wcstoul.texi: Likewise.
19480         * doc/posix-functions/wcstoumax.texi: Likewise.
19481         * doc/posix-functions/wcswidth.texi: Likewise.
19482         * doc/posix-functions/wcsxfrm.texi: Likewise.
19483         * doc/posix-functions/wctob.texi: Likewise.
19484         * doc/posix-functions/wctomb.texi: Likewise.
19485         * doc/posix-functions/wctrans.texi: Likewise.
19486         * doc/posix-functions/wctype.texi: Likewise.
19487         * doc/posix-functions/wcwidth.texi: Likewise.
19488         * doc/posix-functions/wmemchr.texi: Likewise.
19489         * doc/posix-functions/wmemcmp.texi: Likewise.
19490         * doc/posix-functions/wmemcpy.texi: Likewise.
19491         * doc/posix-functions/wmemmove.texi: Likewise.
19492         * doc/posix-functions/wmemset.texi: Likewise.
19493         * doc/posix-functions/wprintf.texi: Likewise.
19494         * doc/posix-functions/wscanf.texi: Likewise.
19495
19496 2008-12-21  Bruno Haible  <bruno@clisp.org>
19497
19498         Update doc for HP-UX 11.11.
19499         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19500         in HP-UX version 11.00, not in all versions of HP-UX 11.
19501         * doc/posix-functions/fwide.texi: Likewise.
19502         * doc/posix-functions/fwprintf.texi: Likewise.
19503         * doc/posix-functions/fwscanf.texi: Likewise.
19504         * doc/posix-functions/inet_ntop.texi: Likewise.
19505         * doc/posix-functions/inet_pton.texi: Likewise.
19506         * doc/posix-functions/mbrlen.texi: Likewise.
19507         * doc/posix-functions/mbrtowc.texi: Likewise.
19508         * doc/posix-functions/mbsinit.texi: Likewise.
19509         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19510         * doc/posix-functions/swprintf.texi: Likewise.
19511         * doc/posix-functions/swscanf.texi: Likewise.
19512         * doc/posix-functions/towctrans.texi: Likewise.
19513         * doc/posix-functions/vfwprintf.texi: Likewise.
19514         * doc/posix-functions/vswprintf.texi: Likewise.
19515         * doc/posix-functions/vwprintf.texi: Likewise.
19516         * doc/posix-functions/wcrtomb.texi: Likewise.
19517         * doc/posix-functions/wcsrtombs.texi: Likewise.
19518         * doc/posix-functions/wcsstr.texi: Likewise.
19519         * doc/posix-functions/wctob.texi: Likewise.
19520         * doc/posix-functions/wctrans.texi: Likewise.
19521         * doc/posix-functions/wmemchr.texi: Likewise.
19522         * doc/posix-functions/wmemcmp.texi: Likewise.
19523         * doc/posix-functions/wmemcpy.texi: Likewise.
19524         * doc/posix-functions/wmemmove.texi: Likewise.
19525         * doc/posix-functions/wmemset.texi: Likewise.
19526         * doc/posix-functions/wprintf.texi: Likewise.
19527         * doc/posix-functions/wscanf.texi: Likewise.
19528
19529 2008-12-21  Bruno Haible  <bruno@clisp.org>
19530
19531         Work around a portability problem.
19532         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19533         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19534
19535 2008-12-20  Bruno Haible  <bruno@clisp.org>
19536
19537         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19538         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19539         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19540         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19541         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19542
19543         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19544         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19545         set.
19546         (GNULIB_defined_mbstate_t): New macro.
19547         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19548         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19549         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19550         reuses the system's mbrtowc function but works around the bugs.
19551         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19552         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19553         macros.
19554         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19555         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19556         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19557         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19558         REPLACE_MBSINIT if mbsinit needs to be overridden.
19559         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19560         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19561         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19562         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19563         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19564         m4/locale-zh.m4.
19565         (Depends): Add mbsinit.
19566         * modules/mbsinit (Depends): Add mbrtowc.
19567         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19568
19569 2008-12-20  Bruno Haible  <bruno@clisp.org>
19570
19571         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19572         so that there are no conversion errors on AIX.
19573         * tests/test-mbsrtowcs.c (main): LIkewise.
19574
19575 2008-12-20  Bruno Haible  <bruno@clisp.org>
19576
19577         Work around wctob bug on Solaris <= 9.
19578         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19579         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19580         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19581         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19582         * modules/wctob (Files): Add m4/locale-fr.m4.
19583         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19584
19585 2008-12-20  Bruno Haible  <bruno@clisp.org>
19586
19587         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19588         /dev/null.
19589         * tests/test-select-in.sh: Likewise.
19590         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19591
19592 2008-12-20  Bruno Haible  <bruno@clisp.org>
19593
19594         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19595         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19596         Cygwin 1.5.x.
19597
19598 2008-12-20  Bruno Haible  <bruno@clisp.org>
19599
19600         Ensure mbstate_t is defined on HP-UX 11.11.
19601         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19602         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19603         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19604         AC_USE_SYSTEM_EXTENSIONS.
19605         * modules/fnmatch (Depends-on): Add extensions.
19606         * modules/mbrlen (Depends-on): Likewise.
19607         * modules/mbrtowc (Depends-on): Likewise.
19608         * modules/mbsinit (Depends-on): Likewise.
19609         * modules/mbsrtowcs (Depends-on): Likewise.
19610         * modules/mbswidth (Depends-on): Likewise.
19611         * modules/quotearg (Depends-on): Likewise.
19612         * modules/strftime (Depends-on): Likewise.
19613
19614 2008-12-20  Bruno Haible  <bruno@clisp.org>
19615
19616         Ensure wctob is declared on IRIX 6.5.
19617         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19618         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19619         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19620         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19621         of HAVE_WCTOB.
19622         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19623         HAVE_WCTOB.
19624         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19625
19626 2008-12-19  Bruno Haible  <bruno@clisp.org>
19627
19628         * modules/mbsrtowcs-tests: New file.
19629         * tests/test-mbsrtowcs1.sh: New file.
19630         * tests/test-mbsrtowcs2.sh: New file.
19631         * tests/test-mbsrtowcs3.sh: New file.
19632         * tests/test-mbsrtowcs4.sh: New file.
19633         * tests/test-mbsrtowcs.c: New file.
19634
19635         New module 'mbsrtowcs'.
19636         * lib/wchar.in.h (mbsrtowcs): New declaration.
19637         * lib/mbsrtowcs.c: New file.
19638         * m4/mbsrtowcs.m4: New file.
19639         * modules/mbsrtowcs: New file.
19640         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19641         HAVE_MBSRTOWCS.
19642         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19643         HAVE_MBSRTOWCS.
19644         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19645
19646 2008-12-19  Bruno Haible  <bruno@clisp.org>
19647
19648         New module 'mbrlen'.
19649         * lib/wchar.in.h (mbrlen): New declaration.
19650         * lib/mbrlen.c: New file.
19651         * m4/mbrlen.m4: New file.
19652         * modules/mbrlen: New file.
19653         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19654         HAVE_MBRLEN.
19655         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19656         HAVE_MBRLEN.
19657         * doc/posix-functions/mbrlen.texi: Document the new module.
19658
19659 2008-12-19  Bruno Haible  <bruno@clisp.org>
19660
19661         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19662         * modules/mbrtowc (Depends-on): Add verify.
19663         Suggested by Paul Eggert.
19664
19665 2008-12-18  Bruno Haible  <bruno@clisp.org>
19666
19667         * modules/mbsinit-tests: New file.
19668         * tests/test-mbsinit.sh: New file.
19669         * tests/test-mbsinit.c: New file.
19670
19671 2008-12-18  Bruno Haible  <bruno@clisp.org>
19672
19673         * modules/mbrtowc-tests: New file.
19674         * tests/test-mbrtowc1.sh: New file.
19675         * tests/test-mbrtowc2.sh: New file.
19676         * tests/test-mbrtowc3.sh: New file.
19677         * tests/test-mbrtowc4.sh: New file.
19678         * tests/test-mbrtowc.c: New file.
19679
19680         New module 'mbrtowc'.
19681         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19682         mbsinit and mbrtowc.
19683         (mbrtowc): New declaration.
19684         * lib/mbrtowc.c: New file.
19685         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19686         * modules/mbrtowc: New file.
19687         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19688         HAVE_MBRTOWC.
19689         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19690         HAVE_MBRTOWC.
19691         * doc/posix-functions/mbrtowc.texi: Document the new module.
19692
19693 2008-12-18  Bruno Haible  <bruno@clisp.org>
19694
19695         New module 'wctob'.
19696         * lib/wchar.in.h (wctob): New declaration.
19697         * lib/wctob.c: New file.
19698         * m4/wctob.m4: New file.
19699         * modules/wctob: New file.
19700         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19701         HAVE_WCTOB.
19702         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19703         * doc/posix-functions/wctob.texi: Document the new module.
19704
19705 2008-12-18  Bruno Haible  <bruno@clisp.org>
19706
19707         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19708         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19709
19710 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19711
19712         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19713         G. Christensen" <tgc@jupiterrise.com>.
19714
19715         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19716         G. Christensen" <tgc@jupiterrise.com>.
19717
19718         * lib/flock.c: Need to include string.h.  Reported by "Tom
19719         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19720         <ebb9@byu.net>.
19721
19722 2008-12-18  Bruno Haible  <bruno@clisp.org>
19723
19724         * m4/locale-ja.m4: New file, from GNU gettext.
19725
19726 2008-12-17  Bruno Haible  <bruno@clisp.org>
19727
19728         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19729         Suggested by Eric Blake.
19730
19731 2008-12-17  Bruno Haible  <bruno@clisp.org>
19732
19733         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19734
19735 2008-12-17  Bruno Haible  <bruno@clisp.org>
19736
19737         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19738         * modules/mbsinit (Depends-on): Add verify.
19739         Suggested by Paul Eggert.
19740
19741 2008-12-17  Bruno Haible  <bruno@clisp.org>
19742
19743         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19744         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19745         gl_FUNC_MBRTOWC.
19746         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19747         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19748         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19749         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19750         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19751         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19752         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19753         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19754         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19755         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19756         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19757         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19758         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19759         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19760         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19761         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19762         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19763         * modules/trim (configure.ac): Likewise.
19764
19765 2008-12-17  Bruno Haible  <bruno@clisp.org>
19766
19767         * modules/btowc-tests: New file.
19768         * tests/test-btowc1.sh: New file.
19769         * tests/test-btowc2.sh: New file.
19770         * tests/test-btowc.c: New file.
19771
19772         New module 'btowc'.
19773         * lib/wchar.in.h (btowc): New declaration.
19774         * lib/btowc.c: New file.
19775         * m4/btowc.m4: New file.
19776         * modules/btowc: New file.
19777         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19778         HAVE_BTOWC.
19779         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19780         * doc/posix-functions/btowc.texi: Document the new module.
19781
19782 2008-12-17  Bruno Haible  <bruno@clisp.org>
19783
19784         New module 'mbsinit'.
19785         * lib/wchar.in.h (mbsinit): New declaration.
19786         * lib/mbsinit.c: New file.
19787         * m4/mbsinit.m4: New file.
19788         * modules/mbsinit: New file.
19789         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19790         HAVE_MBSINIT.
19791         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19792         HAVE_MBSINIT.
19793         * doc/posix-functions/mbsinit.texi: Document the new module.
19794
19795 2008-12-16  Bruno Haible  <bruno@clisp.org>
19796
19797         * lib/unistd.in.h: Add comment.
19798         * tests/test-environ.c: Don't include <stdlib.h>.
19799
19800 2008-12-16  Bruno Haible  <bruno@clisp.org>
19801
19802         * lib/parse-duration.h (parse_duration): Document return value
19803         convention.
19804         * lib/parse-duration.c: Include specification header first. Add
19805         comments.
19806         (_): Remove macro.
19807         (parse_year_month_day, parse_hour_minute_second): Move side effects
19808         outside of strchr call.
19809         (parse_non_iso8601): Move side effects outside of isspace call.
19810         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19811         call.
19812
19813 2008-12-16  Bruno Haible  <bruno@clisp.org>
19814
19815         * tests/test-parse-duration.sh: Produce no output when the test
19816         succeeds.
19817
19818 2008-12-16  Bruno Haible  <bruno@clisp.org>
19819
19820         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19821         expressions.
19822
19823 2008-12-15  Bruno Haible  <bruno@clisp.org>
19824
19825         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19826         * doc/glibc-functions/flistxattr.texi: Likewise.
19827         * doc/glibc-functions/fopencookie.texi: Likewise.
19828         * doc/glibc-functions/fremovexattr.texi: Likewise.
19829         * doc/glibc-functions/fsetxattr.texi: Likewise.
19830         * doc/glibc-functions/getxattr.texi: Likewise.
19831         * doc/glibc-functions/lgetxattr.texi: Likewise.
19832         * doc/glibc-functions/listxattr.texi: Likewise.
19833         * doc/glibc-functions/llistxattr.texi: Likewise.
19834         * doc/glibc-functions/lremovexattr.texi: Likewise.
19835         * doc/glibc-functions/lsetxattr.texi: Likewise.
19836         * doc/glibc-functions/removexattr.texi: Likewise.
19837         * doc/glibc-functions/setxattr.texi: Likewise.
19838         * doc/posix-functions/open_memstream.texi: Likewise.
19839
19840 2008-12-15  Eric Blake  <ebb9@byu.net>
19841
19842         Update doc for cygwin 1.7.
19843         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19844         functions.
19845         * doc/posix-functions/fchmodat.texi: Likewise.
19846         * doc/posix-functions/fchownat.texi: Likewise.
19847         * doc/posix-functions/fdopendir.texi: Likewise.
19848         * doc/posix-functions/fmemopen.texi: Likewise.
19849         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19850         * doc/posix-functions/fstatat.texi: Likewise.
19851         * doc/posix-functions/futimens.texi: Likewise.
19852         * doc/posix-functions/gai_strerror.texi: Likewise.
19853         * doc/posix-functions/getaddrinfo.texi: Likewise.
19854         * doc/posix-functions/getnameinfo.texi: Likewise.
19855         * doc/posix-functions/if_freenameindex.texi: Likewise.
19856         * doc/posix-functions/if_indextoname.texi: Likewise.
19857         * doc/posix-functions/if_nameindex.texi: Likewise.
19858         * doc/posix-functions/if_nametoindex.texi: Likewise.
19859         * doc/posix-functions/insque.texi: Likewise.
19860         * doc/posix-functions/linkat.texi: Likewise.
19861         * doc/posix-functions/llrint.texi: Likewise.
19862         * doc/posix-functions/llrintf.texi: Likewise.
19863         * doc/posix-functions/llrintl.texi: Likewise.
19864         * doc/posix-functions/lockf.texi: Likewise.
19865         * doc/posix-functions/lrintl.texi: Likewise.
19866         * doc/posix-functions/mkdirat.texi: Likewise.
19867         * doc/posix-functions/mkfifoat.texi: Likewise.
19868         * doc/posix-functions/mknodat.texi: Likewise.
19869         * doc/posix-functions/mq_close.texi: Likewise.
19870         * doc/posix-functions/mq_getattr.texi: Likewise.
19871         * doc/posix-functions/mq_notify.texi: Likewise.
19872         * doc/posix-functions/mq_open.texi: Likewise.
19873         * doc/posix-functions/mq_receive.texi: Likewise.
19874         * doc/posix-functions/mq_send.texi: Likewise.
19875         * doc/posix-functions/mq_setattr.texi: Likewise.
19876         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19877         * doc/posix-functions/mq_timedsend.texi: Likewise.
19878         * doc/posix-functions/mq_unlink.texi: Likewise.
19879         * doc/posix-functions/open_memstream.texi: Likewise.
19880         * doc/posix-functions/openat.texi: Likewise.
19881         * doc/posix-functions/posix_fadvise.texi: Likewise.
19882         * doc/posix-functions/posix_fallocate.texi: Likewise.
19883         * doc/posix-functions/posix_madvise.texi: Likewise.
19884         * doc/posix-functions/posix_memalign.texi: Likewise.
19885         * doc/posix-functions/posix_openpt.texi: Likewise.
19886         * doc/posix-functions/readlinkat.texi: Likewise.
19887         * doc/posix-functions/remque.texi: Likewise.
19888         * doc/posix-functions/renameat.texi: Likewise.
19889         * doc/posix-functions/rintl.texi: Likewise.
19890         * doc/posix-functions/sem_unlink.texi: Likewise.
19891         * doc/posix-functions/shm_open.texi: Likewise.
19892         * doc/posix-functions/shm_unlink.texi: Likewise.
19893         * doc/posix-functions/signgam.texi: Likewise.
19894         * doc/posix-functions/sigset.texi: Likewise.
19895         * doc/posix-functions/stpcpy.texi: Likewise.
19896         * doc/posix-functions/stpncpy.texi: Likewise.
19897         * doc/posix-functions/strerror.texi: Likewise.
19898         * doc/posix-functions/strtod.texi: Likewise.
19899         * doc/posix-functions/symlinkat.texi: Likewise.
19900         * doc/posix-functions/unlinkat.texi: Likewise.
19901         * doc/posix-functions/utimensat.texi: Likewise.
19902         * doc/glibc-functions/bindresvport.texi: Likewise.
19903         * doc/glibc-functions/dn_expand.texi: Likewise.
19904         * doc/glibc-functions/exp10.texi: Likewise.
19905         * doc/glibc-functions/exp10f.texi: Likewise.
19906         * doc/glibc-functions/fgetxattr.texi: Likewise.
19907         * doc/glibc-functions/flistxattr.texi: Likewise.
19908         * doc/glibc-functions/fopencookie.texi: Likewise.
19909         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19910         * doc/glibc-functions/fremovexattr.texi: Likewise.
19911         * doc/glibc-functions/fsetxattr.texi: Likewise.
19912         * doc/glibc-functions/getifaddrs.texi: Likewise.
19913         * doc/glibc-functions/getxattr.texi: Likewise.
19914         * doc/glibc-functions/lgetxattr.texi: Likewise.
19915         * doc/glibc-functions/listxattr.texi: Likewise.
19916         * doc/glibc-functions/llistxattr.texi: Likewise.
19917         * doc/glibc-functions/lremovexattr.texi: Likewise.
19918         * doc/glibc-functions/lsetxattr.texi: Likewise.
19919         * doc/glibc-functions/pow10.texi: Likewise.
19920         * doc/glibc-functions/pow10f.texi: Likewise.
19921         * doc/glibc-functions/rcmd_af.texi: Likewise.
19922         * doc/glibc-functions/removexattr.texi: Likewise.
19923         * doc/glibc-functions/res_init.texi: Likewise.
19924         * doc/glibc-functions/res_mkquery.texi: Likewise.
19925         * doc/glibc-functions/res_query.texi: Likewise.
19926         * doc/glibc-functions/res_querydomain.texi: Likewise.
19927         * doc/glibc-functions/res_send.texi: Likewise.
19928         * doc/glibc-functions/rresvport_af.texi: Likewise.
19929         * doc/glibc-functions/setxattr.texi: Likewise.
19930         * doc/glibc-functions/strcasestr.texi: Likewise.
19931
19932 2008-12-15  Bruno Haible  <bruno@clisp.org>
19933
19934         Fix compilation error on OSF/1 4.0.
19935         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19936         <sys/time.h>, simply delegate to the system header.
19937         Reported by Daniel Richard G. <oss@teragram.com>.
19938
19939 2008-12-15  Bruno Haible  <bruno@clisp.org>
19940
19941         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19942         * doc/posix-functions/fchmodat.texi: Likewise.
19943         * doc/posix-functions/fchownat.texi: Likewise.
19944         * doc/posix-functions/fdopendir.texi: Likewise.
19945         * doc/posix-functions/fstatat.texi: Likewise.
19946         * doc/posix-functions/mkdirat.texi: Likewise.
19947         * doc/posix-functions/unlinkat.texi: Likewise.
19948
19949 2008-12-14  Bruno Haible  <bruno@clisp.org>
19950
19951         Update doc for POSIX:2008.
19952         * doc/posix-functions/faccessat.texi: New file.
19953         * doc/posix-functions/fchmodat.texi: New file.
19954         * doc/posix-functions/fchownat.texi: New file.
19955         * doc/posix-functions/fdopendir.texi: New file.
19956         * doc/posix-functions/fstatat.texi: New file.
19957         * doc/posix-functions/futimens.texi: New file.
19958         * doc/posix-functions/linkat.texi: New file.
19959         * doc/posix-functions/mkdirat.texi: New file.
19960         * doc/posix-functions/mkfifoat.texi: New file.
19961         * doc/posix-functions/mknodat.texi: New file.
19962         * doc/posix-functions/open_wmemstream.texi: New file.
19963         * doc/posix-functions/openat.texi: New file.
19964         * doc/posix-functions/psiginfo.texi: New file.
19965         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19966         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19967         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19968         * doc/posix-functions/readlinkat.texi: New file.
19969         * doc/posix-functions/renameat.texi: New file.
19970         * doc/posix-functions/strerror_l.texi: New file.
19971         * doc/posix-functions/symlinkat.texi: New file.
19972         * doc/posix-functions/unlinkat.texi: New file.
19973         * doc/posix-functions/utimensat.texi: New file.
19974         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19975
19976 2008-12-14  Bruno Haible  <bruno@clisp.org>
19977
19978         Update doc for POSIX:2008.
19979         * doc/posix-functions/alphasort.texi: Renamed from
19980         doc/glibc-functions/alphasort.texi.
19981         * doc/posix-functions/dirfd.texi: Renamed from
19982         doc/glibc-functions/dirfd.texi.
19983         * doc/posix-functions/dprintf.texi: Renamed from
19984         doc/glibc-functions/dprintf.texi.
19985         * doc/posix-functions/duplocale.texi: Renamed from
19986         doc/glibc-functions/duplocale.texi.
19987         * doc/posix-functions/fexecve.texi: Renamed from
19988         doc/glibc-functions/fexecve.texi.
19989         * doc/posix-functions/fmemopen.texi: Renamed from
19990         doc/glibc-functions/fmemopen.texi.
19991         * doc/posix-functions/freelocale.texi: Renamed from
19992         doc/glibc-functions/freelocale.texi.
19993         * doc/posix-functions/getdate_err.texi: Renamed from
19994         doc/glibc-functions/getdate_err.texi.
19995         * doc/posix-functions/isalnum_l.texi: Renamed from
19996         doc/glibc-functions/isalnum_l.texi.
19997         * doc/posix-functions/isalpha_l.texi: Renamed from
19998         doc/glibc-functions/isalpha_l.texi.
19999         * doc/posix-functions/isblank_l.texi: Renamed from
20000         doc/glibc-functions/isblank_l.texi.
20001         * doc/posix-functions/iscntrl_l.texi: Renamed from
20002         doc/glibc-functions/iscntrl_l.texi.
20003         * doc/posix-functions/isdigit_l.texi: Renamed from
20004         doc/glibc-functions/isdigit_l.texi.
20005         * doc/posix-functions/isgraph_l.texi: Renamed from
20006         doc/glibc-functions/isgraph_l.texi.
20007         * doc/posix-functions/islower_l.texi: Renamed from
20008         doc/glibc-functions/islower_l.texi.
20009         * doc/posix-functions/isprint_l.texi: Renamed from
20010         doc/glibc-functions/isprint_l.texi.
20011         * doc/posix-functions/ispunct_l.texi: Renamed from
20012         doc/glibc-functions/ispunct_l.texi.
20013         * doc/posix-functions/isspace_l.texi: Renamed from
20014         doc/glibc-functions/isspace_l.texi.
20015         * doc/posix-functions/isupper_l.texi: Renamed from
20016         doc/glibc-functions/isupper_l.texi.
20017         * doc/posix-functions/iswalnum_l.texi: Renamed from
20018         doc/glibc-functions/iswalnum_l.texi.
20019         * doc/posix-functions/iswalpha_l.texi: Renamed from
20020         doc/glibc-functions/iswalpha_l.texi.
20021         * doc/posix-functions/iswblank_l.texi: Renamed from
20022         doc/glibc-functions/iswblank_l.texi.
20023         * doc/posix-functions/iswcntrl_l.texi: Renamed from
20024         doc/glibc-functions/iswcntrl_l.texi.
20025         * doc/posix-functions/iswctype_l.texi: Renamed from
20026         doc/glibc-functions/iswctype_l.texi.
20027         * doc/posix-functions/iswdigit_l.texi: Renamed from
20028         doc/glibc-functions/iswdigit_l.texi.
20029         * doc/posix-functions/iswgraph_l.texi: Renamed from
20030         doc/glibc-functions/iswgraph_l.texi.
20031         * doc/posix-functions/iswlower_l.texi: Renamed from
20032         doc/glibc-functions/iswlower_l.texi.
20033         * doc/posix-functions/iswprint_l.texi: Renamed from
20034         doc/glibc-functions/iswprint_l.texi.
20035         * doc/posix-functions/iswpunct_l.texi: Renamed from
20036         doc/glibc-functions/iswpunct_l.texi.
20037         * doc/posix-functions/iswspace_l.texi: Renamed from
20038         doc/glibc-functions/iswspace_l.texi.
20039         * doc/posix-functions/iswupper_l.texi: Renamed from
20040         doc/glibc-functions/iswupper_l.texi.
20041         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20042         doc/glibc-functions/iswxdigit_l.texi.
20043         * doc/posix-functions/isxdigit_l.texi: Renamed from
20044         doc/glibc-functions/isxdigit_l.texi.
20045         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20046         doc/glibc-functions/mbsnrtowcs.texi.
20047         * doc/posix-functions/mkdtemp.texi: Renamed from
20048         doc/glibc-functions/mkdtemp.texi.
20049         * doc/posix-functions/newlocale.texi: Renamed from
20050         doc/glibc-functions/newlocale.texi.
20051         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20052         doc/glibc-functions/nl_langinfo_l.texi.
20053         * doc/posix-functions/open_memstream.texi: Renamed from
20054         doc/glibc-functions/open_memstream.texi.
20055         * doc/posix-functions/opterr.texi: Renamed from
20056         doc/glibc-functions/opterr.texi.
20057         * doc/posix-functions/optind.texi: Renamed from
20058         doc/glibc-functions/optind.texi.
20059         * doc/posix-functions/optopt.texi: Renamed from
20060         doc/glibc-functions/optopt.texi.
20061         * doc/posix-functions/psignal.texi: Renamed from
20062         doc/glibc-functions/psignal.texi.
20063         * doc/posix-functions/scandir.texi: Renamed from
20064         doc/glibc-functions/scandir.texi.
20065         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20066         doc/glibc-functions/sched_get_priority_min.texi.
20067         * doc/posix-functions/signgam.texi: Renamed from
20068         doc/glibc-functions/signgam.texi.
20069         * doc/posix-functions/stpcpy.texi: Renamed from
20070         doc/glibc-functions/stpcpy.texi.
20071         * doc/posix-functions/stpncpy.texi: Renamed from
20072         doc/glibc-functions/stpncpy.texi.
20073         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20074         doc/glibc-functions/strcasecmp_l.texi.
20075         * doc/posix-functions/strcoll_l.texi: Renamed from
20076         doc/glibc-functions/strcoll_l.texi.
20077         * doc/posix-functions/strfmon_l.texi: Renamed from
20078         doc/glibc-functions/strfmon_l.texi.
20079         * doc/posix-functions/strftime_l.texi: Renamed from
20080         doc/glibc-functions/strftime_l.texi.
20081         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20082         doc/glibc-functions/strncasecmp_l.texi.
20083         * doc/posix-functions/strndup.texi: Renamed from
20084         doc/glibc-functions/strndup.texi.
20085         * doc/posix-functions/strnlen.texi: Renamed from
20086         doc/glibc-functions/strnlen.texi.
20087         * doc/posix-functions/strsignal.texi: Renamed from
20088         doc/glibc-functions/strsignal.texi.
20089         * doc/posix-functions/strxfrm_l.texi: Renamed from
20090         doc/glibc-functions/strxfrm_l.texi.
20091         * doc/posix-functions/timer_gettime.texi: Renamed from
20092         doc/glibc-functions/timer_gettime.texi.
20093         * doc/posix-functions/tolower_l.texi: Renamed from
20094         doc/glibc-functions/tolower_l.texi.
20095         * doc/posix-functions/toupper_l.texi: Renamed from
20096         doc/glibc-functions/toupper_l.texi.
20097         * doc/posix-functions/towctrans_l.texi: Renamed from
20098         doc/glibc-functions/towctrans_l.texi.
20099         * doc/posix-functions/towlower_l.texi: Renamed from
20100         doc/glibc-functions/towlower_l.texi.
20101         * doc/posix-functions/towupper_l.texi: Renamed from
20102         doc/glibc-functions/towupper_l.texi.
20103         * doc/posix-functions/uselocale.texi: Renamed from
20104         doc/glibc-functions/uselocale.texi.
20105         * doc/posix-functions/vdprintf.texi: Renamed from
20106         doc/glibc-functions/vdprintf.texi.
20107         * doc/posix-functions/wcpcpy.texi:
20108         Renamed from doc/glibc-functions/wcpcpy.texi.
20109         * doc/posix-functions/wcpncpy.texi: Renamed from
20110         doc/glibc-functions/wcpncpy.texi.
20111         * doc/posix-functions/wcscasecmp.texi: Renamed from
20112         doc/glibc-functions/wcscasecmp.texi.
20113         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20114         doc/glibc-functions/wcscasecmp_l.texi.
20115         * doc/posix-functions/wcscoll_l.texi: Renamed from
20116         doc/glibc-functions/wcscoll_l.texi.
20117         * doc/posix-functions/wcsdup.texi: Renamed from
20118         doc/glibc-functions/wcsdup.texi.
20119         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20120         doc/glibc-functions/wcsncasecmp.texi.
20121         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20122         doc/glibc-functions/wcsncasecmp_l.texi.
20123         * doc/posix-functions/wcsnlen.texi: Renamed from
20124         doc/glibc-functions/wcsnlen.texi.
20125         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20126         doc/glibc-functions/wcsnrtombs.texi.
20127         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20128         doc/glibc-functions/wcsxfrm_l.texi.
20129         * doc/posix-functions/wctrans_l.texi: Renamed from
20130         doc/glibc-functions/wctrans_l.texi.
20131         * doc/posix-functions/wctype_l.texi: Renamed from
20132         doc/glibc-functions/wctype_l.texi.
20133         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20134         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20135         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20136         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20137         these subsections.
20138         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20139         Remove sections.
20140
20141 2008-12-14  Bruno Haible  <bruno@clisp.org>
20142
20143         Update doc for POSIX:2008.
20144         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20145
20146 2008-12-14  Bruno Haible  <bruno@clisp.org>
20147
20148         Update doc for POSIX:2008.
20149         * doc/pastposix-functions/bcmp.texi: Renamed from
20150         doc/posix-functions/bcmp.texi.
20151         * doc/pastposix-functions/bcopy.texi: Renamed from
20152         doc/posix-functions/bcopy.texi.
20153         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20154         doc/posix-functions/bsd_signal.texi.
20155         * doc/pastposix-functions/bzero.texi: Renamed from
20156         doc/posix-functions/bzero.texi.
20157         * doc/pastposix-functions/ecvt.texi: Renamed from
20158         doc/posix-functions/ecvt.texi.
20159         * doc/pastposix-functions/fcvt.texi: Renamed from
20160         doc/posix-functions/fcvt.texi.
20161         * doc/pastposix-functions/ftime.texi: Renamed from
20162         doc/posix-functions/ftime.texi.
20163         * doc/pastposix-functions/gcvt.texi: Renamed from
20164         doc/posix-functions/gcvt.texi.
20165         * doc/pastposix-functions/getcontext.texi: Renamed from
20166         doc/posix-functions/getcontext.texi.
20167         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20168         doc/posix-functions/gethostbyaddr.texi.
20169         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20170         doc/posix-functions/gethostbyname.texi.
20171         * doc/pastposix-functions/getwd.texi: Renamed from
20172         doc/posix-functions/getwd.texi.
20173         * doc/pastposix-functions/h_errno.texi: Renamed from
20174         doc/posix-functions/h_errno.texi.
20175         * doc/pastposix-functions/index.texi: Renamed from
20176         doc/posix-functions/index.texi.
20177         * doc/pastposix-functions/makecontext.texi: Renamed from
20178         doc/posix-functions/makecontext.texi.
20179         * doc/pastposix-functions/mktemp.texi: Renamed from
20180         doc/posix-functions/mktemp.texi.
20181         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20182         doc/posix-functions/pthread_attr_getstackaddr.texi.
20183         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20184         doc/posix-functions/pthread_attr_setstackaddr.texi.
20185         * doc/pastposix-functions/rindex.texi: Renamed from
20186         doc/posix-functions/rindex.texi.
20187         * doc/pastposix-functions/scalb.texi: Renamed from
20188         doc/posix-functions/scalb.texi.
20189         * doc/pastposix-functions/setcontext.texi: Renamed from
20190         doc/posix-functions/setcontext.texi.
20191         * doc/pastposix-functions/swapcontext.texi: Renamed from
20192         doc/posix-functions/swapcontext.texi.
20193         * doc/pastposix-functions/ualarm.texi: Renamed from
20194         doc/posix-functions/ualarm.texi.
20195         * doc/pastposix-functions/usleep.texi: Renamed from
20196         doc/posix-functions/usleep.texi.
20197         * doc/pastposix-functions/vfork.texi: Renamed from
20198         doc/posix-functions/vfork.texi.
20199         * doc/pastposix-functions/wcswcs.texi: Renamed from
20200         doc/posix-functions/wcswcs.texi.
20201         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20202         (Function Substitutes): Update.
20203
20204 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20205
20206         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20207         m4/strerror.m4.
20208
20209 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20210             Bruno Haible  <bruno@clisp.org>
20211
20212         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20213
20214 2008-12-13  Bruno Haible  <bruno@clisp.org>
20215
20216         * modules/strtoull (Depends-on): Remove unistd.
20217
20218 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20219
20220         * modules/strtoull (Depends-on): Add stdlib.
20221
20222 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20223
20224         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20225
20226 2008-12-10  Jim Meyering  <meyering@redhat.com>
20227
20228         gl_ASSERT: don't say assertions are disabled when they're not
20229         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20230         "checking whether to enable assertions... no", when they are in
20231         fact enabled.  This is solely a bug in the output of configure.
20232         In spite of saying "no", NDEBUG was not defined in that case.
20233         Also, as noted by Eric Blake, leave assertions enabled upon
20234         --enable-assert=INVALID.
20235
20236 2008-12-10  Bruno Haible  <bruno@clisp.org>
20237
20238         Change MODULES.html to refer to POSIX:2008 where possible.
20239         * MODULES.html.sh (POSIX2008_URL): New variable.
20240         (posix_headers): Remove sys/timeb, ucontext.
20241         (posix2001_headers): New variable.
20242         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20243         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20244         index, makecontext, mktemp, pthread_attr_getstackaddr,
20245         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20246         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20247         (posix2001_functions): New variable.
20248         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20249         otherwise.
20250
20251 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20252
20253         add missing include to parse-duration.c
20254         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20255         * modules/parse-duration (Depends-on): Add xalloc.
20256
20257         fix sed script reading maint.mk
20258         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20259         (syntax-check-rules): Use it.
20260
20261 2008-12-09  Bruno Haible  <bruno@clisp.org>
20262
20263         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20264         MacOS X 10.4/PowerPC.
20265         Reported by Simon Josefsson.
20266
20267 2008-12-08  Jim Meyering  <meyering@redhat.com>
20268
20269         work around mingw's lack of some S_IF definitions
20270         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20271         Reported by Simon Josefsson.
20272
20273 2008-12-08  Bruno Haible  <bruno@clisp.org>
20274
20275         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20276         applied to variables. Needed on MacOS X 10.4/PowerPC.
20277         Reported by Simon Josefsson.
20278
20279 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20280         and Eric Blake  <ebb9@byu.net>
20281
20282         assert: honor --enable-assert
20283         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20284         order to honor --enable-assert, rather than treating it as a
20285         synonym for --disable-assert.
20286
20287 2008-12-08  Jim Meyering  <meyering@redhat.com>
20288
20289         * lib/posixtm.c: Remove now-useless declaration of mktime.
20290
20291         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20292
20293 2008-12-07  Bruno Haible  <bruno@clisp.org>
20294
20295         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20296         test_once): Mark functions as static.
20297         * tests/test-tls.c (test_tls): Likewise.
20298
20299 2008-12-07  Bruno Haible  <bruno@clisp.org>
20300
20301         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20302         iconv_register_autodetect.
20303
20304 2008-12-07  Jim Meyering  <meyering@redhat.com>
20305
20306         posixtm.c: avoid a warning
20307         * lib/posixtm.c (posixtime): Don't initialize tm0.
20308         It's no longer needed to placate gcc4's -Wuninitialized,
20309         and the attempt to placate would elicit a new warning.
20310
20311         unicodeio.c: mark unused parameters
20312         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20313         (fallback_failure_callback): Likewise.
20314
20315 2008-12-07  Bruno Haible  <bruno@clisp.org>
20316
20317         * gnulib-tool (func_create_testdir): When building the tests
20318         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20319         Reported by Simon Josefsson.
20320
20321 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20322
20323         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20324
20325 2008-12-06  Bruno Haible  <bruno@clisp.org>
20326
20327         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20328         Suggested by Eric Blake.
20329
20330 2008-12-06  Bruno Haible  <bruno@clisp.org>
20331
20332         Fix a c-stack test failure on MacOS X.
20333         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20334         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20335         handler for SIGBUS as well.
20336         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20337         install a signal handler for SIGBUS as well.
20338         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20339
20340 2008-12-06  Bruno Haible  <bruno@clisp.org>
20341
20342         Advocacy documentation.
20343         * doc/gnulib-intro.texi (Benefits): New section.
20344         * doc/gnulib.texi: Update.
20345
20346 2008-12-06  Bruno Haible  <bruno@clisp.org>
20347
20348         Document the 'manywarnings' module.
20349         * doc/manywarnings.texi: New file.
20350         * doc/gnulib.texi: Include it.
20351
20352 2008-12-05  Eric Blake  <ebb9@byu.net>
20353
20354         tests: silence some gcc warnings
20355         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20356         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20357         type mismatches.
20358
20359 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20360             Bruno Haible  <bruno@clisp.org>
20361
20362         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20363
20364 2008-11-29  Jim Meyering  <meyering@redhat.com>
20365
20366         unicodeio.c: mark unused parameters
20367         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20368         (fallback_failure_callback): Likewise.
20369
20370         fts: fix a thinko
20371         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20372         (set_stat_type): Return S_IF*-valued "type" directly.
20373         Prompted by James Youngman's spotting a related bug.
20374         Confirmed by further testing through find.
20375
20376         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20377         * lib/fts.c (D_TYPE): Define.
20378         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20379         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20380         (s_ifmt_shift_bits): New function.
20381         (set_stat_type): New function.
20382         (fts_build): When not calling fts_stat, call set_stat_type
20383         to propagate dirent.d_type info to fts_read caller.
20384         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20385         fts_statp->st_mode type information may be valid.
20386
20387 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20388
20389         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20390         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20391         <sds@gnu.org>.
20392
20393 2008-11-20  Bruno Haible  <bruno@clisp.org>
20394
20395         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20396         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20397         INCLUDE_NEXT.
20398         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20399         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20400         * modules/math (Makefile.am): Substitute
20401         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20402         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20403
20404 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20405             Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/stdint.in.h: Define all type macros so that their expansion is
20408         a single typedef'ed token. Fixes a compilation failure in Boost which
20409         does "using ::int8_t;".
20410
20411 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20412
20413         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20414         gl_MANYWARN_ALL_GCC.
20415         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20416         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20417         * modules/manywarnings: New file.
20418         * MODULES.html.sh: Mention manywarnings module.
20419
20420 2008-11-18  Bruno Haible  <bruno@clisp.org>
20421
20422         * doc/gnulib-tool.texi (Unit tests): New section.
20423
20424 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20425
20426         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20427         paths like 'lib/po/foo.po'.
20428
20429 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20430
20431         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20432         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20433
20434 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20435
20436         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20437         parameter works.
20438
20439 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20440
20441         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20442
20443 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20444
20445         * modules/parse-duration-tests: New file.
20446         * tests/test-parse-duration.sh: New file.
20447         * tests/test-parse-duration.c: New file.
20448
20449         New module 'parse-duration'.
20450         * lib/parse-duration.h: New file.
20451         * lib/parse-duration.c: New file.
20452         * modules/parse-duration: New file.
20453
20454 2008-11-17  Bruno Haible  <bruno@clisp.org>
20455
20456         * tests/test-select-out.sh: Comment out the first pipe test.
20457         Reported by Simon Josefsson.
20458
20459 2008-11-17  Bruno Haible  <bruno@clisp.org>
20460
20461         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20462         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20463         gl_HOSTENT.
20464
20465 2008-11-17  Bruno Haible  <bruno@clisp.org>
20466
20467         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20468         -lnetwork and -lnet. Needed for Haiku and BeOS.
20469
20470 2008-11-16  Bruno Haible  <bruno@clisp.org>
20471
20472         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20473
20474 2008-11-16  Bruno Haible  <bruno@clisp.org>
20475
20476         Avoid test failure on Haiku.
20477         * tests/test-fsync.c: Include <errno.h>.
20478         (main): Don't require that fsync (0) fails.
20479
20480 2008-11-15  Bruno Haible  <bruno@clisp.org>
20481
20482         New module 'hostent'.
20483         * modules/hostent: New file.
20484         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20485
20486 2008-11-15  Bruno Haible  <bruno@clisp.org>
20487
20488         New module 'servent'.
20489         * modules/servent: New file.
20490         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20491
20492 2008-11-15  Bruno Haible  <bruno@clisp.org>
20493
20494         Avoid generating same test program with two different rules.
20495         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20496         test-frexp to test-frexp-nolibm.
20497         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20498         test-frexpl to test-frexpl-nolibm.
20499
20500 2008-11-15  Bruno Haible  <bruno@clisp.org>
20501
20502         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20503         $(FREXPL_LIBM).
20504
20505 2008-11-15  Bruno Haible  <bruno@clisp.org>
20506
20507         * lib/netdb.in.h: Activate the definitions also when the system's
20508         <netdb.h> has 'struct addrinfo'.
20509         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20510         EAI_OVERFLOW or AI_NUMERICSERV.
20511         * doc/posix-headers/netdb.texi: Document the problem.
20512
20513 2008-11-15  Bruno Haible  <bruno@clisp.org>
20514
20515         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20516
20517         Make the 'sched' module work on platforms where <sched.h> exists but
20518         is incomplete (such as Haiku).
20519         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20520         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20521         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20522         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20523         HAVE_STRUCT_SCHED_PARAM.
20524         * modules/sched (Depends-on): Add include_next.
20525         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20526         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20527         * doc/posix-headers/sched.texi: Document the issue.
20528
20529 2008-11-13  Jim Meyering  <meyering@redhat.com>
20530
20531         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20532         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20533         test would fail due to the difference in the Report bugs to ...
20534         line.  The expected address is empty, "<>", while the actual
20535         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20536
20537 2008-11-12  Bruno Haible  <bruno@clisp.org>
20538
20539         lstat: don't compile lstat.c on systems lacking lstat
20540         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20541         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20542         Reported by Daniel P. Berrange via Jim Meyering.
20543
20544 2008-11-12  Jim Meyering  <meyering@redhat.com>
20545
20546         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20547
20548 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20549
20550         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20551         instead.
20552
20553 2008-11-12  Bruno Haible  <bruno@clisp.org>
20554
20555         * lib/unicodeio.c: Include unistr.h.
20556         (utf8_wctomb): Remove function.
20557         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20558
20559 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20560
20561         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20562         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20563         <bruno@clisp.org>.
20564         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20565
20566 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20567
20568         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20569         * doc/gnulib.texi: Add section for warnings.
20570
20571 2008-11-11  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/sockets.h: Add a comment.
20574
20575 2008-11-11  Karl Berry  <karl@gnu.org>
20576
20577         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20578
20579 2008-11-11  Eric Blake  <ebb9@byu.net>
20580
20581         fdl.texi: avoid git symlinks
20582         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20583
20584 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20585
20586         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20587
20588 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20589
20590         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20591         (gl_WARN_ADD): Substitute $2 if literal.
20592
20593 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20594
20595         * m4/warning.m4: Remove.
20596
20597 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20598
20599         * m4/warnings.m4: Almost complete rewrite. :-)
20600
20601 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20602
20603         * modules/warnings: New module.
20604         * m4/warnings.m4: New file.
20605         * MODULES.html.sh: Mention warnings module.
20606         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20607         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20608
20609 2008-11-10  Eric Blake  <ebb9@byu.net>
20610
20611         fdl.texi: make a symlink to the latest version
20612         * doc/standards.texi: Revert today's earlier change.
20613         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20614         * doc/fdl.texi: ...and replace this with a symlink to the newer
20615         fdl-1.3.texi.
20616
20617 2008-11-10  Bruno Haible  <bruno@clisp.org>
20618
20619         * tests/test-select-fd.c (main): Accept the result file name as fourth
20620         argument.
20621         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20622         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20623
20624 2008-11-10  Bruno Haible  <bruno@clisp.org>
20625
20626         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20627         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20628         as autoconf-substituted macros.
20629         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20630         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20631         gl_NETDB_H_DEFAULTS. Set these variables.
20632         * modules/netdb (Makefile.am): Substitute these variables.
20633
20634 2008-11-10  Eric Blake  <ebb9@byu.net>
20635
20636         standards.texi: include correct file for FDL 1.3
20637         * doc/standards.texi (GNU Free Documentation License): Change
20638         include file to pull in FDL 1.3, not 1.2.
20639
20640         fdl.texi: revert accidental change to license
20641         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20642
20643 2008-11-10  Bruno Haible  <bruno@clisp.org>
20644
20645         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20646         cross-compiling guesses also when the native compile gives no result.
20647
20648 2008-11-10  Bruno Haible  <bruno@clisp.org>
20649
20650         * lib/spawni.c (__spawni): Force variable into the stack.
20651
20652 2008-11-10  Bruno Haible  <bruno@clisp.org>
20653
20654         Add support for Haiku.
20655         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20656         glibc and BeOS, but also on Haiku.
20657         * lib/fpurge.c (fpurge): Likewise.
20658         * lib/freadable.c (freadable): Likewise.
20659         * lib/freadahead.c (freadahead): Likewise.
20660         * lib/freading.c (freading): Likewise.
20661         * lib/freadptr.c (freadptr): Likewise.
20662         * lib/freadseek.c (freadptrinc): Likewise.
20663         * lib/fseeko.c (rpl_fseeko): Likewise.
20664         * lib/fseterr.c (fseterr): Likewise.
20665         * lib/fwritable.c (fwritable): Likewise.
20666         * lib/fwriting.c (fwriting): Likewise.
20667         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20668
20669 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20670
20671         * lib/config.charset: Treat Haiku like BeOS.
20672
20673 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20674
20675         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20676         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20677
20678 2008-11-08  Bruno Haible  <bruno@clisp.org>
20679
20680         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20681         AC_CACHE_CHECK.
20682
20683 2008-11-08  Bruno Haible  <bruno@clisp.org>
20684
20685         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20686
20687 2008-11-08  Bruno Haible  <bruno@clisp.org>
20688
20689         * tests/test-select-fd.c: New file.
20690         * tests/test-select-in.sh: New file.
20691         * tests/test-select-out.sh: New file.
20692         * tests/test-select-stdin.c: New file.
20693         * modules/select-tests (Files): Add the new files.
20694         (Depends-on): Add gettimeofday.
20695         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20696         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20697         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20698
20699 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20700             Bruno Haible  <bruno@clisp.org>
20701
20702         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20703
20704 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20705
20706         * build-aux/pmccabe2html: Added support for C++ source files.
20707
20708 2008-11-05  Ben Pfaff  <blp@gnu.org>
20709
20710         Fix lib/close.c build on Windows.
20711         * modules/close (Files): Add lib/w32sock.h.
20712
20713 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20714
20715         Accept Bison's NEWS format.
20716         * build-aux/announce-gen (print_news_deltas): Tweak
20717         $re_prefix.
20718
20719 2008-11-04  Bruno Haible  <bruno@clisp.org>
20720
20721         * modules/random_r (Maintainer): Add glibc.
20722
20723 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20724
20725         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20726         by karl@freefriends.org (Karl Berry).
20727         * doc/alloca.texi: Likewise.
20728         * doc/c-ctype.texi: Likewise.
20729         * doc/c-strcase.texi: Likewise.
20730         * doc/c-strcaseeq.texi: Likewise.
20731         * doc/c-strcasestr.texi: Likewise.
20732         * doc/c-strstr.texi: Likewise.
20733         * doc/c-strtod.texi: Likewise.
20734         * doc/c-strtold.texi: Likewise.
20735         * doc/ctime.texi: Likewise.
20736         * doc/error.texi: Likewise.
20737         * doc/fdl.texi: Likewise.
20738         * doc/gcd.texi: Likewise.
20739         * doc/getdate.texi: Likewise.
20740         * doc/gnulib-intro.texi: Likewise.
20741         * doc/gnulib-tool.texi: Likewise.
20742         * doc/gnulib.texi: Likewise.
20743         * doc/inet_ntoa.texi: Likewise.
20744         * doc/maintain.texi: Likewise.
20745         * doc/make-stds.texi: Likewise.
20746         * doc/quote.texi: Likewise.
20747         * doc/regexprops-generic.texi: Likewise.
20748         * doc/standards.texi: Likewise.
20749         * doc/verify.texi: Likewise.
20750         * doc/visibility.texi: Likewise.
20751         * doc/gnulib.texi (GNU Free Documentation License): Include
20752         fdl-1.3.texi instead of fdl.texi.
20753
20754 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20755
20756         * doc/fdl-1.3.texi: New file, from
20757         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20758         * modules/fdl-1.3: Add.
20759         * MODULES.html.sh: Add fdl-1.3.
20760
20761 2008-11-03  Bruno Haible  <bruno@clisp.org>
20762
20763         Make determination of absolute name of header file work with AIX xlc.
20764         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20765         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20766         preprocessing.
20767         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20768         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20769
20770 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20771
20772         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20773         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20774         <ludo@gnu.org>.
20775
20776 2008-11-02  Bruno Haible  <bruno@clisp.org>
20777
20778         Mark 'strpbrk' obsolete.
20779         * modules/strpbrk (Status, Notice): New sections.
20780         * modules/strtok_r (Depends-on): Add strpbrk.
20781
20782 2008-11-02  Bruno Haible  <bruno@clisp.org>
20783
20784         Mark 'strdup' obsolete.
20785         * modules/strdup (Status, Notice): New sections.
20786         * modules/findprog (Depends-on): Add strdup.
20787         * modules/getaddrinfo (Depends-on): Likewise.
20788         * modules/localename (Depends-on): Likewise.
20789         * modules/relocatable-lib (Depends-on): Likewise.
20790         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20791         * modules/relocatable-prog (Depends-on): Likewise.
20792         * modules/trim (Depends-on): Likewise.
20793         * modules/unictype/gen-ctype (Depends-on): Likewise.
20794         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20795
20796 2008-11-02  Bruno Haible  <bruno@clisp.org>
20797
20798         Mark 'strcspn' obsolete.
20799         * modules/strcspn (Status, Notice): New sections.
20800
20801 2008-11-02  Bruno Haible  <bruno@clisp.org>
20802
20803         Mark 'rmdir' obsolete.
20804         * modules/rmdir (Status, Notice): New sections.
20805         * modules/clean-temp (Depends-on): Add rmdir.
20806         * modules/openat (Depends-on): Likewise.
20807
20808 2008-11-02  Bruno Haible  <bruno@clisp.org>
20809
20810         Mark 'raise' obsolete.
20811         * modules/raise (Status, Notice): New sections.
20812         (Include): Specify <signal.h>.
20813         * modules/stdio (Depends-on): Add raise.
20814         * modules/write (Depends-on): Likewise.
20815
20816 2008-11-02  Bruno Haible  <bruno@clisp.org>
20817
20818         Mark 'memset' obsolete.
20819         * modules/memset (Status, Notice): New sections.
20820
20821 2008-11-02  Bruno Haible  <bruno@clisp.org>
20822
20823         Mark 'memmove' obsolete.
20824         * modules/memmove (Status, Notice): New sections.
20825         * modules/argp (Depends-on): Add memmove.
20826         * modules/argz (Depends-on): Likewise.
20827         * modules/canonicalize (Depends-on): Likewise.
20828         * modules/canonicalize-lgpl (Depends-on): Likewise.
20829         * modules/fts (Depends-on): Likewise.
20830         * modules/getcwd (Depends-on): Likewise.
20831         * modules/human (Depends-on): Likewise.
20832         * modules/regex (Depends-on): Likewise.
20833         * modules/striconveh (Depends-on): Likewise.
20834         * modules/trim (Depends-on): Likewise.
20835         * modules/unistr/u8-move (Depends-on): Likewise.
20836         * modules/unistr/u16-move (Depends-on): Likewise.
20837         * modules/unistr/u32-move (Depends-on): Likewise.
20838
20839 2008-11-02  Bruno Haible  <bruno@clisp.org>
20840
20841         Mark 'memcpy' obsolete.
20842         * modules/memcpy (Status, Notice): New sections.
20843
20844 2008-11-02  Bruno Haible  <bruno@clisp.org>
20845
20846         Mark 'memcmp' obsolete.
20847         * modules/memcmp (Status, Notice): New sections.
20848         * modules/argmatch (Depends-on): Add memchr.
20849         * modules/backupfile (Depends-on): Likewise.
20850         * modules/c-strcasestr (Depends-on): Likewise.
20851         * modules/crypto/des (Depends-on): Likewise.
20852         * modules/csharpcomp (Depends-on): Likewise.
20853         * modules/fnmatch (Depends-on): Likewise.
20854         * modules/git-merge-changelog (Depends-on): Likewise.
20855         * modules/isnand (Depends-on): Likewise.
20856         * modules/isnand-nolibm (Depends-on): Likewise.
20857         * modules/isnanf (Depends-on): Likewise.
20858         * modules/isnanf-nolibm (Depends-on): Likewise.
20859         * modules/isnanl (Depends-on): Likewise.
20860         * modules/isnanl-nolibm (Depends-on): Likewise.
20861         * modules/mbchar (Depends-on): Likewise.
20862         * modules/memcoll (Depends-on): Likewise.
20863         * modules/quotearg (Depends-on): Likewise.
20864         * modules/regex (Depends-on): Likewise.
20865         * modules/relocatable-prog (Depends-on): Likewise.
20866         * modules/same (Depends-on): Likewise.
20867         * modules/signbit (Depends-on): Likewise.
20868         * modules/strcasestr-simple (Depends-on): Likewise.
20869         * modules/unictype/gen-ctype (Depends-on): Likewise.
20870         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20871         * modules/uniname/uniname (Depends-on): Likewise.
20872         * modules/unistr/u8-cmp (Depends-on): Likewise.
20873
20874 2008-11-02  Bruno Haible  <bruno@clisp.org>
20875
20876         Mark 'memchr' obsolete.
20877         * modules/memchr (Status, Notice): New sections.
20878         * modules/argp (Depends-on): Add memchr.
20879         * modules/base64 (Depends-on): Likewise.
20880         * modules/c-strcasestr (Depends-on): Likewise.
20881         * modules/chdir-long (Depends-on): Likewise.
20882         * modules/fnmatch (Depends-on): Likewise.
20883         * modules/getsubopt (Depends-on): Likewise.
20884         * modules/git-merge-changelog (Depends-on): Likewise.
20885         * modules/glob (Depends-on): Likewise.
20886         * modules/strcasestr-simple (Depends-on): Likewise.
20887         * modules/strnlen (Depends-on): Likewise.
20888
20889 2008-11-02  Bruno Haible  <bruno@clisp.org>
20890
20891         Mark 'atexit' obsolete.
20892         * modules/atexit (Status, Notice): New sections.
20893         * modules/chdir-long (Depends-on): Add atexit.
20894         * modules/wait-process (Depends-on): Likewise.
20895
20896 2008-11-02  Bruno Haible  <bruno@clisp.org>
20897
20898         * gnulib-tool: New option --with-obsolete.
20899         (func_usage): Document it.
20900         (func_modules_transitive_closure): Drop obsolete dependencies if
20901         incobsolete is not true.
20902         (func_import): Read and save the incobsolete variable to the cache.
20903
20904 2008-11-02  Bruno Haible  <bruno@clisp.org>
20905
20906         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20907         * gnulib-tool: New option --extract-status.
20908         (func_usage): Document it.
20909         (sed_extract_prog): Recognize it.
20910         (func_get_status): New function.
20911
20912 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20913
20914         * modules/sockets (License): Change from LGPL to LGPLv2+.
20915
20916 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20917
20918         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20919
20920 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20921
20922         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20923         Mention times and sys_times.
20924         * modules/sys_times, modules/sys_times-tests: New modules.
20925         * modules/times, modules/times-tests: Likewise
20926         * m4/sys_times_h.m4: New file.
20927         * lib/sys_times.in.h: Likewise
20928         * lib/times.c: Likewise.
20929         * tests/test-sys_times.c: Likewise.
20930         * tests/test-times.c: Likewise.
20931         * doc/posix-headers/sys_times.texi: Update.
20932         * doc/posix-functions/times.texi: Update.
20933
20934 2008-10-28  Jim Meyering  <meyering@redhat.com>
20935
20936         * modules/tempname (Depends-on): Add lstat.
20937
20938         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20939
20940 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20941
20942         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20943         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20944         using idiom used elsewhere in gnulib.
20945
20946 2008-10-27  Jim Meyering  <meyering@redhat.com>
20947
20948         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20949
20950 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20951
20952         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20953         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20954         programs.
20955         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20956
20957 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20958
20959         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20960
20961 2008-10-27  Bruno Haible  <bruno@clisp.org>
20962
20963         * tests/test-lstat.c: Include <stdio.h>.
20964
20965 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20966
20967         * modules/lstat-tests: New module.
20968         * tests/test-lstat.c: New file.
20969
20970 2008-10-26  Jim Meyering  <meyering@redhat.com>
20971
20972         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20973
20974 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20975             Bruno Haible  <bruno@clisp.org>
20976
20977         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20978         * modules/configmake (Include): Add a note that the include must come
20979         after all system headers.
20980         * lib/javaversion.c: Include configmake.h after all other includes.
20981
20982 2008-10-26  Bruno Haible  <bruno@clisp.org>
20983
20984         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20985         HAVE_STRUCT_RANDOM_DATA to 1.
20986         (gl_STDLIB_H): Simplify.
20987
20988 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20989
20990         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20991         substitute HAVE_STRUCT_RANDOM_DATA.
20992         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20993         random_data.
20994         * modules/stdlib (Makefile.am): Substitute
20995         HAVE_STRUCT_RANDOM_DATA.
20996
20997 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20998
20999         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
21000         * doc/gnulib-intro.texi (Copyright): Likewise.
21001
21002 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21003
21004         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
21005         findings.
21006
21007 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
21008             Bruno Haible  <bruno@clisp.org>
21009
21010         * lib/unistd.in.h: Include <winsock2.h>.
21011         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
21012         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
21013         Provide dummy declarations.
21014         (gethostname): Override.
21015         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
21016         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
21017         gl_PREREQ_SYS_H_WINSOCK2.
21018         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
21019         * doc/posix-functions/gethostname.texi: More details.
21020
21021 2008-10-25  Bruno Haible  <bruno@clisp.org>
21022
21023         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21024         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
21025         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
21026
21027         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
21028         here ...
21029         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
21030         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
21031         gl_UNISTD_H_DEFAULTS.
21032
21033 2008-10-25  Eric Blake  <ebb9@byu.net>
21034
21035         signbit: avoid spurious compiler failure
21036         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
21037         declarations inside function.
21038
21039 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21040             Bruno Haible  <bruno@clisp.org>
21041
21042         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21043         * modules/random_r (Depends-on): Add stdint.
21044
21045 2008-10-24  Bruno Haible  <bruno@clisp.org>
21046
21047         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21048         Eggert.
21049         * modules/strerror (License): Likewise.
21050
21051 2008-10-24  Jim Meyering  <meyering@redhat.com>
21052
21053         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21054         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21055
21056 2008-10-24  Eric Blake  <ebb9@byu.net>
21057
21058         getgroups: fix compilation when getgroups is available
21059         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21060         but with <config.h> override of getgroups disabled.
21061
21062 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21063
21064         * doc/gnulib.texi (Header files): Add note about C++ problems.
21065         Explained by Bruno Haible <bruno@clisp.org>.
21066
21067 2008-10-23  Bruno Haible  <bruno@clisp.org>
21068
21069         Define a dummy SA_NODEFER macro on Interix.
21070         * lib/signal.in.h (SA_NODEFER): Define fallback.
21071         Reported by Aleksey Cheusov <cheusov@tut.by> via
21072         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21073
21074 2008-10-23  Bruno Haible  <bruno@clisp.org>
21075
21076         * modules/freadahead (License): Change to LGPLv2+.
21077         Suggested by Simon Josefsson.
21078
21079 2008-10-23  Jim Meyering  <meyering@redhat.com>
21080
21081         random_r: new module
21082         * modules/random_r: New file.
21083         * m4/random_r.m4: New file.
21084         * lib/random_r.c: New file, from glibc.
21085         * modules/random_r-tests: New file.
21086         * tests/test-random_r.c: New file.
21087         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21088          Declare.
21089         (RAND_MAX): Define.
21090         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21091         * modules/stdlib: Substitute them, too.
21092         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21093         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21094         * doc/glibc-functions/random_r.texi: Likewise.
21095         * doc/glibc-functions/setstate_r.texi: Likewise.
21096         * doc/glibc-functions/srandom_r.texi: Likewise.
21097         * config/srclist.txt: Mention it.
21098
21099 2008-10-23  David Lutterkort  <lutter@redhat.com>
21100
21101         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21102         link requirement
21103
21104 2008-10-23  Jim Meyering  <meyering@redhat.com>
21105
21106         selinux-h: mark parameters of stub functions as intentionally unused
21107         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21108         * lib/se-context.in.h: Likewise.
21109
21110 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21111
21112         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21113
21114 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21115
21116         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21117
21118 2008-10-22  Eric Blake  <ebb9@byu.net>
21119
21120         glthread/thread: avoid compiler warning
21121         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21122         Add unreachable abort to silence compiler.
21123
21124 2008-10-22  Eric Blake  <ebb9@byu.net>
21125
21126         netdb: also supply struct addrinfo for cygwin 1.5.x
21127         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21128         older cygwin.
21129         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21130         cygwin.
21131         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21132
21133 2008-10-22  Bruno Haible  <bruno@clisp.org>
21134
21135         * users.txt: Update entry about pspp.
21136
21137 2008-10-21  Bruno Haible  <bruno@clisp.org>
21138
21139         Simplification.
21140         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21141         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21142
21143         Simplification.
21144         * lib/ioctl.c (ioctl): Don't undefine.
21145         * lib/socket.c (socket): Don't undefine.
21146
21147         Remove unused module indicator macros.
21148         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21149         GNULIB_$1 as a C macro.
21150
21151         * doc/posix-functions/close.texi: Undo last change.
21152         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21153         Windows platforms.
21154
21155 2008-10-21  Bruno Haible  <bruno@clisp.org>
21156
21157         Add gethostname() declaration to <unistd.h>.
21158         * lib/unistd.in.h (gethostname): New declaration.
21159         * lib/gethostname.c: Include <unistd.h>.
21160         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21161         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21163         and HAVE_GETHOSTNAME.
21164         * modules/gethostname (Depends-on): Add unistd.
21165         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21166         (Include): Specify <unistd.h>.
21167         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21168         HAVE_GETHOSTNAME.
21169         * tests/test-gethostname.c: Include <unistd.h> first.
21170
21171 2008-10-21  Bruno Haible  <bruno@clisp.org>
21172
21173         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21174         * modules/select-tests (Depends-on): Likewise.
21175         Reported by Simon Josefsson.
21176
21177 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21178
21179         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21180         * lib/accept.c: New file, based on winsock.c.
21181         * lib/bind.c: New file, based on winsock.c.
21182         * lib/connect.c: New file, based on winsock.c.
21183         * lib/getpeername.c: New file, based on winsock.c.
21184         * lib/getsockname.c: New file, based on winsock.c.
21185         * lib/getsockopt.c: New file, based on winsock.c.
21186         * lib/ioctl.c: New file, based on winsock.c.
21187         * lib/listen.c: New file, based on winsock.c.
21188         * lib/recv.c: New file, based on winsock.c.
21189         * lib/recvfrom.c: New file, based on winsock.c.
21190         * lib/send.c: New file, based on winsock.c.
21191         * lib/sendto.c: New file, based on winsock.c.
21192         * lib/setsockopt.c: New file, based on winsock.c.
21193         * lib/shutdown.c: New file, based on winsock.c.
21194         * lib/socket.c: New file, based on winsock.c.
21195         * lib/w32sock.h: New file, based on winsock.c.
21196         * lib/winsock.c: Remove file.
21197         * modules/accept: Likewise.
21198         * modules/bind: Likewise.
21199         * modules/connect: Likewise.
21200         * modules/getpeername: Likewise.
21201         * modules/getsockname: Likewise.
21202         * modules/getsockopt: Likewise.
21203         * modules/ioctl: Likewise.
21204         * modules/listen: Likewise.
21205         * modules/recv: Likewise.
21206         * modules/recvfrom: Likewise.
21207         * modules/send: Likewise.
21208         * modules/sendto: Likewise.
21209         * modules/setsockopt: Likewise.
21210         * modules/shutdown: Likewise.
21211         * modules/socket: Use socket.c instead of winsock.c.
21212         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21213         * doc/posix-functions/accept.texi: Doc fix.
21214         * doc/posix-functions/bind.texi: Doc fix.
21215         * doc/posix-functions/close.texi: Doc fix.
21216         * doc/posix-functions/connect.texi: Doc fix.
21217         * doc/posix-functions/getpeername.texi: Doc fix.
21218         * doc/posix-functions/getsockname.texi: Doc fix.
21219         * doc/posix-functions/getsockopt.texi: Doc fix.
21220         * doc/posix-functions/ioctl.texi: Doc fix.
21221         * doc/posix-functions/listen.texi: Doc fix.
21222         * doc/posix-functions/recv.texi: Doc fix.
21223         * doc/posix-functions/recvfrom.texi: Doc fix.
21224         * doc/posix-functions/send.texi: Doc fix.
21225         * doc/posix-functions/sendto.texi: Doc fix.
21226         * doc/posix-functions/setsockopt.texi: Doc fix.
21227         * doc/posix-functions/shutdown.texi: Doc fix.
21228         * doc/posix-functions/socket.texi: Doc fix.
21229
21230 2008-10-20  Bruno Haible  <bruno@clisp.org>
21231
21232         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21233         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21234         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21235         as an alias for SIGABRT.
21236         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21237         (sigaction): Map it to SIGABRT.
21238         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21239
21240 2008-10-20  Bruno Haible  <bruno@clisp.org>
21241
21242         * lib/fts.c: Don't include lstat.h.
21243         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21244
21245         Move the lstat() declaration to <sys/stat.h>.
21246         * lib/lstat.h: Remove file.
21247         * lib/sys_stat.in.h: Add special invocation convention.
21248         (lstat): New declaration.
21249         * lib/lstat.c (orig_lstat): New function.
21250         (rpl_lstat): Use orig_lstat instead of lstat.
21251         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21252         AC_C_INLINE. Set REPLACE_LSTAT.
21253         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21254         and REPLACE_LSTAT.
21255         * modules/lstat (Files): Remove lib/lstat.h.
21256         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21257         (Include): Specify <sys/stat.h> instead of lstat.h.
21258         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21259         REPLACE_LSTAT.
21260         * NEWS: Mention the change.
21261
21262 2008-10-20  Bruno Haible  <bruno@clisp.org>
21263
21264         * modules/posix_spawn-tests: New file.
21265         * tests/test-posix_spawn3.c: New file.
21266
21267 2008-10-20  Bruno Haible  <bruno@clisp.org>
21268
21269         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21270         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21271         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21272         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21273         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21274
21275 2008-10-20  Bruno Haible  <bruno@clisp.org>
21276
21277         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21278         of posix_spawn on AIX 5.3.
21279
21280 2008-10-20  Bruno Haible  <bruno@clisp.org>
21281
21282         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21283
21284 2008-10-20  Bruno Haible  <bruno@clisp.org>
21285
21286         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21287         of AC_LANG_PROGRAM.
21288
21289 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21290
21291         * lib/netdb.in.h: Don't define GNU specific constants until they
21292         are supported or needed.  Reported by Bruno Haible
21293         <bruno@clisp.org>.
21294
21295 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21296
21297         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21298
21299 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21300
21301         * lib/getaddrinfo.h: Remove file.
21302         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21303         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21304         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21305         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21306         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21307         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21308         * tests/test-getaddrinfo.c: Likewise.
21309         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21310         * NEWS: Mention change.
21311
21312 2008-10-19  Bruno Haible  <bruno@clisp.org>
21313
21314         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21315
21316 2008-10-19  Bruno Haible  <bruno@clisp.org>
21317
21318         * lib/wait-process.c: Include simply <sys/wait.h>.
21319         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21320         WIFSTOPPED): Remove fallback definitions.
21321         * modules/wait-process (Depends-on): Add sys_wait.
21322
21323         New module 'sys_wait'.
21324         * modules/sys_wait: New file.
21325         * lib/sys_wait.in.h: New file, partially copied from
21326         lib/wait-process.c.
21327         * m4/sys_wait_h.m4: New file.
21328         * doc/posix-headers/sys_wait.texi: Mention the new module.
21329
21330 2008-10-19  Bruno Haible  <bruno@clisp.org>
21331
21332         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21333
21334 2008-10-19  Bruno Haible  <bruno@clisp.org>
21335
21336         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21337         * lib/wait-process.c (WAIT_T): Remove type.
21338         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21339         (wait_subprocess): Update.
21340
21341 2008-10-19  Bruno Haible  <bruno@clisp.org>
21342
21343         New module 'atoll'.
21344         * modules/atoll: New file.
21345         * lib/stdlib.in.h (atoll): New declaration.
21346         * lib/atoll.c: New file, from glibc with modifications.
21347         * m4/atoll.m4: New file.
21348         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21349         HAVE_ATOLL.
21350         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21351         * doc/posix-functions/atoll.texi: Mention the new module.
21352
21353 2008-10-19  Bruno Haible  <bruno@clisp.org>
21354
21355         Add strtoull() declaration to <stdlib.h>.
21356         * lib/stdlib.in.h (strtoull): New declaration.
21357         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21358         Set HAVE_STRTOULL.
21359         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21360         HAVE_STRTOULL.
21361         * modules/strtoull (Depends-on): Add stdlib.
21362         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21363         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21364         HAVE_STRTOULL.
21365
21366 2008-10-19  Bruno Haible  <bruno@clisp.org>
21367
21368         Add strtoll() declaration to <stdlib.h>.
21369         * lib/stdlib.in.h (strtoll): New declaration.
21370         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21371         Set HAVE_STRTOLL.
21372         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21373         HAVE_STRTOLL.
21374         * modules/strtoll (Depends-on): Add stdlib.
21375         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21376         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21377
21378 2008-10-19  Bruno Haible  <bruno@clisp.org>
21379
21380         * modules/bcopy (Depends-on): Add strings.
21381         (Include): Specify <strings.h>.
21382
21383 2008-10-19  Bruno Haible  <bruno@clisp.org>
21384
21385         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21386
21387 2008-10-19  Bruno Haible  <bruno@clisp.org>
21388
21389         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21390         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21391         mingw.
21392
21393 2008-10-19  Bruno Haible  <bruno@clisp.org>
21394
21395         * lib/atanl.c: Don't include isnanl.h.
21396         * lib/cosl.c: Likewise.
21397         * lib/ldexpl.c: Likewise.
21398         * lib/logl.c: Likewise.
21399         * lib/sinl.c: Likewise.
21400         * lib/sqrtl.c: Likewise.
21401         * lib/tanl.c: Likewise.
21402
21403         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21404         * lib/isnanf.h: Remove file.
21405         * lib/isnand.h: Remove file.
21406         * lib/isnanl.h: Remove file.
21407         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21408         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21409         macros.
21410         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21411         HAVE_ISNANF, don't define it as a C macro.
21412         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21413         HAVE_ISNAND, don't define it as a C macro.
21414         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21415         HAVE_ISNANL, don't define it as a C macro.
21416         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21417         HAVE_ISNAN[FDL].
21418         * modules/isnanf (Files): Remove lib/isnanf.h.
21419         (Depends-on): Add math.
21420         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21421         (Include): Specify <math.h> instead of isnanf.h.
21422         * modules/isnand (Files): Remove lib/isnand.h.
21423         (Depends-on): Add math.
21424         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21425         (Include): Specify <math.h> instead of isnand.h.
21426         * modules/isnanl (Files): Remove lib/isnanl.h.
21427         (Depends-on): Add math.
21428         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21429         (Include): Specify <math.h> instead of isnanl.h.
21430         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21431         HAVE_ISNAN[FDL].
21432         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21433         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21434         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21435         * NEWS: Mention the change.
21436
21437 2008-10-18  Bruno Haible  <bruno@clisp.org>
21438
21439         Add getusershell(), setusershell(), endusershell() declarations to
21440         <unistd.h>.
21441         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21442         declarations.
21443         * lib/getusershell.c: Include unistd.h.
21444         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21445         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21446         HAVE_GETUSERSHELL.
21447         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21448         and HAVE_GETUSERSHELL.
21449         * modules/getusershell (Depends-on): Add unistd, extensions.
21450         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21451         (Include): Specify <unistd.h>.
21452         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21453         HAVE_GETUSERSHELL.
21454
21455 2008-10-18  Bruno Haible  <bruno@clisp.org>
21456
21457         Add a getloadavg() declaration to <stdlib.h>.
21458         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21459         getloadavg declaration.
21460         (getloadavg): New declaration.
21461         * lib/getloadavg.c: Include <stdlib.h> first.
21462         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21463         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21464         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21465         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21466         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21467         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21468         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21469         (Include): Specify <stdlib.h>.
21470         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21471         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21472
21473 2008-10-18  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/dirchownmod.c: Don't include lchmod.h.
21476
21477         Move the lchmod() declaration to <sys/stat.h>.
21478         * lib/lchmod.h: Remove file.
21479         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21480         (lchmod): New declaration, moved here from lib/lchown.h.
21481         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21482         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21483         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21484         and HAVE_LCHMOD.
21485         * modules/lchmod (Files): Remove lib/lchmod.h.
21486         (Depends-on): Add sys_stat, extensions.
21487         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21488         (Include): Specify <sys/stat.h> instead of lchmod.h.
21489         * modules/sys_stat (Depends-on): Add link-warning.
21490         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21491         definition of GL_LINK_WARNING.
21492         * NEWS: Mention the change.
21493
21494 2008-10-18  Bruno Haible  <bruno@clisp.org>
21495
21496         * lib/fchdir.c: Don't include dirfd.h.
21497         * lib/fts.c: Likewise.
21498         * lib/getcwd.c: Likewise.
21499         * lib/glob.c: Likewise.
21500
21501         Move the dirfd() declaration to <dirent.h>.
21502         * lib/dirfd.h: Remove file.
21503         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21504         (dirfd): New declaration.
21505         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21506         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21507         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21508         HAVE_DECL_DIRFD.
21509         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21510         HAVE_DECL_DIRFD.
21511         * modules/dirfd (Files): Remove lib/dirfd.h.
21512         (Depends-on): Add dirent, extensions.
21513         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21514         (Include): Specify <dirent.h> instead of dirfd.h.
21515         * modules/dirent (Depends-on): Add link-warning.
21516         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21517         definition of GL_LINK_WARNING.
21518         * NEWS: Mention the change.
21519
21520 2008-10-18  Bruno Haible  <bruno@clisp.org>
21521
21522         Move the euidaccess() declaration to <unistd.h>.
21523         * lib/euidaccess.h: Remove file.
21524         * lib/unistd.in.h (euidaccess): New declaration.
21525         * lib/euidaccess.c: Don't include euidaccess.h.
21526         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21527         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21528         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21529         and HAVE_EUIDACCESS.
21530         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21531         (Depends-on): Add unistd.
21532         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21533         (Include): Specify <unistd.h> instead of euidaccess.h.
21534         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21535         HAVE_EUIDACCESS.
21536         * NEWS: Mention the change.
21537
21538 2008-10-18  Bruno Haible  <bruno@clisp.org>
21539
21540         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21541
21542         Move the getdomainname() declaration to <unistd.h>.
21543         * lib/getdomainname.h: Remove file.
21544         * lib/unistd.in.h (getdomainname): New declaration.
21545         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21546         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21547         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21548         HAVE_GETDOMAINNAME.
21549         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21550         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21551         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21552         (Depends-on): Add unistd, extensions.
21553         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21554         (Includes): Specify <unistd.h> instead of getdomainname.h.
21555         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21556         HAVE_GETDOMAINNAME.
21557         * NEWS: Mention the change.
21558
21559 2008-10-18  Bruno Haible  <bruno@clisp.org>
21560
21561         * modules/dirent: New file.
21562         * m4/dirent_h.m4: New file.
21563         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21564         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21565         * modules/fchdir (Files): Remove lib/dirent.in.h.
21566         (Depends-on): Add dirent.
21567         (Makefile.am): Move rules to modules/dirent.
21568         * doc/posix-headers/dirent.texi: Mention the new module.
21569
21570 2008-10-18  Bruno Haible  <bruno@clisp.org>
21571
21572         Avoid -Wunused-parameter warnings in public gnulib header files.
21573         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21574         macro.
21575         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21576
21577 2008-10-18  Bruno Haible  <bruno@clisp.org>
21578
21579         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21580         * doc/glibc-functions/error.texi: Mention the module 'error'.
21581         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21582         * doc/glibc-functions/getdomainname.texi: Mention the module
21583         'getdomainname'.
21584         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21585         * doc/glibc-functions/getpagesize.texi: Mention the module
21586         'getpagesize'.
21587         * doc/glibc-functions/getusershell.texi: Mention the module
21588         'getusershell'.
21589         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21590         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21591         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21592         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21593         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21594         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21595         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21596         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21597         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21598         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21599         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21600         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21601         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21602         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21603
21604 2008-10-17  Bruno Haible  <bruno@clisp.org>
21605
21606         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21607         HP-UX and IRIX, use -0.0L.
21608         * tests/test-ceill.c (minus_zero): Likewise.
21609         * tests/test-floorl.c (minus_zero): Likewise.
21610         * tests/test-frexpl.c (minus_zero): Likewise.
21611         * tests/test-isnan.c (minus_zerol): Likewise.
21612         * tests/test-isnanl.h (minus_zero): Likewise.
21613         * tests/test-ldexpl.c (minus_zero): Likewise.
21614         * tests/test-roundl.c (minus_zero): Likewise.
21615         * tests/test-signbit.c (minus_zerol): Likewise.
21616         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21617         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21618         * tests/test-truncl.c (minus_zero): Likewise.
21619         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21620         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21621         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21622         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21623
21624 2008-10-17  Bruno Haible  <bruno@clisp.org>
21625
21626         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21627         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21628         that it gets activated only for gcc >= 3.0.
21629         * lib/dirent.in.h: Likewise.
21630         * lib/errno.in.h: Likewise.
21631         * lib/fcntl.in.h: Likewise.
21632         * lib/float.in.h: Likewise.
21633         * lib/iconv.in.h: Likewise.
21634         * lib/inttypes.in.h: Likewise.
21635         * lib/locale.in.h: Likewise.
21636         * lib/math.in.h: Likewise.
21637         * lib/netdb.in.h: Likewise.
21638         * lib/netinet_in.in.h: Likewise.
21639         * lib/search.in.h: Likewise.
21640         * lib/signal.in.h: Likewise.
21641         * lib/spawn.in.h: Likewise.
21642         * lib/stdarg.in.h: Likewise.
21643         * lib/stdint.in.h: Likewise.
21644         * lib/stdio.in.h: Likewise.
21645         * lib/stdlib.in.h: Likewise.
21646         * lib/string.in.h: Likewise.
21647         * lib/strings.in.h: Likewise.
21648         * lib/sys_file.in.h: Likewise.
21649         * lib/sys_ioctl.in.h: Likewise.
21650         * lib/sys_select.in.h: Likewise.
21651         * lib/sys_socket.in.h: Likewise.
21652         * lib/sys_stat.in.h: Likewise.
21653         * lib/sys_time.in.h: Likewise.
21654         * lib/sysexits.in.h: Likewise.
21655         * lib/time.in.h: Likewise.
21656         * lib/unistd.in.h: Likewise.
21657         * lib/wchar.in.h: Likewise.
21658         * lib/wctype.in.h: Likewise.
21659         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21660
21661 2008-10-17  Jim Meyering  <meyering@redhat.com>
21662
21663         ignore-value: don't depend on inline module
21664         * modules/ignore-value (Depends-on): Remove 'inline'.
21665         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21666         Suggestion from Bruno Haible.
21667
21668 2008-10-17  Bruno Haible  <bruno@clisp.org>
21669
21670         New implementation of condition variables for Win32.
21671         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21672         (gl_linked_waitqueue_t): New type.
21673         (gl_cond_t): Use it.
21674         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21675         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21676         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21677         (glthread_cond_init_func, glthread_cond_wait_func,
21678         glthread_cond_timedwait_func, glthread_cond_signal_func,
21679         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21680         Reimplemented on the basis of gl_linked_waitqueue_t.
21681         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21682         gl_waitqueue_t.
21683         (gl_rwlock_t): Update.
21684         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21685
21686 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21687
21688         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21689         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21690
21691 2008-10-17  Jim Meyering  <meyering@redhat.com>
21692
21693         ignore-value: new module
21694         * modules/ignore-value: New file.
21695         * lib/ignore-value.h: New file.
21696         * MODULES.html.sh (Compiler warning management): New section,
21697         just for this module.  More to come.
21698
21699 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21700
21701         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21702         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21703         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21704
21705 2008-10-16  Jim Meyering  <meyering@redhat.com>
21706
21707         openat-die.c: avoid 'no previous prototype' warning
21708         * lib/openat-die.c: Include "openat.h".
21709         Reported by Reuben Thomas <rrt@sc3d.org>.
21710
21711 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21712
21713         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21714         * lib/netdb.in.h: Fix typo.
21715         Reported by Bruno Haible  <bruno@clisp.org>
21716
21717         * lib/netdb.in.h: Include sys/socket.h for platforms without
21718         netdb.h, to get structures like hostent on MinGW.
21719         * modules/netdb (Depends-on): Add sys_socket.
21720
21721 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21722
21723         * modules/netdb, modules/netdb-tests: New file.
21724         * m4/netdb_h.m4: New file.
21725         * lib/netdb.in.h: Add, currently just an empty file pending
21726         definitions.
21727         * tests/test-netdb.c: New file.
21728         * doc/posix-headers/netdb.texi: Mention that we replace it if
21729         needed.
21730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21731         netdb.
21732
21733 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21734
21735         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21736         with code.
21737
21738 2008-10-13  Bruno Haible  <bruno@clisp.org>
21739
21740         * lib/glthread/cond.c (glthread_cond_wait_func,
21741         glthread_cond_timedwait_func): Add a comment.
21742
21743 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21744
21745         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21746         * tests/test-select.c: Likewise,
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): Fix variable name.
21752         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21753
21754 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21755
21756         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21757         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21758         struct sockaddr.sa_len.
21759         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21760
21761 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21762
21763         * build-aux/pmccabe2html: Add css and css_url parameters.
21764
21765 2008-10-12  Bruno Haible  <bruno@clisp.org>
21766
21767         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21768         calling aclx_get.
21769         Reported by Rainer Tammer <tammer@tammer.net>.
21770
21771 2008-10-12  Bruno Haible  <bruno@clisp.org>
21772
21773         Use msvcrt aware primitives for creation/termination of Win32 threads.
21774         * lib/glthread/thread.c: Include <process.h>.
21775         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21776         (wrapper_func): Update signature.
21777         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21778
21779 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21780             Bruno Haible  <bruno@clisp.org>
21781
21782         Provide a Win32 implementation of the 'cond' module.
21783         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21784         * lib/glthread/cond.c (glthread_cond_init_func,
21785         glthread_cond_wait_func, glthread_cond_timedwait_func,
21786         glthread_cond_signal_func, glthread_cond_broadcast_func,
21787         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21788         * modules/cond (Dependencies): Add gettimeofday.
21789
21790 2008-10-11  Bruno Haible  <bruno@clisp.org>
21791
21792         Make sleep work on older versions of mingw.
21793         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21794         only whether it exists.
21795         * doc/posix-functions/sleep.texi: Mention the problem with older
21796         versions of mingw.
21797
21798 2008-10-11  Bruno Haible  <bruno@clisp.org>
21799
21800         New module 'shutdown'.
21801         * modules/shutdown: New file.
21802         * lib/sys_socket.in.h (shutdown): New declaration.
21803         * lib/winsock.c (shutdown): New function.
21804         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21805         GNULIB_SHUTDOWN.
21806         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21807         * doc/posix-functions/shutdown.texi: Document the new module.
21808
21809 2008-10-11  Jim Meyering  <meyering@redhat.com>
21810
21811         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21812
21813 2008-10-11  Bruno Haible  <bruno@clisp.org>
21814
21815         New module 'fclose'.
21816         * modules/fclose: New file.
21817         * lib/stdio.in.h (fclose): New declaration.
21818         * lib/fclose.c: New file.
21819         * m4/fclose.m4: New file.
21820         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21821         REPLACE_FCLOSE.
21822         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21823         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21824         REPLACE_FCLOSE.
21825         * modules/close (Depends-on): fclose.
21826         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21827
21828 2008-10-11  Bruno Haible  <bruno@clisp.org>
21829
21830         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21831         set errno and don't call _close.
21832
21833 2008-10-10  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21836         ACL, not afterwards. Fixes test failure on Cygwin.
21837
21838 2008-10-09  Ben Pfaff  <blp@gnu.org>
21839
21840         * build-aux/announce-gen: Fix gnulib version related part of usage
21841         message.  Die with a useful error message if no tarballs are
21842         found.
21843
21844 2008-10-10  Jim Meyering  <meyering@redhat.com>
21845
21846         bootstrap: use git's --depth=N option only if it's supported
21847         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21848         recognize the --depth option.  Reported by Pádraig Brady.
21849
21850 2008-10-09  Bruno Haible  <bruno@clisp.org>
21851
21852         New module 'ioctl'.
21853         * modules/ioctl: New file.
21854         * lib/sys_socket.in.h (ioctl): Remove declaration.
21855         * lib/winsock.c: Include <sys/ioctl.h>.
21856         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21857         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21858         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21859         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21860         * doc/posix-functions/ioctl.texi: Mention the new module.
21861
21862 2008-10-09  Bruno Haible  <bruno@clisp.org>
21863
21864         New module 'sys_ioctl'.
21865         * lib/sys_ioctl.in.h: New file.
21866         * m4/sys_ioctl_h.m4: New file.
21867         * modules/sys_ioctl: New file.
21868         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21869
21870 2008-10-09  Bruno Haible  <bruno@clisp.org>
21871
21872         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21873         * lib/winsock.c: Include <stdarg.h>.
21874         (rpl_ioctl): Change to second argument 'int' and then varargs.
21875
21876 2008-10-09  Bruno Haible  <bruno@clisp.org>
21877
21878         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21879         when the sys_socket module is present and the system has <winsock2.h>.
21880
21881 2008-10-09  Bruno Haible  <bruno@clisp.org>
21882
21883         * doc/posix-functions/close.texi: Mention module 'close' instead of
21884         module 'sys_socket'.
21885
21886 2008-10-09  Bruno Haible  <bruno@clisp.org>
21887
21888         * doc/glibc-headers/sys_ioctl.texi: New file.
21889         * doc/gnulib.texi: Include it.
21890
21891 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21892             Bruno Haible  <bruno@clisp.org>
21893
21894         Combine the two replacements of 'close'.
21895         * lib/sys_socket.in.h (close): Define to a reminder to include
21896         <unistd.h>.
21897         (_gl_close_fd_maybe_socket): New declaration.
21898         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21899         * lib/winsock.c (close): Remove undefinition.
21900         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21901         needed for the gnulib module 'close'.
21902         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21903         define to an error symbol or to a warning, if suitable.
21904         * lib/close.c: Include <sys/socket.h>.
21905         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21906         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21907         UNISTD_H_HAVE_WINSOCK2_H.
21908         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21909         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21910         UNISTD_H_HAVE_WINSOCK2_H.
21911         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21912         (configure.ac): Set a module indicator.
21913         (Makefile.am): Substitute GNULIB_CLOSE.
21914         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21915         * modules/poll-tests (Depends-on): Add close.
21916         * modules/select-tests (Depends-on): Likewise.
21917
21918 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21919             Bruno Haible  <bruno@clisp.org>
21920
21921         New module 'close'.
21922         * modules/close: New file.
21923         * lib/unistd.in.h (close): Move declaration out of the
21924         FCHDIR_REPLACEMENT scope.
21925         (_gl_unregister_fd): New declaration.
21926         * lib/close.c: New file.
21927         * lib/fchdir.c (rpl_close): Remove function.
21928         * m4/close.m4: New file.
21929         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21930         close.
21931         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21932         REPLACE_CLOSE.
21933         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21934         REPLACE_CLOSE.
21935         * modules/fchdir (Depends-on): Add close.
21936
21937 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21938             Bruno Haible  <bruno@clisp.org>
21939
21940         * lib/fcntl.in.h (open): Simplify conditionals.
21941         (_gl_register_fd): New declaration.
21942         * lib/fchdir.c (rpl_open): Remove function.
21943         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21944         also.
21945         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21946         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21947         open.
21948
21949 2008-10-09  Jim Meyering  <meyering@redhat.com>
21950
21951         GNUmakefile: use the more name-space-friendly "_version"
21952         * top/GNUmakefile (_dummy): Update.
21953         (_version): Rename from "version".
21954
21955 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21956             Bruno Haible  <bruno@clisp.org>
21957
21958         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21959         rpl_close.
21960         (_gl_register_fd): New function, extracted from rpl_open.
21961         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21962         (rpl_open, rpl_opendir): Use _gl_register_fd.
21963
21964 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21965
21966         Fix organization of 'open' replacement.
21967         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21968         (gl_FUNC_OPEN): Use it.
21969         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21970
21971 2008-10-08  Bruno Haible  <bruno@clisp.org>
21972
21973         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21974
21975 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21976
21977         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21978         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21979         listen).
21980
21981 2008-10-08  Eric Blake  <ebb9@byu.net>
21982
21983         GNUmakefile: add 'make version' target
21984         * top/GNUmakefile (_curr-ver): Split version update rules...
21985         (version): ...into a target.
21986
21987 2008-10-07  Bruno Haible  <bruno@clisp.org>
21988
21989         Use a more portable replacement expression for -0.0L.
21990         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21991         instead of -0.0L. Fix m4 quotation.
21992
21993         * tests/test-signbit.c: Include <float.h>.
21994         (minus_zero): New variable.
21995         (test_signbitl): Use minus_zero instead of -zero.
21996         * modules/signbit-tests (Depends-on): Add float.
21997
21998         * tests/test-ceill.c: Include <float.h>.
21999         (zero): Remove variable.
22000         (minus_zero): New variable.
22001         (main): Use minus_zero instead of -zero.
22002         * modules/ceill-tests (Depends-on): Add float.
22003
22004         * tests/test-floorl.c: Include <float.h>.
22005         (zero): Remove variable.
22006         (minus_zero): New variable.
22007         (main): Use minus_zero instead of -zero.
22008         * modules/floorl-tests (Depends-on): Add float.
22009
22010         * tests/test-roundl.c: Include <float.h>.
22011         (zero): Remove variable.
22012         (minus_zero): New variable.
22013         (main): Use minus_zero instead of -zero.
22014         * modules/roundl-tests (Depends-on): Add float.
22015
22016         * tests/test-truncl.c: Include <float.h>.
22017         (zero): Remove variable.
22018         (minus_zero): New variable.
22019         (main): Use minus_zero instead of -zero.
22020         * modules/truncl-tests (Depends-on): Add float.
22021
22022         * tests/test-frexpl.c (zero): Remove variable.
22023         (minus_zero): New variable.
22024         (main): Use minus_zero instead of -zero.
22025         * modules/frexpl-tests (Depends-on): Add float.
22026
22027         * tests/test-isnan.c (zerol): Remove variable.
22028         (minus_zerol): New variable.
22029         (test_long_double): Use minus_zerol instead of -zerol.
22030         * modules/isnan-tests (Depends-on): Add float.
22031
22032         * tests/test-isnanl.h (zero): Remove variable.
22033         (minus_zero): New variable.
22034         (main): Use minus_zero instead of -zero.
22035         * modules/isnanl-nolibm-tests (Depends-on): Add float.
22036         * modules/isnanl-tests (Depends-on): Add float.
22037
22038         * tests/test-ldexpl.c (zero): Remove variable.
22039         (minus_zero): New variable.
22040         (main): Use minus_zero instead of -zero.
22041         * modules/ldexpl-tests (Depends-on): Add float.
22042
22043         * tests/test-snprintf-posix.h (zerol): Remove variable.
22044         (minus_zerol): New variable.
22045         (test_function): Use minus_zerol instead of -zerol.
22046         * modules/snprintf-posix-tests (Depends-on): Add float.
22047         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22048
22049         * tests/test-sprintf-posix.h (zerol): Remove variable.
22050         (minus_zerol): New variable.
22051         (test_function): Use minus_zerol instead of -zerol.
22052         * modules/sprintf-posix-tests (Depends-on): Add float.
22053         * modules/vsprintf-posix-tests (Depends-on): Add float.
22054
22055         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22056         (minus_zerol): New variable.
22057         (test_function): Use minus_zerol instead of -zerol.
22058         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22059
22060         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22061         (minus_zerol): New variable.
22062         (test_function): Use minus_zerol instead of -zerol.
22063         * modules/vasprintf-posix-tests (Depends-on): Add float.
22064
22065 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22066
22067         * MODULES.html.sh (Support for building documentation): Mention
22068         pmccabe2html.  Sort entries.
22069
22070         Add pmccabe2html module, from gnupdf.
22071         * build-aux/pmccabe.css: New file.
22072         * build-aux/pmccabe2html: New file.
22073         * m4/pmccabe2html.m4: New file.
22074         * modules/pmccabe2html: New file.
22075
22076 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22077
22078         flock: new module
22079         * MODULES.html.sh: Add to list of modules.
22080         * lib/flock.c: flock implementation for Windows and Unix systems
22081         which have fcntl.
22082         * doc/glibc-functions/flock.texi: Update documentation.
22083         * lib/sys_file.in.h: <sys/file.h> header file.
22084         * m4/flock.m4: M4 macros.
22085         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22086         * modules/flock: flock module.
22087         * modules/flock-tests: flock tests module.
22088         * modules/sys_file: sys/file.h module.
22089         * tests/test-flock.c: test suite for flock.
22090
22091 2008-10-06  Jim Meyering  <meyering@redhat.com>
22092
22093         bootstrap: check for LT_INIT more portably still ;-)
22094         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22095         Spotted by Bruno Haible.
22096
22097 2008-10-06  Eric Blake  <ebb9@byu.net>
22098
22099         test-signbit: avoid tripping Irix cc bug on -0.0L
22100         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22101         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22102         entire testsuite consistent and avoids an Irix 6.2 bug.
22103
22104 2008-10-05  Bruno Haible  <bruno@clisp.org>
22105             Jim Meyering  <jim@meyering.net>
22106
22107         Add an option for ignoring EPIPE during close_stdout.
22108         * lib/closeout.h: Include <stdbool.h>.
22109         (close_stdout_set_ignore_EPIPE): New declaration.
22110         * lib/closeout.c: Include <stdbool.h>.
22111         (ignore_EPIPE): New variable.
22112         (close_stdout_set_ignore_EPIPE): New function.
22113         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22114         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22115         failure.
22116         * modules/closeout (Depends-on): Add stdbool.
22117
22118 2008-10-05  Bruno Haible  <bruno@clisp.org>
22119
22120         * modules/accept: New file.
22121         * modules/bind: New file.
22122         * modules/connect: New file.
22123         * modules/getpeername: New file.
22124         * modules/getsockname: New file.
22125         * modules/getsockopt: New file.
22126         * modules/listen: New file.
22127         * modules/recv: New file.
22128         * modules/recvfrom: New file.
22129         * modules/send: New file.
22130         * modules/sendto: New file.
22131         * modules/setsockopt: New file.
22132         * modules/socket: New file.
22133         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22134         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22135         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22136         the particular module is requested. Add a link warning when the
22137         particular module is not requested.
22138         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22139         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22140         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22141         the particular module is requested.
22142         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22143         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22144         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22145         * modules/sys_socket (Depends-on): Add link-warning.
22146         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22147         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22148         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22149         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22150         GL_LINK_WARNING.
22151         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22152         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22153         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22154         * doc/posix-functions/getpeername.texi: Mention the new module
22155         'getpeername'.
22156         * doc/posix-functions/getsockname.texi: Mention the new module
22157         'getsockname'.
22158         * doc/posix-functions/getsockopt.texi: Mention the new module
22159         'getsockopt'.
22160         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22161         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22162         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22163         * doc/posix-functions/send.texi: Mention the new module 'send'.
22164         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22165         * doc/posix-functions/setsockopt.texi: Mention the new module
22166         'setsockopt'.
22167         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22168         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22169         listen, connect, accept.
22170         * modules/select-tests (Depends-on): Likewise.
22171
22172 2008-10-05  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/winsock.c (strerror): Remove unused #undef.
22175         (rpl_close): Remove unused local variable.
22176
22177         * modules/sys_socket (Depends-on); Add errno.
22178
22179 2008-10-05  Bruno Haible  <bruno@clisp.org>
22180
22181         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22182         (select): Add a link warning when the 'select' module is not used.
22183         * modules/sys_select (Depends-on): Add link-warning.
22184         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22185         Suggested by Paolo Bonzini.
22186
22187 2008-10-05  Jim Meyering  <meyering@redhat.com>
22188
22189         bootstrap: check for LT_INIT more portably
22190         * build-aux/bootstrap: Avoid using grep -E, since it's not
22191         portable enough.  Suggestion from Bruno Haible.
22192
22193 2008-10-05  Bruno Haible  <bruno@clisp.org>
22194
22195         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22196         as being fixed by gnulib.
22197
22198 2008-10-05  Bruno Haible  <bruno@clisp.org>
22199
22200         * modules/select-tests: New file, mostly copied from
22201         modules/sys_select-tests.
22202         * tests/test-select.c: New file, mostly copied from
22203         tests/test-sys_select.c.
22204         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22205         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22206         (Makefile.am): Remove test_sys_select_LDADD.
22207
22208         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22209         to an undefined symbol, for an error message.
22210         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22211         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22212         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22213         winsock-select.c here.
22214         * modules/sys_select (Files): Remove lib/winsock-select.c.
22215         (Depends-on): Remove alloca.
22216         (Makefile.am): Substitute GNULIB_SELECT.
22217         * modules/select: New file.
22218         * doc/posix-functions/select.texi: Update.
22219
22220 2008-10-05  Bruno Haible  <bruno@clisp.org>
22221
22222         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22223         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22224         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22225         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22226         getdtablesize.
22227         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22228         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22229
22230 2008-10-05  Bruno Haible  <bruno@clisp.org>
22231
22232         * modules/getdtablesize-tests: New file.
22233         * tests/test-getdtablesize.c: New file.
22234
22235         New module 'getdtablesize'.
22236         * lib/unistd.in.h (getdtablesize): New declaration.
22237         * lib/getdtablesize.c: New file.
22238         * m4/getdtablesize.m4: New file.
22239         * modules/getdtablesize: New file.
22240         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22241         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22242         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22243         HAVE_GETDTABLESIZE.
22244         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22245
22246 2008-10-05  Bruno Haible  <bruno@clisp.org>
22247
22248         * modules/sched (Makefile.am): Fix typo.
22249         Reported by Simon Josefsson.
22250
22251 2008-10-05  Jim Meyering  <meyering@redhat.com>
22252
22253         bootstrap: check for LT_INIT, too
22254         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22255         are deprecated.  Suggestion from Ralf Wildenhues.
22256
22257 2008-10-05  Bruno Haible  <bruno@clisp.org>
22258
22259         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22260         overriding them by ours.
22261         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22262
22263 2008-10-05  Jim Meyering  <meyering@redhat.com>
22264
22265         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22266         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22267         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22268
22269 2008-10-04  Bruno Haible  <bruno@clisp.org>
22270
22271         * modules/dup2 (License): Change to LGPLv2+.
22272         * modules/sleep (License): Likewise.
22273         * modules/perror (License): Likewise.
22274         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22275         Blake.
22276         * modules/signal (License): Likewise.
22277         * modules/sigprocmask (License): Likewise.
22278         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22279         Meyering.
22280
22281 2008-10-04  Bruno Haible  <bruno@clisp.org>
22282
22283         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22284         Reported by Rainer Tammer <tammer@tammer.net>.
22285
22286 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22287             Bruno Haible  <bruno@clisp.org>
22288
22289         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22290         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22291         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22292
22293 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22294
22295         filevercmp: new module
22296         * lib/filevercmp.h: New function filevercmp comparing version strings.
22297         * lib/filevercmp.c: Implementation of filevercmp function.
22298         * modules/filevercmp: Module metadata.
22299         * tests/test-filevercmp.c: Unit test for new module.
22300         * modules/filevercmp-tests: Unit test metadata.
22301         * MODULES.html.sh: Add filevercmp module.
22302
22303 2008-10-03  Bruno Haible  <bruno@clisp.org>
22304
22305         * lib/c-ctype.h: Add comment.
22306         Reported by Jim Meyering.
22307
22308 2008-10-02  Bruno Haible  <bruno@clisp.org>
22309
22310         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22311
22312 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22313
22314         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22315         name of bootstrap.conf accordingly.
22316
22317 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22318
22319         * build-aux/bootstrap: Install git-merge-changelog configuration
22320         items into .gitconfig if needed.
22321
22322 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22323
22324         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22325         git repository, and initialize/update it accordingly.
22326
22327 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22328
22329         * modules/fsync-tests: New file.
22330         * tests/test-fsync.c: New file.
22331
22332         New module 'fsync'.
22333         * lib/fsync.c: New file.
22334         * m4/fsync.m4: New file.
22335         * modules/fsync: New file.
22336         * lib/unistd.in.h (fsync): New declaration.
22337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22338         GNULIB_FSYNC and HAVE_FSYNC.
22339         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22340         * MODULES.html.sh (posix_functions): Add fsync.
22341         * doc/posix-functions/fsync.texi: Mention the new module.
22342
22343 2008-10-02  Jim Meyering  <meyering@redhat.com>
22344
22345         fts.c: sync with similar code from coreutils' remove.c
22346         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22347         Guard also with "#if defined __linux__", since for now at least,
22348         this code is Linux-kernel-specific.
22349
22350 2008-10-02  Jim Meyering  <meyering@redhat.com>
22351
22352         fts: bug fixes
22353         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22354         Include <sys/vfs.h>, not <sys/statfs.h>.
22355
22356         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22357         Include <sys/vfs.h>, not <sys/statfs.h>.
22358
22359 2008-10-01  Bruno Haible  <bruno@clisp.org>
22360
22361         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22362         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22363         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22364         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22365         * doc/posix-functions/posix_spawnp.texi: Likewise.
22366         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22367         whether posix_spawn actually works.
22368         * m4/pipe.m4 (gl_PIPE): Likewise.
22369         * modules/execute (Files): Add m4/posix_spawn.m4.
22370         * modules/pipe (Files): Add m4/posix_spawn.m4.
22371         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22372
22373 2008-10-01  Jim Meyering  <meyering@redhat.com>
22374
22375         remove trailing spaces
22376         * NEWS: Likewise.
22377         * lib/poll.c (poll): Likewise.
22378         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22379         * lib/winsock.c (rpl_close): Likewise.
22380         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22381         * modules/yield: Likewise.
22382         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22383         * tests/test-sys_select.c (connect_to_socket): Likewise.
22384
22385         fts.c: adjust a new interface to be more generally useful
22386         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22387         (fts_build): Adjust caller.
22388
22389 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22390
22391         * modules/cond-tests: New file.
22392         * tests/test-cond.c: New file.
22393
22394 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22395             Bruno Haible  <bruno@clisp.org>
22396
22397         * modules/cond (Dependencies): Add errno, time.
22398         * lib/glthread/cond.h: Include <time.h>.
22399         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22400         across platforms.
22401
22402 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22403             Bruno Haible  <bruno@clisp.org>
22404
22405         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22406
22407 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22408             Bruno Haible  <bruno@clisp.org>
22409
22410         * modules/tls-tests (Depends-on): Add thread, yield.
22411         (configure.ac): Remove all checks.
22412         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22413         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22414         gl_thread_self): Remove definitions. Include glthread/thread.h and
22415         glthread/yield.h instead.
22416         (test_tls): Pass an additional NULL argument to gl_thread_join.
22417
22418 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22419             Bruno Haible  <bruno@clisp.org>
22420
22421         * modules/lock-tests (Depends-on): Add thread, yield.
22422         (configure.ac): Remove all checks.
22423         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22424         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22425         gl_thread_self): Remove definitions. Include glthread/thread.h and
22426         glthread/yield.h instead.
22427         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22428         additional NULL argument to gl_thread_join.
22429
22430 2008-09-30  Bruno Haible  <bruno@clisp.org>
22431
22432         Fix the Win32 implementation of the 'thread' module.
22433         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22434         pointer type.
22435         (gl_thread_self): Invoke gl_thread_self_func.
22436         (gl_thread_self_func): New declaration.
22437         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22438         (do_init_self_key, init_self_key): New functions.
22439         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22440         Remove some fields.
22441         (running_threads, running_lock): Remove variables.
22442         (get_current_thread_handle): New function.
22443         (gl_thread_self_func, wrapper_func, glthread_create_func,
22444         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22445         simplified.
22446
22447 2008-09-30  Bruno Haible  <bruno@clisp.org>
22448
22449         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22450         files.
22451
22452 2008-09-30  Jim Meyering  <meyering@redhat.com>
22453
22454         fts.m4: correct the test for statfs.f_type
22455         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22456         when checking for statfs.f_type.
22457
22458 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22459
22460         tests: avoid some compiler warnings
22461         * tests/test-memchr.c (main): Pass NULL indirectly.
22462         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22463
22464 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22465
22466         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22467         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22468         exactly specified dayshifts.
22469         (dayshift): New rule.
22470         (rel): Add dayshift.
22471         (relative_time_table) [tomorrow, yesterday, today, now]:
22472         Use tDAY_SHIFT in place of tDAY_UNIT.
22473         * tests/test-getdate.c: Add tests for now-disallowed countable
22474         dayshifts, e.g., "4 yesterday ago".
22475
22476 2008-09-29  Bruno Haible  <bruno@clisp.org>
22477
22478         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22479         * tests/test-posix_spawn1.in.sh: Renamed from
22480         tests/test-posix_spawn.in.sh.
22481         * tests/test-posix_spawn2.c: New file.
22482         * tests/test-posix_spawn2.in.sh: New file.
22483         * modules/posix_spawnp-tests (Files): Update.
22484         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22485
22486 2008-09-29  Bruno Haible  <bruno@clisp.org>
22487
22488         Propagate effects of putenv/setenv/unsetenv to child processes.
22489         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22490         * lib/pipe.c (create_pipe): Likewise.
22491
22492 2008-09-29  Bruno Haible  <bruno@clisp.org>
22493
22494         Enable use of shell scripts as executables in mingw.
22495         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22496         run the program as a shell script.
22497         * lib/pipe.c (create_pipe): Likewise.
22498         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22499         resulting array.
22500
22501 2008-09-29  Eric Blake  <ebb9@byu.net>
22502
22503         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22504
22505 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22506
22507         * doc/posix-functions/accept.texi: Update mingw problems.
22508         * doc/posix-functions/bind.texi: Update mingw problems.
22509         * doc/posix-functions/close.texi: Update mingw problems.
22510         * doc/posix-functions/connect.texi: Update mingw problems.
22511         * doc/posix-functions/getpeername.texi: Update mingw problems.
22512         * doc/posix-functions/getsockname.texi: Update mingw problems.
22513         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22514         * doc/posix-functions/ioctl.texi: Update mingw problems.
22515         * doc/posix-functions/listen.texi: Update mingw problems.
22516         * doc/posix-functions/recv.texi: Update mingw problems.
22517         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22518         * doc/posix-functions/select.texi: Update mingw problems.
22519         * doc/posix-functions/send.texi: Update mingw problems.
22520         * doc/posix-functions/sendto.texi: Update mingw problems.
22521         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22522         * doc/posix-functions/socket.texi: Update mingw problems.
22523
22524 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22525             Bruno Haible  <bruno@clisp.org>
22526
22527         * lib/sys_select.in.h: Include sys/time.h.
22528         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22529         * modules/sys_select: Depend on sys_time.
22530         * tests/test-sys_select.c: Test that sys/select.h defines struct
22531         timeval fully.
22532
22533 2008-09-29  Bruno Haible  <bruno@clisp.org>
22534
22535         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22536         * lib/sys_select.in.h: Likewise.
22537
22538 2008-09-29  Bruno Haible  <bruno@clisp.org>
22539
22540         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22541
22542 2008-09-29  Bruno Haible  <bruno@clisp.org>
22543
22544         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22545         Set LIBSOCKET instead of augmenting LIBS.
22546         * modules/sockets (Link): New section.
22547         * modules/sockets-tests (test_sockets_LDADD): New variable.
22548         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22549         * modules/poll-tests (test_poll_LDADD): New variable.
22550         * NEWS: Document the change.
22551
22552 2008-09-29  Bruno Haible  <bruno@clisp.org>
22553
22554         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22555         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22556         ARPA_INET_H directly.
22557         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22558
22559 2008-09-28  Bruno Haible  <bruno@clisp.org>
22560
22561         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22562         from gl_HEADER_SYS_SOCKET.
22563         (gl_HEADER_SYS_SOCKET): Invoke it.
22564         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22565
22566 2008-09-28  Bruno Haible  <bruno@clisp.org>
22567
22568         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22569         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22570         Needed on OSF/1 4.0.
22571
22572 2008-09-28  Bruno Haible  <bruno@clisp.org>
22573
22574         Override open more carefully.
22575         * lib/open.c (orig_open): New function.
22576         (rpl_open): Use orig_open instead of open.
22577         * lib/fcntl.in.h: Add special invocation convention.
22578         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22579         (gl_FUNC_OPEN): Invoke it.
22580
22581         Override freopen more carefully.
22582         * lib/freopen.c (orig_freopen): New function.
22583         (rpl_freopen): Use orig_freopen instead of freopen.
22584         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22585         (gl_FUNC_FREOPEN): Invoke it.
22586
22587         Override fopen more carefully.
22588         * lib/fopen.c (orig_fopen): New function.
22589         (rpl_fopen): Use orig_fopen instead of fopen.
22590         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22591         (gl_FUNC_FOPEN): Invoke it.
22592         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22593
22594 2008-09-28  Bruno Haible  <bruno@clisp.org>
22595
22596         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22597         SIGPIPE.
22598
22599 2008-09-28  Bruno Haible  <bruno@clisp.org>
22600
22601         * tests/test-sigaction.c (handler, main): Disable the check whether
22602         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22603         glibc systems with LinuxThreads.
22604
22605 2008-09-28  Bruno Haible  <bruno@clisp.org>
22606
22607         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22608
22609         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22610         with AIX xlc.
22611         * lib/fcntl.in.h (open): Likewise.
22612         Reported by Rainer Tammer <tammer@tammer.net>.
22613
22614 2008-09-28  Bruno Haible  <bruno@clisp.org>
22615
22616         * modules/posix_spawnp-tests: New file.
22617         * tests/test-posix_spawn.c: New file.
22618         * tests/test-posix_spawn.in.sh: New file.
22619
22620         New module 'posix_spawnp'.
22621         * modules/posix_spawnp: New file.
22622         * lib/spawnp.c: New file, from GNU libc with modifications.
22623         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22624
22625         New module 'posix_spawn'.
22626         * modules/posix_spawn: New file.
22627         * lib/spawn.c: New file, from GNU libc with modifications.
22628         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22629
22630         New module 'posix_spawnattr_destroy'.
22631         * modules/posix_spawnattr_destroy: New file.
22632         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22633         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22634         module.
22635
22636         New module 'posix_spawnattr_setsigmask'.
22637         * modules/posix_spawnattr_setsigmask: New file.
22638         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22639         modifications.
22640         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22641         new module.
22642
22643         New module 'posix_spawnattr_getsigmask'.
22644         * modules/posix_spawnattr_getsigmask: New file.
22645         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22646         modifications.
22647         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22648         new module.
22649
22650         New module 'posix_spawnattr_setsigdefault'.
22651         * modules/posix_spawnattr_setsigdefault: New file.
22652         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22653         modifications.
22654         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22655         new module.
22656
22657         New module 'posix_spawnattr_getsigdefault'.
22658         * modules/posix_spawnattr_getsigdefault: New file.
22659         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22660         modifications.
22661         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22662         new module.
22663
22664         New module 'posix_spawnattr_setschedpolicy'.
22665         * modules/posix_spawnattr_setschedpolicy: New file.
22666         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22667         modifications.
22668         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22669         new module.
22670
22671         New module 'posix_spawnattr_getschedpolicy'.
22672         * modules/posix_spawnattr_getschedpolicy: New file.
22673         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22674         modifications.
22675         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22676         new module.
22677
22678         New module 'posix_spawnattr_setschedparam'.
22679         * modules/posix_spawnattr_setschedparam: New file.
22680         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22681         modifications.
22682         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22683         new module.
22684
22685         New module 'posix_spawnattr_getschedparam'.
22686         * modules/posix_spawnattr_getschedparam: New file.
22687         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22688         modifications.
22689         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22690         new module.
22691
22692         New module 'posix_spawnattr_setpgroup'.
22693         * modules/posix_spawnattr_setpgroup: New file.
22694         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22695         modifications.
22696         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22697         module.
22698
22699         New module 'posix_spawnattr_getpgroup'.
22700         * modules/posix_spawnattr_getpgroup: New file.
22701         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22702         modifications.
22703         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22704         module.
22705
22706         New module 'posix_spawnattr_setflags'.
22707         * modules/posix_spawnattr_setflags: New file.
22708         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22709         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22710         module.
22711
22712         New module 'posix_spawnattr_getflags'.
22713         * modules/posix_spawnattr_getflags: New file.
22714         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22715         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22716         module.
22717
22718         New module 'posix_spawnattr_init'.
22719         * modules/posix_spawnattr_init: New file.
22720         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22721         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22722         module.
22723
22724         New module 'posix_spawn_file_actions_destroy'.
22725         * modules/posix_spawn_file_actions_destroy: New file.
22726         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22727         modifications.
22728         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22729         the new module.
22730
22731         New module 'posix_spawn_file_actions_addopen'.
22732         * modules/posix_spawn_file_actions_addopen: New file.
22733         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22734         modifications.
22735         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22736         the new module.
22737
22738         New module 'posix_spawn_file_actions_adddup2'.
22739         * modules/posix_spawn_file_actions_adddup2: New file.
22740         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22741         modifications.
22742         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22743         the new module.
22744
22745         New module 'posix_spawn_file_actions_addclose'.
22746         * modules/posix_spawn_file_actions_addclose: New file.
22747         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22748         modifications.
22749         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22750         the new module.
22751
22752         New module 'posix_spawn_file_actions_init'.
22753         * modules/posix_spawn_file_actions_init: New file.
22754         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22755         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22756         new module.
22757
22758         New module 'posix_spawn-internal'.
22759         * modules/posix_spawn-internal: New file.
22760         * lib/spawn_int.h: New file, from GNU libc with modifications.
22761         * lib/spawni.c: New file, from GNU libc with modifications.
22762         * m4/posix_spawn.m4: New file.
22763
22764         New module 'spawn'.
22765         * modules/spawn: New file.
22766         * lib/spawn.in.h: New file, from GNU libc with modifications.
22767         * m4/spawn_h.m4: New file.
22768         * doc/posix-headers/spawn.texi: Mention the new module.
22769
22770 2008-09-28  Bruno Haible  <bruno@clisp.org>
22771
22772         * modules/sched-tests: New file.
22773         * tests/test-sched.c: New file.
22774
22775         New module 'sched'.
22776         * modules/sched: New file.
22777         * lib/sched.in.h: New file.
22778         * m4/sched_h.m4: New file.
22779         * doc/posix-headers/sched.texi: Mention the new module.
22780
22781 2008-09-27  Eric Blake  <ebb9@byu.net>
22782
22783         Fix previous patch, and tweak references to $0.
22784         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22785         (func_version, func_gnulib_dir): Don't call this program
22786         gnulib-tool.
22787         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22788         with using $0 in function.
22789         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22790         (func_fatal_error): Reuse the name the user invoked us with.
22791
22792 2008-09-27  Bruno Haible  <bruno@clisp.org>
22793
22794         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22795         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22796         (gl_ICONV_H): Not here.
22797         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22798         instead of assigning ICONV_H directly.
22799
22800         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22801         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22802         WCHAR_H directly.
22803
22804 2008-09-27  Bruno Haible  <bruno@clisp.org>
22805
22806         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22807         * modules/arpa_inet (Depends-on): Add link-warning.
22808         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22809         * modules/unistd (Makefile.am): Likewise.
22810
22811 2008-09-26  Bruno Haible  <bruno@clisp.org>
22812
22813         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22814         variables.
22815         (func_version): Essentially copied from gnulib-tool.
22816         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22817         func_readlink): Copied from gnulib-tool.
22818
22819 2008-09-26  Bruno Haible  <bruno@clisp.org>
22820
22821         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22822         invoking git-version-gen.
22823
22824 2008-09-26  Bruno Haible  <bruno@clisp.org>
22825
22826         * posix-modules: Update to directory names changed on 2008-01-19.
22827         Remove commas in output before splitting into words. No more need to
22828         avoid 'ftruncate' since 2007-02-19.
22829
22830 2008-09-26  Bruno Haible  <bruno@clisp.org>
22831
22832         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22833
22834 2008-09-26  Bruno Haible  <bruno@clisp.org>
22835
22836         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22837         * modules/fwriteerror (Depends-on): Add errno.
22838
22839 2008-09-26  Bruno Haible  <bruno@clisp.org>
22840
22841         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22842         * tests/test-vc-list-files-cvs.sh: Likewise.
22843
22844 2008-09-26  Bruno Haible  <bruno@clisp.org>
22845
22846         * doc/posix-headers/sys_resource.texi: Reorder items.
22847
22848 2008-09-26  Jim Meyering  <meyering@redhat.com>
22849
22850         fts: tweak inode comparison function
22851         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22852         inode numbers, as documented.
22853
22854         fts: sort dirent entries on inode number before traversing
22855         This avoids a quadratic, seek-related performance penalty when
22856         operating on a directory containing many entries (measurable at 10k;
22857         3.5 hours at 2 million entries with a cold cache) on certain types
22858         of file systems, including ext3 and ext4, but not tmpfs.
22859         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22860         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22861         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22862         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22863         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22864         (fts_build): Set the stat.st_ino member from D_INO.
22865         If it is likely to be useful, sort dirent entries on inode number.
22866
22867         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22868         and the struct statfs.f_type member.
22869         * modules/fts (Depends-on): Add d-ino.
22870
22871 2008-09-26  Bruno Haible  <bruno@clisp.org>
22872
22873         * modules/sigpipe-die (Depends-on): Add sigpipe.
22874
22875         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22876         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22877         and GNULIB_STDIO_H_SIGPIPE are set.
22878         * lib/stdio-write.c: New file.
22879         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22880         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22881         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22882         REPLACE_STDIO_WRITE_FUNCS.
22883         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22884         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22885         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22886         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22887         * modules/stdio (Files): Add lib/stdio-write.c.
22888         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22889         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22890         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22891         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22892         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22893         REPLACE_FPRINTF_POSIX.
22894         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22895         REPLACE_PRINTF_POSIX.
22896         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22897         REPLACE_VFPRINTF_POSIX.
22898         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22899         REPLACE_VPRINTF_POSIX.
22900         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22901         SIGPIPE issue.
22902         * doc/posix-functions/fputc.texi: Likewise.
22903         * doc/posix-functions/fputs.texi: Likewise.
22904         * doc/posix-functions/fwrite.texi: Likewise.
22905         * doc/posix-functions/printf.texi: Likewise.
22906         * doc/posix-functions/putc.texi: Likewise.
22907         * doc/posix-functions/putchar.texi: Likewise.
22908         * doc/posix-functions/puts.texi: Likewise.
22909         * doc/posix-functions/vfprintf.texi: Likewise.
22910         * doc/posix-functions/vprintf.texi: Likewise.
22911
22912         * modules/safe-write (Depends-on): Add write.
22913
22914         * modules/sigpipe-tests: New file.
22915         * tests/test-sigpipe.c: New file.
22916         * tests/test-sigpipe.sh: New file.
22917
22918         * modules/write: New file.
22919         * lib/unistd.in.h: Include <sys/types.h>.
22920         (write): New declaration.
22921         * lib/write.c: New file.
22922         * m4/write.m4: New file.
22923         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22924         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22925         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22926         GNULIB_WRITE, REPLACE_WRITE.
22927         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22928         and the SIGPIPE issue.
22929
22930         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22931         (raise): New declaration.
22932         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22933         (ext_signal): New function.
22934         (rpl_raise): New function.
22935         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22936         GNULIB_SIGNAL_H_SIGPIPE.
22937         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22938         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22939
22940         * modules/sigpipe: New file.
22941         * m4/sigpipe.m4: New file.
22942
22943 2008-09-25  Derek Price  <derek@ximbiot.com>
22944             Bruno Haible  <bruno@clisp.org>
22945
22946         * gnulib-tool (func_import): Report all license incompatibilities, not
22947         just the first one.
22948
22949 2008-09-25  Bruno Haible  <bruno@clisp.org>
22950
22951         * gnulib-tool (func_import): When computing the edits, consider not
22952         only the Makefile.ams that exist but also those that will be generated.
22953
22954 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22955
22956         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22957         fixes gnulib-tool --test warning about duplicate dependency.
22958
22959 2008-09-25  Bruno Haible  <bruno@clisp.org>
22960
22961         * gnulib-tool: Don't ask the user to perform edits in the generated
22962         Makefile.ams.
22963         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22964         apply to the Makefile.am being generated.
22965         (func_emit_tests_Makefile_am): Execute edits that apply to the
22966         Makefile.am being generated.
22967         (func_import): Setup list of Makefile.am edits before emitting the
22968         Makefile.ams, not at the end.
22969         (func_create_testdir): Update.
22970         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22971
22972 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22973
22974         * gnulib-tool (func_import): Store the --tests-base option in the
22975         comment in gnulib-cache.m4.
22976
22977 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22978
22979         * NEWS: Document increased portability that sys_select now provides.
22980
22981         * lib/sys_select.in.h: Install select wrapper.
22982         * lib/sys_socket.in.h: Use more descriptive name when there is no
22983         select wrapper.
22984         * lib/winsock-select.c: New.
22985         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22986         Require gl_HEADER_SYS_SOCKET.
22987         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22988         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22989         * tests/test-sys_select.c: Add functional tests.
22990
22991 2008-09-24  Eric Blake  <ebb9@byu.net>
22992
22993         open, fopen: close fd leak in last patch
22994         * lib/open.c (rpl_open): Close fd before returning error.
22995         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22996         * doc/posix-functions/open.texi (open): Document that Irix also
22997         has the bug.
22998         * doc/posix-functions/fopen.texi (fopen): Likewise.
22999         Reported by Paolo Bonzini.
23000
23001 2008-09-24  Bruno Haible  <bruno@clisp.org>
23002
23003         Ensure that a filename ending in a slash cannot be used to access a
23004         non-directory.
23005         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
23006         to check whether it's really a directory.
23007         * lib/fopen.c: Include fcntl.h, unistd.h.
23008         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
23009         and fdopen().
23010         * modules/fopen (Depends-on): Add unistd.
23011         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
23012         * tests/test-fopen.c (main): Likewise.
23013         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
23014         * doc/posix-functions/fopen.texi: Likewise.
23015         Reported by Eric Blake.
23016
23017 2008-09-23  Eric Blake  <ebb9@byu.net>
23018
23019         c-stack: avoid compiler optimizations when provoking overflow
23020         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
23021         recursion harder to optimize, to ensure a stack overflow occurs.
23022         * tests/test-c-stack.c (recurse): Likewise.
23023         Borrowed from libsigsegv.
23024
23025         c-stack: work around Irix sigaltstack bug
23026         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
23027         whether sigaltstack uses wrong end of stack_t (copied in part from
23028         libsigsegv).
23029         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
23030         Irix bug, without requiring an over-allocation.
23031         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
23032         bug.
23033
23034         fopen: document mingw bug on directories
23035         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
23036         not allowing a stream visiting a directory, even though reading
23037         from such a stream is not portable.
23038
23039 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23040
23041         * lib/poll.c: Rewrite.
23042         * modules/poll: Depend on alloca.
23043
23044 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23045
23046         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23047         instead define prototypes for a full set of wrappers.  Ensure
23048         that Cygwin does not use the compatibility code, which is only
23049         for MinGW.
23050         * lib/winsock.c: New.
23051         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23052         * modules/sys_socket: Add lib/winsock.c.
23053
23054         * modules/poll-tests: Add errno and perror.
23055         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23056
23057 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23058
23059         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23060
23061 2008-09-23  Bruno Haible  <bruno@clisp.org>
23062
23063         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23064         * doc/glibc-functions/*: Likewise.
23065
23066 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23067
23068         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23069         success.
23070
23071 2008-09-22  Eric Blake  <ebb9@byu.net>
23072             Bruno Haible  <bruno@clisp.org>
23073
23074         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23075         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23076         supply %A but mishandle pseudo-NaN.
23077         Reported by Simon Josefsson.
23078
23079 2008-09-21  Bruno Haible  <bruno@clisp.org>
23080
23081         * tests/test-lock.c (main): Tweak skip message.
23082         * tests/test-tls.c (main): Likewise.
23083
23084 2008-09-21  Bruno Haible  <bruno@clisp.org>
23085
23086         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23087         whether 'struct sigaction' has sa_sigaction here...
23088         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23089         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23090
23091 2008-09-21  Bruno Haible  <bruno@clisp.org>
23092
23093         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23094         section.
23095         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23096         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23097         the new section.
23098         (Support for obsolete systems lacking POSIX:2001): New section.
23099         (String handling <string.h>): Move strdup to the new section.
23100         Suggested by Simon Josefsson and Paolo Bonzini.
23101
23102 2008-09-21  Bruno Haible  <bruno@clisp.org>
23103
23104         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23105         exponents in %e and %g results on 'long double'. Needed for mingw's
23106         improved *printf functions.
23107         * tests/test-vasprintf-posix.c (test_function): Likewise.
23108         * tests/test-snprintf-posix.h (test_function): Likewise.
23109         * tests/test-sprintf-posix.h (test_function): Likewise.
23110         Reported by Eric Blake.
23111
23112 2008-09-21  Bruno Haible  <bruno@clisp.org>
23113
23114         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23115         * tests/test-sprintf-posix.h (test_function): Likewise.
23116
23117 2008-09-21  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/getpass (Depends-on): Add strdup-posix.
23120
23121         New module 'strdup-posix'.
23122         * modules/strdup-posix: New file.
23123         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23124         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23125         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23126         REPLACE_STRDUP.
23127         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23128         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23129         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23130         strdup-posix.
23131
23132         * modules/strdup (Depends-on): Remove malloc-posix.
23133
23134 2008-09-20  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23137         Wildenhues.
23138
23139 2008-09-20  Bruno Haible  <bruno@clisp.org>
23140
23141         Ensure that wint_t gets defined on IRIX 5.3.
23142         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23143         * lib/wctype.in.h (wint_t): Likewise.
23144         (__wctype_wint_t): Remove type.
23145         (isw*): Use wint_t instead of __wctype_wint_t.
23146         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23147         * modules/wchar (Files): Add m4/wint_t.m4.
23148         (Makefile.am): Substitute HAVE_WINT_T.
23149         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23150         * tests/test-wctype.c: Check that wint_t is defined.
23151         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23152         * doc/posix-headers/wctype.texi: Likewise.
23153         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23154
23155 2008-09-18  Bruno Haible  <bruno@clisp.org>
23156
23157         * gnulib-tool (func_exit): Update comment.
23158
23159 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23160
23161         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23162         assumes strdup exists and does not depend on strdup to return
23163         ENOMEM on out of memory conditions.
23164
23165 2008-09-18  Bruno Haible  <bruno@clisp.org>
23166
23167         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23168         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23169         digits for the exponent.
23170
23171 2008-09-18  Jim Meyering  <meyering@redhat.com>
23172             Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/vasnprintf.c (decimal_point_char): Define also if
23175         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23176
23177 2008-09-16  Bruno Haible  <bruno@clisp.org>
23178         and Eric Blake  <ebb9@byu.net>
23179
23180         vasnprintf: support Irix 5.3
23181         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23182         that mishandle long double infinity.
23183         Reported by Tom G. Christensen.
23184
23185 2008-09-16  Bruno Haible  <bruno@clisp.org>
23186
23187         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23188         Solaris 9.
23189         * doc/glibc-functions/alphasort.texi: Likewise.
23190         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23191
23192 2008-09-16  Jim Meyering  <meyering@redhat.com>
23193
23194         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23195         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23196         a umask modification leak out of a subshell.  Otherwise, the
23197         opensolaris /bin/sh would be accepted and thus cause unwarranted
23198         failures in the coreutils test suite.
23199
23200 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23201
23202         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23203         to succeed.
23204
23205 2008-09-16  Jim Meyering  <meyering@redhat.com>
23206
23207         avoid spurious test failure when library is built without ACL support
23208         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23209         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23210         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23211         * tests/test-copy-acl.sh: Likewise.
23212
23213 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23214
23215         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23216         based on character occurrence counts.
23217
23218 2008-09-15  Eric Blake  <ebb9@byu.net>
23219
23220         tests: avoid some compiler warnings
23221         * tests/test-memchr.c (main): Pass NULL indirectly.
23222         * tests/test-closein.c (main): Avoid unused variable.
23223
23224 2008-09-15  Bruno Haible  <bruno@clisp.org>
23225
23226         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23227         are missing on OpenBSD 4.0 individually.
23228         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23229
23230 2008-09-15  Bruno Haible  <bruno@clisp.org>
23231
23232         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23233         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23234         * doc/posix-functions/perror.texi: Likewise.
23235         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23236         is missing.
23237         Reported by Eric Blake.
23238
23239         * lib/errno.in.h: Use replacement values >= 2000.
23240         Reported by Eric Blake.
23241
23242 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23243
23244         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23245         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23246         limit.
23247         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23248         compareseq was aborted.
23249
23250 2008-09-14  Bruno Haible  <bruno@clisp.org>
23251
23252         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23253         yvec_edit_count.
23254         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23255         (fstrcmp_bounded): Simplify result computation accordingly.
23256
23257 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23258
23259         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23260         (fstrcmp): Define in terms of fstrcmp_bounded.
23261         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23262         lower_bound argument.
23263         Return quickly if the result is certainly < lower_bound.
23264         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23265
23266 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23267
23268         * lib/diffseq.h (EARLY_ABORT): New macro.
23269         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23270         evaluates to true.
23271
23272 2008-09-14  Bruno Haible  <bruno@clisp.org>
23273
23274         * modules/perror-tests: New file.
23275         * tests/test-perror.sh: New file.
23276         * tests/test-perror.c: New file.
23277
23278         New module 'perror'.
23279         * lib/stdio.in.h (perror): New declaration.
23280         * lib/perror.c: New file.
23281         * m4/perror.m4: New file.
23282         * modules/perror: New file.
23283         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23284         * doc/posix-functions/perror.texi: Mention the perror module.
23285         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23286         REPLACE_PERROR.
23287         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23288         REPLACE_PERROR.
23289
23290 2008-09-14  Bruno Haible  <bruno@clisp.org>
23291
23292         * modules/stdio (Makefile.am): Reorder to match the order in
23293         lib/stdio.in.h.
23294         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23295
23296 2008-09-13  Bruno Haible  <bruno@clisp.org>
23297
23298         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23299
23300 2008-09-13  Bruno Haible  <bruno@clisp.org>
23301
23302         Extend strerror to cover the added errno values.
23303         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23304         (rpl_strerror): Provide error messages for the added errno values and
23305         for the WSA* values.
23306         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23307         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23308         strerror.
23309         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23310         * modules/strerror (Depends-on): Add errno.
23311         * doc/posix-functions/strerror.texi: Document the change.
23312         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23313         and EOVERFLOW.
23314
23315 2008-09-13  Bruno Haible  <bruno@clisp.org>
23316
23317         * modules/EOVERFLOW: Remove file.
23318         * m4/eoverflow.m4: Remove file.
23319         * modules/EOVERFLOW-tests: Remove file.
23320         * tests/test-EOVERFLOW.c: Remove file.
23321         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23322         * modules/ftell (Depends-on): Likewise.
23323         * modules/getdelim (Depends-on): Likewise.
23324         * modules/getugroups (Depends-on): Likewise.
23325         * modules/poll (Depends-on): Likewise.
23326         * modules/snprintf (Depends-on): Likewise.
23327         * modules/sprintf-posix (Depends-on): Likewise.
23328         * modules/vasnprintf (Depends-on): Likewise.
23329         * modules/vasprintf (Depends-on): Likewise.
23330         * modules/vfprintf-posix (Depends-on): Likewise.
23331         * modules/vsnprintf (Depends-on): Likewise.
23332         * modules/vsprintf-posix (Depends-on): Likewise.
23333         * modules/xvasprintf (Depends-on): Likewise.
23334         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23335         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23336         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23337         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23338         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23339         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23340         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23341         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23342         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23343         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23344         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23345         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23346         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23347         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23348         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23349         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23350         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23351         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23352         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23353         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23354         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23355         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23356         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23357         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23358         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23359         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23360         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23361         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23362         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23363         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23364         * MODULES.html.sh: Remove EOVERFLOW.
23365         * NEWS: Mention the change.
23366
23367 2008-09-13  Bruno Haible  <bruno@clisp.org>
23368
23369         * modules/errno-tests: New file.
23370         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23371
23372         * lib/errno.in.h: New file.
23373         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23374         * modules/errno: New file.
23375         * doc/posix-headers/errno.texi: Update documentation.
23376         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23377
23378 2008-09-13  Bruno Haible  <bruno@clisp.org>
23379
23380         * tests/test-poll.c: Use #if for native Windows, rather than testing
23381         __MSVCRT__.
23382
23383 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23384             Bruno Haible  <bruno@clisp.org>
23385
23386         * lib/glob.c: Don't include <pwd.h> on native Windows.
23387         (WINDOWS32): New macro.
23388         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23389
23390 2008-09-13  Bruno Haible  <bruno@clisp.org>
23391
23392         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23393         (ETIMEDOUT): Remove macro.
23394         (glthread_cond_timedwait_multithreaded): New declaration.
23395         (glthread_cond_timedwait): Use it.
23396         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23397         (glthread_cond_timedwait_multithreaded): New function.
23398
23399 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23400
23401         * modules/poll-tests: Do not check for io.h.
23402         * tests/test-poll.c: Check for __MSVCRT__ instead.
23403
23404 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23405
23406         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23407         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23408         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23409
23410 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23411
23412         * modules/poll-tests: New.
23413         * tests/test-poll.c: New.
23414
23415 2008-09-12  Eric Blake  <ebb9@byu.net>
23416
23417         frexp: test for NetBSD failure on -0.0
23418         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23419         not all, bugs from NetBSD 3.0 have been fixed.
23420         * doc/posix-functions/frexp.texi (frexp): Document bug.
23421         Reported by Thomas Klausner.
23422
23423         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23424         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23425         literal -0.0.
23426         Reported by Jonathan C. Patschke <jp@centtech.com>.
23427
23428 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23429
23430         * lib/glthread/cond.h: Use dummy implementation also if
23431         USE_WIN32_THREADS.
23432
23433 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23434
23435         * modules/fnmatch-posix (License): Change to LGPLv2+.
23436         * modules/fnmatch-gnu (License): Likewise.
23437
23438 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23439
23440         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23441
23442 2008-09-11  Jim Meyering  <meyering@redhat.com>
23443
23444         * users.txt: Add gtk-vnc.
23445
23446 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23447
23448         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23449         rotate amounts.
23450
23451         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23452         required for 16-bit and 8-bit rotates.
23453         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23454         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23455         UINT8_MAX instead of hard-coded constants.
23456         Suggested by Paul Eggert.
23457
23458 2008-09-07  Bruno Haible  <bruno@clisp.org>
23459
23460         * tests/test-striconveh.c (main): Check behaviour when converting from
23461         UTF-7.
23462
23463         Make striconveh work better with stateful encodings.
23464         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23465         that iconv does not increment the inptr when returning -1/EINVAL.
23466
23467 2008-09-07  Bruno Haible  <bruno@clisp.org>
23468
23469         * build-aux/config.rpath: Update according to libtool-2.2.6.
23470         * build-aux/config.libpath: Likewise.
23471
23472 2008-09-06  Bruno Haible  <bruno@clisp.org>
23473
23474         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23475         * lib/freadptr.c (freadptr): Likewise.
23476         * lib/freadseek.c (freadptrinc): Likewise.
23477         Reported by Simon Josefsson.
23478
23479 2008-09-06  Bruno Haible  <bruno@clisp.org>
23480
23481         * modules/freadptr (License): Change to LGPLv2+.
23482         * modules/freadseek (License): Likewise.
23483         Suggested by Eric Blake.
23484
23485         * modules/memchr2 (License): Change to LGPLv2+.
23486         Approved by Eric Blake.
23487
23488 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23489             Bruno Haible  <bruno@clisp.org>
23490
23491         Make gnulib-tool work with native 'sed' on AIX.
23492         * gnulib-tool (sed_noop): New variable.
23493         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23494         func_add_or_update, func_create_testdir): Use it to initialize sed
23495         script variables.
23496         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23497
23498 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23499             Bruno Haible  <bruno@clisp.org>
23500
23501         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23502         also works after #include directives.
23503
23504 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23505
23506         getdate.y: reject an out-of-range timezone value
23507         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23508         the range [-24...+24].  When specified with only one or two digits,
23509         * tests/test-getdate.c: Tests for the fix.
23510         * doc/getdate.texi: Document this change.
23511
23512 2008-09-03  Bruno Haible  <bruno@clisp.org>
23513
23514         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23515
23516 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23517
23518         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23519         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23520         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23521         Blake <ebb9@byu.net>.
23522
23523         * tests/test-bitrotate.c: Add more test vectors.
23524
23525 2008-09-02  Eric Blake  <ebb9@byu.net>
23526
23527         vasnprintf-posix: handle large precision via %.*d
23528         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23529         when handling it ourselves.
23530         * tests/test-vasnprintf-posix.c (test_function): Add test.
23531         * tests/test-snprintf-posix.h (test_function): Likewise.
23532         * tests/test-sprintf-posix.h (test_function): Likewise.
23533         * tests/test-vasprintf-posix.c (test_function): Likewise.
23534         Reported by Alain Guibert.
23535
23536 2008-09-01  Eric Blake  <ebb9@byu.net>
23537
23538         c-stack: make configure-time check more robust
23539         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23540         successful sigaction call.
23541         Reported by Tom G. Christensen.
23542
23543 2008-09-01  Bruno Haible  <bruno@clisp.org>
23544
23545         New module 'findprog-lgpl'.
23546         * modules/findprog-lgpl: New file.
23547         * lib/findprog-lgpl.c: New file.
23548         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23549         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23550         to decide whether to use strdup or xstrdup, concatenated_filename or
23551         xconcatenated_filename.
23552
23553 2008-09-01  Bruno Haible  <bruno@clisp.org>
23554
23555         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23556         'xconcat-filename' (GPL).
23557         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23558         (License): Change to LGPLv2+.
23559         * modules/xconcat-filename: New file.
23560         * lib/concat-filename.h (concatenated_filename): Change specification.
23561         (xconcatenated_filename): New declaration.
23562         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23563         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23564         memory situations.
23565         * lib/xconcat-filename.c: New file.
23566         * NEWS: Mention the change.
23567         * lib/findprog.c: Include concat-filename.h, not filename.h.
23568         (find_in_path): Use xconcatenated_filename instead of
23569         concatenated_filename.
23570         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23571         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23572         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23573         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23574         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23575         instead of concatenated_filename.
23576         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23577         (execute_java_class): Use xconcatenated_filename instead of
23578         concatenated_filename.
23579         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23580         * modules/javacomp (Depends-on): Likewise.
23581         * modules/javaexec (Depends-on): Likewise.
23582
23583 2008-09-01  Bruno Haible  <bruno@clisp.org>
23584
23585         Split module 'filename' into 'filename' and 'concat-filename'.
23586         * modules/filename: Keep only lib/filename.h.
23587         (License): Change to LGPLv2+.
23588         * modules/concat-filename: New file, extracted from modules/filename.
23589         * lib/filename.h (concatenated_filename): Remove declaration.
23590         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23591         * lib/concat-filename.c: Include concat-filename.h.
23592         * NEWS: Mention the change.
23593
23594 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23595
23596         * lib/bitrotate.h (rotl8, rotr8): Add.
23597
23598         * modules/bitrotate (configure.ac): Need
23599         AC_REQUIRE([AC_C_INLINE]).
23600         (Description): Mention stdint.h.  Reported by Bruno Haible
23601         <bruno@clisp.org>.
23602
23603         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23604         Paolo Bonzini <bonzini@gnu.org>.
23605
23606 2008-08-31  Bruno Haible  <bruno@clisp.org>
23607
23608         Assume Solaris specific bi-arch conventions on Solaris systems.
23609         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23610         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23611         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23612         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23613         like acl_libdirstem.
23614         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23615         acl_libdirstem.
23616         * NEWS: Mention the change.
23617         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23618
23619 2008-08-31  Jim Meyering  <meyering@redhat.com>
23620
23621         * lib/strftime.h: Add comments describing the two added arguments.
23622
23623         remove duplicate #include directives
23624         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23625         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23626
23627 2008-08-31  Bruno Haible  <bruno@clisp.org>
23628
23629         New module 'sigpipe-die'.
23630         * modules/sigpipe-die: New file.
23631         * lib/sigpipe-die.h: New file.
23632         * lib/sigpipe-die.c: New file.
23633         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23634
23635 2008-08-31  Bruno Haible  <bruno@clisp.org>
23636
23637         Don't override previously installed signal handlers.
23638         * lib/fatal-signal.c (saved_sigactions): New variable.
23639         (uninstall_handlers): Reset the signal to the saved handler, not
23640         to SIG_DFL (except when ignored).
23641         (install_handlers): Save the previous handlers.
23642
23643 2008-08-30  Bruno Haible  <bruno@clisp.org>
23644
23645         * gnulib-tool (func_reset_sigpipe): New function.
23646         (func_get_automake_snippet, func_modules_transitive_closure,
23647         func_import): Invoke it before a join command that reads from stdin,
23648         to avoid "echo: write error: Broken pipe" error messages on stderr.
23649         Reported by Sam Steingold <sds@gnu.org>.
23650
23651 2008-08-30  Bruno Haible  <bruno@clisp.org>
23652
23653         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23654         Code copied from m4/open.m4.
23655         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23656         access and the filename ends in a slash. Code copied from lib/open.c.
23657         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23658         * tests/test-fopen.c (main): Check against bug with trailing slash.
23659
23660 2008-08-29  Bruno Haible  <bruno@clisp.org>
23661
23662         Avoid some "gcc -pedantic" warnings.
23663         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23664         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23665         * lib/dirent.in.h: Likewise.
23666         * lib/fcntl.in.h: Likewise.
23667         * lib/float.in.h: Likewise.
23668         * lib/iconv.in.h: Likewise.
23669         * lib/inttypes.in.h: Likewise.
23670         * lib/locale.in.h: Likewise.
23671         * lib/math.in.h: Likewise.
23672         * lib/netinet_in.in.h: Likewise.
23673         * lib/search.in.h: Likewise.
23674         * lib/signal.in.h: Likewise.
23675         * lib/stdarg.in.h: Likewise.
23676         * lib/stdint.in.h: Likewise.
23677         * lib/stdio.in.h: Likewise.
23678         * lib/stdlib.in.h: Likewise.
23679         * lib/string.in.h: Likewise.
23680         * lib/strings.in.h: Likewise.
23681         * lib/sys_select.in.h: Likewise.
23682         * lib/sys_socket.in.h: Likewise.
23683         * lib/sys_stat.in.h: Likewise.
23684         * lib/sys_time.in.h: Likewise.
23685         * lib/sysexits.in.h: Likewise.
23686         * lib/time.in.h: Likewise.
23687         * lib/unistd.in.h: Likewise.
23688         * lib/wchar.in.h: Likewise.
23689         * lib/wctype.in.h: Likewise.
23690         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23691         * modules/fchdir (Makefile.am): Likewise.
23692         * modules/fcntl (Makefile.am): Likewise.
23693         * modules/float (Makefile.am): Likewise.
23694         * modules/iconv_open (Makefile.am): Likewise.
23695         * modules/inttypes (Makefile.am): Likewise.
23696         * modules/locale (Makefile.am): Likewise.
23697         * modules/math (Makefile.am): Likewise.
23698         * modules/netinet_in (Makefile.am): Likewise.
23699         * modules/search (Makefile.am): Likewise.
23700         * modules/signal (Makefile.am): Likewise.
23701         * modules/stdarg (Makefile.am): Likewise.
23702         * modules/stdint (Makefile.am): Likewise.
23703         * modules/stdio (Makefile.am): Likewise.
23704         * modules/stdlib (Makefile.am): Likewise.
23705         * modules/string (Makefile.am): Likewise.
23706         * modules/strings (Makefile.am): Likewise.
23707         * modules/sys_select (Makefile.am): Likewise.
23708         * modules/sys_socket (Makefile.am): Likewise.
23709         * modules/sys_stat (Makefile.am): Likewise.
23710         * modules/sys_time (Makefile.am): Likewise.
23711         * modules/sysexits (Makefile.am): Likewise.
23712         * modules/time (Makefile.am): Likewise.
23713         * modules/unistd (Makefile.am): Likewise.
23714         * modules/wchar (Makefile.am): Likewise.
23715         * modules/wctype (Makefile.am): Likewise.
23716         Reported by Reuben Thomas <rrt@sc3d.org>.
23717
23718 2008-08-29  Bruno Haible  <bruno@clisp.org>
23719
23720         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23721         any more.
23722
23723 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23724
23725         * MODULES.html.sh (Misc): Add bitrotate.
23726
23727         * modules/bitrotate: New file.
23728
23729         * lib/bitrotate.h: New file.
23730
23731         * modules/bitrotate-tests: New file.
23732
23733         * tests/test-bitrotate.c: New file.
23734
23735         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23736         on the bitrotate module.
23737
23738         * lib/arctwo.c: Use new bitrotate module.
23739
23740 2008-08-29  Jim Meyering  <meyering@redhat.com>
23741
23742         bootstrap: merge changes from coreutils
23743         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23744         of copied files.  Remove a kludge, now that this is fixed.
23745         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23746         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23747         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23748
23749 2008-08-29  Bruno Haible  <bruno@clisp.org>
23750
23751         * MODULES.html.sh: Remove --cvs-urls option.
23752
23753 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23754
23755         maint.mk: adjust to file name change
23756         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23757
23758 2008-08-28  Jim Meyering  <meyering@redhat.com>
23759
23760         * modules/getndelim2 (License): Relicense to LGPLv2+.
23761         Approved by Richard Stallman for the version of 1995, and by
23762         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23763
23764 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23765
23766         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23767         dummy if one is not available.  Do not touch them if
23768         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23769         (getc_maybe_unlocked): New.
23770         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23771
23772 2008-08-26  Eric Blake  <ebb9@byu.net>
23773
23774         doc/INSTALL: resync from autoconf
23775         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23776         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23777         moving...
23778         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23779         * INSTALL: Regenerate.
23780         * INSTALL.ISO: New file.
23781         * INSTALL.UTF-8: Likewise.
23782
23783 2008-08-26  Jim Meyering  <meyering@redhat.com>
23784
23785         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23786         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23787         these definitions conditional, so that they may be overridden, too.
23788
23789 2008-08-26  Bruno Haible  <bruno@clisp.org>
23790
23791         Generate INSTALL file variants with prettier quotes.
23792         * doc/Makefile (INSTALL_PRELUDE): New macro.
23793         (INSTALL): Use it.
23794         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23795
23796 2008-08-26  Bruno Haible  <bruno@clisp.org>
23797
23798         Run makeinfo in an English locale.
23799         * doc/Makefile (MAKEINFO): New variable.
23800
23801 2008-08-26  Bruno Haible  <bruno@clisp.org>
23802
23803         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23804         Suggested by Eric Blake.
23805
23806 2008-08-25  Bruno Haible  <bruno@clisp.org>
23807
23808         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23809
23810 2008-08-25  Eric Blake  <ebb9@byu.net>
23811
23812         c-stack: test that stack overflow can be caught
23813         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23814         that platform allows handling stack overflow; at least OS/2 EMX
23815         has sigaltstack, but crashes before transferring control to
23816         handler on stack overflow.
23817         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23818         check for HAVE_STACK_OVERFLOW_HANDLING.
23819         Reported by Elbert Pol.
23820
23821 2008-08-25  Bruno Haible  <bruno@clisp.org>
23822
23823         * doc/posix-functions/strftime.texi: Fix description of strftime
23824         module.
23825
23826 2008-08-24  Bruno Haible  <bruno@clisp.org>
23827
23828         * tests/uniwidth/test-uc_width2.c: New file.
23829         * tests/uniwidth/test-uc_width2.sh: New file.
23830         * modules/uniwidth/width-tests (Files): Add the new files.
23831         (TESTS): Add uniwidth/test-uc_width2.sh.
23832         (TESTS_ENVIRONMENT): New variable.
23833         (check_PROGRAMS): Add test-uc_width2.
23834         (test_uc_width2_SOURCES): New variable.
23835
23836         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23837         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23838         not 0x00AB.
23839         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23840
23841 2008-08-22  Eric Blake  <ebb9@byu.net>
23842
23843         test-lock, test-tls: mention why a test is skipped
23844         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23845         skipped.
23846         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23847
23848         count-one-bits: relax license
23849         * modules/count-one-bits (License): Relicense to LGPLv2+.
23850         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23851
23852 2008-08-22  Andreas Schwab  <schwab@suse.de>
23853
23854         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23855         Remove spurious space in assignment.
23856
23857 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23858
23859         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23860         Paul Eggert <eggert@CS.UCLA.EDU>.
23861
23862 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23863
23864         * modules/gettext: Add m4/threadlib.m4.
23865
23866 2008-08-19  Eric Blake  <ebb9@byu.net>
23867
23868         test-c-stack: fix compilation failure on FreeBSD 5.0
23869         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23870         headers before <sys/resource.h>.
23871         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23872         the bug.
23873         Reported by Nelson H. F. Beebe.
23874
23875         strverscmp: migrate from "strverscmp.h" to <string.h>
23876         * modules/string (Makefile.am): Add new hooks.
23877         * modules/strverscmp (Files): Remove strverscmp.h.
23878         (Depends-on): Add string.
23879         (configure.ac): Add indicator.
23880         (Include): Mention new header.
23881         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23882         defaults.
23883         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23884         results.
23885         * lib/strverscmp.h: Delete.
23886         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23887         * tests/test-strverscmp.c (includes): Adjust client.
23888         * lib/check-version.c (includes): Likewise.
23889         * NEWS: Document the change.
23890
23891         strverscmp: add unit test
23892         * modules/strverscmp-tests: New file.
23893         * tests/test-strverscmp.c: Likewise.
23894
23895 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23896
23897         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23898         regarding Windows crypto stuff, from Mono.
23899
23900 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23901
23902         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23903         if present, for intel RND.  Return error on failures.
23904
23905 2008-08-18  Ben Pfaff  <blp@gnu.org>
23906
23907         gitlog-to-changelog: give better diagnostic for failed pipe-open
23908         * build-aux/gitlog-to-changelog: Improve error message: suggest
23909         that the version of Git may be too old.
23910
23911 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23912
23913         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23914         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23915
23916 2008-08-18  Bruno Haible  <bruno@clisp.org>
23917
23918         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23919         pthread_in_use().
23920
23921 2008-08-18  Bruno Haible  <bruno@clisp.org>
23922
23923         * lib/glthread/threadlib.c: Include <pthread.h>.
23924
23925 2008-08-18  Bruno Haible  <bruno@clisp.org>
23926
23927         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23928         glthread_recursive_lock_* macros.
23929         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23930         Fix syntax error.
23931
23932 2008-08-18  Bruno Haible  <bruno@clisp.org>
23933
23934         * lib/glthread/thread.c: Avoid forcing a context switch right after
23935         thread creation.
23936
23937 2008-08-17  Bruno Haible  <bruno@clisp.org>
23938
23939         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23940         * lib/glthread/thread.h: Provide Win32 specific implementation.
23941         * modules/thread (Files): Add lib/glthread/thread.c.
23942         (Depends-on): Add lock.
23943         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23944
23945 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23946
23947         New module 'yield'.
23948         * modules/yield: New file.
23949         * lib/glthread/yield.h: New file.
23950         * m4/yield.m4: New file.
23951         * MODULES.html.sh (Multithreading): Add yield.
23952
23953 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23954
23955         New module 'thread'.
23956         * modules/thread: New file.
23957         * lib/glthread/thread.h: New file.
23958         * m4/thread.m4: New file.
23959         * MODULES.html.sh (Multithreading): Add thread.
23960
23961 2008-08-17  Bruno Haible  <bruno@clisp.org>
23962
23963         * lib/glthread/lock.h: Include <stdlib.h> always.
23964         * lib/glthread/tls.h: Likewise.
23965         * lib/glthread/cond.h: Likewise.
23966
23967 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23968
23969         New module 'cond'.
23970         * modules/cond: New file.
23971         * lib/glthread/cond.h: New file.
23972         * lib/glthread/cond.c: New file.
23973         * m4/cond.m4: New file.
23974         * MODULES.html.sh (Multithreading): Add cond.
23975
23976 2008-08-16  Eric Blake  <ebb9@byu.net>
23977
23978         c-stack: fix regression on Irix 5.3 from 2008-06-21
23979         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23980         sa_sigaction...
23981         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23982         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23983         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23984         * modules/signal (Makefile.am): Use the value.
23985         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23986         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23987         * doc/posix-headers/signal.texi (signal.h): Document this
23988         portability issue.
23989         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23990         Reported by Tom G. Christensen.
23991
23992 2008-08-17  Bruno Haible  <bruno@clisp.org>
23993
23994         New module 'threadlib'.
23995         * modules/threadlib: New file.
23996         * lib/glthread/threadlib.c: New file, extracted from
23997         lib/glthread/lock.c.
23998         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23999         functions.
24000         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
24001         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
24002         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
24003         macros.
24004         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
24005         (gl_DISABLE_THREADS): Remove macro.
24006         * modules/lock (Files): Remove build-aux/config.rpath.
24007         (Depends-on): Remove havelib. Add threadlib.
24008         (configure.ac-early): Remove section.
24009         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
24010         * modules/tls (Depends-on): Remove lock. Add threadlib.
24011         (Link): New section, copied from threadlib.
24012         * MODULES.html.sh (Multithreading): Add threadlib.
24013
24014 2008-08-14  Bruno Haible  <bruno@clisp.org>
24015
24016         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
24017         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
24018         glthread_rwlock_unlock, glthread_rwlock_destroy,
24019         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
24020         glthread_recursive_lock_destroy): Define as macros always.
24021         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
24022         glthread_lock_lock.
24023         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
24024         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
24025         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
24026         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
24027         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
24028         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
24029         (glthread_recursive_lock_lock_func): Renamed from
24030         glthread_recursive_lock_lock.
24031         (glthread_recursive_lock_unlock_func): Renamed from
24032         glthread_recursive_lock_unlock.
24033         (glthread_recursive_lock_destroy_func): Renamed from
24034         glthread_recursive_lock_destroy.
24035
24036 2008-08-14  Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/glthread/lock.h: Renamed from lib/lock.h.
24039         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
24040         * lib/glthread/tls.h: Renamed from lib/tls.h.
24041         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24042         * lib/fstrcmp.c: Update includes.
24043         * lib/strsignal.c: Update includes.
24044         * modules/lock (Files, Makefile.am): Update.
24045         (Include): Change to "glthread/lock.h".
24046         * modules/tls (Files, Makefile.am): Update.
24047         (Include): Change to "glthread/tls.h".
24048         * tests/test-lock.c: Update includes.
24049         * tests/test-tls.c: Update includes.
24050         * NEWS: Mention the renamed header files.
24051
24052 2008-08-11  Jim Meyering  <meyering@redhat.com>
24053
24054         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24055
24056 2008-08-11  Eric Blake  <ebb9@byu.net>
24057
24058         test-c-stack: avoid C99-ism
24059         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24060         before statement.
24061         Reported by Alain Guibert.
24062
24063 2008-08-10  Jim Meyering  <meyering@redhat.com>
24064
24065         ensure that return value of uinttostr et al are not ignored
24066         * lib/inttostr.h (__GNUC_PREREQ): Define.
24067         (__attribute_warn_unused_result__): Define.
24068         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24069
24070 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24071
24072         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24073         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24074
24075 2008-08-07  Jim Meyering  <meyering@redhat.com>
24076
24077         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24078
24079         * modules/mkstemp (License): Relicense under LGPLv2+.
24080         * modules/tempname (License): Likewise.
24081
24082 2008-08-06  Bruno Haible  <bruno@clisp.org>
24083
24084         * lib/poll.c (poll): Further micro-optimization.
24085
24086 2008-08-06  Jim Meyering  <meyering@redhat.com>
24087
24088         inet_pton.c: use locale-independent tolower
24089         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24090         (inet_pton6): Use c_tolower rather than tolower.
24091         * modules/inet_pton (Depends-on): Add c-ctype.
24092
24093 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24094
24095         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24096         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24097
24098 2008-08-06  Jim Meyering  <meyering@redhat.com>
24099
24100         * modules/inet_pton (License): Relicense under LGPLv2+.
24101
24102 2008-08-03  Bruno Haible  <bruno@clisp.org>
24103
24104         Additional non-aborting API for lock and tls.
24105         * lib/lock.h: Include <errno.h>.
24106         (glthread_lock_init): New macro/function.
24107         (gl_lock_init): Define as wrapper around glthread_lock_init.
24108         (glthread_lock_lock): New macro/function.
24109         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24110         (glthread_lock_unlock): New macro/function.
24111         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24112         (glthread_lock_destroy): New macro/function.
24113         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24114         (glthread_rwlock_init): New macro/function.
24115         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24116         (glthread_rwlock_rdlock): New macro/function.
24117         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24118         (glthread_rwlock_wrlock): New macro/function.
24119         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24120         (glthread_rwlock_unlock): New macro/function.
24121         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24122         (glthread_rwlock_destroy): New macro/function.
24123         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24124         (glthread_recursive_lock_init): New macro/function.
24125         (gl_recursive_lock_init): Define as wrapper around
24126         glthread_recursive_lock_init.
24127         (glthread_recursive_lock_lock): New macro/function.
24128         (gl_recursive_lock_lock): Define as wrapper around
24129         glthread_recursive_lock_lock.
24130         (glthread_recursive_lock_unlock): New macro/function.
24131         (gl_recursive_lock_unlock): Define as wrapper around
24132         glthread_recursive_lock_unlock.
24133         (glthread_recursive_lock_destroy): New macro/function.
24134         (gl_recursive_lock_destroy): Define as wrapper around
24135         glthread_recursive_lock_destroy.
24136         (glthread_once): New macro/function.
24137         (gl_once): Define as wrapper around glthread_once.
24138         Update function declarations.
24139         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24140         glthread_rwlock_init. Return error code.
24141         (glthread_rwlock_rdlock_multithreaded): Renamed from
24142         glthread_rwlock_rdlock. Return error code.
24143         (glthread_rwlock_wrlock_multithreaded): Renamed from
24144         glthread_rwlock_wrlock. Return error code.
24145         (glthread_rwlock_unlock_multithreaded): Renamed from
24146         glthread_rwlock_unlock. Return error code.
24147         (glthread_rwlock_destroy_multithreaded): Renamed from
24148         glthread_rwlock_destroy. Return error code.
24149         (glthread_recursive_lock_init_multithreaded): Renamed from
24150         glthread_recursive_lock_init. Return error code.
24151         (glthread_recursive_lock_lock_multithreaded): Renamed from
24152         glthread_recursive_lock_lock. Return error code.
24153         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24154         glthread_recursive_lock_unlock. Return error code.
24155         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24156         glthread_recursive_lock_destroy. Return error code.
24157         (glthread_once_call): Make static.
24158         (glthread_once_multithreaded): Renamed from glthread_once.
24159         * lib/tls.h: Include <errno.h>.
24160         (glthread_tls_key_init): New macro/function.
24161         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24162         (glthread_tls_set): New macro/function.
24163         (gl_tls_set): Define as wrapper around glthread_tls_set.
24164         (glthread_tls_key_destroy): New macro/function.
24165         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24166         Update function declarations.
24167         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24168         glthread_tls_get.
24169         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24170
24171 2008-08-04  Eric Blake  <ebb9@byu.net>
24172
24173         gnumakefile: use space, not TAB, outside of targets
24174         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24175
24176 2008-08-02  Jim Meyering  <meyering@redhat.com>
24177
24178         getdate.y: avoid locale-dependent date parsing failure
24179         In Turkish locales, getdate would fail to recognize keywords
24180         containing a lowercase "i".  The solution is not to rely on
24181         locale-sensitive case-conversion.
24182         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24183         (lookup_word): Use c_toupper in place of toupper.
24184         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24185         Reported by Vefa Bicakci <bicave@superonline.com> in
24186         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24187         * modules/getdate (Depends-on): Add c-ctype.
24188
24189 2008-08-02  Bruno Haible  <bruno@clisp.org>
24190
24191         * gnulib-tool (func_import): When updating or creating a .gitignore
24192         file, prepend each added line with a slash, and ignore leading slashes
24193         from the existing lines.
24194         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24195
24196 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24197
24198         Portability fix for GNU make 3.79.1.
24199         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24200         versions do not understand.
24201
24202 2008-08-01  Bruno Haible  <bruno@clisp.org>
24203
24204         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24205         * tests/test-isnanf.h (zero): New variable.
24206         (main): Avoid literal -0.0f.
24207         * tests/test-isnand.h (zero): New variable.
24208         (main): Avoid literal -0.0.
24209         * tests/test-isnanl.h (zero): New variable.
24210         (main): Avoid literal -0.0L.
24211         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24212         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24213         -0.0, -0.0L.
24214         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24215         (test_signbitd): Avoid literal -0.0.
24216         (test_signbitl): Avoid literal -0.0L.
24217         * tests/test-ceilf1.c (zero): New variable.
24218         (main): Avoid literal -0.0f.
24219         * tests/test-ceill.c (zero): New variable.
24220         (main): Avoid literal -0.0L.
24221         * tests/test-floorf1.c (zero): New variable.
24222         (main): Avoid literal -0.0f.
24223         * tests/test-floorl.c (zero): New variable.
24224         (main): Avoid literal -0.0L.
24225         * tests/test-roundf1.c (zero): New variable.
24226         (main): Avoid literal -0.0f.
24227         * tests/test-round1.c (zero): New variable.
24228         (main): Avoid literal -0.0.
24229         * tests/test-roundl.c (zero): New variable.
24230         (main): Avoid literal -0.0L.
24231         * tests/test-truncf1.c (zero): New variable.
24232         (main): Avoid literal -0.0f.
24233         * tests/test-trunc1.c (zero): New variable.
24234         (main): Avoid literal -0.0.
24235         * tests/test-truncl.c (zero): New variable.
24236         (main): Avoid literal -0.0L.
24237         * tests/test-frexp.c (zero): New variable.
24238         (main): Avoid literal -0.0.
24239         * tests/test-frexpl.c (zero): New variable.
24240         (main): Avoid literal -0.0L.
24241         * tests/test-ldexpl.c (zero): New variable.
24242         (main): Avoid literal -0.0L.
24243         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24244         (zerod, zerol): New variables.
24245         (test_function): Avoid literals -0.0, -0.0L.
24246         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24247         (zerod, zerol): New variables.
24248         (test_function): Avoid literals -0.0, -0.0L.
24249         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24250         (zerod, zerol): New variables.
24251         (test_function): Avoid literals -0.0, -0.0L.
24252         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24253         (zerod, zerol): New variables.
24254         (test_function): Avoid literals -0.0, -0.0L.
24255         * tests/test-strtod.c (zero): New variable.
24256         (main): Avoid literal -0.0.
24257         Reported by Jonathan C. Patschke <jp@centtech.com>.
24258
24259 2008-07-31  Jim Meyering  <meyering@redhat.com>
24260
24261         sha256.h: correct definition of SHA224_DIGEST_SIZE
24262         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24263         Reported by Paulie Pena IV <paulie4@gmail.com>.
24264         Define as 224 / 8, rather than as a literal.
24265         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24266         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24267         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24268
24269 2008-07-31  Bruno Haible  <bruno@clisp.org>
24270
24271         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24272         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24273         Reported by Jonathan Patschke <jp@centtech.com>.
24274
24275 2008-07-31  Bruno Haible  <bruno@clisp.org>
24276
24277         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24278         Reported by Paolo Bonzini <bonzini@gnu.org>.
24279
24280 2008-07-30  Eric Blake  <ebb9@byu.net>
24281
24282         test-strtod: allow compilation without -lm
24283         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24284         Reported by Dennis Clarke <blastwave@gmail.com>.
24285
24286 2008-07-28  Jim Meyering  <meyering@redhat.com>
24287
24288         bootstrap: work also when there are no .po files in po/
24289         * build-aux/bootstrap (update_po_files): Complete the change
24290         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24291
24292 2008-07-27  Jim Meyering  <meyering@redhat.com>
24293
24294         * users.txt: Add zile.
24295
24296 2008-07-26  Ben Pfaff  <blp@gnu.org>
24297
24298         Add missing dependencies on new m4/exponent[fdl].m4 files.
24299         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24300         * modules/isnand-nolibm: Add m4/exponentd.m4.
24301         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24302         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24303         m4/isnan[fdl].m4, because the macros actually used moved.
24304         Reported by Jim Meyering.
24305
24306 2008-07-14  Ben Pfaff  <blp@gnu.org>
24307
24308         Add isinf module.
24309         * lib/isinf.c: New file.
24310         * lib/math.in.h: Define isinf macro if we have decided to replace
24311         it.
24312         * m4/isinf.m4: New file.
24313         * m4/math_h.m4: Initialize and substitute variables for isinf
24314         module.
24315         * modules/isinf: New file.
24316         * modules/isinf-tests: New file.
24317         * modules/math: Add substitutions for new module.
24318         * tests/test-isinf.c: New file.
24319         * doc/posix-functions/isinf.texi: Mention new module.
24320         * MODULES.html.sh: Mention new module.
24321
24322 2008-07-14  Ben Pfaff  <blp@gnu.org>
24323
24324         Factor out some macros for use by additional modules.
24325         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24326         exponentf.m4.
24327         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24328         exponentd.m4.
24329         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24330         file exponentl.m4.
24331         * m4/exponentf.m4: New file.
24332         * m4/exponentd.m4: New file.
24333         * m4/exponentl.m4: New file.
24334         * modules/isnanf: Use new file m4/exponentf.m4.
24335         * modules/isnand: Use new file m4/exponentd.m4.
24336         * modules/isnanl: Use new file m4/exponentl.m4.
24337
24338 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24339
24340         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24341         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24342         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24343         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24344
24345         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24346         readlink on platforms without PATH_MAX.
24347
24348 2008-07-21  Eric Blake  <ebb9@byu.net>
24349
24350         Warn, not fail, on stale version.
24351         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24352
24353         Don't allow installation with stale devel version number.
24354         * top/GNUmakefile (_is-install-target): New macro.
24355         (_curr-ver): Forbid installation with stale version number.
24356
24357 2008-07-20  Bruno Haible  <bruno@clisp.org>
24358
24359         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24360         TESTS_ENVIRONMENT.
24361         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24362
24363 2008-07-20  Bruno Haible  <bruno@clisp.org>
24364
24365         * lib/c-stack.h (c_stack_action): Add documentation.
24366         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24367
24368 2008-07-20  Bruno Haible  <bruno@clisp.org>
24369
24370         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24371         * modules/readlink (License): Likewise.
24372
24373 2008-07-17  Eric Blake  <ebb9@byu.net>
24374
24375         * modules/c-stack (Link): Fix typo.
24376
24377         Make c-stack use libsigsegv, when available.
24378         * modules/c-stack (Depends-on): Add libsigsegv.
24379         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24380         needed.
24381         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24382         (segv_handler, overflow_handler, c_stack_action)
24383         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24384         implementation when libsigsegv is available, but only when using
24385         the library is necessary.
24386         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24387         comment, explaining why XSI check fails on Linux.
24388         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24389         * tests/test-c-stack2.sh: Tweak skip message.
24390         * NEWS: Document new link-time requirements.
24391
24392 2008-07-16  Eric Blake  <ebb9@byu.net>
24393
24394         c-stack: Expose false positives when not using libsigsegv.
24395         * modules/c-stack-tests (Files): Expand test.
24396         * tests/test-c-stack.c (main): Add means to conditionally trigger
24397         non-overflow SIGSEGV.
24398         * tests/test-c-stack2.sh: New file.
24399
24400 2008-07-14  Bruno Haible  <bruno@clisp.org>
24401
24402         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24403         Reported by Eric Blake.
24404
24405 2008-07-14  Sam Steingold  <sds@gnu.org>
24406             Bruno Haible  <bruno@clisp.org>
24407
24408         New module libsigsegv.
24409         * modules/libsigsegv: New file.
24410         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24411         modifications.
24412         * MODULES.html.sh (Signal handling): New section.
24413
24414 2008-07-14  Bruno Haible  <bruno@clisp.org>
24415
24416         * modules/unictype/ctype-* (Description): Add the word "function".
24417         Improves the resulting doc in MODULES.html.
24418
24419 2008-07-12  Ben Pfaff  <blp@gnu.org>
24420
24421         Add longlong module.
24422         * modules/longlong: New file.
24423
24424 2008-07-12  Bruno Haible  <bruno@clisp.org>
24425
24426         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24427         to empty.
24428
24429 2008-07-10  Ben Pfaff  <blp@gnu.org>
24430
24431         Add isnan module.
24432         * doc/posix-functions/isnan.texi: Mention new module.
24433         * lib/math.in.h: Define isnan macro if we have decided to replace
24434         it.
24435         * m4/isnan.m4: New file.
24436         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24437         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24438         also.
24439         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24440         redundancy.
24441         * m4/math_h.m4: Initialize and substitute variables for isnan
24442         module.
24443         * modules/isnan: New file.
24444         * modules/isnan-tests: New file.
24445         * modules/math: Add substitutions for new module.
24446         * tests/test-isnan.c: New file.
24447         * MODULES.html.sh: Mention new module.
24448
24449 2008-07-10  Ben Pfaff  <blp@gnu.org>
24450
24451         Add isnanf module.
24452         * lib/isnanf.m4: New file.
24453         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24454         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24455         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24456         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24457         * modules/isnanf: New file.
24458         * modules/isnanf-tests: New file.
24459         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24460         files.
24461         * tests/test-isnanf-nolibm.c: factored most of its contents into
24462         new file tests/test-isnanf.h.
24463         * tests/test-isnanf.h: New file.
24464         * tests/test-isnanf.c: New file.
24465         * MODULES.html.sh: Mention new module.
24466         * doc/glibc-functions/isnanf.texi: Mention new module.
24467
24468 2008-07-10  Ben Pfaff  <blp@gnu.org>
24469
24470         Add isnand module.
24471         * lib/isnand.h: New file.
24472         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24473         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24474         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24475         functionality also.
24476         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24477         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24478         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24479         * modules/isnand: New file.
24480         * modules/isnand-tests: New file.
24481         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24482         files.
24483         * tests/test-isnand-nolibm.c: factored most of its contents into
24484         new file tests/test-isnand.h.
24485         * tests/test-isnand.h: New file.
24486         * tests/test-isnand.c: New file.
24487         * MODULES.html.sh: Mention new module.
24488
24489 2008-07-10  Ben Pfaff  <blp@gnu.org>
24490
24491         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24492         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24493         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24494         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24495         * modules/isnanf-nolibm: Update references to renamed files.
24496         * modules/isnand-nolibm: Likewise.
24497         * modules/isnanf-nolibm-tests: Likewise.
24498         * modules/isnand-nolibm-tests: Likewise.
24499         * lib/frexp.c: Likewise.
24500         * lib/isfinite.c: Likewise.
24501         * lib/signbitd.c: Likewise.
24502         * lib/signbitf.c: Likewise.
24503         * lib/vasnprintf.c: Likewise.
24504         * tests/test-ceilf1.c: Likewise.
24505         * tests/test-ceilf2.c: Likewise.
24506         * tests/test-floorf1.c: Likewise.
24507         * tests/test-floorf2.c: Likewise.
24508         * tests/test-frexp.c: Likewise.
24509         * tests/test-round1.c: Likewise.
24510         * tests/test-round2.c: Likewise.
24511         * tests/test-roundf1.c: Likewise.
24512         * tests/test-strtod.c: Likewise.
24513         * tests/test-trunc1.c: Likewise.
24514         * tests/test-trunc2.c: Likewise.
24515         * tests/test-truncf1.c: Likewise.
24516         * tests/test-truncf2.c: Likewise.
24517         * NEWS: Mention the renamed header files.
24518
24519 2008-07-11  Jim Meyering  <meyering@redhat.com>
24520
24521         vc-list-files: make the last-resort awk code more portable
24522         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24523         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24524         does not support it.
24525
24526 2008-07-10  Eric Blake  <ebb9@byu.net>
24527
24528         Work with tar's bootstrap.
24529         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24530         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24531         an m4 comment.
24532
24533 2008-07-09  Jim Meyering  <meyering@redhat.com>
24534
24535         posix-shell.m4: fix typo that made this test malfunction
24536         * m4/posix-shell.m4: Remove capitalization in variable name.
24537
24538 2008-07-08  Bruno Haible  <bruno@clisp.org>
24539
24540         * m4/onceonly.m4: Update comments.
24541         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24542
24543 2008-07-04  Jim Meyering  <meyering@redhat.com>
24544
24545         * users.txt: Add vc-dwim.
24546         (bison, coreutils): Use the gitweb URL.
24547
24548 2008-07-03  Jim Meyering  <meyering@redhat.com>
24549
24550         * users.txt: Add libffcall.  From Sam Steingold.
24551
24552 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24553
24554         getdate.y: do not ignore TZ with relative day, month or year offset
24555         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24556         relative-date-handling, since otherwise, the latter would clobber the
24557         sole output (an updated Start value) of the tz-handling block.
24558         * tests/test-getdate.c: Tests for the fix
24559
24560 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24561
24562         Recognize 'foo_LIBRARIES += libgnu.a'.
24563         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24564         makefile snippet has already specified an installation location,
24565         also using '+='.
24566
24567 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
24568
24569         getdate.y: factor out common actions
24570         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24571         Use them in place of open-coded actions.
24572
24573 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24574
24575         Add self-test for getdate module.
24576         * modules/getdate-tests: New file.
24577         * tests/test-getdate.c: New file.
24578
24579 2008-06-29  Bruno Haible  <bruno@clisp.org>
24580
24581         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24582         .gitignore.
24583         Reported by Sylvain Beucler <beuc@beuc.net>.
24584
24585 2008-06-29  Bruno Haible  <bruno@clisp.org>
24586
24587         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24588         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24589
24590 2008-06-29  Bruno Haible  <bruno@clisp.org>
24591
24592         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24593         EXTRA_DIST.
24594         Reported by Sylvain Beucler <beuc@beuc.net>.
24595
24596 2008-06-26  Jim Meyering  <meyering@redhat.com>
24597
24598         make several modules depend on the "open" module
24599         This provides slightly increased consistency when opening-for-write
24600         the name of a non-directory spelled with a trailing slash.
24601         * modules/chdir-safer: Likewise.
24602         * modules/chown: Likewise.
24603         * modules/clean-temp: Likewise.
24604         * modules/copy-file: Likewise.
24605         * modules/fchdir: Likewise.
24606         * modules/fcntl-safer: Likewise.
24607         * modules/pipe: Likewise.
24608         * modules/utime: Likewise.
24609         Prompted by Eric Blake and Bruno Haible.
24610
24611 2008-06-24  Andreas Schwab  <schwab@suse.de>
24612
24613         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24614         literals can be used as initializers for global variables.
24615
24616 2008-06-23  Eric Blake  <ebb9@byu.net>
24617
24618         Make gnulib-cache.m4 easier to diff.
24619         * gnulib-tool (func_import): Allow newlines when reading cached
24620         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24621
24622 2008-06-23  Bruno Haible  <bruno@clisp.org>
24623
24624         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24625         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24626         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24627         m4/signalblocking.m4.
24628         (gl_PREREQ_SIGACTION): Don't invoke it.
24629         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24630         gl_PREREQ_SIG_HANDLER_H.
24631         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24632         Don't check for sigaction here.
24633
24634 2008-06-23  Bruno Haible  <bruno@clisp.org>
24635
24636         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24637         (install_handlers): Don't set the SA_RESETHAND flag.
24638
24639 2008-06-23  Bruno Haible  <bruno@clisp.org>
24640
24641         * m4/sigaction.m4: Comment fixes.
24642         * lib/signal.in.h: Likewise.
24643
24644 2008-06-23  Eric Blake  <ebb9@byu.net>
24645
24646         Fix typo.
24647         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24648
24649         Avoid SA_ namespace.
24650         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24651         Reported by Ralf Wildenhues.
24652
24653         Avoid test failure due to SA_RESTORER.
24654         * tests/test-sigaction.c (SA_MASK): New macro.
24655         (main): Avoid failing due to extension flags being set.
24656         Reported by Jim Meyering.
24657
24658         Revert use of sig-handler.h in sigprocmask.c.
24659         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24660         it requires the existence of struct sigaction.
24661         * lib/sigprocmask.c (handler_t): Restore typedef.
24662         (rpl_signal, old_handlers): Use local type.
24663
24664 2008-06-22  Bruno Haible  <bruno@clisp.org>
24665
24666         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24667         conditionally.
24668         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24669
24670 2008-06-22  Bruno Haible  <bruno@clisp.org>
24671
24672         * doc/posix-functions/siginterrupt.texi: Move note.
24673
24674         * lib/signal.in.h (SA_RESTART): New macro.
24675         * lib/sigaction.c: Update comment.
24676
24677         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24678
24679         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24680         (gl_PREREQ_SIGPROCMASK): Invoke it.
24681         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24682
24683         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24684
24685         * lib/sigprocmask.c: Update a comment.
24686
24687 2008-06-21  Eric Blake  <ebb9@byu.net>
24688
24689         Use sigaction module rather than signal().
24690         * modules/c-stack (Depends-on): Add sigaction.
24691         * modules/fatal-signal (Depends-on): Likewise.
24692         * modules/nanosleep (Depends-on): Likewise.
24693         * modules/sigprocmask (Files): Add sig-handler.h.
24694         * modules/sigaction (Files): Likewise.
24695         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24696         Eggert.
24697         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24698         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24699         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24700         (init_fatal_signals): Likewise.
24701         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24702         (siginterrupt): Delete fallback.
24703         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24704         instead.
24705         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24706         siginterrupt.
24707
24708         New module sigaction, for mingw.
24709         * modules/sigaction: New module...
24710         * modules/sigaction-tests: ...and its test.
24711         * m4/sigaction.m4: New file.
24712         * lib/sigaction.c: Likewise.
24713         * tests/test-sigaction.c: Likewise.
24714         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24715         * modules/signal (Makefile.am): Likewise.
24716         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24717         needed.
24718         * doc/posix-headers/signal.texi (signal.h): Mention provided
24719         types.
24720         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24721         that sigaction is preferable.
24722         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24723         module.
24724         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24725         sigaction.
24726
24727         Improve robustness of sigprocmask by overriding signal.
24728         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24729         is in use.
24730         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24731         (SIGKILL, SIGSTOP): Provide fallbacks.
24732         (rpl_signal): Implement.
24733         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24734         signal can be called inside handlers.
24735
24736         Fix nanosleep module on mingw.
24737         * modules/nanosleep (Depends-on): Add sys_select.
24738         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24739
24740         Fix licensing of sigprocmask.
24741         * modules/raise (License): Relicense as LGPL.
24742
24743 2008-06-21  Bruno Haible  <bruno@clisp.org>
24744
24745         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24746         result if it contains question marks.
24747         Reported by Michael Geng <linux@michaelgeng.de>.
24748
24749 2008-06-19  Bruno Haible  <bruno@clisp.org>
24750
24751         Fix CVS-ism.
24752         * doc/gnulib.texi: Include updated-stamp.texi.
24753         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24754         (updated-stamp.texi): New rule.
24755         (gnulib.info): Depend on it.
24756         * doc/.gitignore: Add updated-stamp.texi.
24757         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24758
24759 2008-06-19  Bruno Haible  <bruno@clisp.org>
24760
24761         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24762         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24763
24764 2008-06-19  Eric Blake  <ebb9@byu.net>
24765
24766         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24767         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24768         Reported by Stepan Kasal.
24769
24770 2008-06-18  Bruno Haible  <bruno@clisp.org>
24771
24772         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24773         Reported by Eric Blake.
24774
24775 2008-06-18  Eric Blake  <ebb9@byu.net>
24776
24777         Work around cygwin 1.5.25 strsignal bug.
24778         * tests/test-strsignal.c: Allow for const char *.
24779         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24780
24781 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24782
24783         * users.txt: Update URL to article and add author/date
24784         information.
24785
24786 2008-06-17  Bruno Haible  <bruno@clisp.org>
24787
24788         New macro gl_DISABLE_THREADS.
24789         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24790         if the user did not pass --enable-threads or --disable-threads option.
24791         (gl_DISABLE_THREADS): New macro.
24792         Reported by Eric Blake <ebb9@byu.net>.
24793
24794 2008-06-17  Bruno Haible  <bruno@clisp.org>
24795
24796         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24797         when the macro ignores it.
24798         Based on a patch by Eric Blake <ebb9@byu.net>.
24799
24800 2008-06-17  Bruno Haible  <bruno@clisp.org>
24801
24802         * modules/tls (License): Change to LGPLv2+.
24803         Reported by Eric Blake.
24804
24805 2008-06-17  Eric Blake  <ebb9@byu.net>
24806
24807         Simplify c-stack prerequisites.
24808         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24809         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24810         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24811         check.
24812         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24813         <sys/resource.h>.
24814
24815         Move c-stack test into testsuite.
24816         * modules/c-stack-tests: New file.
24817         * lib/c-stack.c [DEBUG]: Move test program...
24818         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24819         fail test if sigaltstack is lacking.
24820         * tests/test-c-stack.sh: New driver file.
24821
24822 2008-06-16  Eric Blake  <ebb9@byu.net>
24823
24824         Use raise module consistently.
24825         * modules/fatal-signal (Depends-on): Add raise.
24826         * modules/sigprocmask (Depends-on): Likewise.
24827         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24828         * lib/sigprocmask.c (sigprocmask): Likewise.
24829         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24830         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24831
24832         Fix compliance bug in sigpending.
24833         * lib/sigprocmask.c (sigpending): Return pending array via
24834         parameter, not return value.
24835
24836 2008-06-14  Eric Blake  <ebb9@byu.net>
24837
24838         Improve obstack-printf test code.
24839         * tests/test-obstack-printf.c (test_function): Fix comment, and
24840         simplify usage of obstack_* in macros.  Add a test for coverage.
24841         Reported by Bruno Haible.
24842
24843 2008-06-14  Bruno Haible  <bruno@clisp.org>
24844
24845         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24846         array size as a constant, not as a const variable.
24847         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24848         AC_USE_SYSTEM_EXTENSIONS.
24849         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24850         Test whether the obstack_printf function actually exists.
24851         * modules/obstack-printf (Depends-on): Add extensions.
24852         (Include): Remove obstack.h.
24853         * modules/obstack-printf-posix (Depends-on): Add extensions.
24854         (Include): Remove obstack.h.
24855
24856 2008-06-13  Eric Blake  <ebb9@byu.net>
24857
24858         Add obstack-printf and obstack-printf-posix modules.
24859         * modules/obstack-printf: New file.
24860         * modules/obstack-printf-posix: Likewise.
24861         * MODULES.html.sh (Misc): Mention them.
24862         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24863         Likewise.
24864         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24865         Likewise.
24866         * modules/stdio (Makefile.am): Accomodate new modules.
24867         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24868         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24869         Declare.
24870         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24871         functions.
24872         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24873         (gl_REPLACE_OBSTACK_PRINTF): New macros
24874         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24875         * tests/test-obstack-printf.c: New file.
24876         * modules/obstack-printf-tests: Likewise.
24877         * modules/obstack-printf-posix-tests: Likewise.
24878
24879 2008-06-11  Bruno Haible  <bruno@clisp.org>
24880
24881         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24882         * lib/open.c: Include errno.h.
24883         (open): Fail when attempting to write to a file that has a trailing
24884         slash.
24885         * tests/test-open.c (main): Test against trailing slash bug.
24886         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24887
24888 2008-06-10  Bruno Haible  <bruno@clisp.org>
24889
24890         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24891         for $? to work inside the trap command, with various /bin/sh-s.
24892         * tests/test-vc-list-files-cvs.sh: Likewise.
24893
24894 2008-06-10  Bruno Haible  <bruno@clisp.org>
24895
24896         * lib/acl-internal.h: Don't include gettext.h here.
24897         * lib/set-mode-acl.c: Include gettext.h here.
24898         * lib/copy-acl.c: Likewise.
24899
24900 2008-06-10  Bruno Haible  <bruno@clisp.org>
24901
24902         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24903         * lib/wait-process.c (wait_subprocess): Likewise.
24904         * lib/execute.h (execute): Add termsigp argument.
24905         * lib/execute.c (execute): Likewise.
24906         * lib/csharpcomp.c (compile_csharp_using_pnet,
24907         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24908         * lib/csharpexec.c (execute_csharp_using_pnet,
24909         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24910         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24911         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24912         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24913         is_jikes_present): Update.
24914         * lib/javaexec.c (execute_java_class): Update.
24915         * lib/javaversion.c (execute_and_read_line): Update.
24916         * NEWS: Document the changes.
24917         Reported by Eric Blake.
24918
24919 2008-06-10  Eric Blake  <ebb9@byu.net>
24920
24921         Add missing include.
24922         * tests/test-strstr.c (includes): Add <signal.h>.
24923         * tests/test-strcasestr.c (includes): Likewise.
24924         * tests/test-memmem.c (includes): Likewise.
24925
24926 2008-06-10  Bruno Haible  <bruno@clisp.org>
24927
24928         * lib/wait-process.c (wait_subprocess): Add an assertion.
24929
24930 2008-06-10  Bruno Haible  <bruno@clisp.org>
24931
24932         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24933
24934 2008-06-10  Bruno Haible  <bruno@clisp.org>
24935
24936         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24937         using alarm().
24938         * tests/test-strcasestr.c (main): Likewise.
24939         * tests/test-strstr.c (main): Likewise.
24940
24941 2008-06-09  Bruno Haible  <bruno@clisp.org>
24942
24943         Work around the Solaris 10 ACE ACLs ABI change.
24944         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24945         declare if ACL_NO_TRIVIAL is present.
24946         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24947         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24948         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24949         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24950         define if ACL_NO_TRIVIAL is present.
24951         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24952         and use the current ABI.
24953         (file_has_acl): Use same #if condition as elsewhere.
24954         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24955         in use, and use the current ABI.
24956         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24957         Reported by Jim Meyering.
24958
24959 2008-06-09  Eric Blake  <ebb9@byu.net>
24960
24961         Work around environments that (stupidly) ignore SIGALRM.
24962         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24963         before using alarm().
24964         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24965         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24966         Reported by Ian Beckwith <ianb@erislabs.net>.
24967
24968         Produce autobuild blurb earlier in log.
24969         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24970
24971 2008-06-09  Jim Meyering  <meyering@redhat.com>
24972         and OndÅ™ej Vašík  <ovasik@redhat.com>
24973
24974         utimens.c: correct kernel bug work-around
24975         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24976         failure, not success, and the kernel bug we're trying to work
24977         around affects not just the utimensat call, but also the fallback
24978         futimens call.
24979         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24980         not success.
24981         [HAVE_FUTIMENS]: Use the same work-around, here.
24982
24983 2008-06-09  Jim Meyering  <meyering@redhat.com>
24984
24985         add more guards around definition of ACE_-related code
24986         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24987         ALLOW and ACE_OWNER are also defined.
24988
24989 2008-06-08  Bruno Haible  <bruno@clisp.org>
24990
24991         * lib/acl-internal.h: Add me as co-author.
24992         * lib/file-has-acl.c: Likewise.
24993         * lib/set-mode-acl.c: Likewise.
24994         * lib/copy-acl.c: Likewise.
24995
24996 2008-06-08  Bruno Haible  <bruno@clisp.org>
24997
24998         Add support for AIX ACLs.
24999         * lib/acl-internal.h (acl_nontrivial): New declaration.
25000         * lib/file-has-acl.c (acl_nontrivial): New function.
25001         (file_has_acl): Add implementation using AIX 4 ACL API.
25002         * lib/set-mode-acl.c (qset_acl): Likewise.
25003         * lib/copy-acl.c (qcopy_acl): Likewise.
25004
25005 2008-06-08  Bruno Haible  <bruno@clisp.org>
25006
25007         Add support for HP-UX ACLs.
25008         * lib/acl-internal.h (acl_nontrivial): New declaration.
25009         * lib/file-has-acl.c (acl_nontrivial): New function.
25010         (file_has_acl): Add implementation using HP-UX 11 ACL API.
25011         * lib/set-mode-acl.c (qset_acl): Likewise.
25012         * lib/copy-acl.c (qcopy_acl): Likewise.
25013
25014 2008-06-08  Bruno Haible  <bruno@clisp.org>
25015
25016         Add support for Cygwin ACLs.
25017         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
25018         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
25019         the chmod_or_fchmod call.
25020         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
25021
25022 2008-06-08  Bruno Haible  <bruno@clisp.org>
25023
25024         Fix bug with setuid modes in Solaris 10+ code.
25025         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
25026         succeeded, when the mode contains some special bits.
25027
25028 2008-06-08  Bruno Haible  <bruno@clisp.org>
25029
25030         Add support for Solaris 7..10 ACLs.
25031         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
25032         declarations.
25033         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
25034         functions.
25035         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
25036         * lib/set-mode-acl.c (qset_acl): Likewise.
25037         * lib/copy-acl.c (qcopy_acl): Likewise.
25038
25039 2008-06-08  Bruno Haible  <bruno@clisp.org>
25040
25041         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25042         declaration.
25043         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25044         (acl_access_nontrivial): Remove MacOS X case.
25045         (file_has_acl): Use acl_extended_nontrivial.
25046         * lib/copy-acl.c (qcopy_acl): Likewise.
25047
25048 2008-06-08  Bruno Haible  <bruno@clisp.org>
25049
25050         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25051
25052 2008-06-08  Jim Meyering  <meyering@redhat.com>
25053
25054         * modules/acl (Maintainer): Add Bruno Haible.
25055
25056 2008-06-07  Bruno Haible  <bruno@clisp.org>
25057
25058         Improve support for Tru64 ACLs.
25059         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25060         ACL on OSF/1.
25061
25062 2008-06-07  Bruno Haible  <bruno@clisp.org>
25063
25064         Add support for MacOS X ACLs.
25065         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25066         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25067         * lib/set-mode-acl.c (qset_acl): Likewise.
25068         * lib/copy-acl.c (qcopy_acl): Likewise.
25069
25070 2008-06-07  Bruno Haible  <bruno@clisp.org>
25071
25072         Fix memory leak introduced on 2008-05-22.
25073         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25074         use.
25075
25076 2008-06-07  Bruno Haible  <bruno@clisp.org>
25077
25078         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25079         to construct an empty ACL.
25080
25081 2008-06-07  Bruno Haible  <bruno@clisp.org>
25082
25083         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25084         precisely.
25085         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25086
25087 2008-06-07  Bruno Haible  <bruno@clisp.org>
25088
25089         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25090         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25091
25092 2008-06-07  Bruno Haible  <bruno@clisp.org>
25093
25094         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25095         regardless of POSIX.
25096         * doc/posix-functions/_longjmp.texi: Likewise.
25097         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25098         SystemV platform in this case.
25099
25100 2008-06-06  Eric Blake  <ebb9@byu.net>
25101
25102         Document abort() bugs.
25103         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25104
25105         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25106         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25107         sigsetjmp.
25108         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25109         siglongjmp, but only as a macro.
25110         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25111         is obsolete.
25112         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25113
25114         Tweak documentation to cover cygwin argz bugs.
25115         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25116         argz bug fix; no code change needed since no cygwin releases
25117         occurred between the last fix and the bug being tested.
25118         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25119         module and recently fixed cygwin bugs.
25120         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25121         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25122         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25123         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25124         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25125         Likewise.
25126         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25127         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25128         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25129         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25130         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25131         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25132         Likewise.
25133
25134         Avoid gcc warning on cygwin.
25135         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25136         !ACL_NO_TRIVIAL]: Avoid unused variable.
25137
25138 2008-06-05  Eric Blake  <ebb9@byu.net>
25139
25140         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25141         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25142         git-version-gen fails to come up with a version.
25143         Reported by Simon Josefsson.
25144
25145 2008-06-05  Jim Meyering  <meyering@redhat.com>
25146             Paul Eggert  <eggert@cs.ucla.edu>
25147
25148         utimens.c: work around a probable Linux kernel bug
25149         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25150         appears to be a kernel bug that causes utimensat to return 280
25151         instead of 0, indicating success.
25152
25153 2008-06-04  Bruno Haible  <bruno@clisp.org>
25154
25155         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25156         2008-06-01 commit.
25157
25158 2008-06-04  Bruno Haible  <bruno@clisp.org>
25159
25160         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25161         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25162         (file_has_acl): Use it. Save errno afterwards.
25163         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25164
25165 2008-06-03  Bruno Haible  <bruno@clisp.org>
25166
25167         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25168         draft code. Simplify #ifs.
25169         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25170         Put Solaris code after POSIX-draft code. Fix comments regarding
25171         Solaris 10, HP-UX. Mention Cygwin.
25172         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25173
25174 2008-06-03  Eric Blake  <ebb9@byu.net>
25175
25176         Provide fallback for older kernels.
25177         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25178         Provide runtime fallback if kernel lacks support.
25179         Reported by Mike Frysinger.
25180
25181 2008-06-02  Bruno Haible  <bruno@clisp.org>
25182
25183         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25184         it exists.
25185
25186 2008-06-02  Bruno Haible  <bruno@clisp.org>
25187
25188         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25189         * lib/copy-acl.c (qcopy_acl): Update comment.
25190
25191 2008-06-02  Bruno Haible  <bruno@clisp.org>
25192
25193         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25194         like ACL APIs.
25195
25196 2008-06-02  Bruno Haible  <bruno@clisp.org>
25197
25198         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25199         * tests/test-set-mode-acl.sh: Likewise.
25200         * tests/test-copy-acl.sh: Likewise.
25201         * tests/test-copy-file.sh: Likewise.
25202
25203 2008-06-02  Bruno Haible  <bruno@clisp.org>
25204
25205         * tests/test-file-has-acl.sh: Remove unused code.
25206
25207 2008-06-01  Bruno Haible  <bruno@clisp.org>
25208
25209         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25210         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25211         messages.
25212         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25213
25214 2008-06-01  Bruno Haible  <bruno@clisp.org>
25215
25216         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25217         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25218         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25219         APIs.
25220         * modules/acl-tests (configure.ac): Remove tests now contained in
25221         m4/acl.m4.
25222
25223 2008-06-02  Jim Meyering  <meyering@redhat.com>
25224
25225         announce-gen: use a better key-server host name
25226         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25227         it may be more consistently reliable.  Suggested by Werner Koch
25228         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25229
25230 2008-06-01  Bruno Haible  <bruno@clisp.org>
25231
25232         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25233         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25234
25235 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25236
25237         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25238
25239 2008-06-01  Bruno Haible  <bruno@clisp.org>
25240
25241         New ACL tests.
25242         * tests/test-file-has-acl.sh: New file.
25243         * tests/test-file-has-acl.c: New file.
25244         * tests/test-set-mode-acl.sh: New file.
25245         * tests/test-set-mode-acl.c: New file.
25246         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25247         * tests/test-copy-acl.c: New file.
25248         * modules/acl-tests: New file, based on modules/copy-file-tests.
25249         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25250         (Depends-on): Add acl-tests.
25251         (configure.ac): Remove checks.
25252         (Makefile.am): Don't create test-sameacls program here any more.
25253
25254 2008-06-01  Bruno Haible  <bruno@clisp.org>
25255
25256         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25257         * tests/test-sameacls.c: Include progname.h.
25258         (main): Invoke set_program_name. Portability fixes for MacOS X,
25259         Solaris, HP-UX.
25260
25261 2008-06-01  Bruno Haible  <bruno@clisp.org>
25262
25263         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25264         function.
25265         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25266
25267 2008-06-01  Bruno Haible  <bruno@clisp.org>
25268
25269         * modules/rpmatch (Depends-on): Add strdup.
25270
25271 2008-06-01  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/pipe.c: Include unistd-safer.h.
25274         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25275         * modules/pipe (Depends-on): Add unistd-safer.
25276
25277 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25278
25279         * modules/autobuild (configure.ac): Call AB_INIT.
25280
25281 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25282
25283         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25284         Suggested by Bruno Haible <bruno@clisp.org>.
25285
25286 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25287
25288         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25289         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25290         <bruno@clisp.org>.
25291
25292 2008-05-29  Eric Blake  <ebb9@byu.net>
25293
25294         Prefer new POSIX 200x interfaces over futimesat.
25295         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25296         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25297         when available.
25298         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25299
25300 2008-05-28  Bruno Haible  <bruno@clisp.org>
25301
25302         * modules/stpcpy (License): Change to LGPLv2+.
25303         Requested by David Lutterkort <dlutter@redhat.com>.
25304
25305 2008-05-27  Bruno Haible  <bruno@clisp.org>
25306
25307         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25308         current mingw.
25309         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25310
25311 2008-05-27  Bruno Haible  <bruno@clisp.org>
25312
25313         * modules/iconv_open (Link): New section, from module 'iconv'.
25314         * modules/striconv (Link): Likewise.
25315         * modules/striconveh (Link): Likewise.
25316         * modules/xstriconv (Link): Likewise.
25317         * modules/unicodeio (Link): Likewise.
25318         * modules/propername (Link): Likewise.
25319         Reported by Jim Meyering.
25320
25321 2008-05-26  Jim Meyering  <meyering@redhat.com>
25322
25323         sha256: do not artificially restrict buffer length to be < 2^32
25324         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25325         uint32_t to size_t.
25326         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25327         to match.
25328
25329         avoid unaligned access errors, e.g., on sparc
25330         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25331         direct access through a possibly-unaligned uint64* pointer.
25332         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25333         direct access through a possibly-unaligned uint32* pointer.
25334         Prompted by this patch from Tom "spot" Callaway:
25335         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25336
25337         sha512.c: fix typo in comment
25338         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25339
25340 2008-05-25  Bruno Haible  <bruno@clisp.org>
25341
25342         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25343         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25344         (Makefile.am): Update lib_SOURCES.
25345
25346 2008-05-25  Bruno Haible  <bruno@clisp.org>
25347
25348         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25349
25350 2008-05-25  Jim Meyering  <meyering@redhat.com>
25351
25352         useless-if-before-free: freed expr may have white-space differences
25353         * build-aux/useless-if-before-free: Recognize cases in which the
25354         freed expression differs from the tested one in embedded white
25355         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25356         $1 was used, so we can't make any regexp shy.  Improved tests now
25357         detect this.
25358
25359         useless-if-before-free: accept white space in the expression.
25360         * build-aux/useless-if-before-free: For now, any white space
25361         in the expression must be identical in the free argument.
25362
25363         useless-if-before-free: efficiency tweak
25364         * build-aux/useless-if-before-free: Make the expression-matching
25365         regexp "shy".
25366         Make the *outer* regexp shy, not the expr-matching one.
25367
25368         update code-in-comment to accept cast of free arg
25369         * build-aux/useless-if-before-free: Update regexp.
25370
25371 2008-05-25  Bruno Haible  <bruno@clisp.org>
25372
25373         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25374         * modules/copy-file-tests (Files, Makefile.am): Update.
25375         * tests/test-copy-file.c (func_test_copy): Update.
25376
25377 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25378
25379         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25380
25381 2008-05-23  Bruno Haible  <bruno@clisp.org>
25382
25383         Improve support for ACLs on OSF/1.
25384         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25385         Remove fallback for unknown flavors of ACLs.
25386
25387 2008-05-22  Bruno Haible  <bruno@clisp.org>
25388
25389         Add support for ACLs on OSF/1.
25390         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25391         replacements.
25392         (acl_free_text): New macro fallback.
25393         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25394         acl_free.
25395         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25396         acl_free_text function. Require AC_C_INLINE.
25397
25398 2008-05-22  Bruno Haible  <bruno@clisp.org>
25399
25400         Make copy_acl work on MacOS X 10.5.
25401         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25402         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25403         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25404         If MODE_INSIDE_ACL, don't assume that every system has the same text
25405         representation for ACLs as FreeBSD.
25406         * lib/copy-acl.c (copy_acl): Add support for platforms with
25407         !MODE_INSIDE_ACL.
25408         * lib/file-has-acl.c (file_has_acl): Likewise.
25409         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25410         FreeBSD, MacOS X, or IRIX, respectively.
25411
25412 2008-05-22  Bruno Haible  <bruno@clisp.org>
25413
25414         * lib/acl.h: Don't include <sys/acl.h>.
25415         (GETACLCNT): Move fallback to lib/acl-internal.h.
25416         * lib/acl-internal.h: Include <sys/acl.h> here.
25417         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25418
25419 2008-05-22  Bruno Haible  <bruno@clisp.org>
25420
25421         Split off copy_acl function to separate file.
25422         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25423         * lib/acl.c (copy_acl): Moved function to separate file.
25424         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25425         * modules/acl (Files): Add lib/copy-acl.c.
25426         (Makefiles.am): Augment lib_SOURCES.
25427
25428 2008-05-22  Bruno Haible  <bruno@clisp.org>
25429
25430         * modules/copy-file-tests: New file.
25431         * tests/test-copy-file.sh: New file.
25432         * tests/test-copy-file.c: New file.
25433         * tests/test-copy-file-sameacls.c: New file.
25434
25435 2008-05-22  Eric Blake  <ebb9@byu.net>
25436
25437         Avoid gcc warning.
25438         * tests/test-memcmp.c (main): Pass NULL indirectly.
25439
25440 2008-05-21  Bruno Haible  <bruno@clisp.org>
25441
25442         Add reference doc about ACLs.
25443         * doc/acl-resources.txt: New file.
25444         * doc/acl-cygwin.txt: New file.
25445
25446 2008-05-21  Bruno Haible  <bruno@clisp.org>
25447
25448         Avoid one more warning from gcc.
25449         * lib/vasnprintf.c (IF_LINT): Update comments.
25450         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25451
25452 2008-05-21  Jim Meyering  <meyering@redhat.com>
25453
25454         avoid a warning from gcc
25455         * lib/vasnprintf.c (IF_LINT): Define.
25456         (scale10_round_decimal_long_double):
25457         Use it to avoid a "may be used uninitialized" warning.
25458         (scale10_round_decimal_double): Likewise.
25459
25460 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25461
25462         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25463         declared.
25464
25465 2008-05-20  Bruno Haible  <bruno@clisp.org>
25466
25467         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25468         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25469
25470 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25471
25472         * modules/memcmp-tests: New file.
25473         * tests/test-memcmp.c: New file.
25474
25475 2008-05-19  Bruno Haible  <bruno@clisp.org>
25476
25477         * modules/propername (Notice, configure.ac): Put quoted "..." into
25478         --keyword option.
25479         * lib/propername.h: Update comments accordingly.
25480         Reported by Eric Blake.
25481
25482 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25483
25484         * modules/getpass-gnu (Depends-on): Add fseeko.
25485
25486 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25487
25488         * modules/base64-tests: New file.
25489
25490 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25491
25492         * lib/base64.c (base64_decode_ctx): If a decode context structure
25493         was passed in use it to ignore newlines.  If a context structure
25494         was _not_ passed in, continue to treat newlines as garbage (this
25495         is the historical behavior).  Formerly base64_decode.
25496         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25497         takes a decode context structure.
25498         * lib/base64.h (base64_decode): Macro for four-argument calls.
25499         (base64_decode_alloc): Likewise.
25500         * lib/base64.c (base64_decode_ctx): If a decode context structure
25501         was passed in use it to ignore newlines.  If a context structure
25502         was _not_ passed in, continue to treat newlines as garbage (this
25503         is the historical behavior).  Formerly base64_decode.
25504         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25505         takes a decode context structure.
25506         * lib/base64.h (base64_decode): Macro for four-argument calls.
25507         (base64_decode_alloc): Likewise.
25508
25509 2008-05-19  Jim Meyering  <meyering@redhat.com>
25510
25511         avoid a warning from gcc
25512         * lib/trim.c (IF_LINT): Define.
25513         (trim2): Use it to avoid a "may be used uninitialized" warning.
25514
25515         Fix doc typo.
25516         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25517
25518 2008-05-19  Bruno Haible  <bruno@clisp.org>
25519
25520         * doc/glibc-functions/getpass.texi: Document limits of other
25521         implementations.
25522
25523 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25524             Bruno Haible <bruno@clisp.org>
25525
25526         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25527
25528 2008-05-18  Bruno Haible  <bruno@clisp.org>
25529
25530         * modules/propername: New file, from GNU gettext.
25531         * lib/propername.h: New file, from GNU gettext.
25532         * lib/propername.c: New file, from GNU gettext.
25533         * MODULES.html.sh (Internationalization functions): Add propername.
25534
25535 2008-05-16  Jim Meyering  <meyering@redhat.com>
25536             Bruno Haible  <bruno@clisp.org>
25537
25538         Avoid some warnings from "gcc -Wshadow".
25539         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25540
25541 2008-05-15  Eric Blake  <ebb9@byu.net>
25542
25543         Extend previous patch to cygwin 1.7.0.
25544         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25545         fast implementation in cygwin >= 1.7.0.
25546         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25547         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25548
25549 2008-05-15  Bruno Haible  <bruno@clisp.org>
25550
25551         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25552         implementation in glibc >= 2.9.
25553         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25554         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25555
25556 2008-05-15  Bruno Haible  <bruno@clisp.org>
25557
25558         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25559         (Unicode string functions): Add unilbrk/*.
25560         Reported by Karl Berry.
25561
25562 2008-05-15  Eric Blake  <ebb9@byu.net>
25563
25564         Fix violation of <stdbool.h> replacement in regex.
25565         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25566         * lib/regexec.c (re_search_internal): Likewise.
25567         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25568
25569 2008-05-15  Jim Meyering  <meyering@redhat.com>
25570
25571         avoid distracting test output when git or cvs is not found
25572         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25573         * tests/test-vc-list-files-git.sh: Likewise.
25574
25575 2008-05-15  Eric Blake  <ebb9@byu.net>
25576
25577         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25578         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25579         glibc version.
25580         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25581         * doc/posix-functions/strstr.texi (strstr): Likewise.
25582         * lib/str-two-way.h (MAX): Sychronize with glibc.
25583
25584 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25585
25586         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25587         opr.ctx_type.
25588         (calc_first): Initialize constraint field.
25589         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25590         Fix grammar.
25591         (duplicate_node): Merge constraint field for all node types.
25592         (calc_eclosure_iter): Look at constraint field for all node types.
25593         * lib/regex_internal.c (create_cd_newstate): Don't look at
25594         opr.ctx_type.
25595
25596 2008-05-14  Bruno Haible  <bruno@clisp.org>
25597
25598         Help GCC to do better code generation.
25599         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25600         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25601         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25602         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25603         Declare with attribute 'malloc' if supported.
25604
25605 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25606
25607         use "echo STR|wc -c" rather than unportable "expr length STR"
25608         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25609         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25610
25611 2008-05-14  Jim Meyering  <meyering@redhat.com>
25612
25613         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25614         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25615         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25616         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25617         via Collin Lasse.
25618
25619 2008-05-14  Eric Blake  <ebb9@byu.net>
25620
25621         Avoid quadratic growth in gl_LIBSOURCES.
25622         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25623         Suggested by Bruno Haible.
25624
25625         Test xmemdup0.
25626         * modules/xmemdup0-tests: New file.
25627         * tests/test-xmemdup0.c: Likewise.
25628
25629 2008-05-13  Eric Blake  <ebb9@byu.net>
25630
25631         Split xmemdup0 into its own module.
25632         * modules/xmemdup0: New file.
25633         * lib/xmemdup0.h: Likewise.
25634         * lib/xmemdup0.c: Likewise.
25635         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25636         * lib/xalloc.h (xmemdup0): Remove.
25637         * lib/xmalloc.c (xmemdup0): Likewise.
25638
25639 2008-05-13  Eric Blake  <ebb9@byu.net>
25640             Bruno Haible  <bruno@clisp.org>
25641
25642         Reduce number of forks required during autoconf.
25643         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25644         and gl_LIBSOURCES_DIR.
25645         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25646         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25647         m4_syscmd per file.
25648         <m4_foreach_w>: Move...
25649         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25650
25651 2008-05-13  Eric Blake  <ebb9@byu.net>
25652
25653         * gnulib-tool: Fix various comment typos.
25654
25655 2008-05-12  Bruno Haible  <bruno@clisp.org>
25656
25657         Tailor the linebreaking algorithm.
25658         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25659
25660 2008-05-12  Bruno Haible  <bruno@clisp.org>
25661
25662         Update to Unicode 5.0.0.
25663         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25664         LBP_JV, LBP_JT. Redistribute values.
25665         (unilbrk_table): Change size.
25666         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25667         Unicode TR#14 rev. 22.
25668         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25669         LBP_JV, LBP_JT. Redistribute values.
25670         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25671         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25672         Update.
25673         * lib/unilbrk/lbrkprop1.h: Regenerated.
25674         * lib/unilbrk/lbrkprop2.h: Regenerated.
25675         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25676         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25677         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25678         Likewise.
25679         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25680         Likewise.
25681         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25682         result.
25683         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25684         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25685         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25686         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25687         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25688         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25689
25690 2008-05-11  Bruno Haible  <bruno@clisp.org>
25691
25692         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25693
25694 2008-05-11  Bruno Haible  <bruno@clisp.org>
25695
25696         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25697         * modules/unilbrk/gen-lbrk: New file.
25698
25699 2008-05-11  Bruno Haible  <bruno@clisp.org>
25700
25701         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25702         * m4/sha512.m4 (gl_SHA512): Likewise.
25703
25704 2008-05-11  Jim Meyering  <meyering@redhat.com>
25705
25706         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25707         * modules/crypto/sha256: New file.
25708         * modules/crypto/sha512: Likewise.
25709         * lib/sha256.c: Likewise.
25710         * lib/sha256.h: Likewise.
25711         * lib/sha512.c: Likewise.
25712         * lib/sha512.h: Likewise.
25713         * lib/u64.h: Likewise.
25714         * m4/sha256.m4: Likewise.
25715         * m4/sha512.m4: Likewise.
25716         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25717
25718 2008-05-10  Bruno Haible  <bruno@clisp.org>
25719
25720         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25721         (Input/Output <stdio.h>): Add xprintf.
25722         (Signal handling <signal.h>): Add strsignal.
25723         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25724         (Core language properties): Add func.
25725         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25726         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25727         strings.
25728         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25729         (Input/output): New section.
25730         (File system functions): Add openat-die, stat-macros.
25731         (Networking functions): Add sockets.
25732         (Unicode string functions): Add unictype/*.
25733         (Support for building libraries and executables): Add gperf.
25734         (Support for building documentation): Add agpl-3.0.
25735         (Misc): Add nocrash.
25736
25737 2008-05-10  Bruno Haible  <bruno@clisp.org>
25738
25739         * modules/unictype/gen-ctype: New file.
25740
25741 2008-05-10  Jim Meyering  <meyering@redhat.com>
25742
25743         Make chdir-safer.c more efficient on a system with no symlinks.
25744         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25745         also if ELOOP is zero.  Suggested by Bruno Haible.
25746
25747         Make chdir-safer.c slightly safer.
25748         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25749         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25750
25751         Avoid compile failure on systems without ELOOP (like mingw).
25752         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25753         Reported by Bruno Haible.
25754
25755 2008-05-10  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25758         (is_utf8_encoding): Use a case-insensitive comparison.
25759         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25760         streq.
25761
25762 2008-05-10  Bruno Haible  <bruno@clisp.org>
25763
25764         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25765         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25766         * lib/unilbrk/ulc-common.h (iconv_string_length,
25767         iconv_string_keeping_offsets): Remove declarations.
25768         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25769         Don't include <iconv.h>, streq.h, xsize.h.
25770         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25771         conversion.
25772         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25773         <iconv.h>, streq.h, xsize.h.
25774         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25775         conversion.
25776         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25777         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25778         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25779         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25780
25781 2008-05-10  Bruno Haible  <bruno@clisp.org>
25782
25783         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25784         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25785
25786         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25787         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25788
25789         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25790         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25791
25792         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25793         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25794
25795         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25796         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25797
25798         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25799         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25800
25801         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25802         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25803
25804         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25805         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25806
25807 2008-05-10  Bruno Haible  <bruno@clisp.org>
25808
25809         Split up 'linebreak' module.
25810         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25811         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25812         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25813         modifications.
25814         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25815         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25816         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25817         lib/linebreak.c.
25818         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25819         lib/linebreak.c.
25820         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25821         lib/linebreak.c.
25822         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25823         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25824         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25825         lib/linebreak.c.
25826         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25827         lib/linebreak.c.
25828         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25829         lib/linebreak.c.
25830         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25831         lib/linebreak.c.
25832         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25833         lib/linebreak.c.
25834         * modules/unilbrk/base: New file.
25835         * modules/unilbrk/tables: New file.
25836         * modules/unilbrk/u8-possible-linebreaks: New file.
25837         * modules/unilbrk/u16-possible-linebreaks: New file.
25838         * modules/unilbrk/u32-possible-linebreaks: New file.
25839         * modules/unilbrk/ulc-common: New file.
25840         * modules/unilbrk/ulc-possible-linebreaks: New file.
25841         * modules/unilbrk/u8-width-linebreaks: New file.
25842         * modules/unilbrk/u16-width-linebreaks: New file.
25843         * modules/unilbrk/u32-width-linebreaks: New file.
25844         * modules/unilbrk/ulc-width-linebreaks: New file.
25845         * lib/linebreak.h: Remove file.
25846         * lib/linebreak.c: Remove file.
25847         * m4/linebreak.m4: Remove file.
25848         * modules/linebreak: Remove file.
25849         * NEWS: Mention the changes.
25850
25851 2008-05-09  Eric Blake  <ebb9@byu.net>
25852
25853         Add xmemdup0.
25854         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25855         implementation.
25856         * lib/xmalloc.c (xmemdup0): New C implementation.
25857
25858 2008-05-08  Bruno Haible  <bruno@clisp.org>
25859
25860         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25861
25862 2008-05-07  Eric Blake  <ebb9@byu.net>
25863
25864         Support cross-compilation of <wctype.h>.
25865         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25866         AC_CACHE_CHECK.
25867
25868 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25869
25870         * build-aux/vc-list-files: Add support for bzr.
25871
25872 2008-05-03  Jim Meyering  <meyering@redhat.com>
25873
25874         avoid failed assertion with tight malloc
25875         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25876
25877 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25878
25879         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25880         are needed from arpa/inet.h.
25881         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25882         Reported by Bruno Haible.
25883
25884 2008-05-02  Jim Meyering  <meyering@redhat.com>
25885
25886         avoid compilation error on FreeBSD 6
25887         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25888
25889 2008-05-01  Jim Meyering  <meyering@redhat.com>
25890
25891         useless-if-before-free: correct --help's exit status description
25892         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25893         for one or more matches, etc.  Reported by Bruno Haible.
25894
25895         vc-list-files: make the stand-alone gnulib test work
25896         * modules/vc-list-files-tests (configure.ac):
25897         Define and AC_SUBST abs_aux_dir.
25898         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25899         $(abs_top_srcdir) to each script and having each of them
25900         duplicate the work of setting PATH, set PATH here, using
25901         the new variable, abs_aux_dir instead.
25902         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25903         * tests/test-vc-list-files-git.sh: Likewise.
25904         Reported by Bruno Haible.
25905
25906 2008-05-01  Bruno Haible  <bruno@clisp.org>
25907
25908         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25909         reallocation. Rename 'done' to 'found_delimiter'.
25910
25911 2008-05-01  Jim Meyering  <meyering@redhat.com>
25912
25913         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25914         * build-aux/vc-list-files: Use `...`, not $(...).
25915
25916 2008-04-30  Jim Meyering  <meyering@redhat.com>
25917
25918         add tests for vc-list-files
25919         * modules/vc-list-files-tests: New module.
25920         * tests/test-vc-list-files-cvs.sh: New file.
25921         * tests/test-vc-list-files-git.sh: New file.
25922
25923         avoid a warning from gcc
25924         * lib/getndelim2.c (IF_LINT): Define.
25925         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25926
25927         vc-list-files: work properly with build-aux/cvsu, too
25928         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25929         to all cvs-based clauses.
25930
25931         vc-list-files: work properly in the CVS+awk case, too
25932         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25933
25934         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25935         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25936         take more than one file argument, so .  Add quotes, just in case $dir
25937         ever contains a shell meta-character.  Prompted by Soren Hansen in
25938         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25939
25940 2008-04-29  Eric Blake  <ebb9@byu.net>
25941
25942         Optimize getndelim2 to use block operations when possible.
25943         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25944         freadseek, and memchr2.
25945         * lib/getndelim2.c (getndelim2): Use them for block reads.
25946
25947 2008-04-29  Bruno Haible  <bruno@clisp.org>
25948
25949         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25950         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25951         * modules/inet_ntop (Depends-on): Add extensions.
25952         * modules/inet_pton (Depends-on): Likewise.
25953         Reported by Simon Josefsson.
25954
25955 2008-04-29  Jim Meyering  <meyering@redhat.com>
25956
25957         When the is more than one match in a block, match all of them.
25958         * build-aux/useless-if-before-free: Iterate through each block
25959         until there are no more matches.
25960
25961         Fix broken useless-if-before-free script.
25962         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25963         the expression to match cast of argument to free-like function.
25964
25965 2008-04-29  Eric Blake  <ebb9@byu.net>
25966
25967         Use new header.
25968         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25969
25970 2008-04-29  Jim Meyering  <meyering@redhat.com>
25971
25972         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25973         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25974         by gnulib to exist and to declare e.g., inet_ntop.
25975         Don't include "inet_ntop.h", now removed.
25976
25977         * m4/arpa_inet_h.m4: Remove trailing blanks.
25978
25979 2008-04-29  Eric Blake  <ebb9@byu.net>
25980
25981         Silence valgrind on safe reads beyond potential array bounds.
25982         * lib/rawmemchr.valgrind: New file.
25983         * lib/strchrnul.valgrind: Likewise.
25984         * modules/rawmemchr (Files): Distribute new file.
25985         * modules/strchrnul (Files): Likewise.
25986         Suggested by Bruno Haible.
25987
25988 2008-04-29  Bruno Haible  <bruno@clisp.org>
25989
25990         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25991         (inet_ntop, inet_pton): Change portability warning's wording.
25992         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25993         Invoke gl_CHECK_NEXT_HEADERS.
25994         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25995         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25996         set ARPA_INET_H.
25997         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25998         * modules/arpa_inet (Description): No longer only for systems that
25999         lack it.
26000         (Depends-on): Add include_next.
26001         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
26002         HAVE_ARPA_INET_H.
26003
26004 2008-04-29  Jim Meyering  <meyering@redhat.com>
26005
26006         * modules/mkdir (License): Re-license as LGPLv2+.
26007
26008 2008-04-29  Bruno Haible  <bruno@clisp.org>
26009
26010         * modules/rawmemchr (Maintainer): Set to Eric.
26011         * modules/strchrnul (Maintainer): Likewise.
26012
26013 2008-04-29  Simon Josefsson  <simon@josefsson.org>
26014
26015         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
26016         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
26017
26018         * modules/arpa_inet (arpa/inet.h): Use them.
26019
26020 2008-04-28  Eric Blake  <ebb9@byu.net>
26021
26022         Test getndelim2.
26023         * modules/getndelim2-tests: New file.
26024         * tests/test-getndelim2.c: Likewise.
26025         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
26026         stream.
26027         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
26028
26029         * MODULES.html.sh: Document new module.
26030
26031 2008-04-20  Bruno Haible  <bruno@clisp.org>
26032
26033         * lib/c-stack.c (die): Use raise.
26034         * modules/c-stack (Depends-on): Add raise.
26035
26036 2008-04-28  Bruno Haible  <bruno@clisp.org>
26037
26038         Expect rpmatch to be declared.
26039         * lib/yesno.c (rpmatch): Remove declaration.
26040
26041         Declare rpmatch.
26042         * lib/stdlib.in.h (rpmatch): New declaration.
26043         * lib/rpmatch.c: Include <stdlib.h> first.
26044         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26045         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26046         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26047         HAVE_RPMATCH.
26048         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26049         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26050         (Include): Set to <stdlib.h>.
26051         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26052         HAVE_RPMATCH.
26053         * NEWS: Document the change.
26054
26055 2008-04-28  Bruno Haible  <bruno@clisp.org>
26056
26057         Change rpmatch to use nl_langinfo when appropriate.
26058         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26059         (N_): New macro.
26060         (localized_pattern): New function/macro.
26061         (try): Remove match, nomatch arguments. Copy the pattern into safe
26062         memory before caching it.
26063         (rpmatch): Use localized_pattern. Add translator comments.
26064         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26065         Suggested by Eric Blake.
26066         * modules/rpmatch (Depends-on): Add stdbool.
26067
26068 2008-04-28  Eric Blake  <ebb9@byu.net>
26069
26070         Add rawmemchr module, matching glibc.
26071         * modules/string (Makefile.am): New indicator.
26072         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26073         * lib/string.in.h (rawmemchr): Declare when appropriate.
26074         * modules/rawmemchr: New file.
26075         * m4/rawmemchr.m4: Likewise.
26076         * lib/rawmemchr.c: Likewise.
26077         * modules/rawmemchr-tests: Likewise.
26078         * tests/test-rawmemchr.c: Likewise.
26079         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26080         module.
26081         * modules/strchrnul (Depends-on): Add rawmemchr.
26082         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26083
26084         Whitespace cleanup.
26085         * tests/test-strchrnul.c: Reindent.
26086         * lib/strchrnul.c: Likewise.
26087
26088         Optimize and test strchrnul.
26089         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26090         * modules/strchrnul-tests: New file.
26091         * tests/test-strchrnul.c: Likewise.
26092
26093         Remove intprops dependency.
26094         * modules/memchr (Depends-on): Remove intprops.
26095         * modules/memrchr (Depends-on): Likewise.
26096         * modules/memchr2 (Depends-on): Likewise.
26097         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26098         * lib/memrchr.c (__memrchr): Likewise.
26099         * lib/memrchr2.c (memchr2): Likewise.
26100         Reported by Simon Josefsson.
26101
26102 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26103
26104         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26105         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26106
26107 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26108
26109         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26110
26111         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26112
26113         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26114
26115         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26116         declarations.
26117         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26118
26119         * m4/inet_pton.m4: Don't check for header files.
26120
26121         * m4/inet_ntop.m4: Don't check for header files.
26122
26123 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26124
26125         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26126         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26127         trigger for cygwin).
26128         Reported by Bruno Haible  <bruno@clisp.org>.
26129
26130 2008-04-28  Bruno Haible  <bruno@clisp.org>
26131
26132         * doc/posix-functions/strdup.texi: Mention mingw problem.
26133
26134 2008-04-27  Bruno Haible  <bruno@clisp.org>
26135
26136         * modules/stat-time-tests (Depends-on): Add sleep.
26137         * tests/test-stat-time.c (force_unlink): New function.
26138         (cleanup): Use it.
26139         (test_mtime): Remove the ctime related tests.
26140         (test_ctime): New function, containing the ctime related tests.
26141         (main): Call test_ctime, except on native Windows platforms.
26142
26143 2008-04-27  Bruno Haible  <bruno@clisp.org>
26144
26145         * lib/rpmatch.c (rpmatch): Add some comments.
26146         Reported by James Youngman <jay@gnu.org>.
26147
26148 2008-04-27  Bruno Haible  <bruno@clisp.org>
26149
26150         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26151         quiet NaNs.
26152
26153 2008-04-27  Bruno Haible  <bruno@clisp.org>
26154
26155         Make test-yesno.sh work on mingw.
26156         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26157         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26158         (main): Set stdin to binary mode.
26159         * modules/yesno-tests (Depends-on): Add binary-io.
26160
26161 2008-04-27  Bruno Haible  <bruno@clisp.org>
26162
26163         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26164         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26165         argument that lie outside the IEEE 854 domain.
26166         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26167         (gl_ISFINITE): Use it.
26168         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26169
26170 2008-04-27  Bruno Haible  <bruno@clisp.org>
26171
26172         Allow local renaming in config.h.
26173         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26174
26175 2008-04-27  Bruno Haible  <bruno@clisp.org>
26176
26177         * lib/memchr.c (__memchr): Change type of 'i'.
26178         * lib/memchr2.c (memchr2): Likewise.
26179
26180 2008-04-26  Eric Blake  <ebb9@byu.net>
26181         and Bruno Haible  <bruno@clisp.org>
26182
26183         Optimize and test memrchr.
26184         * modules/memrchr (Depends-on): Add intprops.
26185         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26186         * modules/memrchr-tests: New file.
26187         * tests/test-memrchr.c: New file.
26188
26189 2008-04-26  Bruno Haible  <bruno@clisp.org>
26190
26191         Add tentative support for DragonFly BSD.
26192         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26193         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26194         fp.
26195         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26196         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26197         * lib/fpurge.c (fpurge): Likewise.
26198         * lib/freadable.c (freaadable): Likewise.
26199         * lib/freadahead.c (freadahead): Likewise.
26200         * lib/freading.c (freading): Likewise.
26201         * lib/freadptr.c (freadptr): Likewise.
26202         * lib/freadseek.c (freadptrinc): Likewise.
26203         * lib/fseeko.c (fseeko): Likewise.
26204         * lib/fseterr.c (fseterr): Likewise.
26205         * lib/fwritable.c (fwritable): Likewise.
26206         * lib/fwriting.c (fwriting): Likewise.
26207
26208 2008-04-26  Bruno Haible  <bruno@clisp.org>
26209
26210         * lib/stdio-impl.h: New file.
26211         * lib/fbufmode.c: Include stdio-impl.h.
26212         (fbufmode): Use fp_, remove redundant #defines.
26213         * lib/fflush.c: Include stdio-impl.h.
26214         (clear_ungetc_buffer): Remove redundant #defines.
26215         * lib/fpurge.c: Include stdio-impl.h.
26216         (fpurge): Remove redundant #defines.
26217         * lib/freadable.c: Include stdio-impl.h.
26218         (freadable): Remove redundant #defines.
26219         * lib/freadahead.c: Include stdio-impl.h.
26220         (freadahead): Remove redundant #defines.
26221         * lib/freading.c: Include stdio-impl.h.
26222         (freading): Remove redundant #defines.
26223         * lib/freadptr.c: Include stdio-impl.h.
26224         (freadptr): Remove redundant #defines.
26225         * lib/freadseek.c: Include stdio-impl.h.
26226         (freadptrinc): Remove redundant #defines.
26227         * lib/fseeko.c: Include stdio-impl.h.
26228         (rpl_fseeko): Remove redundant #defines.
26229         * lib/fseterr.c: Include stdio-impl.h.
26230         (fseterr): Remove redundant #defines.
26231         * lib/fwritable.c: Include stdio-impl.h.
26232         (fwritable: Remove redundant #defines.
26233         * lib/fwriting.c: Include stdio-impl.h.
26234         (fwriting): Remove redundant #defines.
26235         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26236         * modules/fflush (Files): Likewise.
26237         * modules/fpurge (Files): Likewise.
26238         * modules/freadable (Files): Likewise.
26239         * modules/freadahead (Files): Likewise.
26240         * modules/freading (Files): Likewise.
26241         * modules/freadptr (Files): Likewise.
26242         * modules/freadseek (Files): Likewise.
26243         * modules/fseeko (Files): Likewise.
26244         * modules/fseterr (Files): Likewise.
26245         * modules/fwritable (Files): Likewise.
26246         * modules/fwriting (Files): Likewise.
26247
26248 2008-04-26  Bruno Haible  <bruno@clisp.org>
26249
26250         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26251         restore_seek_optimization, update_fpos_cache): New functions, extracted
26252         from rpl_fflush.
26253         (rpl_fflush): Use them.
26254         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26255         (gl_REPLACE_FFLUSH): Use it.
26256
26257 2008-04-26  Bruno Haible  <bruno@clisp.org>
26258
26259         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26260         on Solaris.
26261         * tests/test-xstrtoimax.sh: Likewise.
26262         * tests/test-xstrtoumax.sh: Likewise.
26263         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26264
26265 2008-04-26  Bruno Haible  <bruno@clisp.org>
26266
26267         * modules/memchr-tests: New file.
26268         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26269
26270 2008-04-26  Eric Blake  <ebb9@byu.net>
26271             Bruno Haible  <bruno@clisp.org>
26272
26273         * lib/memchr.c: Include intprops.h.
26274         (__memchr): Optimize parallel detection of matching bytes. Rename local
26275         variables. Add explanatory comments.
26276
26277 2008-04-26  Bruno Haible  <bruno@clisp.org>
26278
26279         Fix module 'memchr', broken since 2000-10-28.
26280         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26281
26282 2008-04-26  Bruno Haible  <bruno@clisp.org>
26283
26284         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26285         comments.
26286
26287 2008-04-25  Eric Blake  <ebb9@byu.net>
26288
26289         Use native fstatat on cygwin 1.7.0.
26290         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26291         first.
26292
26293 2008-04-23  Eric Blake  <ebb9@byu.net>
26294
26295         Improve memchr2 performance.
26296         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26297         NUL bytes.
26298         * modules/memchr2 (Depends-on): Use intprops.h.
26299
26300 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26301
26302         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26303         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26304         <blp@cs.stanford.edu>.
26305
26306 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26307
26308         * lib/arpa_inet.in.h: New file.
26309
26310         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26311         (Makefile.am): Sed in substitute header file.
26312
26313         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26314         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26315
26316         * modules/inet_ntop (configure.ac): Use
26317         gl_ARPA_INET_MODULE_INDICATOR.
26318
26319         * modules/inet_pton (configure.ac): Use
26320         gl_ARPA_INET_MODULE_INDICATOR.
26321
26322 2008-04-22  Jim Meyering  <meyering@redhat.com>
26323
26324         * modules/verify (License): Re-license as LGPLv2+.
26325
26326 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26327
26328         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26329         parameter to void* as per POSIX standard (MinGW uses char*).
26330
26331 2008-04-21  Bruno Haible  <bruno@clisp.org>
26332
26333         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26334         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26335         Define to replacements if REPLACE_ISWCNTRL is 1.
26336         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26337         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26338         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26339         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26340         what it fixes.
26341         * doc/posix-functions/iswalpha.texi: Likewise.
26342         * doc/posix-functions/iswblank.texi: Likewise.
26343         * doc/posix-functions/iswcntrl.texi: Likewise.
26344         * doc/posix-functions/iswdigit.texi: Likewise.
26345         * doc/posix-functions/iswgraph.texi: Likewise.
26346         * doc/posix-functions/iswlower.texi: Likewise.
26347         * doc/posix-functions/iswprint.texi: Likewise.
26348         * doc/posix-functions/iswpunct.texi: Likewise.
26349         * doc/posix-functions/iswspace.texi: Likewise.
26350         * doc/posix-functions/iswupper.texi: Likewise.
26351         * doc/posix-functions/iswxdigit.texi: Likewise.
26352         Reported by Alain Guibert.
26353
26354 2008-04-21  Bruno Haible  <bruno@clisp.org>
26355
26356         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26357         Patch by Alain Guibert.
26358
26359 2008-04-21  Bruno Haible  <bruno@clisp.org>
26360
26361         Fix test failures on mingw.
26362         * tests/test-xstrtol.c (print_no_progname): New function.
26363         (main): Install it in error_print_progname hook.
26364         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26365         * tests/test-xstrtoimax.sh: Likewise.
26366         * tests/test-xstrtoumax.sh: Likewise.
26367
26368 2008-04-21  Bruno Haible  <bruno@clisp.org>
26369
26370         Fix test failure on mingw.
26371         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26372
26373 2008-04-21  Bruno Haible  <bruno@clisp.org>
26374
26375         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26376         Actually assign a value.
26377
26378 2008-04-20  Bruno Haible  <bruno@clisp.org>
26379
26380         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26381         take 2.
26382         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26383         'canonicalize-lgpl' module is also used.
26384         * lib/canonicalize-lgpl.c: Undo last change.
26385         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26386
26387 2008-04-20  Bruno Haible  <bruno@clisp.org>
26388
26389         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26390         config.h. Provide _mkdir based fallback for mingw.
26391         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26392         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26393         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26394         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26395         rather than defining mkdir in config.h.
26396         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26397         (gl_SYS_STAT_H_DEFAULTS): New macro.
26398         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26399         HAVE_IO_H any more.
26400         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26401         HAVE_DECL_MKDIR and HAVE_IO_H.
26402
26403 2008-04-20  Bruno Haible  <bruno@clisp.org>
26404
26405         * lib/isapipe.c: Port to native Windows platforms.
26406
26407 2008-04-20  Bruno Haible  <bruno@clisp.org>
26408
26409         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26410
26411 2008-04-21  Eric Blake  <ebb9@byu.net>
26412
26413         Work around preprocessors that don't handle UINTMAX_MAX.
26414         * lib/memchr2.c (memchr2): Avoid embedded #if.
26415         Reported by Alain Guibert, fix suggested by Bruno Haible.
26416
26417 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26418
26419         * doc/posix-functions/strftime.texi (strftime): Explain better
26420         Windows incompatibility.  Suggested by Micah Cowan
26421         <micah@cowan.name>.
26422
26423 2008-04-20  Bruno Haible  <bruno@clisp.org>
26424
26425         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26426         unistr/u8-mblen.
26427
26428 2008-04-20  Bruno Haible  <bruno@clisp.org>
26429
26430         Fix test failure on platforms with non-GNU iconv.
26431         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26432         (U_TO_U8): Use it, rather than u16_to_u8.
26433         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26434         units at the end of the input string.
26435         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26436
26437 2008-04-20  Bruno Haible  <bruno@clisp.org>
26438
26439         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26440         when the resulting length is 0.
26441         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26442
26443 2008-04-20  Bruno Haible  <bruno@clisp.org>
26444
26445         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26446         works.
26447         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26448
26449 2008-04-20  Bruno Haible  <bruno@clisp.org>
26450
26451         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26452         * modules/tsearch-tests (configure.ac): Test for initstate function.
26453
26454 2008-04-20  Bruno Haible  <bruno@clisp.org>
26455
26456         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26457         for nlink_t if missing.
26458         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26459
26460 2008-04-19  Bruno Haible  <bruno@clisp.org>
26461
26462         Work around snprintf bug on Linux libc5.
26463         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26464         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26465         gl_SNPRINTF_SIZE1.
26466         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26467         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26468         that test failed.
26469         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26470         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26471         * modules/snprintf (Files): Add m4/printf.m4.
26472         * modules/vsnprintf (Files): Likewise.
26473         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26474         * doc/posix-functions/vsnprintf.texi: Likewise.
26475
26476 2008-04-19  Bruno Haible  <bruno@clisp.org>
26477
26478         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26479         from 0.0058 to less than 10^-7.
26480
26481 2008-04-19  Bruno Haible  <bruno@clisp.org>
26482
26483         Fix rounding when a precision is given.
26484         * lib/vasnprintf.c (is_borderline): New function.
26485         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26486         9...9x.
26487         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26488         %e, %g.
26489         * tests/test-vasprintf-posix.c (test_function): Likewise.
26490         * tests/test-snprintf-posix.h (test_function): Likewise.
26491         * tests/test-sprintf-posix.h (test_function): Likewise.
26492         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26493         * tests/test-printf-posix.h (test_function): Likewise.
26494         * tests/test-printf-posix.output: Update.
26495         Reported by John Darrington <john@darrington.wattle.id.au> via
26496         Ben Pfaff <blp@cs.stanford.edu>.
26497
26498 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26499
26500         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26501         Suggested by Bruno Haible <bruno@clisp.org>.
26502
26503 2008-04-17  Bruno Haible  <bruno@clisp.org>
26504
26505         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26506         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26507         implementation.
26508         Patch by Bruce Merry <bmerry@gmail.com>.
26509
26510 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26511
26512         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26513         doesn't work under Windows.
26514
26515 2008-04-16  Bruno Haible  <bruno@clisp.org>
26516
26517         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26518         New macros.
26519         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26520         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26521         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26522         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26523         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26524         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26525         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26526         macros.
26527         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26528         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26529         Northern Sotho, Uighur.
26530
26531 2008-04-16  Bruno Haible  <bruno@clisp.org>
26532
26533         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26534         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26535         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26536         Reported by Daniel Bergström <daniel@octocode.com>.
26537
26538 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26539             Bruno Haible  <bruno@clisp.org>
26540
26541         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26542         function.
26543         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26544         New functions, mostly extracted from gl_locale_name_default.
26545         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26546
26547 2008-04-16  Eric Blake  <ebb9@byu.net>
26548
26549         Adjust strtod detection to catch glibc 2.7 bug.
26550         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26551         Reported by John Gatewood Ham.
26552
26553 2008-04-16  Bruno Haible  <bruno@clisp.org>
26554
26555         Add tentative support for Linux libc5.
26556         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26557         * lib/fpurge.c (fpurge): Likewise.
26558         * lib/freadable.c (freadable): Likewise.
26559         * lib/freadahead.c (freadahead): Likewise.
26560         * lib/freading.c (freading): Likewise.
26561         * lib/freadptr.c (freadptr): Likewise.
26562         * lib/freadseek.c (freadptrinc): Likewise.
26563         * lib/fseeko.c (rpl_fseeko): Likewise.
26564         * lib/fseterr.c (fseterr): Likewise.
26565         * lib/fwritable.c (fwritable): Likewise.
26566         * lib/fwriting.c (fwriting): Likewise.
26567         Reported by Alain Guibert <alguibert+bts@free.fr>.
26568
26569 2008-04-15  Bruno Haible  <bruno@clisp.org>
26570
26571         * modules/mathl (configure.ac): Define module indicator.
26572
26573 2008-04-15  Bruno Haible  <bruno@clisp.org>
26574
26575         * lib/logl.c (logl): Remove unused variables.
26576
26577 2008-04-15  Bruno Haible  <bruno@clisp.org>
26578
26579         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26580         fails.
26581
26582 2008-04-15  Bruno Haible  <bruno@clisp.org>
26583
26584         * lib/trim.c (trim2): Fix argument of isspace() macro.
26585
26586 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26587
26588         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26589         to 0.
26590         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26591
26592 2008-04-14  Bruno Haible  <bruno@clisp.org>
26593
26594         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26595         AC_LANG_PROGRAM argument.
26596         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26597         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26598         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26599         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26600         * m4/math_h.m4 (gl_MATH_H): Likewise.
26601         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26602         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26603         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26604         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26605         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26606         * m4/regex.m4 (gl_REGEX): Likewise.
26607         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26608         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26609         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26610         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26611         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26612         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26613         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26614         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26615
26616 2008-04-14  Jim Meyering  <meyering@redhat.com>
26617
26618         test-strtod: fix typos: s/abs/fabs/
26619         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26620
26621 2008-04-13  Bruno Haible  <bruno@clisp.org>
26622
26623         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26624         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26625         module is also used and while not building the reloc-wrapper.
26626
26627 2008-04-13  Bruno Haible  <bruno@clisp.org>
26628
26629         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26630
26631 2008-04-13  Bruno Haible  <bruno@clisp.org>
26632
26633         Fix AIX compilation failure introduced on 2008-04-02.
26634         * tests/test-frexp.c (exp): Undefine before redefining.
26635         * tests/test-frexpl.c (exp): Likewise.
26636
26637 2008-04-13  Bruno Haible  <bruno@clisp.org>
26638
26639         Work around a HP-UX stdio bug.
26640         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26641         * tests/test-ftello.c (main): Likewise.
26642         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26643         * doc/posix-functions/ftello.texi: Likewise.
26644
26645 2008-04-13  Bruno Haible  <bruno@clisp.org>
26646
26647         Make test-signbit pass on HP-UX/hppa.
26648         * tests/test-signbit.c (minus_zerol): New variable.
26649         (test_signbitl): Use it.
26650
26651 2008-04-13  Bruno Haible  <bruno@clisp.org>
26652
26653         Make truncl work on OSF/1 4.0.
26654         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26655         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26656         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26657         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26658         HAVE_DECL_TRUNCL.
26659         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26660         HAVE_DECL_TRUNCL.
26661         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26662
26663 2008-04-13  Bruno Haible  <bruno@clisp.org>
26664
26665         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26666
26667 2008-04-13  Bruno Haible  <bruno@clisp.org>
26668
26669         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26670         expression, so as to avoid HP-UX 11 cc compiler bug.
26671
26672 2008-04-13  Bruno Haible  <bruno@clisp.org>
26673
26674         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26675
26676 2008-04-13  Bruno Haible  <bruno@clisp.org>
26677
26678         * lib/git-merge-changelog.c: Remove empty declaration outside of
26679         functions.
26680
26681 2008-04-13  Bruno Haible  <bruno@clisp.org>
26682
26683         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26684
26685 2008-04-13  Bruno Haible  <bruno@clisp.org>
26686
26687         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26688         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26689         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26690         also if it exists but lacks definitions of the SHUT_* macros.
26691         * modules/sys_socket (Description): Update.
26692         Reported by Elbert Pol <e.pol@chello.nl>.
26693
26694 2008-04-13  Bruno Haible  <bruno@clisp.org>
26695
26696         * lib/localcharset.c (OS2): Don't redefine if already defined.
26697         Reported by Elbert Pol <e.pol@chello.nl>.
26698
26699 2008-04-13  Bruno Haible  <bruno@clisp.org>
26700
26701         * lib/binary-io.h [__EMX__]: Include <io.h>.
26702         Reported by Elbert Pol <e.pol@chello.nl>.
26703
26704 2008-04-12  Bruno Haible  <bruno@clisp.org>
26705
26706         * lib/fpucw.h: Enable the definitions also for x86_64.
26707         Needed for NetBSD/x86_64.
26708         Reported by Thomas Klausner <tk@giga.or.at>.
26709
26710 2008-04-12  Bruno Haible  <bruno@clisp.org>
26711
26712         * tests/test-strtod.c: Include isnand.h.
26713         (main): Use isnand instead of isnan.
26714         Reported by Jim Meyering.
26715
26716 2008-04-12  Bruno Haible  <bruno@clisp.org>
26717
26718         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26719         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26720
26721 2008-04-12  Jim Meyering  <meyering@redhat.com>
26722
26723         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26724
26725 2008-04-12  Bruno Haible  <bruno@clisp.org>
26726
26727         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26728         Reported by Elbert Pol <e.pol@chello.nl>.
26729
26730 2008-04-12  Eric Blake  <ebb9@byu.net>
26731
26732         Work around Solaris 10 math.h bug.
26733         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26734         (gl_MATH_H_DEFAULTS): Set up default.
26735         * modules/math (Makefile.am): Replace new indicators.
26736         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26737         * tests/test-math.c (main): Test this.
26738         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26739         * doc/posix-headers/math.texi (math.h): Mention bug.
26740         Reported by Nelson H. F. Beebe and Jim Meyering.
26741
26742 2008-04-11  Bruno Haible  <bruno@clisp.org>
26743
26744         Adapt to future versions of Apple GCC.
26745         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26746         Reported by Peter O'Gorman <peter@pogma.com>.
26747
26748 2008-04-11  Bruno Haible  <bruno@clisp.org>
26749
26750         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26751
26752 2008-04-11  Bruno Haible  <bruno@clisp.org>
26753
26754         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26755
26756         * modules/getaddrinfo-tests (Makefile.am): Define
26757         test_getaddrinfo_LDADD.
26758
26759 2008-04-11  Bruno Haible  <bruno@clisp.org>
26760
26761         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26762         (init): Fix syntax error.
26763         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26764         is declared.
26765
26766 2008-04-11  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26769         * modules/glob (Depends-on): Add stdbool.
26770
26771 2008-04-11  Bruno Haible  <bruno@clisp.org>
26772
26773         * lib/trim.c: Include <string.h>.
26774
26775 2008-04-11  Eric Blake  <ebb9@byu.net>
26776
26777         Avoid compile failure on OS/2.
26778         * lib/regex_internal.h (internal_function): Disable optimization
26779         on OS/2 (__EMX__), where it caused compiler error.
26780         Reported by Elbert Pol.
26781
26782 2008-04-11  Bruno Haible  <bruno@clisp.org>
26783
26784         Flush the standard error stream before aborting. Needed on mingw.
26785         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26786         * tests/test-array_list.c (ASSERT): Likewise.
26787         * tests/test-array_oset.c (ASSERT): Likewise.
26788         * tests/test-avltree_list.c (ASSERT): Likewise.
26789         * tests/test-avltree_oset.c (ASSERT): Likewise.
26790         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26791         * tests/test-binary-io.c (ASSERT): Likewise.
26792         * tests/test-byteswap.c (ASSERT): Likewise.
26793         * tests/test-c-ctype.c (ASSERT): Likewise.
26794         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26795         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26796         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26797         * tests/test-c-strstr.c (ASSERT): Likewise.
26798         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26799         * tests/test-canonicalize.c (ASSERT): Likewise.
26800         * tests/test-carray_list.c (ASSERT): Likewise.
26801         * tests/test-ceilf1.c (ASSERT): Likewise.
26802         * tests/test-ceilf2.c (ASSERT): Likewise.
26803         * tests/test-ceill.c (ASSERT): Likewise.
26804         * tests/test-count-one-bits.c (ASSERT): Likewise.
26805         * tests/test-fbufmode.c (ASSERT): Likewise.
26806         * tests/test-fflush2.c (ASSERT): Likewise.
26807         * tests/test-floorf1.c (ASSERT): Likewise.
26808         * tests/test-floorf2.c (ASSERT): Likewise.
26809         * tests/test-floorl.c (ASSERT): Likewise.
26810         * tests/test-fopen.c (ASSERT): Likewise.
26811         * tests/test-fpending.c (ASSERT): Likewise.
26812         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26813         * tests/test-fpurge.c (ASSERT): Likewise.
26814         * tests/test-freadable.c (ASSERT): Likewise.
26815         * tests/test-freadahead.c (ASSERT): Likewise.
26816         * tests/test-freading.c (ASSERT): Likewise.
26817         * tests/test-freadptr.c (ASSERT): Likewise.
26818         * tests/test-freadptr2.c (ASSERT): Likewise.
26819         * tests/test-freadseek.c (ASSERT): Likewise.
26820         * tests/test-freopen.c (ASSERT): Likewise.
26821         * tests/test-frexp.c (ASSERT): Likewise.
26822         * tests/test-frexpl.c (ASSERT): Likewise.
26823         * tests/test-fseek.c (ASSERT): Likewise.
26824         * tests/test-fseeko.c (ASSERT): Likewise.
26825         * tests/test-fstrcmp.c (ASSERT): Likewise.
26826         * tests/test-ftell.c (ASSERT): Likewise.
26827         * tests/test-ftello.c (ASSERT): Likewise.
26828         * tests/test-func.c (ASSERT): Likewise.
26829         * tests/test-fwritable.c (ASSERT): Likewise.
26830         * tests/test-fwriting.c (ASSERT): Likewise.
26831         * tests/test-getdelim.c (ASSERT): Likewise.
26832         * tests/test-getline.c (ASSERT): Likewise.
26833         * tests/test-i-ring.c (ASSERT): Likewise.
26834         * tests/test-iconv-utf.c (ASSERT): Likewise.
26835         * tests/test-iconv.c (ASSERT): Likewise.
26836         * tests/test-isfinite.c (ASSERT): Likewise.
26837         * tests/test-isnand.c (ASSERT): Likewise.
26838         * tests/test-isnanf.c (ASSERT): Likewise.
26839         * tests/test-isnanl.h (ASSERT): Likewise.
26840         * tests/test-ldexpl.c (ASSERT): Likewise.
26841         * tests/test-linked_list.c (ASSERT): Likewise.
26842         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26843         * tests/test-localename.c (ASSERT): Likewise.
26844         * tests/test-lseek.c (ASSERT): Likewise.
26845         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26846         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26847         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26848         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26849         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26850         * tests/test-mbschr.c (ASSERT): Likewise.
26851         * tests/test-mbscspn.c (ASSERT): Likewise.
26852         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26853         * tests/test-mbspbrk.c (ASSERT): Likewise.
26854         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26855         * tests/test-mbsrchr.c (ASSERT): Likewise.
26856         * tests/test-mbsspn.c (ASSERT): Likewise.
26857         * tests/test-mbsstr1.c (ASSERT): Likewise.
26858         * tests/test-mbsstr2.c (ASSERT): Likewise.
26859         * tests/test-mbsstr3.c (ASSERT): Likewise.
26860         * tests/test-memchr2.c (ASSERT): Likewise.
26861         * tests/test-memmem.c (ASSERT): Likewise.
26862         * tests/test-open.c (ASSERT): Likewise.
26863         * tests/test-printf-frexp.c (ASSERT): Likewise.
26864         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26865         * tests/test-printf-posix.c (ASSERT): Likewise.
26866         * tests/test-quotearg.c (ASSERT): Likewise.
26867         * tests/test-rbtree_list.c (ASSERT): Likewise.
26868         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26869         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26870         * tests/test-round1.c (ASSERT): Likewise.
26871         * tests/test-roundf1.c (ASSERT): Likewise.
26872         * tests/test-roundl.c (ASSERT): Likewise.
26873         * tests/test-signbit.c (ASSERT): Likewise.
26874         * tests/test-sleep.c (ASSERT): Likewise.
26875         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26876         * tests/test-snprintf.c (ASSERT): Likewise.
26877         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26878         * tests/test-stat-time.c (ASSERT): Likewise.
26879         * tests/test-strcasestr.c (ASSERT): Likewise.
26880         * tests/test-strerror.c (ASSERT): Likewise.
26881         * tests/test-striconv.c (ASSERT): Likewise.
26882         * tests/test-striconveh.c (ASSERT): Likewise.
26883         * tests/test-striconveha.c (ASSERT): Likewise.
26884         * tests/test-strsignal.c (ASSERT): Likewise.
26885         * tests/test-strstr.c (ASSERT): Likewise.
26886         * tests/test-strtod.c (ASSERT): Likewise.
26887         * tests/test-trunc1.c (ASSERT): Likewise.
26888         * tests/test-trunc2.c (ASSERT): Likewise.
26889         * tests/test-truncf1.c (ASSERT): Likewise.
26890         * tests/test-truncf2.c (ASSERT): Likewise.
26891         * tests/test-truncl.c (ASSERT): Likewise.
26892         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26893         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26894         * tests/test-vasnprintf.c (ASSERT): Likewise.
26895         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26896         * tests/test-vasprintf.c (ASSERT): Likewise.
26897         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26898         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26899         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26900         * tests/test-vsnprintf.c (ASSERT): Likewise.
26901         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26902         * tests/test-wcwidth.c (ASSERT): Likewise.
26903         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26904         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26905         * tests/test-xvasprintf.c (ASSERT): Likewise.
26906         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26907         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26908         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26909         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26910         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26911         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26912         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26913         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26914         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26915         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26916         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26917         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26918         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26919         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26920         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26921         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26922         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26923         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26924         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26925         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26926         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26927         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26928         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26929         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26930         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26931         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26932         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26933         * tests/unictype/test-combining.c (ASSERT): Likewise.
26934         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26935         * tests/unictype/test-digit.c (ASSERT): Likewise.
26936         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26937         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26938         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26939         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26940         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26941         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26942         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26943         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26944         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26945         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26946         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26947         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26948         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26949         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26950         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26951         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26952         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26953         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26954         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26955         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26956         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26957         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26958         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26959         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26960         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26961         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26962         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26963         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26964         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26965         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26966         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26967         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26968         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26969         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26970         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26971         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26972         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26973         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26974         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26975         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26976         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26977         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26978         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26979         Reported by Eric Blake.
26980
26981 2008-04-11  Bruno Haible  <bruno@clisp.org>
26982
26983         * lib/wchar.in.h: Tweak comment.
26984
26985 2008-04-11  Bruno Haible  <bruno@clisp.org>
26986
26987         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26988         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26989         gl_COMMON.
26990         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26991
26992 2008-04-11  Bruno Haible  <bruno@clisp.org>
26993
26994         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26995
26996 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26997
26998         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26999         of attempting to use non-existing /dev/*random.  Based on patch
27000         from Adam Strzelecki <ono@java.pl> in
27001         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
27002
27003 2008-04-08  Bruno Haible  <bruno@clisp.org>
27004
27005         Add tentative support for emx+gcc.
27006         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
27007         * lib/fpurge.c (fpurge): Likewise.
27008         * lib/freadable.c (freadable): Likewise.
27009         * lib/freadahead.c (freadahead): Likewise.
27010         * lib/freading.c (freading): Likewise.
27011         * lib/freadptr.c (freadptr): Likewise.
27012         * lib/freadseek.c (freadptrinc): Likewise.
27013         * lib/fseeko.c (rpl_fseeko): Likewise.
27014         * lib/fseterr.c (fseterr): Likewise.
27015         * lib/fwritable.c (fwritable): Likewise.
27016         * lib/fwriting.c (fwriting): Likewise.
27017         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
27018
27019 2008-04-09  Eric Blake  <ebb9@byu.net>
27020
27021         Avoid some autoconf warnings.
27022         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
27023         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
27024         * m4/afs.m4 (gl_AFS): Likewise.
27025         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
27026         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
27027         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27028         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
27029         (gl_INTEGER_TYPE_SUFFIX): Likewise.
27030         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
27031         (AC_CHECK_DECLS_ONCE): Likewise.
27032         Rename file...
27033         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
27034         gnulib-tool requires autoconf 2.59 or better.
27035         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
27036
27037 2008-04-08  Eric Blake  <ebb9@byu.net>
27038
27039         Use 'git describe --match' if present (added in git 1.5.5).
27040         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27041         if possible.
27042
27043 2008-04-08  Bruno Haible  <bruno@clisp.org>
27044
27045         Add tentative support for OpenServer.
27046         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27047         _ptr, _cnt.
27048         * lib/fpurge.c (fpurge): Likewise.
27049         * lib/freadable.c (freadable): Likewise.
27050         * lib/freadahead.c (freadahead): Likewise.
27051         * lib/freading.c (freading): Likewise.
27052         * lib/freadptr.c (freadptr): Likewise.
27053         * lib/freadseek.c (freadptrinc): Likewise.
27054         * lib/fseeko.c (rpl_fseeko): Likewise.
27055         * lib/fseterr.c (fseterr): Likewise.
27056         * lib/fwritable.c (fwritable): Likewise.
27057         * lib/fwriting.c (fwriting): Likewise.
27058         Reported by Roger Cornelius <rac@tenzing.org> and
27059         Brian K. White <brian@aljex.com>.
27060
27061 2008-04-06  Jim Meyering  <meyering@redhat.com>
27062
27063         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27064
27065 2008-04-06  Bruno Haible  <bruno@clisp.org>
27066
27067         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27068         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27069         * tests/test-printf-posix.sh: Likewise.
27070         * tests/test-vfprintf-posix.sh: Likewise.
27071         * tests/test-vprintf-posix.sh: Likewise.
27072         * tests/test-xprintf-posix.sh: Likewise.
27073
27074 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27075
27076         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27077         hide error from 'ls', needed on OS/2.
27078         Report by Elbert Pol <elbert.pol@gmail.com>.
27079
27080 2008-04-04  Eric Blake  <ebb9@byu.net>
27081
27082         Make test-fseeko.c failures meaningful.
27083         * tests/test-fseeko.c: Print line number on failure.
27084         * tests/test-fseek.c: Likewise.
27085         Reported by Nelson H. F. Beebe.
27086
27087         Improve strtod bug detection check.
27088         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27089         required for Solaris 10.
27090         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27091
27092 2008-04-04  Bruno Haible  <bruno@clisp.org>
27093
27094         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27095         by m4/setenv.m4.
27096
27097 2008-04-03  Eric Blake  <ebb9@byu.net>
27098
27099         Ensure sane .version contents.
27100         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27101         version string.
27102         * build-aux/git-version-gen: Improve documentation.
27103
27104         Make GNU make output nicer.
27105         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27106         MAKECMDGOALS to enforce message for all command line targets.  Set
27107         srcdir for use in maint.mk.
27108
27109         Another maintainer tweak.
27110         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27111         a target that regenerates version.
27112
27113 2008-04-03  Jim Meyering  <meyering@redhat.com>
27114
27115         vc-list-files: don't cause coreutils "make po-check" failure
27116         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27117
27118 2008-04-03  Eric Blake  <ebb9@byu.net>
27119
27120         Allow VPATH usage of vc-list-files.
27121         * build-aux/vc-list-files (scriptversion): Add timestamp.
27122         (options): Add --help, --version, -C.
27123         (CVS): Support installed cvsu.
27124
27125 2008-04-02  Bruno Haible  <bruno@clisp.org>
27126
27127         Avoid some "statement with no effect" warnings from gcc.
27128         * tests/test-wctype.c (main): Explicitly ignore unused values.
27129         Reported by Jim Meyering.
27130
27131 2008-04-02  Jim Meyering  <meyering@redhat.com>
27132
27133         Avoid some warnings from "gcc -Wshadow".
27134         * tests/test-frexp.c (exp): Define to a different identifier.
27135         * tests/test-frexpl.c (exp): Likewise.
27136
27137 2008-04-03  Jim Meyering  <meyering@redhat.com>
27138
27139         bootstrap: remove dangling *.[ch] symlinks from lib
27140         * build-aux/bootstrap [dangling symlink removal]: Move find's
27141         -depth option to precede all others, to avoid a warning.
27142         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27143
27144 2008-04-02  Bruno Haible  <bruno@clisp.org>
27145
27146         Avoid some warnings from "gcc -Wshadow".
27147         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27148         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27149         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27150         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27151         Reported by Jim Meyering.
27152
27153 2008-04-01  Bruno Haible  <bruno@clisp.org>
27154
27155         Fix test to work on IRIX 6.5 with cc.
27156         * tests/test-math.c (numeric_equal): New function.
27157         (main): Use it.
27158
27159 2008-04-01  Bruno Haible  <bruno@clisp.org>
27160
27161         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27162
27163 2008-04-01  Bruno Haible  <bruno@clisp.org>
27164
27165         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
27166         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27167         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
27168         (Depends-on): Remove math.
27169
27170         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27171         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27172         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27173         (Depends-on): Remove math.
27174
27175         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27176         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27177         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27178         (Depends-on): Remove math.
27179         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27180         (Depends-on): Remove math.
27181
27182         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27183         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27184         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27185         (Depends-on): Remove math.
27186         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27187         (Depends-on): Remove math.
27188
27189         * tests/test-round1.c: Include nan.h.
27190         (main): Use NaNd instead of NAN.
27191         * modules/round-tests (Files): Add tests/nan.h.
27192
27193         * tests/test-trunc1.c: Include nan.h.
27194         (main): Use NaNd instead of NAN.
27195         * modules/trunc-tests (Files): Add tests/nan.h.
27196
27197         * tests/test-roundf1.c: Include nan.h.
27198         (main): Use NaNf instead of NAN.
27199         * modules/roundf-tests (Files): Add tests/nan.h.
27200
27201         * tests/test-truncf1.c: Include nan.h.
27202         (main): Use NaNf instead of NAN.
27203         * modules/truncf-tests (Files): Add tests/nan.h.
27204
27205         * tests/test-ceilf1.c: Include nan.h.
27206         (main): Use NaNf instead of NAN.
27207         * modules/ceilf-tests (Files): Add tests/nan.h.
27208
27209         * tests/test-floorf1.c: Include nan.h.
27210         (main): Use NaNf instead of NAN.
27211         * modules/floorf-tests (Files): Add tests/nan.h.
27212
27213         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27214         (main): Use NaNf instead of NAN.
27215         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27216
27217         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27218         (main): Use NaNd instead of NAN.
27219         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27220
27221         * tests/test-frexp.c: Include nan.h.
27222         (main): Use NaNd instead of NAN.
27223         * modules/frexp-tests (Files): Add tests/nan.h.
27224
27225         * lib/isnan.c: Don't include <math.h>.
27226         (FUNC): Don't use NAN macro.
27227         * modules/isnand-nolibm (Depends-on): Remove math.
27228         * modules/isnanf-nolibm (Depends-on): Remove math.
27229         * modules/isnanl (Depends-on): Remove math.
27230         * modules/isnanl-nolibm (Depends-on): Remove math.
27231
27232         * tests/nan.h: New file.
27233
27234 2008-04-01  Eric Blake  <ebb9@byu.net>
27235
27236         Fix typos.
27237         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27238         values to be the right type.
27239
27240         For now, cater to gnulib strtod inaccuracies.
27241         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27242         fractional results.  While not as nice from a QoI perspective, it
27243         is a quicker patch than correctly implementing decimal to binary
27244         rounding.
27245
27246 2008-03-31  Eric Blake  <ebb9@byu.net>
27247
27248         Guarantee a definition of NAN.
27249         * lib/math.in.h (NAN): Define if missing.
27250         * tests/test-math.c (main): Test it.
27251         * doc/posix-headers/math.texi (math.h): Document this.
27252         * lib/isnan.c (rpl_isnand): Use it.
27253         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27254         * tests/test-floorf1.c (NaN): Likewise.
27255         * tests/test-frexp.c (NaN): Likewise.
27256         * tests/test-isnand.c (NaN): Likewise.
27257         * tests/test-isnanf.c (NaN): Likewise.
27258         * tests/test-round1.c (NaN): Likewise.
27259         * tests/test-roundf1.c (NaN): Likewise.
27260         * tests/test-snprintf-posix.h (NaN): Likewise.
27261         * tests/test-sprintf-posix.h (NaN): Likewise.
27262         * tests/test-trunc1.c (NaN): Likewise.
27263         * tests/test-truncf1.c (NaN): Likewise.
27264         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27265         * tests/test-vasprintf-posix.c (NaN): Likewise.
27266         * modules/isnand-nolibm (Depends-on): Add math.
27267         * modules/isnanf-nolibm (Depends-on): Likewise.
27268         * modules/isnanl (Depends-on): Likewise.
27269         * modules/isnanl-nolibm (Depends-on): Likewise.
27270         * modules/snprintf-posix-tests (Depends-on): Likewise.
27271         * modules/sprintf-posix-tests (Depends-on): Likewise.
27272         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27273         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27274         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27275         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27276
27277 2008-03-31  Bruno Haible  <bruno@clisp.org>
27278
27279         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27280         * doc/posix-functions/strtod.texi: Likewise.
27281
27282 2008-03-31  Bruno Haible  <bruno@clisp.org>
27283
27284         * tests/test-strtod.c (main): Don't use C99 syntax.
27285
27286 2008-03-31  Bruno Haible  <bruno@clisp.org>
27287
27288         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27289         Reported by Eric Blake.
27290
27291 2008-03-31  Jim Meyering  <meyering@redhat.com>
27292
27293         Don't compare actual signbit return values.
27294         * tests/test-strtod.c (main): Rather, compare only their
27295         zero/non-zero nature.
27296
27297 2008-03-31  Eric Blake  <ebb9@byu.net>
27298
27299         More strtod documentation.
27300         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27301         failures as distinct bugs.
27302
27303 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27304
27305         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27306         Problem reported by Erik Benada in
27307         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27308
27309 2008-03-30  Bruno Haible  <bruno@clisp.org>
27310
27311         * tests/test-strtod.c: Add comments about which assertion fails on which
27312         platform.
27313         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27314
27315 2008-03-30  Eric Blake  <ebb9@byu.net>
27316
27317         Test signbit behavior on zeros.
27318         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27319         (test_signbitd, test_signbitl): Likewise.
27320
27321         More strtod touchups.
27322         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27323         sign of negative underflow, for now.  Use .5, not .1.
27324         * doc/posix-functions/strtod.texi (strtod): Mention these
27325         limitations.
27326         Reported by Jim Meyering.
27327
27328 2008-03-30  Bruno Haible  <bruno@clisp.org>
27329
27330         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27331         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27332
27333 2008-03-30  Bruno Haible  <bruno@clisp.org>
27334
27335         Avoid failure when attempting to return empty iconv results on some
27336         platforms.
27337         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27338         allocation, don't report ENOMEM when the resulting string is empty.
27339
27340 2008-03-30  Bruno Haible  <bruno@clisp.org>
27341
27342         Fix buffer overrun.
27343         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27344         Don't consider the width for tmp_length. Check count against tmp_length
27345         before doing the padding. Ensure enough allocation during padding.
27346
27347 2008-03-30  Eric Blake  <ebb9@byu.net>
27348
27349         strtod touchups.
27350         * lib/strtod.c (strtod): Avoid compiler warnings.
27351         Reported by Jim Meyering.
27352
27353 2008-03-30  Bruno Haible  <bruno@clisp.org>
27354
27355         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27356         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27357         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27358         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27359         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27360         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27361         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27362         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27363
27364         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27365         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27366         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27367         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27368         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27369         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27370         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27371         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27372
27373         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27374         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27375         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27376         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27377         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27378         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27379         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27380         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27381
27382         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27383         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27384
27385         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27386         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27387
27388         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27389         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27390
27391         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27392         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27393         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27394
27395         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27396         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27397         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27398
27399         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27400         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27401         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27402
27403         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27404         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27405         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27406
27407         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27408         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27409         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27410         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27411         (Depends-on): Add EOVERFLOW.
27412         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27413         (Depends-on): Add EOVERFLOW.
27414         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27415         (Depends-on): Add EOVERFLOW.
27416         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27417         (Depends-on): Add EOVERFLOW.
27418         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27419         (Depends-on): Add EOVERFLOW.
27420         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27421         (Depends-on): Add EOVERFLOW.
27422         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27423         (Depends-on): Add EOVERFLOW.
27424         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27425         (Depends-on): Add EOVERFLOW.
27426
27427         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27428         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27429         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27430
27431         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27433         * modules/snprintf (Depends-on): Add EOVERFLOW.
27434
27435         * lib/poll.c (EOVERFLOW): Remove fallback.
27436         * modules/poll (Depends-on): Add EOVERFLOW.
27437
27438         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27439         * modules/getugroups (Depends-on): Add EOVERFLOW.
27440
27441         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27442         * modules/getdelim (Depends-on): Add EOVERFLOW.
27443
27444         * lib/ftell.c (EOVERFLOW): Remove fallback.
27445         * modules/ftell (Depends-on): Add EOVERFLOW.
27446
27447         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27448         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27449         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27450
27451         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27452
27453         * modules/EOVERFLOW-tests: New file.
27454         * tests/test-EOVERFLOW.c: New file.
27455
27456         * modules/EOVERFLOW: New file.
27457         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27458
27459 2008-03-30  Bruno Haible  <bruno@clisp.org>
27460
27461         Fix bug introduced on 2007-06-10.
27462         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27463         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27464
27465 2008-03-30  Bruno Haible  <bruno@clisp.org>
27466
27467         Improve freadseek's efficiency after ungetc.
27468         * lib/freadseek.c: Include freadahead.h.
27469         (freadptrinc): New function, extracted from freadseek.
27470         (freadseek): Use it in a loop. Use freadahead to determine the number
27471         of loop iterations.
27472         * modules/freadseek (Depends-on): Add freadahead.
27473         (configure.ac): Require AC_C_INLINE.
27474
27475 2008-03-30  Bruno Haible  <bruno@clisp.org>
27476
27477         * lib/freadseek.c (freadseek): Don't ignore the return value of
27478         freadptr.
27479
27480 2008-03-29  Eric Blake  <ebb9@byu.net>
27481
27482         Add hex float support.
27483         * modules/strtod (Depends-on): Add c-ctype.
27484         (Link): Mention POW_LIB.
27485         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27486         whitespace between 'e' and exponent.
27487         * tests/test-strtod.c (main): Enable hex float tests.
27488         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27489         now provides.
27490
27491         Document various strtod bugs, with some fixes.
27492         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27493         "-0x", "inf", "nan", and hex constants.
27494         * doc/posix-functions/atof.texi (atof): Likewise.
27495         * modules/stdlib (Makefile.am): Support strtod.
27496         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27497         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27498         detect additional strtod bugs.
27499         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27500         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27501         bool where appropriate.  Parse 'inf' and 'nan'.
27502         * tests/test-strtod.c: New file.
27503         * modules/strtod (Depends-on): Add stdbool, stdlib.
27504         (configure.ac): Turn on module indicator.
27505         * modules/strtod-tests: New module.
27506
27507 2008-03-29  Eric Blake  <ebb9@byu.net>
27508
27509         Fix ftell on mingw.
27510         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27511         * modules/ftell-tests (Depends-on): Add binary-io.
27512         * modules/ftello-tests (Depends-on): Likewise.
27513         * tests/test-ftell.c (main): Enhance test to cover behavior after
27514         ungetc.  Enforce binary mode.
27515         * tests/test-ftello.c (main): Likewise.
27516
27517         Pass test-freadseek on cygwin.
27518         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27519         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27520         ungetc buffer.
27521
27522         * tests/test-fflush2.c (main): Fix typo.
27523
27524 2008-03-29  Bruno Haible  <bruno@clisp.org>
27525
27526         * tests/test-fflush2.c (main): Temporarily disable the contents of
27527         this test.
27528         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27529         Reported by Eric Blake.
27530
27531 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27532
27533         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27534         (GC_SHA224_DIGEST_SIZE): Add.
27535
27536         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27537         (gc_hash_digest_length): Likewise.
27538         (gc_hash_buffer): Likewise.
27539
27540 2008-03-25  Bruno Haible  <bruno@clisp.org>
27541
27542         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27543         detail which gettext release to use.
27544         Reported by Simon Josefsson.
27545
27546 2008-03-26  Jim Meyering  <meyering@redhat.com>
27547
27548         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27549         * modules/gnumakefile (clean-GNUmakefile): Also, use
27550         test ... && ... || : syntax rather than if-then ... fi.
27551
27552         gnumakefile: Don't double-quote-expand $(VPATH) value.
27553         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27554
27555 2008-03-24  Eric Blake  <ebb9@byu.net>
27556
27557         Alter GNUmakefile to install into top directory.
27558         * modules/maintainer-makefile: Split, and add dependency...
27559         * modules/gnumakefile: to this new module.
27560         * build-aux/GNUmakefile: Move...
27561         * top/GNUmakefile: ...here.
27562         * build-aux/maint.mk: Move...
27563         * top/maint.mk: ...here.
27564         * MODULES.html.sh (Support for maintaining...): Document new
27565         module.
27566
27567 2008-03-23  Bruno Haible  <bruno@clisp.org>
27568
27569         * gnulib-tool: New options --vc-files, --no-vc-files.
27570         (func_usage): Document them.
27571         (vc_files): New variable.
27572         (func_import): Consider vc_files.
27573         (func_create_testdir): Set vc_files to empty.
27574         Suggested by Jim Meyering and Karl Berry.
27575
27576 2008-03-23  Bruno Haible  <bruno@clisp.org>
27577
27578         Fix regex compilation error on HP-UX 11.
27579         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27580         * modules/regex (Files): Add m4/mbstate_t.m4.
27581         Reported by Ton Voon <ton.voon@altinity.com>.
27582
27583 2008-03-23  Bruno Haible  <bruno@clisp.org>
27584
27585         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27586
27587 2008-03-23  Eric Blake  <ebb9@byu.net>
27588             Bruno Haible  <bruno@clisp.org>
27589
27590         Install files from top/ in the destination directory.
27591         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27592         augmentation also for the files from top/.
27593         (func_import, func_create_testdir): Rewrite file names:
27594         top/filename -> filename.
27595
27596 2008-03-23  Bruno Haible  <bruno@clisp.org>
27597
27598         Tweak "gnulib --version" output.
27599         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27600
27601 2008-03-23  Bruno Haible  <bruno@clisp.org>
27602
27603         Tweak "gnulib --version" output.
27604         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27605         rather than contents of ChangeLog, when possible.
27606
27607 2008-03-21  Eric Blake  <ebb9@byu.net>
27608
27609         More --version tweaks.
27610         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27611         date of last ChangeLog entry.
27612
27613 2008-03-21  Jim Meyering  <meyering@redhat.com>
27614
27615         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27616
27617 2008-03-20  Eric Blake  <ebb9@byu.net>
27618
27619         VPATH fix.
27620         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27621
27622 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27623
27624         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27625         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27626
27627 2008-03-20  Eric Blake  <ebb9@byu.net>
27628
27629         Sync GNUmakefile with coreutils.
27630         * build-aux/GNUmakefile (have-Makefile): Rename...
27631         (_have-Makefile): ...to this, for namespace consideration.
27632         (GNUmakefile.cfg): Include, if present.
27633         (_autoreconf): Define a default.
27634         (_is-dist-target): New rule for rebuilds to pick up intra-release
27635         version.
27636         (maint-cfg.mk): Rename...
27637         (cfg.mk): ...to this.
27638
27639 2008-03-18  Jim Meyering  <meyering@redhat.com>
27640
27641         New script and module: mktempd
27642         * MODULES.html.sh (maint+release support): Add mktempd.
27643         * build-aux/mktempd: New file.
27644         * modules/mktempd: New file.
27645
27646 2008-03-15  Jim Meyering  <meyering@redhat.com>
27647
27648         Undo last change.
27649         * lib/sha1.c, lib/md5.c: 63 != ~63.
27650         Reported by Andreas Schwab.
27651
27652         sha1.c, md5.c: Hoist a redundant expression.
27653         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27654         "ctx->buflen" only once, before calling *_process_block.
27655         * lib/md5.c (md5_process_bytes): Likewise.
27656
27657 2008-03-14  Eric Blake  <ebb9@byu.net>
27658
27659         Bump copyright year in files generated by gnulib-tool.
27660         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27661         gnulib-tool, rather than hard-coding it.
27662
27663         Fix 'gnulib-tool --version' output to work with git.
27664         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27665         (startup): ...here.
27666         (func_version): Use it to invoke git-version-gen, rather than
27667         relying on CVS keyword expansion.  Modernize wording.
27668         (cvsdatestamp, last_checkin_date, version): Kill unused
27669         variables.
27670
27671 2008-03-12  Jim Meyering  <meyering@redhat.com>
27672
27673         Recognize optional cast of the argument to free.
27674         * build-aux/useless-if-before-free: Update regexps.
27675
27676         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27677
27678 2008-03-11  Bruno Haible  <bruno@clisp.org>
27679
27680         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27681         by a single package.
27682         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27683         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27684         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27685         Reported by Sam Steingold <sds@gnu.org>.
27686
27687 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27688
27689         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27690         repositories.
27691
27692 2008-03-11  Bruno Haible  <bruno@clisp.org>
27693
27694         Avoid conflicts between local macro definitions.
27695         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27696         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27697
27698 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27699             Bruno Haible  <bruno@clisp.org>
27700
27701         Make va_copy work with some version of xlc on AIX 5.1.
27702         * lib/stdarg.in.h: New file.
27703         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27704         On AIX, use a <stdarg.h> file substitute.
27705         * modules/stdarg (Files): Add lib/stdarg.in.h.
27706         (Depends-on): Add include_next.
27707         (Makefile.am): Build a stdarg.h substitute if requested.
27708         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27709
27710 2008-03-10  Bruno Haible  <bruno@clisp.org>
27711
27712         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27713         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27714         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27715
27716 2008-03-10  Bruno Haible  <bruno@clisp.org>
27717
27718         * modules/stdlib (Depends-on): Add include_next, remove
27719         absolute-header.
27720
27721 2008-03-09  Bruno Haible  <bruno@clisp.org>
27722
27723         * lib/freadahead.h (freadahead): Document more precisely.
27724         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27725         the sum of both buffer sizes.
27726         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27727         * NEWS: Document the change.
27728
27729 2008-03-09  Bruno Haible  <bruno@clisp.org>
27730
27731         Extend freadptr to return also the buffer size.
27732         * lib/freadptr.h (freadptr): Add sizep argument.
27733         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27734         (freadptr): Add sizep argument. Determine buffer size like freadahead
27735         does.
27736         * tests/test-freadptr.c: Don't include freadahead.h.
27737         (main): Adapt for new calling convention of freadptr.
27738         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27739         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27740         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27741         tests/test-freadptr2.sh.
27742         (Depends): Remove freadahead.
27743         (TESTS): Add test-freadptr2.sh.
27744         (check_PROGRAMS): Add test-freadptr2.
27745
27746 2008-03-09  Bruno Haible  <bruno@clisp.org>
27747
27748         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27749         Report and solution by Simon Josefsson.
27750
27751 2008-03-06  Bruno Haible  <bruno@clisp.org>
27752
27753         Make fflush after ungetc work on BSD platforms.
27754         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27755         * tests/test-fflush2.c: New file.
27756         * tests/test-fflush2.sh: New file.
27757         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27758         tests/test-fflush2.c.
27759         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27760         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27761
27762 2008-03-06  Eric Blake  <ebb9@byu.net>
27763
27764         Likewise for ftello.
27765         * modules/ftello (Dependencies): Add extensions.
27766         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27767
27768 2008-03-06  Bruno Haible  <bruno@clisp.org>
27769
27770         * modules/fseeko (Dependencies): Add extensions.
27771         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27772         Needed on glibc systems.
27773
27774 2008-03-06  Bruno Haible  <bruno@clisp.org>
27775
27776         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27777         email address.
27778         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27779
27780 2008-03-06  Bruno Haible  <bruno@clisp.org>
27781
27782         * users.txt: Add libgnupdf.
27783
27784 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27785
27786         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27787         (Header File Substitutes, Function Substitutes,
27788         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27789         (Build robot for gnulib): Fix typo.
27790
27791 2008-03-06  Bruno Haible  <bruno@clisp.org>
27792
27793         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27794         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27795
27796 2008-03-06  Bruno Haible  <bruno@clisp.org>
27797
27798         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27799         * doc/gnulib.texi: Include it.
27800
27801 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27802
27803         * modules/func (License): Change license to unlimited; there was
27804         no LGPL parts in the module anyway.
27805
27806 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27807
27808         * modules/__func__: Renamed to modules/func.
27809         * modules/__func__-tests: Renamed to modules/func-tests.
27810         * tests/test-__func__.c: Renamed to tests/test-func.c.
27811         * m4/__func__.m4: Renamed to m4/func.m4.
27812         * doc/gnulib.texi (__func__): Section renamed to func.
27813         Suggested by Eric Blake <ebb9@byu.net>.
27814
27815 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27816
27817         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27818         about __func__.  Make example self-contained.  Suggested by Eric
27819         Blake <ebb9@byu.net>.
27820
27821         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27822         Suggested by Eric Blake <ebb9@byu.net>.
27823
27824 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27825
27826         * modules/__func__: New file.
27827         * modules/__func__-tests: New file.
27828         * tests/test-__func__.c: New file.
27829         * m4/__func__.m4: New file.
27830         * doc/gnulib.texi (__func__): Document __func__ module.
27831
27832 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27833
27834         * modules/byteswap (License): Re-license as LGPLv2+.
27835
27836 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27837
27838         * doc/Makefile: Add pdf target.
27839
27840 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27841
27842         * modules/inline (License): Use 'unlimited', since there are only
27843         *.m4 files in this module.
27844
27845 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27846             Bruno Haible  <bruno@clisp.org>
27847
27848         Add support for HP C 7.1 on OpenVMS 8.3.
27849         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27850
27851 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27852
27853         Update VMS specifics.
27854         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27855
27856 2008-03-02  Jim Meyering  <meyering@redhat.com>
27857
27858         Remove the last dependency on the "free" module.
27859         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27860         Reported by Bob Proulx.
27861
27862         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27863
27864         Remove useless "if" tests before free.  Deprecate "free" module.
27865         * doc/posix-functions/free.texi: Mention that this
27866         module is no longer useful.
27867         * modules/free (Notice): Say this module is obsolete.
27868         * modules/readutmp (Depends-on): Remove free.
27869         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27870         * lib/putenv.c (putenv): Likewise.
27871         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27872         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27873         * tests/test-c-strcasestr.c (main): Likewise.
27874         * tests/test-c-strstr.c (main): Likewise.
27875         * tests/test-mbscasestr1.c (main): Likewise.
27876         * tests/test-mbscasestr2.c (main): Likewise.
27877         * tests/test-mbsstr1.c (main): Likewise.
27878         * tests/test-mbsstr2.c (main): Likewise.
27879         * tests/test-memmem.c (main): Likewise.
27880         * tests/test-strcasestr.c (main): Likewise.
27881         * tests/test-striconv.c (main): Likewise.
27882         * tests/test-striconveh.c (main): Likewise.
27883         * tests/test-striconveha.c (main): Likewise.
27884         * tests/test-strstr.c (main): Likewise.
27885
27886         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27887
27888         bootstrap: sync from coreutils again
27889         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27890
27891 2008-03-01  Jim Meyering  <meyering@redhat.com>
27892
27893         bootstrap: sync from coreutils
27894         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27895         also when the target doesn't exist.
27896
27897 2008-03-01  Eric Blake  <ebb9@byu.net>
27898
27899         Fix bugs in last patch.
27900         * lib/memchr2.c (memchr2): Fix typo.
27901         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27902         extension.
27903         Reported by Bruce Korb.
27904
27905         New module 'memchr2'.
27906         * modules/memchr2: New file.
27907         * modules/memchr2-tests: Likewise.
27908         * lib/memchr2.h: Likewise.
27909         * lib/memchr2.c: Likewise, based on memchr.c.
27910         * tests/test-memchr2.c: New test.
27911         * MODULES.html.sh (String handling): Add memchr2.
27912
27913 2008-02-29  Bruno Haible  <bruno@clisp.org>
27914
27915         * modules/freadseek-tests: New file.
27916         * tests/test-freadseek.sh: New file.
27917         * tests/test-freadseek.c: New file.
27918
27919         New module 'freadseek'.
27920         * modules/freadseek: New file.
27921         * lib/freadseek.h: New file.
27922         * lib/freadseek.c: New file.
27923         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27924
27925 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27926
27927         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27928         wydawca.
27929
27930         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27931         program_invocation_name and program_invocation_short_name are
27932         present.
27933
27934 2008-02-28  Bruno Haible  <bruno@clisp.org>
27935
27936         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27937         * tests/test-freadptr.sh: Also test non-seekable stdin.
27938
27939 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27940
27941         * build-aux/bootstrap (source_base, m4_base)
27942         (doc_base, tests_base): New variables.
27943         (gnulib_tool_options): Do not hardcode base directories, use
27944         the above variables instead.
27945
27946 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27947
27948         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27949
27950 2008-02-28  Bruno Haible  <bruno@clisp.org>
27951
27952         * modules/freadptr-tests: New file.
27953         * tests/test-freadptr.sh: New file.
27954         * tests/test-freadptr.c: New file.
27955
27956         New module 'freadptr'.
27957         * modules/freadptr: New file.
27958         * lib/freadptr.h: New file.
27959         * lib/freadptr.c: New file.
27960         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27961
27962 2008-02-26  Karl Berry  <karl@freefriends.org>
27963
27964         Sync from Libtool:
27965         * libltdl/argz.c (argz_add, argz_count): New functions.
27966         * libltdl/argz.in.h: Declare them.
27967         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27968
27969 2008-02-22  Bruno Haible  <bruno@clisp.org>
27970
27971         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27972         is a pointer type.  Needed for HP-UX 10.
27973         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27974         * doc/posix-functions/gmtime_r.texi: Likewise.
27975         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27976
27977 2008-02-24  Bruno Haible  <bruno@clisp.org>
27978
27979         * modules/environ-tests: New file.
27980         * tests/test-environ.c: New file.
27981
27982         New module 'environ'.
27983         * modules/environ: New file.
27984         * lib/unistd.in.h (environ): New declaration.
27985         * m4/environ.m4: New file.
27986         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27987         after use.
27988         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27989         HAVE_DECL_ENVIRON.
27990         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27991         HAVE_DECL_ENVIRON.
27992         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27993         wrong claim that 'environ' is missing on some systems.
27994         * modules/execute (Depends-on): Add environ.
27995         * lib/execute.c (environ): Remove fallback declaration.
27996         * modules/pipe (Depends-on): Add environ.
27997         * lib/pipe.c (environ): Remove fallback declaration.
27998         * modules/setenv (Depends-on): Add environ.
27999         * lib/setenv.c (environ): Remove fallback declaration.
28000         * modules/unsetenv (Depends-on): Add environ.
28001         * lib/unsetenv.c (environ): Remove fallback declaration.
28002         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
28003         m4/environ.m4.
28004         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
28005         (gl_PREREQ_UNSETENV): Likewise.
28006
28007 2008-02-24  Bruno Haible  <bruno@clisp.org>
28008
28009         * doc/posix-functions/environ.texi: Document the MacOS X problem.
28010
28011 2008-02-20  Bob Proulx  <bob@proulx.com>
28012
28013         Enable use of older two part flavor 'git describe'.
28014         * build-aux/git-version-gen: If using the older two part flavor of
28015         git version then recreate the third part now present in the
28016         newer three part flavor of git describe.
28017
28018 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
28019
28020         * lib/fts.c (fts_build): Typo correction to comment.
28021
28022 2008-02-17  Bruno Haible  <bruno@clisp.org>
28023
28024         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
28025         generating no-op conflicts.
28026
28027 2008-02-17  Bruno Haible  <bruno@clisp.org>
28028
28029         Speed up by 10%.
28030         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
28031         result_entries, rather than an index-based loop.
28032
28033 2008-02-17  Bruno Haible  <bruno@clisp.org>
28034
28035         Speed up by 25%.
28036         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
28037         'hashcode_cached'.
28038         (entry_create): New function.
28039         (entry_hashcode): Use the cached hashcode if possible.
28040         (read_changelog_file, try_split_merged_entry): Use entry_create.
28041
28042 2008-02-17  Bruno Haible  <bruno@clisp.org>
28043
28044         Speed up from O(n^2) to O(n) for long ChangeLog files.
28045         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28046         (read_changelog_file): Change implementation of entries_reversed list
28047         to rbtreehash.
28048         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28049
28050 2008-02-17  Bruno Haible  <bruno@clisp.org>
28051
28052         New option --split-merged-entry.
28053         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28054         (find_paragraph_end, try_split_merged_entry): New functions.
28055         (long_options): Add option --split-merged-entry.
28056         (usage): Document option --split-merged-entry.
28057         (main): Implement option --split-merged-entry.
28058         Reported by Eric Blake.
28059
28060 2008-02-17  Bruno Haible  <bruno@clisp.org>
28061
28062         * lib/git-merge-changelog.c: Include c-strstr.h.
28063         (main): Support the "git pull --rebase" situation.
28064         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28065         Reported by Eric Blake.
28066
28067 2008-02-16  Eric Blake  <ebb9@byu.net>
28068
28069         Avoid doubling \ in common case of "c-maybe" quoting style.
28070         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28071         eliding outer quotes.
28072         * lib/quotearg.h: Document this.
28073         * tests/test-quotearg.c (result_strings, inputs, results_g)
28074         (flag_results, locale_results): Test it by adding a new string to
28075         each test group.
28076         (compare_strings): Test new string.
28077
28078 2008-02-13  Eric Blake  <ebb9@byu.net>
28079
28080         Avoid trigraph quoting in default output.
28081         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28082         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28083         unless explicitly requested.
28084         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28085
28086 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28087
28088         Don't rely on signed integer overflowing to negative value.
28089         * lib/getugroups.c (getugroups): Include <limits.h>.
28090         Instead, compare against INT_MAX, and increment only if the test passes.
28091
28092 2008-02-13  Jim Meyering  <meyering@redhat.com>
28093         and Eric Blake  <ebb9@byu.net>
28094
28095         Avoid shadowing warning and compile errors on Linux.
28096         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28097         forwarding macros on Linux.
28098         (dcgettext): Define a stub, for Linux.
28099         (results_g, main): Avoid warnings.
28100
28101 2008-02-12  Eric Blake  <ebb9@byu.net>
28102
28103         Silence warning in last patch.
28104         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28105
28106         Quotearg part 4: add tests, fix c-maybe colon quoting.
28107         * lib/quotearg.h: Improve documentation.
28108         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28109         escapes when adding outer quotes.  When quoting trigraphs, use
28110         valid C notation.  When quoting NUL, omit extra characters if next
28111         character is not digit.  Alter prototype.
28112         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28113         callers.
28114         * modules/quotearg-tests: New module.
28115         * tests/test-quotearg.c: New test.
28116
28117 2008-02-07  Eric Blake  <ebb9@byu.net>
28118
28119         Quotearg part 3: add flag to control outer quote elision.
28120         * lib/quotearg.h (c_maybe_quoting_style): New style.
28121         (enum quoting_flags): Better documentation of flags.
28122         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28123         c-maybe style.
28124         (quotearg_buffer_restyled): Handle new flag to elide outer
28125         quotes.
28126
28127         Quotearg part 2: add flag that can control NUL elision.
28128         * lib/quotearg.h (set_quoting_flags): New prototype.
28129         * lib/quotearg.c (struct quoting_options): Add flag field.
28130         (set_quoting_flags): New function.
28131         (quotearg_buffer_restyled): Add flags parameter.
28132         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28133         (quotearg_n_options): Set the flag, since length cannot be
28134         returned.
28135         (quoting_options_from_style): Default flags correctly.
28136
28137         Quotearg part 1: more wrappers, restore quotearg_char state.
28138         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28139         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28140         (quotearg_colon_mem): New wrappers.
28141         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28142         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28143         functions.
28144         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28145         (quotearg_colon_mem): New functions.
28146
28147 2008-02-11  Bruno Haible  <bruno@clisp.org>
28148
28149         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28150         library in the current directory: it does not work with parallel make.
28151         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28152
28153 2008-02-11  Bruno Haible  <bruno@clisp.org>
28154
28155         * .gitattributes: New file.
28156
28157 2008-02-11  Jim Meyering  <meyering@redhat.com>
28158
28159         useless-if-before-free: Fix reversed exit values.
28160         * build-aux/useless-if-before-free: Use correct values
28161         for EXIT_MATCH and EXIT_NO_MATCH.
28162
28163         * build-aux/useless-if-before-free: Close stdout carefully.
28164
28165 2008-02-10  Bruno Haible  <bruno@clisp.org>
28166
28167         New module 'git-merge-changelog'.
28168         * modules/git-merge-changelog: New file.
28169         * lib/git-merge-changelog.c: New file.
28170
28171 2008-02-10  Jim Meyering  <meyering@redhat.com>
28172
28173         useless-if-before-free: New option: --list (-l).
28174
28175         useless-if-before-free: Don't exit immediately upon open failure.
28176         * build-aux/useless-if-before-free: Exit 2 for errors.
28177         Upon failure to open a file, don't exit immediately.
28178         Rather, just warn and continue with any remaining files.
28179
28180 2008-02-10  Bruno Haible  <bruno@clisp.org>
28181
28182         New abstract list operation 'node_set_value'.
28183         * lib/gl_list.h (gl_list_node_set_value): New function.
28184         (struct gl_list_implementation): New field node_set_value.
28185         * lib/gl_list.c (gl_list_node_set_value): New function.
28186         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28187         (gl_array_list_implementation): Update.
28188         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28189         (gl_carray_list_implementation): Update.
28190         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28191         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28192         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28193         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28194         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28195         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28196         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28197         Update.
28198         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28199         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28200         (gl_sublist_list_implementation): Update.
28201
28202 2008-02-10  Bruno Haible  <bruno@clisp.org>
28203
28204         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28205         Needed when ELEMENT is #defined to 'some_type *'.
28206
28207 2008-02-10  Jim Meyering  <meyering@redhat.com>
28208
28209         New script and module: useless-if-before-free
28210         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28211         * build-aux/useless-if-before-free: New file.
28212         * modules/useless-if-before-free: New file.
28213
28214         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28215
28216         xstrtol_error: Fix typo.
28217         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28218         s/exit_failure/exit_status/.
28219
28220 2008-02-09  Jim Meyering  <meyering@redhat.com>
28221
28222         New script and module: gitlog-to-changelog
28223         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28224         * modules/gitlog-to-changelog: New file.
28225         * build-aux/gitlog-to-changelog: New file.
28226
28227 2008-02-08  Jim Meyering  <meyering@redhat.com>
28228
28229         Avoid two "parameter unused" warnings.
28230         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28231         Mark "st" as used.
28232
28233         Use "git COMMAND", not "git-COMMAND".
28234         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28235         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28236         * build-aux/git-version-gen: Use "git status", not "git-status".
28237
28238 2008-02-07  Bruno Haible  <bruno@clisp.org>
28239
28240         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28241         Avoids a crash on Windows Vista.
28242         Reported by Adam Strzelecki <ono@java.pl> via
28243         Simon Josefsson <simon@josefsson.org>.
28244
28245 2008-02-06  Bruno Haible  <bruno@clisp.org>
28246
28247         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28248         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28249         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28250         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28251         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28252         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28253         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28254         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28255         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28256         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28257         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28258         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28259         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28260         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28261         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28262         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28263         left-adjust flag.
28264         * tests/test-snprintf-posix.h (test_function): Likewise.
28265         * tests/test-sprintf-posix.h (test_function): Likewise.
28266         * tests/test-vasprintf-posix.c (test_function): Likewise.
28267         * doc/posix-functions/fprintf.texi: Update.
28268         * doc/posix-functions/printf.texi: Update.
28269         * doc/posix-functions/snprintf.texi: Update.
28270         * doc/posix-functions/sprintf.texi: Update.
28271         * doc/posix-functions/vfprintf.texi: Update.
28272         * doc/posix-functions/vprintf.texi: Update.
28273         * doc/posix-functions/vsnprintf.texi: Update.
28274         * doc/posix-functions/vsprintf.texi: Update.
28275         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28276
28277 2008-02-06  Bruno Haible  <bruno@clisp.org>
28278
28279         Fix bug introduced on 2008-01-26.
28280         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28281
28282 2008-02-06  Bruno Haible  <bruno@clisp.org>
28283
28284         Fix bug introduced on 2007-06-10.
28285         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28286         !NEED_PRINTF_FLAG_ZERO.
28287
28288 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28289
28290         getloadavg: use libperfstat on AIX5
28291         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28292
28293 2008-02-03  Bruno Haible  <bruno@clisp.org>
28294
28295         * lib/diffseq.h: Add comments about required #includes.
28296         Reported by Michael Biggs <gnulib@doubleplum.net>.
28297
28298 2008-02-01  Bruno Haible  <bruno@clisp.org>
28299
28300         * users.txt: Add gnuit.
28301
28302 2008-01-31  Bruno Haible  <bruno@clisp.org>
28303
28304         * lib/md4.c (set_uint32): Mark as inline.
28305         * lib/md5.c (set_uint32): Likewise.
28306         * lib/sha1.c (set_uint32): Likewise.
28307         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28308         * m4/md5.m4 (gl_MD5): Likewise.
28309         * m4/sha1.m4 (gl_SHA1): Likewise.
28310
28311 2008-01-31  Jim Meyering  <meyering@redhat.com>
28312
28313         Use "sizeof VAR", rather than a literal "4".
28314         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28315         * lib/md4.c (md4_read_ctx): Likewise.
28316         * lib/sha1.c (sha1_read_ctx): Likewise.
28317
28318 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28319
28320         * tests/test-sha1.c: New file, based on test-md5.c.
28321
28322         * modules/crypto/sha1-tests: New file.
28323
28324 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28325
28326         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28327
28328 2008-01-31  Jim Meyering  <meyering@redhat.com>
28329
28330         Prefer "sizeof v" over the equivalent "4".
28331         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28332         * lib/md5.c (set_uint32): Likewise.
28333         * lib/sha1.c (set_uint32): Likewise.
28334
28335 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28336
28337         * lib/sha1.c (set_uint32): Mark function as static.
28338
28339 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28340
28341         md2: clarify comments to say that alignment is not required.
28342         * lib/md2.h: Remove warning about alignment in comment.
28343         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28344         never been required.
28345
28346 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28347
28348         md4: adapt alignment constraint fix from sha1.
28349         * lib/md4.c (set_uint32): New function, from sha1.c
28350         (md4_read_ctx): Use it.
28351         (md4_finish_ctx): Doc fix.
28352         * lib/md4.h: Doc fix.
28353
28354 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28355
28356         md5: adapt alignment constraint fix from sha1.
28357         * lib/md5.c (set_uint32): New function, from sha1.c
28358         (md5_read_ctx): Use it.
28359         (md5_finish_ctx): Doc fix.
28360         * lib/md5.h: Doc fix.
28361
28362 2008-01-30  Peter Palfrader  <weasel@debian.org>
28363
28364         sha1: remove the result buffer alignment constraint
28365         * lib/sha1.c (set_uint32): New function.
28366         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28367         constraint.
28368         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28369         * lib/sha1.h: Likewise.
28370
28371 2008-01-30  Andreas Schwab  <schwab@suse.de>
28372             Bruno Haible  <bruno@clisp.org>
28373
28374         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28375         correct definition of LDBL_MIN_EXP.
28376
28377 2008-01-30  Karl Berry  <karl@gnu.org>
28378
28379         * config/srclist-update: try to preserve x bit on updates.
28380         * config/srclistvars.sh: update for karl.
28381
28382 2008-01-29  Jim Meyering  <meyering@redhat.com>
28383
28384         vasnprintf.c: Avoid warning about unused label
28385         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28386         "overflow" label definition and associated code with the
28387         same cpp condition that guards the sole use of that label.
28388
28389 2008-01-26  Bruno Haible  <bruno@clisp.org>
28390
28391         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28392         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28393         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28394         * lib/isnanl-nolibm.h (isnanl): Likewise.
28395         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28396
28397 2008-01-26  Bruno Haible  <bruno@clisp.org>
28398
28399         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28400         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28401
28402 2008-01-26  Bruno Haible  <bruno@clisp.org>
28403
28404         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28405         GCC >= 4.0 built-in.
28406         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28407
28408 2008-01-26  Bruno Haible  <bruno@clisp.org>
28409
28410         Rename isnan, applicable to 'double' only, to isnand.
28411         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28412         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28413         (configure.ac): Update.
28414         (Include): Replace "isnan.h" with "isnand.h".
28415         * m4/isnand.m4: Renamed from m4/isnan.m4.
28416         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28417         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28418         instead of isnan.c.
28419         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28420         instead of HAVE_ISNAN_IN_LIBC.
28421         (isnand): Renamed from isnan.
28422         * lib/isnand.c: New file.
28423         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28424         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28425         (Makefile.am): Update.
28426         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28427         Include isnand.h instead of isnan.h.
28428         (main): Test isnand instead of isnan.
28429         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28430         isnan-nolibm.
28431         * modules/frexp (Depends-on): Likewise.
28432         * modules/frexp-tests (Depends-on): Likewise.
28433         * modules/frexp-nolibm (Depends-on): Likewise.
28434         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28435         * modules/isfinite (Depends-on): Likewise.
28436         * modules/round-tests (Depends-on): Likewise.
28437         * modules/signbit (Depends-on): Likewise.
28438         * modules/signbit-tests (Depends-on): Likewise.
28439         * modules/snprintf-posix (Depends-on): Likewise.
28440         * modules/sprintf-posix (Depends-on): Likewise.
28441         * modules/trunc-tests (Depends-on): Likewise.
28442         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28443         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28444         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28445         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28446         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28447         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28448         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28449         * modules/vasnprintf-posix (Depends-on): Likewise.
28450         * modules/vasprintf-posix (Depends-on): Likewise.
28451         * modules/vfprintf-posix (Depends-on): Likewise.
28452         * modules/vsnprintf-posix (Depends-on): Likewise.
28453         * modules/vsprintf-posix (Depends-on): Likewise.
28454         * lib/frexp.c: Include isnand.h instead of isnan.h.
28455         (ISNAN): Set to isnand instead of isnan.
28456         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28457         (gl_isfinited): Use isnand instead of isnan.
28458         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28459         (gl_signbitd): Use isnand instead of isnan.
28460         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28461         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28462         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28463         (main): Use isnand instead of isnan.
28464         * tests/test-round1.c: Include isnand.h.
28465         (main): Use isnand instead of isnan.
28466         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28467         (ISNAN): Set to isnand instead of isnan.
28468         * tests/test-trunc1.c: Include isnand.h.
28469         (main): Use isnand instead of isnan.
28470         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28471         (equal): Use isnand instead of isnan.
28472         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28473         isnand-nolibm.
28474         * NEWS: Mention the change.
28475
28476 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28477             Bruno Haible  <bruno@clisp.org>
28478
28479         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28480         the GCC builtins for signbits are present and set
28481         REPLACE_SIGNBIT_USING_GCC if so.
28482         * lib/math.in.h (signbit): Define using GCC builtins if
28483         REPLACE_SIGNBIT_USING_GCC is set.
28484         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28485         REPLACE_SIGNBIT_USING_GCC.
28486         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28487
28488 2008-01-25  Jim Meyering  <meyering@redhat.com>
28489
28490         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28491         * lib/poll.c: Include <config.h>, not "config.h".
28492         * tests/test-getaddrinfo.c: Likewise.
28493
28494 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28495
28496         * modules/sockets-tests: New file.
28497
28498 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28499
28500         * modules/sockets: New module, can be used to call WSA_Startup and
28501         WSA_Cleanup when needed.
28502
28503         * lib/sockets.h, lib/sockets.c: New files.
28504
28505         * m4/sockets.m4: New file.
28506
28507         * tests/test-sockets.c: New file.
28508
28509 2008-01-19  Bruno Haible  <bruno@clisp.org>
28510
28511         * doc/posix-headers: Renamed from doc/headers.
28512         * doc/posix-functions: Renamed from doc/functions.
28513         * doc/gnulib.texi: Update.
28514
28515 2008-01-19  Bruno Haible  <bruno@clisp.org>
28516
28517         * doc/glibc-functions/strcasestr.texi: Include contents of
28518         doc/functions/strcasestr.texi, fixing the list of platforms.
28519         * doc/functions/strcasestr.texi: Remove file.
28520
28521 2008-01-19  Bruno Haible  <bruno@clisp.org>
28522
28523         * doc/glibc-functions/memmem.texi: Include contents of
28524         doc/functions/memmem.texi.
28525         * doc/functions/memmem.texi: Remove file.
28526
28527 2008-01-18  Bruno Haible  <bruno@clisp.org>
28528
28529         * doc/glibc-functions/*.texi: New files.
28530         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28531         to use the new files.
28532
28533 2008-01-17  Bruno Haible  <bruno@clisp.org>
28534
28535         * tests/test-gethostname.c (main): Fix printf statement.
28536
28537 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28538
28539         * modules/gethostname-tests: New file.
28540
28541         * tests/test-gethostname.c: New file.
28542
28543 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28544
28545         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28546         used by the UNAME case.  Reported by Bruno Haible
28547         <bruno@clisp.org>.
28548
28549 2008-01-17  Eric Blake  <ebb9@byu.net>
28550
28551         Convert c-strcasestr to be more efficient.
28552         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28553         (Depends-on): Add c-strcase, remove malloca, strnlen.
28554         * tests/test-c-strcasestr.c (main): Enhance test.
28555         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28556
28557 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28558
28559         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28560         Use it in creating po/Makevars.
28561
28562 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28563
28564         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28565         Applications that requires it should initialize libgcrypt
28566         manually.
28567
28568 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28569
28570         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28571
28572 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28573
28574         Fix problem with getdate on mingw32 reported by Simon Josefsson
28575         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28576         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28577         tzname", when deciding whether to declare tzname.
28578         * lib/strftime.c (tzname): Likewise.
28579
28580 2008-01-15  Bruno Haible  <bruno@clisp.org>
28581
28582         Work around a MacOS X 10.5 bug in frexpl().
28583         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28584         * doc/functions/frexpl.texi: Document the bug.
28585         Reported by Elias Pipping <pipping@gentoo.org>.
28586
28587 2008-01-14  Eric Blake  <ebb9@byu.net>
28588
28589         Touch up previous patch.
28590         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28591         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28592
28593         Convert strcasestr module to use Two-Way algorithm.
28594         * modules/strcasestr-simple: New module, based on the old
28595         strcasestr, but with Two-Way rather than KMP.
28596         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28597         * lib/string.in.h (rpl_strcasestr): Declare.
28598         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28599         performance.
28600         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28601         * modules/string (Makefile.am): Support strcasestr.
28602         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28603         * modules/strcasestr-tests (Depends-on): Check for alarm.
28604         * tests/test-strcasestr.c: Augment test.
28605         * lib/str-two-way.h: Clean up stray macro.
28606         * NEWS: Document new module.
28607         * MODULES.html.sh (string handling): Likewise.
28608         * doc/functions/strcasestr.texi: New file.
28609         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28610         here, since it is not a POSIX function.
28611
28612 2008-01-14  Colin Watson  <cjwatson@debian.org>
28613             Bruno Haible  <bruno@clisp.org>
28614
28615         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28616         works fine; if not, set REPLACE_STRSIGNAL.
28617         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28619         REPLACE_STRSIGNAL.
28620         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28621         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28622         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28623
28624 2008-01-14  Bruno Haible  <bruno@clisp.org>
28625
28626         * modules/strsignal (Include): Change to <string.h>.
28627
28628 2008-01-14  Colin Watson  <cjwatson@debian.org>
28629
28630         * modules/argp (Notice): Add a notice recommending to change
28631         XGETTEXT_OPTIONS.
28632         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28633
28634 2008-01-13  Colin Watson  <cjwatson@debian.org>
28635
28636         * modules/strsignal-tests: New file.
28637         * tests/test-strsignal.c: New file.
28638
28639         * lib/strsignal.c: New file, from glibc with modifications.
28640         * lib/siglist.h: New file, from glibc with modifications.
28641         * lib/string.in.h (strsignal): New declaration.
28642         * m4/strsignal.m4: New file.
28643         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28644         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28645         * modules/strsignal: New file.
28646         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28647         HAVE_DECL_STRSIGNAL.
28648
28649 2008-01-13  Bruno Haible  <bruno@clisp.org>
28650
28651         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28652         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28653         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28654         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28655
28656 2008-01-13  Bruno Haible  <bruno@clisp.org>
28657
28658         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28659         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28660         * lib/argp.h (__attribute__): Likewise.
28661         * lib/c-stack.c (__attribute__): Likewise.
28662         * lib/error.h (__attribute__): Likewise.
28663         * lib/fts.c (__attribute__): Likewise.
28664         * lib/openat.h (__attribute__): Likewise.
28665         * lib/stdio.in.h (__attribute__): Likewise.
28666         * lib/string.in.h (__attribute__): Likewise.
28667         * lib/utimens.c (__attribute__): Likewise.
28668         * lib/vasnprintf.h (__attribute__): Likewise.
28669         * lib/xalloc.h (__attribute__): Likewise.
28670         * lib/xprintf.h (__attribute__): Likewise.
28671         * lib/xstrtol.h (__attribute__): Likewise.
28672         * lib/xvasprintf.h (__attribute__): Likewise.
28673
28674 2008-01-12  Bruno Haible  <bruno@clisp.org>
28675
28676         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28677         * doc/glibc-headers/a.out.texi: New file.
28678         * doc/glibc-headers/aliases.texi: New file.
28679         * doc/glibc-headers/alloca.texi: New file.
28680         * doc/glibc-headers/ar.texi: New file.
28681         * doc/glibc-headers/argp.texi: New file.
28682         * doc/glibc-headers/argz.texi: New file.
28683         * doc/glibc-headers/byteswap.texi: New file.
28684         * doc/glibc-headers/crypt.texi: New file.
28685         * doc/glibc-headers/endian.texi: New file.
28686         * doc/glibc-headers/envz.texi: New file.
28687         * doc/glibc-headers/err.texi: New file.
28688         * doc/glibc-headers/error.texi: New file.
28689         * doc/glibc-headers/execinfo.texi: New file.
28690         * doc/glibc-headers/fpu_control.texi: New file.
28691         * doc/glibc-headers/fstab.texi: New file.
28692         * doc/glibc-headers/fts.texi: New file.
28693         * doc/glibc-headers/getopt.texi: New file.
28694         * doc/glibc-headers/ieee754.texi: New file.
28695         * doc/glibc-headers/ifaddrs.texi: New file.
28696         * doc/glibc-headers/libintl.texi: New file.
28697         * doc/glibc-headers/mcheck.texi: New file.
28698         * doc/glibc-headers/mntent.texi: New file.
28699         * doc/glibc-headers/obstack.texi: New file.
28700         * doc/glibc-headers/paths.texi: New file.
28701         * doc/glibc-headers/printf.texi: New file.
28702         * doc/glibc-headers/pty.texi: New file.
28703         * doc/glibc-headers/resolv.texi: New file.
28704         * doc/glibc-headers/shadow.texi: New file.
28705         * doc/glibc-headers/sysexits.texi: New file.
28706         * doc/glibc-headers/ttyent.texi: New file.
28707
28708 2008-01-12  Jim Meyering  <meyering@redhat.com>
28709
28710         announce-gen: emit Gnulib's git-based version string.
28711         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28712         New option --gnulib-version=V, where V is expected to be
28713         the output of running git describe in the gnulib directory.
28714         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28715         not useful, and plan to stop publishing an xdelta file with each
28716         coreutils release.
28717
28718         * build-aux/announce-gen: Also check for lzma-compressed files.
28719
28720 2008-01-11  Bruno Haible  <bruno@clisp.org>
28721
28722         * tests/test-memmem.c (main): Increase maximum allowed time.
28723         * tests/test-strstr.c (main): Likewise.
28724
28725 2008-01-11  Bruno Haible  <bruno@clisp.org>
28726
28727         * doc/functions/memmem.texi: Add more precisions about platforms.
28728         * doc/functions/strstr.texi: Likewise.
28729
28730 2008-01-10  Eric Blake  <ebb9@byu.net>
28731
28732         * m4/strstr.m4: Delete cruft from copy-n-paste.
28733         Reported by Bruno Haible.
28734
28735 2008-01-10  Bruno Haible  <bruno@clisp.org>
28736
28737         Make c-strstr rely on strstr.
28738         * lib/c-strstr.c: Don't include str-kmp.h.
28739         (c_strstr): Define in terms of strstr.
28740         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28741         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28742
28743 2008-01-10  Bruno Haible  <bruno@clisp.org>
28744
28745         * doc/gnulib.texi (String Functions in C Locale): New section.
28746         * doc/c-ctype.texi: New file.
28747         * doc/c-strcase.texi: New file.
28748         * doc/c-strcaseeq.texi: New file.
28749         * doc/c-strcasestr.texi: New file.
28750         * doc/c-strstr.texi: New file.
28751         * doc/c-strtod.texi: New file.
28752         * doc/c-strtold.texi: New file.
28753
28754 2008-01-10  Eric Blake  <ebb9@byu.net>
28755
28756         * lib/relocatable.h: Fix a comment.
28757
28758 2008-01-10  Eric Blake  <ebb9@byu.net>
28759
28760         Share two-way algorithm.
28761         * lib/str-two-way.h: New file, merged from...
28762         * lib/memmem.c: ...here...
28763         * lib/strstr.c: ...and here.
28764         * modules/memmem (Files): Use it.
28765         * modules/strstr (Files): Likewise.
28766
28767         Avoid quadratic strstr implementations.
28768         * lib/strstr.c: New file.
28769         * m4/strstr.m4: Likewise.
28770         * modules/strstr: Likewise.
28771         * modules/strstr-tests: Likewise.
28772         * tests/test-strstr.c: Likewise.
28773         * lib/string.in.h (rpl_strstr): Declare.
28774         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28775         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28776         * modules/string (Makefile.am): Likewise.
28777         * MODULES.html.sh (string handling): Mention new module.
28778         * doc/functions/strstr.texi (strstr): Document the bug.
28779
28780 2008-01-10  Bruno Haible  <bruno@clisp.org>
28781
28782         * lib/relocatable.h (relocate): State whether result is freshly
28783         allocated or not.
28784         * lib/relocatable.c (relocate): Return a freshly allocated string
28785         instead of a pointer to a privately held string.
28786         Reported by Sylvain Beucler <beuc@gnu.org>.
28787
28788 2008-01-10  Colin Watson  <cjwatson@debian.org>
28789
28790         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28791         s/S_ISNLK/S_ISLNK/.
28792
28793 2008-01-09  Bruno Haible  <bruno@clisp.org>
28794
28795         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28796         and other files.
28797         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28798         if it's only a guess.
28799         * modules/memmem: Simplify by depending on memmem-simple.
28800
28801 2008-01-09  Bruno Haible  <bruno@clisp.org>
28802
28803         Work around OpenBSD 4.0 tdelete() bug.
28804         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28805         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28806         macros and don't redefine the enum values.
28807         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28808         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28809         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28810
28811 2008-01-09  Bruno Haible  <bruno@clisp.org>
28812
28813         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28814         (main): Don't perform the tests if setlocale did not install a UTF-8
28815         locale. Needed on OpenBSD 4.0.
28816         * modules/wcwidth-tests (Depends-on): Add localcharset.
28817
28818 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28819
28820         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28821         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28822         * NEWS: announce this.
28823         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28824
28825 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28826         and Eric Blake  <ebb9@byu.net>
28827
28828         Add memmem-simple module.
28829         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28830         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28831         * modules/memmem-simple: New file.
28832         * modules/memmem (Description): Tweak.
28833         * MODULES.html.sh (string handling): Mention new module.
28834         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28835         addressed by memmem-simple.
28836         * NEWS: Document the difference.
28837
28838 2008-01-09  Eric Blake  <ebb9@byu.net>
28839
28840         Give gcc some memmem optimization hints.
28841         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28842         (strcasestr): Declare as pure.
28843         * modules/memmem (Maintainer): Claim my implementation.
28844
28845 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28846
28847         Support AIX 6.1 and higher.
28848         * build-aux/config.libpath: Likewise.
28849         * build-aux/config.rpath: Likewise.
28850
28851 2008-01-08  Jim Meyering  <meyering@redhat.com>
28852             Bruno Haible  <bruno@clisp.org>
28853
28854         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28855         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28856         Reported by Peter Fales in
28857         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28858
28859 2008-01-08  Bruno Haible  <bruno@clisp.org>
28860
28861         * modules/unictype/category-of (Depends-on): Add
28862         unictype/category-none.
28863         * modules/unictype/category-and-tests (Depends-on): Add
28864         unictype/category-{L,N,Lu,Nd}.
28865         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28866         * modules/unictype/category-or-tests (Depends-on): Add
28867         unictype/category-{L,N}.
28868         * modules/unictype/category-name-tests (Depends-on): Add
28869         unictype/category-{Z,Nl}.
28870         Reported by Simon Josefsson.
28871
28872 2008-01-08  Bruno Haible  <bruno@clisp.org>
28873
28874         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28875         convention better.
28876         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28877         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28878         Reported by Peter Miller <millerp@canb.auug.org.au>.
28879
28880 2008-01-08  Eric Blake  <ebb9@byu.net>
28881
28882         Rewrite memmem to guarantee linear complexity without malloc.
28883         * lib/memmem.c (memmem): Use Two-Way rather than
28884         Knuth-Morris-Pratt, to allow O(1) space usage.
28885         (critical_factorization, two_way_short_needle)
28886         (two_way_long_needle): New functions.
28887         (knuth_morris_pratt): Delete.
28888         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28889         Add stdint.
28890         * tests/test-memmem.c (main): Add tests for periodic needle and
28891         sublinear performance.
28892         * doc/functions/memmem.texi (memmem): Document other deficiencies
28893         in cygwin and older glibc.
28894
28895 2008-01-08  Bruno Haible  <bruno@clisp.org>
28896
28897         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28898         augmentation.
28899
28900 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28901
28902         Add a configure time option: --disable-acl.
28903         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28904         AC_ARG_ENABLE(acl).
28905
28906 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28907
28908         * tests/test-localename.c: Don't include obsolete "setenv.h".
28909
28910         * modules/localename-tests (Depends-on): Need unsetenv.
28911
28912 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28913
28914         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28915
28916 2008-01-06  Colin Watson  <cjwatson@debian.org>
28917
28918         * users.txt: Add man-db.
28919
28920 2008-01-07  Bruno Haible  <bruno@clisp.org>
28921
28922         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28923         previous section name.
28924
28925 2008-01-07  Bruno Haible  <bruno@clisp.org>
28926
28927         * lib/progname.c (set_program_name): Don't strip off a leading
28928         "lt-" prefix outside a .libs directory.
28929         Suggested by Paul Eggert.
28930
28931 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28932             Bruno Haible  <bruno@clisp.org>
28933
28934         Improve memory cleanup in 'relocatable' module.
28935         * lib/relocatable.h (compute_curr_prefix): Change return type to
28936         'char *'.
28937         * lib/relocatable.c (compute_curr_prefix): Change return type to
28938         'char *'. Free curr_installdir after use.
28939         (relocate): Free curr_prefix_better after use.
28940         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28941
28942 2008-01-01  Bruno Haible  <bruno@clisp.org>
28943
28944         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28945         failure on older glibc systems.
28946         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28947
28948 2008-01-05  Eric Blake  <ebb9@byu.net>
28949
28950         Avoid quadratic system memmem.
28951         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28952         Reported by Ralf Wildenhues.
28953
28954         Fix memmem test for mingw.
28955         * modules/memmem-tests (configure.ac): Check for alarm.
28956         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28957         it.
28958         * doc/functions/memmem.texi: New file.
28959         * doc/gnulib.texi (Function Substitutes): Add memmem.
28960         Reported by Bruno Haible.
28961
28962 2008-01-04  Bruno Haible  <bruno@clisp.org>
28963
28964         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28965         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28966         gl_HEADER_STRING_H_DEFAULTS.
28967
28968 2008-01-04  Eric Blake  <ebb9@byu.net>
28969
28970         Shorten duration of memmem test.
28971         * tests/test-memmem.c (main): Use alarm to declare failure if test
28972         is taking too long.
28973         Reported by Ralf Wildenhues.
28974
28975 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28976
28977         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28978         string, needed by strerror.
28979
28980 2008-01-03  Colin Watson  <cjwatson@debian.org>
28981             Bruno Haible  <bruno@clisp.org>
28982
28983         * doc/gnulib-tool.texi (Localization): New section.
28984
28985 2008-01-02  Bruno Haible  <bruno@clisp.org>
28986
28987         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28988         variables to 'unsigned char *' type.
28989         Reported by Paul Eggert.
28990
28991 2008-01-02  Jim Meyering  <jim@meyering.net>
28992
28993         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28994
28995 2007-12-31  Jim Meyering  <jim@meyering.net>
28996
28997         Avoid use of private FTS type name.
28998         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28999
29000 2007-12-30  Karl Berry  <karl@gnu.org>
29001
29002         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
29003         work around defect in Texinfo and/or the standalone Info browser.
29004
29005 2007-12-30  Bruno Haible  <bruno@clisp.org>
29006
29007         Unify 5 copies of the KMP code.
29008         * lib/str-kmp.h: New file.
29009         * lib/c-strcasestr.c: Include str-kmp.h.
29010         (knuth_morris_pratt): Remove function.
29011         (c_strcasestr): Update.
29012         * lib/c-strstr.c: Include str-kmp.h.
29013         (knuth_morris_pratt): Remove function.
29014         (c_strcasestr): Update.
29015         * lib/mbscasestr.c: Include str-kmp.h.
29016         (knuth_morris_pratt_unibyte): Remove function.
29017         * lib/mbsstr.c: Include str-kmp.h.
29018         (knuth_morris_pratt_unibyte): Remove function.
29019         * lib/strcasestr.c: Include str-kmp.h.
29020         (knuth_morris_pratt): Remove function.
29021         (strcasestr): Update.
29022         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
29023         * modules/c-strstr (Files): Likewise.
29024         * modules/mbscasestr (Files): Likewise.
29025         * modules/mbsstr (Files): Likewise.
29026         * modules/strcasestr (Files): Likewise.
29027         Suggested by Paul Eggert.
29028
29029 2007-12-30  Bruno Haible  <bruno@clisp.org>
29030
29031         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
29032         defined.
29033
29034 2007-12-30  Bruno Haible  <bruno@clisp.org>
29035
29036         * lib/xmalloca.h: Include xalloc.h.
29037         (xnmalloca): New macro.
29038
29039 2007-12-30  Bruno Haible  <bruno@clisp.org>
29040
29041         * lib/malloca.h (nmalloca): New macro.
29042         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29043         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29044         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29045         knuth_morris_pratt_multibyte): Likewise.
29046         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29047         knuth_morris_pratt_multibyte): Likewise.
29048         * lib/memmem.c (knuth_morris_pratt): Likewise.
29049         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29050
29051 2007-12-25  Bruno Haible  <bruno@clisp.org>
29052
29053         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29054         * lib/glob.c: Don't include openat.h.
29055         (link_exists2_p): Add back the code that deals with the
29056         !GLOB_ALTDIRFUNC case.
29057         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29058         let it do the filename concatenation.
29059         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29060         * modules/glob (Depends-on): Remove openat.
29061
29062 2007-12-31  Bruno Haible  <bruno@clisp.org>
29063
29064         * modules/dirfd (License): Change to LGPLv2+.
29065         Approved by Jim Meyering.
29066
29067 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29068
29069         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29070         when multiplying M by sizeof (size_t).
29071
29072 2007-12-10  Martin Lambers  <marlam@marlam.de>
29073
29074         Override getpagesize on mingw.
29075         * lib/getpagesize.c: New file.
29076         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29077         * modules/getpagesize (Files): Add lib/getpagesize.c.
29078         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29079         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29080         REPLACE_GETPAGESIZE.
29081         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29082
29083 2007-12-25  Bruno Haible  <bruno@clisp.org>
29084
29085         * modules/localcharset (Notice): New field.
29086         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29087         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29088
29089 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29090             Bruno Haible  <bruno@clisp.org>
29091
29092         Avoid using the syntax symbol() in formatted documentation.
29093         * MODULES.html.sh (func_module): When replacing symbol() with a
29094         hyperlink, remove the parentheses. Show an error if some remain.
29095         Recognize and render the '...' syntax.
29096         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29097         Rework. Add paragraph about GCC's inlining.
29098         * doc/alloca.texi: Likewise.
29099         * doc/error.texi: Remove parentheses from symbol reference.
29100         * doc/gnulib-intro.texi: Likewise.
29101         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29102         * modules/fnmatch (Description): Reword to say "the ... function".
29103         * modules/full-read (Description): Likewise.
29104         * modules/full-write (Description): Likewise.
29105         * modules/safe-read (Description): Likewise.
29106         * modules/safe-write (Description): Likewise.
29107         * modules/strchrnul (Description): Likewise.
29108         * modules/trim (Description): Likewise.
29109         * modules/error (Description): Remove parentheses from symbol
29110         references.
29111         * modules/verror (Description): Likewise.
29112         Reported by Karl Berry.
29113
29114 2007-12-25  Bruno Haible  <bruno@clisp.org>
29115
29116         Fixup after 2007-10-16 commit.
29117         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29118
29119 2007-12-24  Bruno Haible  <bruno@clisp.org>
29120
29121         Make --enable-relocatable work with DESTDIR.
29122         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29123         to compute installdir from destprog.
29124         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29125         also set the RELOC_DESTDIR variable.
29126         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29127
29128 2007-12-24  Bruno Haible  <bruno@clisp.org>
29129
29130         Fix link error due to xalloc_die().
29131         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29132         of xreadlink.
29133         * lib/relocwrapper.c: Update comments.
29134         * build-aux/install-reloc: Remove xreadlink.c from file list.
29135         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29136         xreadlink.c.
29137         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29138
29139 2007-12-24  Bruno Haible  <bruno@clisp.org>
29140
29141         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29142         * lib/setenv.h: Remove file.
29143         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29144         lib/setenv.h.
29145         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29146         (Depends-on): Add stdlib.
29147         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29148         gl_FUNC_UNSETENV.
29149         (Include): Replace setenv.h with <stdlib.h>.
29150         * modules/unsetenv: New file.
29151         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29152         * lib/unsetenv.c: Include <stdlib.h> first.
29153         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29154         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29155         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29156         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29157         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29158         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29159         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29160         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29161         * doc/functions/unsetenv.texi: Update.
29162         * modules/xsetenv (Depends-on): Add unsetenv.
29163         * modules/getdate (Depends-on): Likewise.
29164         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29165         * lib/xsetenv.c: Don't include setenv.h.
29166         * lib/getdate.y: Likewise.
29167         * lib/relocwrapper.c: Likewise.
29168         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29169         (Depends-on): Add stdlib.
29170         * NEWS: Mention the changes.
29171         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29172
29173 2007-12-23  Bruno Haible  <bruno@clisp.org>
29174
29175         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29176         indentation.
29177
29178 2007-12-23  Bruno Haible  <bruno@clisp.org>
29179
29180         * lib/c-strcasestr.c: Add more comments.
29181         * lib/c-strstr.c: Likewise.
29182         * lib/mbscasestr.c: Likewise.
29183         * lib/mbsstr.c: Likewise.
29184         * lib/strcasestr.c: Likewise.
29185         * lib/memmem.c: Likewise.
29186
29187 2007-12-23  Bruno Haible  <bruno@clisp.org>
29188
29189         * tests/test-memmem.c: Include <string.h> first.
29190
29191 2007-12-22  Bruno Haible  <bruno@clisp.org>
29192
29193         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29194         the contents of $testsbase.
29195         Reported by Ralf Wildenhues.
29196
29197 2007-12-22  Bruno Haible  <bruno@clisp.org>
29198
29199         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29200         two variables local_ldadd_before, local_ldadd_last.
29201
29202 2007-12-20  Eric Blake  <ebb9@byu.net>
29203
29204         Work around circular library issue when cross-compiling.
29205         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29206         that progname.o does not need to pull in rpl_memcmp.
29207
29208 2007-12-19  Eric Blake  <ebb9@byu.net>
29209
29210         Fix memmem to avoid O(n^2) worst-case complexity.
29211         * lib/memmem.c (knuth_morris_pratt): New function.
29212         (memmem): Use it if first few naive iterations fail.
29213         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29214         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29215         * modules/memchr (License): Likewise.
29216         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29217         malloca.
29218         * tests/test-memmem.c: Rewrite, borrowing ideas from
29219         test-mbsstr1.c; the old version wouldn't even compile!
29220         * modules/memmem-tests: New file.
29221         * lib/string.in.h (rpl_memmem): Add declaration.
29222         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29223         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29224         REPLACE_MEMMEM.
29225
29226 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29227
29228         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29229         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29230         before any system include files, and undef after them all.  This
29231         should fix a problem on VMS reported by John E. Malmberg in
29232         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29233
29234 2007-12-17  Eric Blake  <ebb9@byu.net>
29235
29236         Revert addition of verify, for BSD/OS.
29237         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29238         can't handle large files, for the sake of obsolete platforms.
29239         * modules/fseeko (Depends-on): Remove verify.
29240         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29241         * doc/functions/ftello.texi (ftello): Likewise.
29242         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29243         Reported by Larry Jones.
29244
29245 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29246
29247         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29248         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29249
29250 2007-12-17  Jim Meyering  <meyering@redhat.com>
29251
29252         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29253         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29254         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29255         * modules/getcwd (Depends-on): Add openat.
29256         Reported by Petr Salinger.
29257
29258 2007-12-17  Bruno Haible  <bruno@clisp.org>
29259
29260         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29261         avoid a segmentation fault of the configure test on x86_64 systems.
29262
29263 2007-12-15  Jim Meyering  <meyering@redhat.com>
29264
29265         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29266
29267 2007-12-13  Eric Blake  <ebb9@byu.net>
29268
29269         Another fseek test.
29270         * tests/test-fseek.c (main): Also test ungetc handling.
29271         * tests/test-fseeko.c (main): Likewise.
29272         * modules/fseeko (Depends-on): Add verify.
29273         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29274         large.
29275         Reported by Larry Jones.
29276
29277         Fix fseeko on mingw.
29278         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29279         seek.
29280
29281         Beef up fseek tests.
29282         * tests/test-fseek.c (main): Also test eof handling.
29283         * tests/test-fseeko.c (main): Likewise.
29284         Reported by Larry Jones.
29285
29286 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29287
29288         Fix fseeko on BSD-based platforms.
29289         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29290         successful seek.
29291
29292 2007-12-12  Eric Blake  <ebb9@byu.net>
29293
29294         Allow circular dependency of separate libtests.a
29295         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29296         when use_libtests.
29297
29298 2007-12-11  Eric Blake  <ebb9@byu.net>
29299
29300         Fix bug with -0.0L in previous patch.
29301         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29302         * tests/test-isnan.c (main): Also test on zeroes.
29303         * tests/test-isnanf.c (main): Likewise.
29304         * tests/test-isnanl.h (main): Likewise.
29305
29306         Detect pseudo-denormals on x86 even when cross-compiling.
29307         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29308         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29309         invalid bit patterns that happen to satisfy ==.
29310
29311         Avoid link failures with separate libtests.a.
29312         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29313         last, to satisfy circular dependencies.
29314
29315 2007-12-11  Eric Blake  <ebb9@byu.net>
29316         and Bruno Haible  <bruno@clisp.org>
29317
29318         Fix OpenBSD 4.0 <float.h> handling of long double.
29319         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29320         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29321         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29322
29323 2007-12-11  Jim Meyering  <meyering@redhat.com>
29324
29325         * users.txt: Add libvirt.
29326
29327         Support versions of autoconf prior to 2.59c.
29328         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29329         if it is not already defined.
29330
29331 2007-12-09  Bruno Haible  <bruno@clisp.org>
29332
29333         Let 'gnulib-tool --import' collect sources needed for the tests in
29334         tests/ rather than in lib/.
29335         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29336         argument. If true, add rules to generate libtests.a, and put libtests.a
29337         into $(LDADD). Consider source files in subdirectories and set
29338         uses_subdirs.
29339         (func_emit_initmacro_start, func_emit_initmacro_end,
29340         func_emit_initmacro_done): Pass all arguments explicitly.
29341         (func_import): Determine two module lists main_modules,
29342         testsrelated_modules. Determine use_libtests. Determine two variables
29343         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29344         instead of just sed_transform_lib_file. Determine two variables
29345         main_files and testsrelated_files. Compute 'files' as the union of
29346         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29347         func_add_or_update. In the generated gnulib-comp.m4, collect the
29348         object files for tests/ in different variables than those for lib/.
29349         Substitute LIBTESTS_LIBDEPS.
29350         (func_create_testdir): Combine the uses_subdirs results from
29351         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29352
29353 2007-12-09  Bruno Haible  <bruno@clisp.org>
29354
29355         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29356         the build-aux directory.
29357
29358 2007-12-09  Bruno Haible  <bruno@clisp.org>
29359
29360         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29361         introduced on 2006-09-09.
29362
29363 2007-12-07  Jim Meyering  <meyering@redhat.com>
29364
29365         Let these macros work also with autoconf-2.59.
29366         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29367         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29368         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29369
29370 2007-12-06  Jim Meyering  <meyering@redhat.com>
29371
29372         Avoid a configure-time syntax error in gl_FUNC_ACL.
29373         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29374         function in each branch, before testing the cache variable.
29375
29376 2007-12-04  Eric Blake  <ebb9@byu.net>
29377
29378         Make scripts executable.
29379         * build-aux/config.guess: Add execute permissions.
29380         * build-aux/config.sub: Likewise.
29381         * build-aux/gendocs.sh: Likewise.
29382
29383         Fix frexp on mingw.
29384         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29385         cross-compiling.
29386         * doc/functions/frexp.texi (frexp): Document the bug.
29387
29388         Make cygwin fseeko check more reliable.
29389         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29390         version numbers, rather than unrelated feature check.
29391         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29392         * doc/functions/ftello.texi (ftello): Likewise.
29393         Reported by Bruno Haible.
29394
29395         * m4/strerror.m4: Bump version number.
29396
29397 2007-12-03  Bruno Haible  <bruno@clisp.org>
29398
29399         * doc/functions/mprotect.texi: Mention the mingw problem.
29400
29401 2007-12-03  Eric Blake  <ebb9@byu.net>
29402
29403         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29404         REPLACE_STRERROR is initialized before this macro.
29405
29406 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29407
29408         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29409         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29410         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29411         put -lsec in even for programs other than 'ls'.  This fixes a problem
29412         for gettext reported by Bruno Haible in
29413         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29414         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29415         Add support for Solaris 10.  This isn't efficient, but should get the
29416         job done for now.
29417
29418 2007-12-03  James Youngman  <jay@gnu.org>
29419
29420         * doc/regexprops-generic.texi: change "an close-group" to "a
29421         close-group" and "illegal" to "not allowed".
29422
29423 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29424
29425         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29426         pr_byname.h. Needed for the rare case when the maintainer has done
29427         "make maintainer-clean" in the source directory and then attempts a
29428         build outside the source directory.
29429         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29430         scripts_byname.h.
29431
29432 2007-12-02  Martin Lambers <marlam@marlam.de>
29433             Bruno Haible  <bruno@clisp.org>
29434
29435         * lib/getpagesize.h: Remove file.
29436         * lib/unistd.in.h: Include declaration of getpagesize here.
29437         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29438         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29439         HAVE_SYS_PARAM_H.
29440         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29441         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29442         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29443         (Depends-on): Add unistd.
29444         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29445         (Include): Use <unistd.h> instead of getpagesize.h.
29446         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29447         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29448         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29449         gl_GETPAGESIZE invocation, already handled by module dependency.
29450         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29451
29452 2007-12-02  Bruno Haible  <bruno@clisp.org>
29453
29454         * modules/strings-tests: New file.
29455         * tests/test-strings.c: New file.
29456
29457         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29458         * lib/strings.in.h: New file.
29459         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29460         * m4/strings_h.m4: New file.
29461         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29462         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29463         * modules/strings: New file.
29464         * modules/string (Makefile.am): Update.
29465         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29466         Reported by Karl Berry.
29467
29468 2007-12-01  Eric Blake  <ebb9@byu.net>
29469
29470         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29471         accomodate fix in cygwin 1.5.25.
29472
29473 2007-12-01  Jim Meyering  <meyering@redhat.com>
29474
29475         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29476         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29477         that would inhibit utf8-optimization of a regexp containing line-
29478         or buffer-anchors, e.g., `^', `$'.
29479
29480 2007-11-30  Bruno Haible  <bruno@clisp.org>
29481
29482         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29483         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29484         glthread_recursive_lock_init.
29485         * lib/lock.c (glthread_recursive_lock_init)
29486         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29487         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29488
29489 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29490
29491         New function qset_acl, like set_acl but with syscall semantics.
29492         * lib/acl.h (qset_acl): New decl.
29493         * lib/acl.c (qset_acl): New function.
29494         (set_acl): Use new function.  Use more-consistent diagnostics.
29495
29496 2007-11-28  Jim Meyering  <meyering@redhat.com>
29497
29498         * modules/physmem (License): Change from GPL to LGPLv2+.
29499
29500 2007-11-26  Bruno Haible  <bruno@clisp.org>
29501
29502         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29503         'long double' type has excess precision.
29504         Reported by Jim Meyering in
29505         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29506
29507 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29508
29509         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29510         Sync from <http://gnu.org/licenses>.
29511         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29512         with license text from same location.
29513         * doc/maintain.texi, doc/standards.texi:  Sync from
29514         <http://savannah.gnu.org/projects/gnustandards>.
29515
29516 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29517         and Jim Meyering  <meyering@redhat.com>
29518
29519         Adjust getdate' grammar to accept a slightly more regular language.
29520         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29521         Before, the former was rejected.
29522         * lib/getdate.y (digits_to_date_time): New function, factored
29523         out of ...
29524         (number): ...here.  Just call digits_to_date_time.
29525         (hybrid): New non-terminal to handle an <unsigned number,
29526         signed relative offset> sequence consistently.
29527
29528 2007-11-18  Jim Meyering  <meyering@redhat.com>
29529
29530         Pull my changes from coreutils:
29531         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29532         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29533         use of $gnulib_tool_option_extras, so that it's separated from the
29534         preceding argument.
29535
29536         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29537         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29538         parent destination directories before copying a file into place.
29539
29540 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29541
29542         bootstrap: work also with 4-argument variant of AC_INIT
29543         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29544
29545 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29546
29547         Port test-getaddrinfo to Solaris.
29548         Problem reported by Bruno Haible in
29549         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29550         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29551         explanation of setting 'hints'.
29552         Don't reject an implementation merely because it returns EAI_SERVICE.
29553         (EAI_SERVICE): Define to 0 if not defined.
29554
29555 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29556
29557         The license of gnu-make and posix-shell is now "GPLed build tool".
29558         * modules/gnu-make (License): Likewise.
29559         * modules/posix-shell (License): Likewise.
29560
29561         New module posix-shell, for determining a POSIX shell
29562         or perhaps something that is close enough to a POSIX shell.
29563         * m4/posix-shell.m4: New file.
29564         * modules/posix-shell: New file.
29565
29566         * MODULES.html.sh: Mention new module.
29567
29568         New module gnu-make, for determining whether we're using GNU Make.
29569         * m4/gnu-make.m4: New file.
29570         * modules/gnu-make: New file.
29571         * MODULES.html.sh: Mention new module.
29572
29573 2007-11-14  Jim Meyering  <meyering@redhat.com>
29574
29575         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29576         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29577         use this macro to create a function _definition_.
29578         Remove useless "#undef ARGMATCH_DIE".
29579
29580 2007-11-14  Bruno Haible  <bruno@clisp.org>
29581
29582         * lib/config.charset: Update for OpenBSD 4.1.
29583         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29584
29585 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29586
29587         Document 64-bit #if problems in stdint.texi.
29588         * doc/headers/stdint.texi (stdint.h): Mention problems with
29589         64-bit-#if, and how to work around them.
29590
29591         Don't insist on 'long long int' support in the preprocessor.  It
29592         breaks too many things.  For example, PRIdMAX still uses a 'long
29593         long int' format with the latest Sun compiler, even though
29594         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29595         preprocessor problem.  This causes the latest coreutils to dump
29596         core on Solaris 10 sparc with the Sun C compiler.
29597         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29598         the troublesome expressions at configure-time, not at #if-time.
29599         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29600         preprocessor.
29601         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29602         compile-time C checks, done at 'configure'-time.
29603         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29604         * modules/inttypes (Makefile): Substitute the new symbols that
29605         gl_INTTYPES_H now generates.
29606         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29607
29608 2007-11-12  Bruno Haible  <bruno@clisp.org>
29609
29610         Tests for Unicode character classification functions.
29611
29612         * modules/unictype/bidicategory-byname-tests: New file.
29613         * modules/unictype/bidicategory-name-tests: New file.
29614         * modules/unictype/bidicategory-of-tests: New file.
29615         * modules/unictype/bidicategory-test-tests: New file.
29616         * modules/unictype/block-list-tests: New file.
29617         * modules/unictype/block-of-tests: New file.
29618         * modules/unictype/block-test-tests: New file.
29619         * modules/unictype/category-C-tests: New file.
29620         * modules/unictype/category-Cc-tests: New file.
29621         * modules/unictype/category-Cf-tests: New file.
29622         * modules/unictype/category-Cn-tests: New file.
29623         * modules/unictype/category-Co-tests: New file.
29624         * modules/unictype/category-Cs-tests: New file.
29625         * modules/unictype/category-L-tests: New file.
29626         * modules/unictype/category-Ll-tests: New file.
29627         * modules/unictype/category-Lm-tests: New file.
29628         * modules/unictype/category-Lo-tests: New file.
29629         * modules/unictype/category-Lt-tests: New file.
29630         * modules/unictype/category-Lu-tests: New file.
29631         * modules/unictype/category-M-tests: New file.
29632         * modules/unictype/category-Mc-tests: New file.
29633         * modules/unictype/category-Me-tests: New file.
29634         * modules/unictype/category-Mn-tests: New file.
29635         * modules/unictype/category-N-tests: New file.
29636         * modules/unictype/category-Nd-tests: New file.
29637         * modules/unictype/category-Nl-tests: New file.
29638         * modules/unictype/category-No-tests: New file.
29639         * modules/unictype/category-P-tests: New file.
29640         * modules/unictype/category-Pc-tests: New file.
29641         * modules/unictype/category-Pd-tests: New file.
29642         * modules/unictype/category-Pe-tests: New file.
29643         * modules/unictype/category-Pf-tests: New file.
29644         * modules/unictype/category-Pi-tests: New file.
29645         * modules/unictype/category-Po-tests: New file.
29646         * modules/unictype/category-Ps-tests: New file.
29647         * modules/unictype/category-S-tests: New file.
29648         * modules/unictype/category-Sc-tests: New file.
29649         * modules/unictype/category-Sk-tests: New file.
29650         * modules/unictype/category-Sm-tests: New file.
29651         * modules/unictype/category-So-tests: New file.
29652         * modules/unictype/category-Z-tests: New file.
29653         * modules/unictype/category-Zl-tests: New file.
29654         * modules/unictype/category-Zp-tests: New file.
29655         * modules/unictype/category-Zs-tests: New file.
29656         * modules/unictype/category-and-not-tests: New file.
29657         * modules/unictype/category-and-tests: New file.
29658         * modules/unictype/category-byname-tests: New file.
29659         * modules/unictype/category-name-tests: New file.
29660         * modules/unictype/category-none-tests: New file.
29661         * modules/unictype/category-of-tests: New file.
29662         * modules/unictype/category-or-tests: New file.
29663         * modules/unictype/category-test-withtable-tests: New file.
29664         * modules/unictype/combining-class-tests: New file.
29665         * modules/unictype/ctype-alnum-tests: New file.
29666         * modules/unictype/ctype-alpha-tests: New file.
29667         * modules/unictype/ctype-blank-tests: New file.
29668         * modules/unictype/ctype-cntrl-tests: New file.
29669         * modules/unictype/ctype-digit-tests: New file.
29670         * modules/unictype/ctype-graph-tests: New file.
29671         * modules/unictype/ctype-lower-tests: New file.
29672         * modules/unictype/ctype-print-tests: New file.
29673         * modules/unictype/ctype-punct-tests: New file.
29674         * modules/unictype/ctype-space-tests: New file.
29675         * modules/unictype/ctype-upper-tests: New file.
29676         * modules/unictype/ctype-xdigit-tests: New file.
29677         * modules/unictype/decimal-digit-tests: New file.
29678         * modules/unictype/digit-tests: New file.
29679         * modules/unictype/mirror-tests: New file.
29680         * modules/unictype/numeric-tests: New file.
29681         * modules/unictype/property-alphabetic-tests: New file.
29682         * modules/unictype/property-ascii-hex-digit-tests: New file.
29683         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29684         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29685         * modules/unictype/property-bidi-block-separator-tests: New file.
29686         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29687         * modules/unictype/property-bidi-common-separator-tests: New file.
29688         * modules/unictype/property-bidi-control-tests: New file.
29689         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29690         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29691         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29692         * modules/unictype/property-bidi-european-digit-tests: New file.
29693         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29694         * modules/unictype/property-bidi-left-to-right-tests: New file.
29695         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29696         * modules/unictype/property-bidi-other-neutral-tests: New file.
29697         * modules/unictype/property-bidi-pdf-tests: New file.
29698         * modules/unictype/property-bidi-segment-separator-tests: New file.
29699         * modules/unictype/property-bidi-whitespace-tests: New file.
29700         * modules/unictype/property-byname-tests: New file.
29701         * modules/unictype/property-combining-tests: New file.
29702         * modules/unictype/property-composite-tests: New file.
29703         * modules/unictype/property-currency-symbol-tests: New file.
29704         * modules/unictype/property-dash-tests: New file.
29705         * modules/unictype/property-decimal-digit-tests: New file.
29706         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29707         * modules/unictype/property-deprecated-tests: New file.
29708         * modules/unictype/property-diacritic-tests: New file.
29709         * modules/unictype/property-extender-tests: New file.
29710         * modules/unictype/property-format-control-tests: New file.
29711         * modules/unictype/property-grapheme-base-tests: New file.
29712         * modules/unictype/property-grapheme-extend-tests: New file.
29713         * modules/unictype/property-grapheme-link-tests: New file.
29714         * modules/unictype/property-hex-digit-tests: New file.
29715         * modules/unictype/property-hyphen-tests: New file.
29716         * modules/unictype/property-id-continue-tests: New file.
29717         * modules/unictype/property-id-start-tests: New file.
29718         * modules/unictype/property-ideographic-tests: New file.
29719         * modules/unictype/property-ids-binary-operator-tests: New file.
29720         * modules/unictype/property-ids-trinary-operator-tests: New file.
29721         * modules/unictype/property-ignorable-control-tests: New file.
29722         * modules/unictype/property-iso-control-tests: New file.
29723         * modules/unictype/property-join-control-tests: New file.
29724         * modules/unictype/property-left-of-pair-tests: New file.
29725         * modules/unictype/property-line-separator-tests: New file.
29726         * modules/unictype/property-logical-order-exception-tests: New file.
29727         * modules/unictype/property-lowercase-tests: New file.
29728         * modules/unictype/property-math-tests: New file.
29729         * modules/unictype/property-non-break-tests: New file.
29730         * modules/unictype/property-not-a-character-tests: New file.
29731         * modules/unictype/property-numeric-tests: New file.
29732         * modules/unictype/property-other-alphabetic-tests: New file.
29733         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29734         * modules/unictype/property-other-grapheme-extend-tests: New file.
29735         * modules/unictype/property-other-id-continue-tests: New file.
29736         * modules/unictype/property-other-id-start-tests: New file.
29737         * modules/unictype/property-other-lowercase-tests: New file.
29738         * modules/unictype/property-other-math-tests: New file.
29739         * modules/unictype/property-other-uppercase-tests: New file.
29740         * modules/unictype/property-paired-punctuation-tests: New file.
29741         * modules/unictype/property-paragraph-separator-tests: New file.
29742         * modules/unictype/property-pattern-syntax-tests: New file.
29743         * modules/unictype/property-pattern-white-space-tests: New file.
29744         * modules/unictype/property-private-use-tests: New file.
29745         * modules/unictype/property-punctuation-tests: New file.
29746         * modules/unictype/property-quotation-mark-tests: New file.
29747         * modules/unictype/property-radical-tests: New file.
29748         * modules/unictype/property-sentence-terminal-tests: New file.
29749         * modules/unictype/property-soft-dotted-tests: New file.
29750         * modules/unictype/property-space-tests: New file.
29751         * modules/unictype/property-terminal-punctuation-tests: New file.
29752         * modules/unictype/property-test-tests: New file.
29753         * modules/unictype/property-titlecase-tests: New file.
29754         * modules/unictype/property-unassigned-code-value-tests: New file.
29755         * modules/unictype/property-unified-ideograph-tests: New file.
29756         * modules/unictype/property-uppercase-tests: New file.
29757         * modules/unictype/property-variation-selector-tests: New file.
29758         * modules/unictype/property-white-space-tests: New file.
29759         * modules/unictype/property-xid-continue-tests: New file.
29760         * modules/unictype/property-xid-start-tests: New file.
29761         * modules/unictype/property-zero-width-tests: New file.
29762         * modules/unictype/scripts-tests: New file.
29763         * modules/unictype/syntax-c-ident-tests: New file.
29764         * modules/unictype/syntax-c-whitespace-tests: New file.
29765         * modules/unictype/syntax-java-ident-tests: New file.
29766         * modules/unictype/syntax-java-whitespace-tests: New file.
29767         * tests/unictype/test-bidi_byname.c: New file.
29768         * tests/unictype/test-bidi_name.c: New file.
29769         * tests/unictype/test-bidi_of.c: New file.
29770         * tests/unictype/test-bidi_test.c: New file.
29771         * tests/unictype/test-block_list.c: New file.
29772         * tests/unictype/test-block_of.c: New file.
29773         * tests/unictype/test-block_test.c: New file.
29774         * tests/unictype/test-categ_and.c: New file.
29775         * tests/unictype/test-categ_and_not.c: New file.
29776         * tests/unictype/test-categ_byname.c: New file.
29777         * tests/unictype/test-categ_name.c: New file.
29778         * tests/unictype/test-categ_none.c: New file.
29779         * tests/unictype/test-categ_of.c: New file.
29780         * tests/unictype/test-categ_or.c: New file.
29781         * tests/unictype/test-categ_test_withtable.c: New file.
29782         * tests/unictype/test-combining.c: New file.
29783         * tests/unictype/test-decdigit.c: New file.
29784         * tests/unictype/test-digit.c: New file.
29785         * tests/unictype/test-mirror.c: New file.
29786         * tests/unictype/test-numeric.c: New file.
29787         * tests/unictype/test-pr_byname.c: New file.
29788         * tests/unictype/test-pr_test.c: New file.
29789         * tests/unictype/test-predicate-part1.h: New file.
29790         * tests/unictype/test-predicate-part2.h: New file.
29791         * tests/unictype/test-scripts.c: New file.
29792         * tests/unictype/test-sy_c_ident.c: New file.
29793         * tests/unictype/test-sy_java_ident.c: New file.
29794
29795         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29796         for Unicode 5.0.0.
29797         * tests/unictype/test-categ_Cc.c: Likewise.
29798         * tests/unictype/test-categ_Cf.c: Likewise.
29799         * tests/unictype/test-categ_Cn.c: Likewise.
29800         * tests/unictype/test-categ_Co.c: Likewise.
29801         * tests/unictype/test-categ_Cs.c: Likewise.
29802         * tests/unictype/test-categ_L.c: Likewise.
29803         * tests/unictype/test-categ_Ll.c: Likewise.
29804         * tests/unictype/test-categ_Lm.c: Likewise.
29805         * tests/unictype/test-categ_Lo.c: Likewise.
29806         * tests/unictype/test-categ_Lt.c: Likewise.
29807         * tests/unictype/test-categ_Lu.c: Likewise.
29808         * tests/unictype/test-categ_M.c: Likewise.
29809         * tests/unictype/test-categ_Mc.c: Likewise.
29810         * tests/unictype/test-categ_Me.c: Likewise.
29811         * tests/unictype/test-categ_Mn.c: Likewise.
29812         * tests/unictype/test-categ_N.c: Likewise.
29813         * tests/unictype/test-categ_Nd.c: Likewise.
29814         * tests/unictype/test-categ_Nl.c: Likewise.
29815         * tests/unictype/test-categ_No.c: Likewise.
29816         * tests/unictype/test-categ_P.c: Likewise.
29817         * tests/unictype/test-categ_Pc.c: Likewise.
29818         * tests/unictype/test-categ_Pd.c: Likewise.
29819         * tests/unictype/test-categ_Pe.c: Likewise.
29820         * tests/unictype/test-categ_Pf.c: Likewise.
29821         * tests/unictype/test-categ_Pi.c: Likewise.
29822         * tests/unictype/test-categ_Po.c: Likewise.
29823         * tests/unictype/test-categ_Ps.c: Likewise.
29824         * tests/unictype/test-categ_S.c: Likewise.
29825         * tests/unictype/test-categ_Sc.c: Likewise.
29826         * tests/unictype/test-categ_Sk.c: Likewise.
29827         * tests/unictype/test-categ_Sm.c: Likewise.
29828         * tests/unictype/test-categ_So.c: Likewise.
29829         * tests/unictype/test-categ_Z.c: Likewise.
29830         * tests/unictype/test-categ_Zl.c: Likewise.
29831         * tests/unictype/test-categ_Zp.c: Likewise.
29832         * tests/unictype/test-categ_Zs.c: Likewise.
29833         * tests/unictype/test-ctype_alnum.c: Likewise.
29834         * tests/unictype/test-ctype_alpha.c: Likewise.
29835         * tests/unictype/test-ctype_blank.c: Likewise.
29836         * tests/unictype/test-ctype_cntrl.c: Likewise.
29837         * tests/unictype/test-ctype_digit.c: Likewise.
29838         * tests/unictype/test-ctype_graph.c: Likewise.
29839         * tests/unictype/test-ctype_lower.c: Likewise.
29840         * tests/unictype/test-ctype_print.c: Likewise.
29841         * tests/unictype/test-ctype_punct.c: Likewise.
29842         * tests/unictype/test-ctype_space.c: Likewise.
29843         * tests/unictype/test-ctype_upper.c: Likewise.
29844         * tests/unictype/test-ctype_xdigit.c: Likewise.
29845         * tests/unictype/test-decdigit.h: Likewise.
29846         * tests/unictype/test-digit.h: Likewise.
29847         * tests/unictype/test-numeric.h: Likewise.
29848         * tests/unictype/test-pr_alphabetic.c: Likewise.
29849         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29850         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29851         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29852         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29853         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29854         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29855         * tests/unictype/test-pr_bidi_control.c: Likewise.
29856         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29857         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29858         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29859         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29860         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29861         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29862         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29863         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29864         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29865         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29866         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29867         * tests/unictype/test-pr_combining.c: Likewise.
29868         * tests/unictype/test-pr_composite.c: Likewise.
29869         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29870         * tests/unictype/test-pr_dash.c: Likewise.
29871         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29872         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29873         * tests/unictype/test-pr_deprecated.c: Likewise.
29874         * tests/unictype/test-pr_diacritic.c: Likewise.
29875         * tests/unictype/test-pr_extender.c: Likewise.
29876         * tests/unictype/test-pr_format_control.c: Likewise.
29877         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29878         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29879         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29880         * tests/unictype/test-pr_hex_digit.c: Likewise.
29881         * tests/unictype/test-pr_hyphen.c: Likewise.
29882         * tests/unictype/test-pr_id_continue.c: Likewise.
29883         * tests/unictype/test-pr_id_start.c: Likewise.
29884         * tests/unictype/test-pr_ideographic.c: Likewise.
29885         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29886         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29887         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29888         * tests/unictype/test-pr_iso_control.c: Likewise.
29889         * tests/unictype/test-pr_join_control.c: Likewise.
29890         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29891         * tests/unictype/test-pr_line_separator.c: Likewise.
29892         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29893         * tests/unictype/test-pr_lowercase.c: Likewise.
29894         * tests/unictype/test-pr_math.c: Likewise.
29895         * tests/unictype/test-pr_non_break.c: Likewise.
29896         * tests/unictype/test-pr_not_a_character.c: Likewise.
29897         * tests/unictype/test-pr_numeric.c: Likewise.
29898         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29899         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29900         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29901         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29902         * tests/unictype/test-pr_other_id_start.c: Likewise.
29903         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29904         * tests/unictype/test-pr_other_math.c: Likewise.
29905         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29906         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29907         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29908         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29909         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29910         * tests/unictype/test-pr_private_use.c: Likewise.
29911         * tests/unictype/test-pr_punctuation.c: Likewise.
29912         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29913         * tests/unictype/test-pr_radical.c: Likewise.
29914         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29915         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29916         * tests/unictype/test-pr_space.c: Likewise.
29917         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29918         * tests/unictype/test-pr_titlecase.c: Likewise.
29919         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29920         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29921         * tests/unictype/test-pr_uppercase.c: Likewise.
29922         * tests/unictype/test-pr_variation_selector.c: Likewise.
29923         * tests/unictype/test-pr_white_space.c: Likewise.
29924         * tests/unictype/test-pr_xid_continue.c: Likewise.
29925         * tests/unictype/test-pr_xid_start.c: Likewise.
29926         * tests/unictype/test-pr_zero_width.c: Likewise.
29927         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29928         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29929
29930 2007-11-12  Bruno Haible  <bruno@clisp.org>
29931
29932         Unicode character classification functions.
29933         * lib/unictype.h: New file.
29934         * modules/unictype/base: New file.
29935         * modules/unictype/category-L: New file.
29936         * modules/unictype/category-Lu: New file.
29937         * modules/unictype/category-Ll: New file.
29938         * modules/unictype/category-Lt: New file.
29939         * modules/unictype/category-Lm: New file.
29940         * modules/unictype/category-Lo: New file.
29941         * modules/unictype/category-M: New file.
29942         * modules/unictype/category-Mn: New file.
29943         * modules/unictype/category-Mc: New file.
29944         * modules/unictype/category-Me: New file.
29945         * modules/unictype/category-N: New file.
29946         * modules/unictype/category-Nd: New file.
29947         * modules/unictype/category-Nl: New file.
29948         * modules/unictype/category-No: New file.
29949         * modules/unictype/category-P: New file.
29950         * modules/unictype/category-Pc: New file.
29951         * modules/unictype/category-Pd: New file.
29952         * modules/unictype/category-Ps: New file.
29953         * modules/unictype/category-Pe: New file.
29954         * modules/unictype/category-Pi: New file.
29955         * modules/unictype/category-Pf: New file.
29956         * modules/unictype/category-Po: New file.
29957         * modules/unictype/category-S: New file.
29958         * modules/unictype/category-Sm: New file.
29959         * modules/unictype/category-Sc: New file.
29960         * modules/unictype/category-Sk: New file.
29961         * modules/unictype/category-So: New file.
29962         * modules/unictype/category-Z: New file.
29963         * modules/unictype/category-Zs: New file.
29964         * modules/unictype/category-Zl: New file.
29965         * modules/unictype/category-Zp: New file.
29966         * modules/unictype/category-C: New file.
29967         * modules/unictype/category-Cc: New file.
29968         * modules/unictype/category-Cf: New file.
29969         * modules/unictype/category-Cs: New file.
29970         * modules/unictype/category-Co: New file.
29971         * modules/unictype/category-Cn: New file.
29972         * modules/unictype/category-or: New file.
29973         * modules/unictype/category-of: New file.
29974         * modules/unictype/category-test: New file.
29975         * modules/unictype/category-test-withtable: New file.
29976         * modules/unictype/category-byname: New file.
29977         * modules/unictype/category-none: New file.
29978         * modules/unictype/category-and: New file.
29979         * modules/unictype/category-and-not: New file.
29980         * modules/unictype/category-name: New file.
29981         * modules/unictype/combining-class: New file.
29982         * modules/unictype/category-all: New file.
29983         * modules/unictype/bidicategory-all: New file.
29984         * modules/unictype/bidicategory-byname: New file.
29985         * modules/unictype/bidicategory-name: New file.
29986         * modules/unictype/bidicategory-of: New file.
29987         * modules/unictype/bidicategory-test: New file.
29988         * modules/unictype/decimal-digit: New file.
29989         * modules/unictype/digit: New file.
29990         * modules/unictype/numeric: New file.
29991         * modules/unictype/mirror: New file.
29992         * modules/unictype/property-white-space: New file.
29993         * modules/unictype/property-alphabetic: New file.
29994         * modules/unictype/property-other-alphabetic: New file.
29995         * modules/unictype/property-not-a-character: New file.
29996         * modules/unictype/property-default-ignorable-code-point: New file.
29997         * modules/unictype/property-other-default-ignorable-code-point: New
29998         file.
29999         * modules/unictype/property-deprecated: New file.
30000         * modules/unictype/property-logical-order-exception: New file.
30001         * modules/unictype/property-variation-selector: New file.
30002         * modules/unictype/property-private-use: New file.
30003         * modules/unictype/property-unassigned-code-value: New file.
30004         * modules/unictype/property-uppercase: New file.
30005         * modules/unictype/property-other-uppercase: New file.
30006         * modules/unictype/property-lowercase: New file.
30007         * modules/unictype/property-other-lowercase: New file.
30008         * modules/unictype/property-titlecase: New file.
30009         * modules/unictype/property-soft-dotted: New file.
30010         * modules/unictype/property-id-start: New file.
30011         * modules/unictype/property-other-id-start: New file.
30012         * modules/unictype/property-id-continue: New file.
30013         * modules/unictype/property-other-id-continue: New file.
30014         * modules/unictype/property-xid-start: New file.
30015         * modules/unictype/property-xid-continue: New file.
30016         * modules/unictype/property-pattern-white-space: New file.
30017         * modules/unictype/property-pattern-syntax: New file.
30018         * modules/unictype/property-join-control: New file.
30019         * modules/unictype/property-grapheme-base: New file.
30020         * modules/unictype/property-grapheme-extend: New file.
30021         * modules/unictype/property-other-grapheme-extend: New file.
30022         * modules/unictype/property-grapheme-link: New file.
30023         * modules/unictype/property-bidi-control: New file.
30024         * modules/unictype/property-bidi-left-to-right: New file.
30025         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
30026         * modules/unictype/property-bidi-arabic-right-to-left: New file.
30027         * modules/unictype/property-bidi-european-digit: New file.
30028         * modules/unictype/property-bidi-eur-num-separator: New file.
30029         * modules/unictype/property-bidi-eur-num-terminator: New file.
30030         * modules/unictype/property-bidi-arabic-digit: New file.
30031         * modules/unictype/property-bidi-common-separator: New file.
30032         * modules/unictype/property-bidi-block-separator: New file.
30033         * modules/unictype/property-bidi-segment-separator: New file.
30034         * modules/unictype/property-bidi-whitespace: New file.
30035         * modules/unictype/property-bidi-non-spacing-mark: New file.
30036         * modules/unictype/property-bidi-boundary-neutral: New file.
30037         * modules/unictype/property-bidi-pdf: New file.
30038         * modules/unictype/property-bidi-embedding-or-override: New file.
30039         * modules/unictype/property-bidi-other-neutral: New file.
30040         * modules/unictype/property-hex-digit: New file.
30041         * modules/unictype/property-ascii-hex-digit: New file.
30042         * modules/unictype/property-ideographic: New file.
30043         * modules/unictype/property-unified-ideograph: New file.
30044         * modules/unictype/property-radical: New file.
30045         * modules/unictype/property-ids-binary-operator: New file.
30046         * modules/unictype/property-ids-trinary-operator: New file.
30047         * modules/unictype/property-zero-width: New file.
30048         * modules/unictype/property-space: New file.
30049         * modules/unictype/property-non-break: New file.
30050         * modules/unictype/property-iso-control: New file.
30051         * modules/unictype/property-format-control: New file.
30052         * modules/unictype/property-dash: New file.
30053         * modules/unictype/property-hyphen: New file.
30054         * modules/unictype/property-punctuation: New file.
30055         * modules/unictype/property-line-separator: New file.
30056         * modules/unictype/property-paragraph-separator: New file.
30057         * modules/unictype/property-quotation-mark: New file.
30058         * modules/unictype/property-sentence-terminal: New file.
30059         * modules/unictype/property-terminal-punctuation: New file.
30060         * modules/unictype/property-currency-symbol: New file.
30061         * modules/unictype/property-math: New file.
30062         * modules/unictype/property-other-math: New file.
30063         * modules/unictype/property-paired-punctuation: New file.
30064         * modules/unictype/property-left-of-pair: New file.
30065         * modules/unictype/property-combining: New file.
30066         * modules/unictype/property-composite: New file.
30067         * modules/unictype/property-decimal-digit: New file.
30068         * modules/unictype/property-numeric: New file.
30069         * modules/unictype/property-diacritic: New file.
30070         * modules/unictype/property-extender: New file.
30071         * modules/unictype/property-ignorable-control: New file.
30072         * modules/unictype/property-test: New file.
30073         * modules/unictype/property-byname: New file.
30074         * modules/unictype/property-all: New file.
30075         * modules/unictype/scripts: New file.
30076         * modules/unictype/scripts-all: New file.
30077         * modules/unictype/block-of: New file.
30078         * modules/unictype/block-test: New file.
30079         * modules/unictype/block-list: New file.
30080         * modules/unictype/block-all: New file.
30081         * modules/unictype/syntax-c-whitespace: New file.
30082         * modules/unictype/syntax-java-whitespace: New file.
30083         * modules/unictype/syntax-c-ident: New file.
30084         * modules/unictype/syntax-java-ident: New file.
30085         * modules/unictype/ctype-alnum: New file.
30086         * modules/unictype/ctype-alpha: New file.
30087         * modules/unictype/ctype-cntrl: New file.
30088         * modules/unictype/ctype-digit: New file.
30089         * modules/unictype/ctype-graph: New file.
30090         * modules/unictype/ctype-lower: New file.
30091         * modules/unictype/ctype-print: New file.
30092         * modules/unictype/ctype-punct: New file.
30093         * modules/unictype/ctype-space: New file.
30094         * modules/unictype/ctype-upper: New file.
30095         * modules/unictype/ctype-xdigit: New file.
30096         * modules/unictype/ctype-blank: New file.
30097         * lib/unictype/bidi_byname.c: New file.
30098         * lib/unictype/bidi_name.c: New file.
30099         * lib/unictype/bidi_of.c: New file.
30100         * lib/unictype/bidi_test.c: New file.
30101         * lib/unictype/bitmap.h: New file.
30102         * lib/unictype/block_test.c: New file.
30103         * lib/unictype/blocks.c: New file.
30104         * lib/unictype/categ_C.c: New file.
30105         * lib/unictype/categ_Cc.c: New file.
30106         * lib/unictype/categ_Cf.c: New file.
30107         * lib/unictype/categ_Cn.c: New file.
30108         * lib/unictype/categ_Co.c: New file.
30109         * lib/unictype/categ_Cs.c: New file.
30110         * lib/unictype/categ_L.c: New file.
30111         * lib/unictype/categ_Ll.c: New file.
30112         * lib/unictype/categ_Lm.c: New file.
30113         * lib/unictype/categ_Lo.c: New file.
30114         * lib/unictype/categ_Lt.c: New file.
30115         * lib/unictype/categ_Lu.c: New file.
30116         * lib/unictype/categ_M.c: New file.
30117         * lib/unictype/categ_Mc.c: New file.
30118         * lib/unictype/categ_Me.c: New file.
30119         * lib/unictype/categ_Mn.c: New file.
30120         * lib/unictype/categ_N.c: New file.
30121         * lib/unictype/categ_Nd.c: New file.
30122         * lib/unictype/categ_Nl.c: New file.
30123         * lib/unictype/categ_No.c: New file.
30124         * lib/unictype/categ_P.c: New file.
30125         * lib/unictype/categ_Pc.c: New file.
30126         * lib/unictype/categ_Pd.c: New file.
30127         * lib/unictype/categ_Pe.c: New file.
30128         * lib/unictype/categ_Pf.c: New file.
30129         * lib/unictype/categ_Pi.c: New file.
30130         * lib/unictype/categ_Po.c: New file.
30131         * lib/unictype/categ_Ps.c: New file.
30132         * lib/unictype/categ_S.c: New file.
30133         * lib/unictype/categ_Sc.c: New file.
30134         * lib/unictype/categ_Sk.c: New file.
30135         * lib/unictype/categ_Sm.c: New file.
30136         * lib/unictype/categ_So.c: New file.
30137         * lib/unictype/categ_Z.c: New file.
30138         * lib/unictype/categ_Zl.c: New file.
30139         * lib/unictype/categ_Zp.c: New file.
30140         * lib/unictype/categ_Zs.c: New file.
30141         * lib/unictype/categ_and.c: New file.
30142         * lib/unictype/categ_and_not.c: New file.
30143         * lib/unictype/categ_byname.c: New file.
30144         * lib/unictype/categ_name.c: New file.
30145         * lib/unictype/categ_none.c: New file.
30146         * lib/unictype/categ_of.c: New file.
30147         * lib/unictype/categ_or.c: New file.
30148         * lib/unictype/categ_test.c: New file.
30149         * lib/unictype/combining.c: New file.
30150         * lib/unictype/ctype_alnum.c: New file.
30151         * lib/unictype/ctype_alpha.c: New file.
30152         * lib/unictype/ctype_blank.c: New file.
30153         * lib/unictype/ctype_cntrl.c: New file.
30154         * lib/unictype/ctype_digit.c: New file.
30155         * lib/unictype/ctype_graph.c: New file.
30156         * lib/unictype/ctype_lower.c: New file.
30157         * lib/unictype/ctype_print.c: New file.
30158         * lib/unictype/ctype_punct.c: New file.
30159         * lib/unictype/ctype_space.c: New file.
30160         * lib/unictype/ctype_upper.c: New file.
30161         * lib/unictype/ctype_xdigit.c: New file.
30162         * lib/unictype/decdigit.c: New file.
30163         * lib/unictype/digit.c: New file.
30164         * lib/unictype/identsyntaxmap.h: New file.
30165         * lib/unictype/mirror.c: New file.
30166         * lib/unictype/numeric.c: New file.
30167         * lib/unictype/pr_alphabetic.c: New file.
30168         * lib/unictype/pr_ascii_hex_digit.c: New file.
30169         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30170         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30171         * lib/unictype/pr_bidi_block_separator.c: New file.
30172         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30173         * lib/unictype/pr_bidi_common_separator.c: New file.
30174         * lib/unictype/pr_bidi_control.c: New file.
30175         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30176         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30177         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30178         * lib/unictype/pr_bidi_european_digit.c: New file.
30179         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30180         * lib/unictype/pr_bidi_left_to_right.c: New file.
30181         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30182         * lib/unictype/pr_bidi_other_neutral.c: New file.
30183         * lib/unictype/pr_bidi_pdf.c: New file.
30184         * lib/unictype/pr_bidi_segment_separator.c: New file.
30185         * lib/unictype/pr_bidi_whitespace.c: New file.
30186         * lib/unictype/pr_byname.c: New file.
30187         * lib/unictype/pr_byname.gperf: New file.
30188         * lib/unictype/pr_combining.c: New file.
30189         * lib/unictype/pr_composite.c: New file.
30190         * lib/unictype/pr_currency_symbol.c: New file.
30191         * lib/unictype/pr_dash.c: New file.
30192         * lib/unictype/pr_decimal_digit.c: New file.
30193         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30194         * lib/unictype/pr_deprecated.c: New file.
30195         * lib/unictype/pr_diacritic.c: New file.
30196         * lib/unictype/pr_extender.c: New file.
30197         * lib/unictype/pr_format_control.c: New file.
30198         * lib/unictype/pr_grapheme_base.c: New file.
30199         * lib/unictype/pr_grapheme_extend.c: New file.
30200         * lib/unictype/pr_grapheme_link.c: New file.
30201         * lib/unictype/pr_hex_digit.c: New file.
30202         * lib/unictype/pr_hyphen.c: New file.
30203         * lib/unictype/pr_id_continue.c: New file.
30204         * lib/unictype/pr_id_start.c: New file.
30205         * lib/unictype/pr_ideographic.c: New file.
30206         * lib/unictype/pr_ids_binary_operator.c: New file.
30207         * lib/unictype/pr_ids_trinary_operator.c: New file.
30208         * lib/unictype/pr_ignorable_control.c: New file.
30209         * lib/unictype/pr_iso_control.c: New file.
30210         * lib/unictype/pr_join_control.c: New file.
30211         * lib/unictype/pr_left_of_pair.c: New file.
30212         * lib/unictype/pr_line_separator.c: New file.
30213         * lib/unictype/pr_logical_order_exception.c: New file.
30214         * lib/unictype/pr_lowercase.c: New file.
30215         * lib/unictype/pr_math.c: New file.
30216         * lib/unictype/pr_non_break.c: New file.
30217         * lib/unictype/pr_not_a_character.c: New file.
30218         * lib/unictype/pr_numeric.c: New file.
30219         * lib/unictype/pr_other_alphabetic.c: New file.
30220         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30221         * lib/unictype/pr_other_grapheme_extend.c: New file.
30222         * lib/unictype/pr_other_id_continue.c: New file.
30223         * lib/unictype/pr_other_id_start.c: New file.
30224         * lib/unictype/pr_other_lowercase.c: New file.
30225         * lib/unictype/pr_other_math.c: New file.
30226         * lib/unictype/pr_other_uppercase.c: New file.
30227         * lib/unictype/pr_paired_punctuation.c: New file.
30228         * lib/unictype/pr_paragraph_separator.c: New file.
30229         * lib/unictype/pr_pattern_syntax.c: New file.
30230         * lib/unictype/pr_pattern_white_space.c: New file.
30231         * lib/unictype/pr_private_use.c: New file.
30232         * lib/unictype/pr_punctuation.c: New file.
30233         * lib/unictype/pr_quotation_mark.c: New file.
30234         * lib/unictype/pr_radical.c: New file.
30235         * lib/unictype/pr_sentence_terminal.c: New file.
30236         * lib/unictype/pr_soft_dotted.c: New file.
30237         * lib/unictype/pr_space.c: New file.
30238         * lib/unictype/pr_terminal_punctuation.c: New file.
30239         * lib/unictype/pr_test.c: New file.
30240         * lib/unictype/pr_titlecase.c: New file.
30241         * lib/unictype/pr_unassigned_code_value.c: New file.
30242         * lib/unictype/pr_unified_ideograph.c: New file.
30243         * lib/unictype/pr_uppercase.c: New file.
30244         * lib/unictype/pr_variation_selector.c: New file.
30245         * lib/unictype/pr_white_space.c: New file.
30246         * lib/unictype/pr_xid_continue.c: New file.
30247         * lib/unictype/pr_xid_start.c: New file.
30248         * lib/unictype/pr_zero_width.c: New file.
30249         * lib/unictype/scripts.c: New file.
30250         * lib/unictype/sy_c_ident.c: New file.
30251         * lib/unictype/sy_c_whitespace.c: New file.
30252         * lib/unictype/sy_java_ident.c: New file.
30253         * lib/unictype/sy_java_whitespace.c: New file.
30254
30255         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30256         Unicode 5.0.0.
30257         * lib/unictype/blocks.h: Likewise.
30258         * lib/unictype/categ_C.h: Likewise.
30259         * lib/unictype/categ_Cc.h: Likewise.
30260         * lib/unictype/categ_Cf.h: Likewise.
30261         * lib/unictype/categ_Cn.h: Likewise.
30262         * lib/unictype/categ_Co.h: Likewise.
30263         * lib/unictype/categ_Cs.h: Likewise.
30264         * lib/unictype/categ_L.h: Likewise.
30265         * lib/unictype/categ_Ll.h: Likewise.
30266         * lib/unictype/categ_Lm.h: Likewise.
30267         * lib/unictype/categ_Lo.h: Likewise.
30268         * lib/unictype/categ_Lt.h: Likewise.
30269         * lib/unictype/categ_Lu.h: Likewise.
30270         * lib/unictype/categ_M.h: Likewise.
30271         * lib/unictype/categ_Mc.h: Likewise.
30272         * lib/unictype/categ_Me.h: Likewise.
30273         * lib/unictype/categ_Mn.h: Likewise.
30274         * lib/unictype/categ_N.h: Likewise.
30275         * lib/unictype/categ_Nd.h: Likewise.
30276         * lib/unictype/categ_Nl.h: Likewise.
30277         * lib/unictype/categ_No.h: Likewise.
30278         * lib/unictype/categ_P.h: Likewise.
30279         * lib/unictype/categ_Pc.h: Likewise.
30280         * lib/unictype/categ_Pd.h: Likewise.
30281         * lib/unictype/categ_Pe.h: Likewise.
30282         * lib/unictype/categ_Pf.h: Likewise.
30283         * lib/unictype/categ_Pi.h: Likewise.
30284         * lib/unictype/categ_Po.h: Likewise.
30285         * lib/unictype/categ_Ps.h: Likewise.
30286         * lib/unictype/categ_S.h: Likewise.
30287         * lib/unictype/categ_Sc.h: Likewise.
30288         * lib/unictype/categ_Sk.h: Likewise.
30289         * lib/unictype/categ_Sm.h: Likewise.
30290         * lib/unictype/categ_So.h: Likewise.
30291         * lib/unictype/categ_Z.h: Likewise.
30292         * lib/unictype/categ_Zl.h: Likewise.
30293         * lib/unictype/categ_Zp.h: Likewise.
30294         * lib/unictype/categ_Zs.h: Likewise.
30295         * lib/unictype/categ_of.h: Likewise.
30296         * lib/unictype/combining.h: Likewise.
30297         * lib/unictype/ctype_alnum.h: Likewise.
30298         * lib/unictype/ctype_alpha.h: Likewise.
30299         * lib/unictype/ctype_blank.h: Likewise.
30300         * lib/unictype/ctype_cntrl.h: Likewise.
30301         * lib/unictype/ctype_digit.h: Likewise.
30302         * lib/unictype/ctype_graph.h: Likewise.
30303         * lib/unictype/ctype_lower.h: Likewise.
30304         * lib/unictype/ctype_print.h: Likewise.
30305         * lib/unictype/ctype_punct.h: Likewise.
30306         * lib/unictype/ctype_space.h: Likewise.
30307         * lib/unictype/ctype_upper.h: Likewise.
30308         * lib/unictype/ctype_xdigit.h: Likewise.
30309         * lib/unictype/decdigit.h: Likewise.
30310         * lib/unictype/digit.h: Likewise.
30311         * lib/unictype/mirror.h: Likewise.
30312         * lib/unictype/numeric.h: Likewise.
30313         * lib/unictype/pr_alphabetic.h: Likewise.
30314         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30315         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30316         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30317         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30318         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30319         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30320         * lib/unictype/pr_bidi_control.h: Likewise.
30321         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30322         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30323         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30324         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30325         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30326         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30327         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30328         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30329         * lib/unictype/pr_bidi_pdf.h: Likewise.
30330         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30331         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30332         * lib/unictype/pr_combining.h: Likewise.
30333         * lib/unictype/pr_composite.h: Likewise.
30334         * lib/unictype/pr_currency_symbol.h: Likewise.
30335         * lib/unictype/pr_dash.h: Likewise.
30336         * lib/unictype/pr_decimal_digit.h: Likewise.
30337         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30338         * lib/unictype/pr_deprecated.h: Likewise.
30339         * lib/unictype/pr_diacritic.h: Likewise.
30340         * lib/unictype/pr_extender.h: Likewise.
30341         * lib/unictype/pr_format_control.h: Likewise.
30342         * lib/unictype/pr_grapheme_base.h: Likewise.
30343         * lib/unictype/pr_grapheme_extend.h: Likewise.
30344         * lib/unictype/pr_grapheme_link.h: Likewise.
30345         * lib/unictype/pr_hex_digit.h: Likewise.
30346         * lib/unictype/pr_hyphen.h: Likewise.
30347         * lib/unictype/pr_id_continue.h: Likewise.
30348         * lib/unictype/pr_id_start.h: Likewise.
30349         * lib/unictype/pr_ideographic.h: Likewise.
30350         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30351         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30352         * lib/unictype/pr_ignorable_control.h: Likewise.
30353         * lib/unictype/pr_iso_control.h: Likewise.
30354         * lib/unictype/pr_join_control.h: Likewise.
30355         * lib/unictype/pr_left_of_pair.h: Likewise.
30356         * lib/unictype/pr_line_separator.h: Likewise.
30357         * lib/unictype/pr_logical_order_exception.h: Likewise.
30358         * lib/unictype/pr_lowercase.h: Likewise.
30359         * lib/unictype/pr_math.h: Likewise.
30360         * lib/unictype/pr_non_break.h: Likewise.
30361         * lib/unictype/pr_not_a_character.h: Likewise.
30362         * lib/unictype/pr_numeric.h: Likewise.
30363         * lib/unictype/pr_other_alphabetic.h: Likewise.
30364         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30365         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30366         * lib/unictype/pr_other_id_continue.h: Likewise.
30367         * lib/unictype/pr_other_id_start.h: Likewise.
30368         * lib/unictype/pr_other_lowercase.h: Likewise.
30369         * lib/unictype/pr_other_math.h: Likewise.
30370         * lib/unictype/pr_other_uppercase.h: Likewise.
30371         * lib/unictype/pr_paired_punctuation.h: Likewise.
30372         * lib/unictype/pr_paragraph_separator.h: Likewise.
30373         * lib/unictype/pr_pattern_syntax.h: Likewise.
30374         * lib/unictype/pr_pattern_white_space.h: Likewise.
30375         * lib/unictype/pr_private_use.h: Likewise.
30376         * lib/unictype/pr_punctuation.h: Likewise.
30377         * lib/unictype/pr_quotation_mark.h: Likewise.
30378         * lib/unictype/pr_radical.h: Likewise.
30379         * lib/unictype/pr_sentence_terminal.h: Likewise.
30380         * lib/unictype/pr_soft_dotted.h: Likewise.
30381         * lib/unictype/pr_space.h: Likewise.
30382         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30383         * lib/unictype/pr_titlecase.h: Likewise.
30384         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30385         * lib/unictype/pr_unified_ideograph.h: Likewise.
30386         * lib/unictype/pr_uppercase.h: Likewise.
30387         * lib/unictype/pr_variation_selector.h: Likewise.
30388         * lib/unictype/pr_white_space.h: Likewise.
30389         * lib/unictype/pr_xid_continue.h: Likewise.
30390         * lib/unictype/pr_xid_start.h: Likewise.
30391         * lib/unictype/pr_zero_width.h: Likewise.
30392         * lib/unictype/scripts.h: Likewise.
30393         * lib/unictype/scripts_byname.gperf: Likewise.
30394         * lib/unictype/sy_c_ident.h: Likewise.
30395         * lib/unictype/sy_c_whitespace.h: Likewise.
30396         * lib/unictype/sy_java_ident.h: Likewise.
30397         * lib/unictype/sy_java_whitespace.h: Likewise.
30398
30399         * lib/unictype/Makefile: New file.
30400         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30401         glibc.
30402         * lib/unictype/3level.h: New file, copied from glibc.
30403         * lib/unictype/3levelbit.h: New file.
30404
30405 2007-11-11  Bruno Haible  <bruno@clisp.org>
30406
30407         * modules/gperf: New file.
30408         * modules/iconv_open (Depends-on): Add it.
30409         (Makefile.am): Remove the GPERF definition.
30410
30411 2007-11-11  Bruno Haible  <bruno@clisp.org>
30412
30413         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30414         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30415
30416 2007-11-11  Bruno Haible  <bruno@clisp.org>
30417
30418         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30419         (usage): Remove function.
30420
30421 2007-11-11  Bruno Haible  <bruno@clisp.org>
30422
30423         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30424         gl_FUNC_CEILF_LIBS.
30425         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30426         gl_FUNC_CEIL_LIBS.
30427         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30428         gl_FUNC_CEILL_LIBS.
30429         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30430         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30431         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30432
30433 2007-11-11  Bruno Haible  <bruno@clisp.org>
30434
30435         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30436         roundf were declared but do not exist on functions.
30437         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30438         roundl were declared but do not exist on functions.
30439         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30440         HAVE_FLOORL_AND_CEILL, respectively.
30441         Needed for Sun C on Solaris 10.
30442
30443 2007-11-11  Bruno Haible  <bruno@clisp.org>
30444
30445         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30446         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30447         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30448         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30449         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30450         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30451         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30452         HAVE_DECL_ROUNDF.
30453         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30454         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30455         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30456         of HAVE_DECL_ROUND*.
30457         * modules/math (Makefile.am): Update.
30458
30459 2007-11-10  Bruno Haible  <bruno@clisp.org>
30460
30461         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30462         ptrdiff_t as m4/intl.m4.
30463
30464 2007-11-10  Jim Meyering  <meyering@redhat.com>
30465
30466         Avoid link failure for the argmatch test.
30467         * tests/test-argmatch.c (usage): Define function to avoid a link
30468         failure: argmatch_die requires a usage function.
30469
30470 2007-11-09  Bruno Haible  <bruno@clisp.org>
30471
30472         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30473         * doc/functions/vsnprintf.texi: Likewise.
30474         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30475         with a size argument < 2.
30476
30477 2007-11-09  Bruno Haible  <bruno@clisp.org>
30478
30479         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30480         buffer. Fixes an inefficiency introduced on 2007-11-03.
30481
30482 2007-11-09  Bruno Haible  <bruno@clisp.org>
30483
30484         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30485         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30486
30487 2007-11-08  Jim Meyering  <meyering@redhat.com>
30488
30489         Change cache variable name prefix "jm_" to "gl_" everywhere.
30490         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30491         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30492         * m4/uptime.m4: s/gl_/jm_/
30493
30494 2007-11-07  Bruno Haible  <bruno@clisp.org>
30495
30496         Update to GNU gettext 0.17.
30497         * m4/intl.m4: Update to GNU gettext 0.17.
30498         * m4/po.m4: Likewise.
30499         * modules/gettext (Files): Remove m4/ulonglong.m4.
30500         (configure.ac): Require gettext infrastructure from version 0.17.
30501
30502 2007-11-06  Bruno Haible  <bruno@clisp.org>
30503
30504         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30505         symbolic values are not defined in a public header.
30506         * lib/freadable.c (freadable) [QNX]: Likewise.
30507         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30508         * lib/freading.c (freading) [QNX]: Likewise.
30509         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30510         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30511         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30512         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30513         Reported by Alain Magloire.
30514
30515         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30516
30517 2007-11-05  Bruno Haible  <bruno@clisp.org>
30518
30519         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30520         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30521         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30522         Reported by Eric Blake.
30523
30524 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30525             Bruno Haible  <bruno@clisp.org>
30526
30527         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30528         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30529         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30530         (malloc): Undefine also before including <stdlib.h>.
30531         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30532         Needed on OSF/1 4.0.
30533
30534 2007-11-05  Jim Meyering  <meyering@redhat.com>
30535
30536         git-version-gen: sync from coreutils.
30537         * build-aux/git-version-gen: Add comments.
30538         Change the first '-' to '.' in the snapshot version string,
30539         e.g., 6.9-377-08144 -> 6.9.377-08144
30540         Remove first parameter.
30541         Don't declare a version "-dirty" merely because a time
30542         stamp has changed.
30543
30544 2007-11-04  Bruno Haible  <bruno@clisp.org>
30545
30546         * lib/lock.h: Protect all macro definitions containing an 'if'
30547         statement through a "do { ... } while (0)".
30548         * lib/tls.h: Likewise.
30549
30550 2007-11-04  Bruno Haible  <bruno@clisp.org>
30551
30552         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30553
30554 2007-11-04  Bruno Haible  <bruno@clisp.org>
30555
30556         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30557         * modules/fprintf-posix (Depends-on): Add nocrash.
30558         * modules/snprintf-posix (Depends-on): Likewise.
30559         * modules/sprintf-posix (Depends-on): Likewise.
30560         * modules/vasnprintf-posix (Depends-on): Likewise.
30561         * modules/vasprintf-posix (Depends-on): Likewise.
30562         * modules/vfprintf-posix (Depends-on): Likewise.
30563         * modules/vsnprintf-posix (Depends-on): Likewise.
30564         * modules/vsprintf-posix (Depends-on): Likewise.
30565         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30566         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30567         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30568         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30569         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30570         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30571         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30572
30573 2007-11-04  Bruno Haible  <bruno@clisp.org>
30574
30575         * modules/nocrash: New file.
30576         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30577         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30578
30579 2007-11-04  Bruno Haible  <bruno@clisp.org>
30580
30581         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30582         precision handling.
30583         * tests/test-vasprintf-posix.c (test_function): Likewise.
30584         * tests/test-snprintf-posix.h (test_function): Likewise.
30585         * tests/test-sprintf-posix.h (test_function): Likewise.
30586
30587         Fix *printf behaviour for large precisions on mingw and BeOS.
30588         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30589         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30590         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30591         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30592         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30593         gl_PRINTF_PRECISION and test its result. Invoke
30594         gl_PREREQ_VASNPRINTF_PRECISION.
30595         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30596         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30597         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30598         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30599         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30600         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30601         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30602         * doc/functions/fprintf.texi: Update.
30603         * doc/functions/printf.texi: Update.
30604         * doc/functions/snprintf.texi: Update.
30605         * doc/functions/sprintf.texi: Update.
30606         * doc/functions/vfprintf.texi: Update.
30607         * doc/functions/vprintf.texi: Update.
30608         * doc/functions/vsnprintf.texi: Update.
30609         * doc/functions/vsprintf.texi: Update.
30610
30611 2007-11-04  Bruno Haible  <bruno@clisp.org>
30612
30613         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30614
30615 2007-11-04  Bruno Haible  <bruno@clisp.org>
30616
30617         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30618         Reported by Sylvain Beucler <beuc@gnu.org>.
30619
30620 2007-11-03  Bruno Haible  <bruno@clisp.org>
30621
30622         * tests/test-fprintf-posix2.sh: New file.
30623         * tests/test-fprintf-posix2.c: New file.
30624         * modules/fprintf-posix-tests (Files): Add them.
30625         (TESTS): Add test-fprintf-posix2.sh.
30626         (configure.ac): Check for getrlimit and setrlimit.
30627         (check_PROGRAMS): Add test-fprintf-posix2.
30628
30629         * tests/test-printf-posix2.sh: New file.
30630         * tests/test-printf-posix2.c: New file.
30631         * modules/printf-posix-tests (Files): Add them.
30632         (TESTS): Add test-printf-posix2.sh.
30633         (configure.ac): Check for getrlimit and setrlimit.
30634         (check_PROGRAMS): Add test-printf-posix2.
30635
30636         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30637         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30638         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30639         (decode_double): New function, copied from decode_long_double.
30640         (scale10_round_decimal_decoded): New function, extracted from
30641         scale10_round_decimal_long_double.
30642         (scale10_round_decimal_long_double): Use it.
30643         (scale10_round_decimal_double): New function.
30644         (floorlog10): New function.
30645         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30646         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30647         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30648         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30649         gl_PRINTF_ENOMEM and test its result. Invoke
30650         gl_PREREQ_VASNPRINTF_ENOMEM.
30651         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30652         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30653         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30654         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30655         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30656         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30657         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30658         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30659         * modules/snprintf-posix (Depends-on): Likewise.
30660         * modules/sprintf-posix (Depends-on): Likewise.
30661         * modules/vasnprintf-posix (Depends-on): Likewise.
30662         * modules/vasprintf-posix (Depends-on): Likewise.
30663         * modules/vfprintf-posix (Depends-on): Likewise.
30664         * modules/vsnprintf-posix (Depends-on): Likewise.
30665         * modules/vsprintf-posix (Depends-on): Likewise.
30666         * doc/functions/fprintf.texi: Update.
30667         * doc/functions/printf.texi: Update.
30668         * doc/functions/snprintf.texi: Update.
30669         * doc/functions/sprintf.texi: Update.
30670         * doc/functions/vfprintf.texi: Update.
30671         * doc/functions/vprintf.texi: Update.
30672         * doc/functions/vsnprintf.texi: Update.
30673         * doc/functions/vsprintf.texi: Update.
30674
30675 2007-11-03  Bruno Haible  <bruno@clisp.org>
30676
30677         * modules/frexp-nolibm-tests: New file.
30678
30679         * modules/frexp-nolibm: New file.
30680         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30681
30682 2007-11-03  Bruno Haible  <bruno@clisp.org>
30683
30684         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30685         value is C99 compliant.
30686         Needed for OSF/1 5.1.
30687
30688 2007-11-03  Bruno Haible  <bruno@clisp.org>
30689
30690         Fix out-of-memory handling of vasnprintf.
30691         * lib/printf-parse.c: Include <errno.h>.
30692         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30693         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30694         is already set.
30695
30696 2007-11-02  Eric Blake  <ebb9@byu.net>
30697
30698         Fix tests on cygwin.
30699         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30700
30701 2007-11-01  Bruno Haible  <bruno@clisp.org>
30702
30703         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30704         warning.
30705         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30706         needed for POSIX compatibility.
30707
30708 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30709
30710         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30711         for compatibility with GNU.
30712
30713 2007-11-01  Bruno Haible  <bruno@clisp.org>
30714
30715         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30716         (putenv): Renamed from rpl_putenv. Change argument type from
30717         'const char *' to 'char *'.
30718         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30719         of defining putenv in config.h, just set REPLACE_PUTENV.
30720         * modules/putenv (Depends-on): Add stdlib.
30721         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30722         (Include): Use <stdlib.h>.
30723         * lib/stdlib.in.h (putenv): New declaration.
30724         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30725         REPLACE_PUTENV.
30726         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30727         REPLACE_PUTENV.
30728         Needed for MacOS X 10.5.0.
30729         Reported by Peter O'Gorman <peter@pogma.com>.
30730
30731 2007-11-01  Jim Meyering  <meyering@redhat.com>
30732
30733         Treat an empty date string exactly like "0".
30734         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30735         if the remaining date string (to be parsed) is empty, use "0".
30736         Reported by Mischa Molhoek and discussed in this thread:
30737         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30738
30739 2007-10-31  Bruno Haible  <bruno@clisp.org>
30740
30741         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30742         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30743         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30744         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30745         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30746         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30747
30748 2007-10-31  Bruno Haible  <bruno@clisp.org>
30749
30750         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30751         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30752         (AC_TYPE_LONG_LONG_INT): Use it.
30753         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30754         it as well.
30755         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30756         to m4/longlong.m4.
30757         * modules/stdint (Files): Remove m4/ulonglong.m4.
30758         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30759         m4/ulonglong.m4.
30760         * modules/strtoumax (Files): Likewise.
30761
30762 2007-10-30  Bruno Haible  <bruno@clisp.org>
30763
30764         * modules/xvasprintf-posix: New file.
30765         Suggested by Eric Blake.
30766
30767 2007-10-30  Bruno Haible  <bruno@clisp.org>
30768
30769         * modules/xprintf-posix-tests: New file.
30770         * tests/test-xprintf-posix.sh: New file.
30771         * tests/test-xprintf-posix.c: New file.
30772         * tests/test-xfprintf-posix.c: New file.
30773
30774         * modules/xprintf-posix: New file.
30775
30776 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30777
30778         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30779         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30780         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30781
30782 2007-10-29  Bruno Haible  <bruno@clisp.org>
30783
30784         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30785         contain the special marker '_cv_'.
30786         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30787         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30788         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30789         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30790         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30791         Reported by Ralf Wildenhues.
30792
30793 2007-10-29  Bruno Haible  <bruno@clisp.org>
30794
30795         * gnulib-tool (func_import): When --lgpl is not specified, set
30796         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30797         GPLv3.
30798         Reported by Simon Josefsson.
30799
30800 2007-10-28  Bruno Haible  <bruno@clisp.org>
30801
30802         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30803         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30804         HAVE_DECL_ISFINITE.
30805         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30806         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30807         HAVE_DECL_ISFINITE.
30808
30809 2007-10-28  Bruno Haible  <bruno@clisp.org>
30810
30811         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30812         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30813
30814 2007-10-28  Bruno Haible  <bruno@clisp.org>
30815
30816         Fix link errors with Sun C 5.0 on Solaris 10.
30817         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30818         function is declared but not present in the compiler's libm.
30819         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30820         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30821         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30822         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30823         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30824         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30825         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30826         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30827         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30828         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30829         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30830         HAVE_DECL_FLOORL.
30831
30832 2007-10-28  Bruno Haible  <bruno@clisp.org>
30833
30834         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30835         gl_FUNC_FLOORL. Cache the result.
30836         (gl_FUNC_FLOORL): Use it.
30837         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30838         gl_FUNC_CEILL. Cache the result.
30839         (gl_FUNC_CEILL): Use it.
30840
30841         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30842         gl_FUNC_FLOOR. Cache the result.
30843         (gl_FUNC_FLOOR): Use it.
30844         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30845         gl_FUNC_CEIL. Cache the result.
30846         (gl_FUNC_CEIL): Use it.
30847
30848         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30849         gl_FUNC_FLOORF. Cache the result.
30850         (gl_FUNC_FLOORF): Use it.
30851         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30852         gl_FUNC_CEILF. Cache the result.
30853         (gl_FUNC_CEILF): Use it.
30854
30855 2007-10-28  Bruno Haible  <bruno@clisp.org>
30856
30857         * gnulib-tool: Allow specifying the LGPL version number through
30858         --lgpl=2 or --lgpl=3.
30859         (func_usage): Document --lgpl with argument.
30860         Handle --lgpl=... arguments.
30861         (func_import): Recognize also gl_LGPL calls with an argument. When
30862         --lgpl=2 is used and the module's license is just LGPL, report an
30863         error. Set sed_transform_lib_file according to the lgpl variable. In
30864         the generated files, use --lgpl or gl_LGPL invocations with argument,
30865         if necessary.
30866         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30867         an LGPv2+ license.
30868         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30869         gl_LGPL macro.
30870
30871 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30872             Bruno Haible  <bruno@clisp.org>
30873
30874         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30875         (u16_uctomb_aux): Likewise.
30876         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30877         !HAVE_INLINE.
30878         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30879
30880 2007-10-28  Bruno Haible  <bruno@clisp.org>
30881
30882         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30883         Invoke AM_GETTEXT_OPTION if it exists.
30884         * modules/vasprintf: Likewise.
30885         * modules/verror: Likewise.
30886         * modules/xprintf: Likewise.
30887         * modules/xvasprintf: Likewise.
30888
30889 2007-10-27  Ben Pfaff  <blp@gnu.org>
30890
30891         * lib/math.in.h: Define isfinite macro and prototypes for
30892         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30893         implementations.
30894         * m4/math_h.m4: New substitutions for isfinite module.
30895         * lib/isfinite.c: New file.
30896         * m4/isfinite.m4: New file.
30897         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30898         * modules/isfinite: New file.
30899         * modules/isfinite-tests: New file.
30900         * tests/tests-isfinite.c: New file.
30901         * doc/functions/isfinite.texi: Mention isfinite module.
30902         * MODULES.html.sh: Mention new module.
30903
30904 2007-10-27  Ben Pfaff  <blp@gnu.org>
30905
30906         Ralf Wildenhues reported that Tru64 4.0D declares the round
30907         functions but does not have definitions.
30908         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30909         cannot be found in any library, set the output variable to
30910         "missing" instead of "".
30911         * m4/round.m4: Also use our substitute if we cannot find round in
30912         any library, even if it is declared.
30913         * m4/roundf.m4: Likewise for roundf.
30914         * m4/roundl.m4: Likewise for roundl.
30915         * lib/math.in.h: Undefine roundf, round, roundl before defining
30916         their replacements, to allow for hypothetical systems where these
30917         may be defined as macros but not available in libraries.
30918
30919 2007-10-27  Bruno Haible  <bruno@clisp.org>
30920
30921         * doc/gnulib.texi: Invoke @firstparagraphindent.
30922         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30923         changes in gnulib.
30924         (Source changes): New section.
30925
30926 2007-10-26  Bruno Haible  <bruno@clisp.org>
30927
30928         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30929         borrowed from autoconf.
30930
30931 2007-10-26  Bruno Haible  <bruno@clisp.org>
30932
30933         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30934         strerror returned the empty string. Needed on HP-UX 11.00.
30935
30936 2007-10-24  Micah Cowan  <micah@cowan.name>
30937
30938         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30939         * build-aux/bootstrap: Remove support for now-unnecessary option,
30940         --cvs-user, and envvars CVS_USER, CVS_RSH.
30941
30942 2007-10-24  Jim Meyering  <meyering@redhat.com>
30943
30944         Avoid diagnostics from sha1sum when there is no cached checksum.
30945         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30946         if the po.s1 file hasn't been created yet.
30947
30948         * build-aux/bootstrap: Sync from coreutils:
30949         2007-10-24  Jim Meyering  <meyering@redhat.com>
30950         Get gnulib from the git repository, not from an obsolete cvs one.
30951         * build-aux/bootstrap: Suggestion from Micah Cowan.
30952         2007-10-04  Jim Meyering  <jim@meyering.net>
30953         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30954         (update_po_files): Work also when there are no .po files in po/.
30955
30956 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30957
30958         * README: Append ".git" to git and cg examples.
30959         Problem reported by Benoit Sigoure.
30960
30961 2007-10-23  Micah Cowan  <micah@cowan.name>
30962
30963         * users.txt: Add wget.
30964
30965 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30966
30967         Fix linking of some unistdio tests on FreeBSD.
30968         * modules/unistdio/u16-vsnprintf-tests
30969         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30970         * modules/unistdio/u16-vsprintf-tests
30971         (test_u16_vsnprintf1_LDADD): Likewise.
30972         * modules/unistdio/u32-vsnprintf-tests
30973         (test_u32_vsnprintf1_LDADD): Likewise.
30974         * modules/unistdio/u32-vsprintf-tests
30975         (test_u32_vsprintf1_LDADD): Likewise.
30976         * modules/unistdio/u8-vsnprintf-tests
30977         (test_u8_vsnprintf1_LDADD): Likewise.
30978         * modules/unistdio/u8-vsprintf-tests
30979         (test_u8_vsprintf1_LDADD): Likewise.
30980         * modules/unistdio/ulc-vsnprintf-tests
30981         (test_ulc_vsnprintf1_LDADD): Likewise.
30982         * modules/unistdio/ulc-vsprintf-tests
30983         (test_ulc_vsprintf1_LDADD): Likewise.
30984
30985         Fix linking of some uniconv tests on FreeBSD.
30986         * modules/uniconv/u16-conv-from-enc-tests
30987         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30988         * modules/uniconv/u16-conv-to-enc-tests
30989         (test_u16_conv_to_enc_LDADD): Likewise.
30990         * modules/uniconv/u16-strconv-from-enc-tests
30991         (test_u16_strconv_from_enc_LDADD): Likewise.
30992         * modules/uniconv/u16-strconv-to-enc-tests
30993         (test_u16_strconv_to_enc_LDADD): Likewise.
30994         * modules/uniconv/u32-conv-from-enc-tests
30995         (test_u32_conv_from_enc_LDADD): Likewise.
30996         * modules/uniconv/u32-conv-to-enc-tests
30997         (test_u32_conv_to_enc_LDADD): Likewise.
30998         * modules/uniconv/u32-strconv-from-enc-tests
30999         (test_u32_strconv_from_enc_LDADD): Likewise.
31000         * modules/uniconv/u32-strconv-to-enc-tests
31001         (test_u32_strconv_to_enc_LDADD): Likewise.
31002         * modules/uniconv/u8-conv-from-enc-tests
31003         (test_u8_conv_from_enc_LDADD): Likewise.
31004         * modules/uniconv/u8-conv-to-enc-tests
31005         (test_u8_conv_to_enc_LDADD): Likewise.
31006         * modules/uniconv/u8-strconv-from-enc-tests
31007         (test_u8_strconv_from_enc_LDADD): Likewise.
31008         * modules/uniconv/u8-strconv-to-enc-tests
31009         (test_u8_strconv_to_enc_LDADD): Likewise.
31010
31011 2007-10-22  Bruno Haible  <bruno@clisp.org>
31012
31013         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
31014         size.
31015
31016 2007-10-22  Eric Blake  <ebb9@byu.net>
31017
31018         Tweak x*printf documentation.
31019         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
31020         variable name and comments.
31021         Suggested by Bruno Haible.
31022
31023 2007-10-22  Bruno Haible  <bruno@clisp.org>
31024
31025         * lib/acl.c (copy_acl): Fix file name in comment.
31026
31027 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31028
31029         Fix Tru64 problem with stdbool.h.
31030         * lib/stdbool.in.h (false, true):
31031         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
31032         Don't declare as an enum in this situation; it runs afoul of Tru64.
31033         Problem reported by Steven M. Schweda in
31034         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
31035
31036 2007-10-22  Eric Blake  <ebb9@byu.net>
31037
31038         Also wrap vf?printf.
31039         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
31040         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31041         (xvprintf, xvfprintf): New functions.
31042
31043 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31044
31045         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31046         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31047
31048         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31049         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31050
31051 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31052
31053         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31054         by Bruno Haible.
31055
31056 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31057
31058         * lib/getloadavg.c
31059         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31060         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31061
31062         * tests/test-i-ring.c: Work for C89.
31063
31064 2007-10-22  Bruno Haible  <bruno@clisp.org>
31065
31066         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31067         -1u, in preprocessor expression, so that we don't test for the bug
31068         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31069         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31070
31071 2007-10-22  Eric Blake  <ebb9@byu.net>
31072
31073         * tests/test-yesno.sh: Silence stderr during test.
31074
31075 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31076
31077         * modules/crypto/gc-camellia: New file.
31078
31079         * m4/gc-camellia.m4: New file.
31080
31081         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31082
31083         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31084
31085 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31086
31087         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31088         --help to stdout.  Reported by sms@antinode.org (Steven
31089         M. Schweda).
31090
31091 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31092
31093         * users.txt: Fix link to libksba.
31094
31095 2007-10-21  Ben Pfaff  <blp@gnu.org>
31096
31097         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31098         round.c roundf implementation that depends on floorf and ceilf to
31099         be tested unconditionally.
31100
31101 2007-10-21  Ben Pfaff  <blp@gnu.org>
31102
31103         * m4/check-libm-func.m4: Removed.
31104         * m4/check-math-lib.m4: New file.
31105         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31106         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31107         definition and lack of AC_LIBOBJ([roundf]).
31108         * m4/roundl.m4: Ditto, and similarly for roundl.
31109         * modules/round: Reference new m4 file.
31110         * modules/roundf: Ditto.
31111         * modules/roundl: Ditto.
31112         * tests/test-round2.c (main): Use ROUND instead of round.
31113         Bug report from Bruno Haible.
31114
31115 2007-10-21  Bruno Haible  <bruno@clisp.org>
31116
31117         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31118         context.
31119
31120 2007-10-21  Bruno Haible  <bruno@clisp.org>
31121
31122         * tests/test-wcwidth.c (main): Allow negative result for some control
31123         characters.
31124
31125         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31126         Needed on OSF/1 5.1.
31127
31128 2007-10-21  Bruno Haible  <bruno@clisp.org>
31129
31130         * tests/test-floorf1.c: Include isnanf.h.
31131         (main): Use isnanf() instead of isnan().
31132         * tests/test-ceilf1.c: Include isnanf.h.
31133         (main): Use isnanf() instead of isnan().
31134         * tests/test-truncf1.c: Include isnanf.h.
31135         (main): Use isnanf() instead of isnan().
31136         * tests/test-roundf1.c: Include isnanf.h.
31137         (main): Use isnanf() instead of isnan().
31138
31139 2007-10-21  Eric Blake  <ebb9@byu.net>
31140
31141         * users.txt: Update URL for m4.
31142
31143 2007-10-21  Bruno Haible  <bruno@clisp.org>
31144
31145         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31146
31147 2007-10-21  Bruno Haible  <bruno@clisp.org>
31148
31149         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31150         Git's management files if the CVS files are not present.
31151
31152 2007-10-20  Bruno Haible  <bruno@clisp.org>
31153
31154         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31155         gcc-3.4.x.
31156
31157 2007-10-20  Ben Pfaff  <blp@gnu.org>
31158
31159         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31160         implementations.
31161         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31162         * lib/round.c: New file.
31163         * lib/roundf.c: New file.
31164         * lib/roundl.c: New file.
31165         * m4/round.m4: New file.
31166         * m4/roundf.m4: New file.
31167         * m4/roundl.m4: New file.
31168         * m4/check-libm-func-m4: New file.
31169         * modules/math: Replace round, roundf, roundl related @VARS@ in
31170         math.in.h.
31171         * modules/round: New file.
31172         * modules/round-tests: New file.
31173         * modules/roundf: New file.
31174         * modules/roundf-tests: New file.
31175         * modules/roundl: New file.
31176         * modules/roundl-tests: New file.
31177         * tests/test-round1.c: New file.
31178         * tests/test-round2.c: New file.
31179         * tests/test-roundf1.c: New file.
31180         * tests/test-roundf2.c: New file.
31181         * tests/test-roundl.c: New file.
31182         * doc/functions/round.texi: Mention round module.
31183         * doc/functions/roundf.texi: Mention roundf module.
31184         * doc/functions/roundl.texi: Mention roundl module.
31185         * MODULES.html.sh: Mention new modules.
31186         Thanks to Bruno Haible for suggestions.
31187
31188 2007-10-20  Jim Meyering  <meyering@redhat.com>
31189
31190         * lib/xprintf.c: Include <config.h> unconditionally.
31191
31192         Change xprintf's license to GPL.
31193         * modules/xprintf (License): s/LGPL/GPL/, since this module
31194         depends on modules (exit and exitfail) which are GPL.
31195         Suggestion from Bruno Haible.
31196
31197         xprintf fixes.
31198         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31199         Use a clearer diagnostic.
31200         Patch from Bruno Haible.
31201
31202 2007-10-20  Bruno Haible  <bruno@clisp.org>
31203
31204         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31205         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31206         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31207
31208 2007-10-20  Bruno Haible  <bruno@clisp.org>
31209
31210         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31211         precision in the comparison result > x - 1 or similar.
31212         * tests/test-ceilf2.c (correct_result_p): Likewise.
31213         * tests/test-truncf2.c (correct_result_p): Likewise.
31214         * tests/test-trunc2.c (correct_result_p): Likewise.
31215         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31216
31217 2007-10-20  Bruno Haible  <bruno@clisp.org>
31218
31219         * modules/ceil: New file.
31220         * m4/ceil.m4: New file.
31221         * doc/functions/ceil.texi: Mention the 'ceil' module.
31222
31223 2007-10-20  Bruno Haible  <bruno@clisp.org>
31224
31225         * modules/floor: New file.
31226         * m4/floor.m4: New file.
31227         * doc/functions/floor.texi: Mention the 'floor' module.
31228
31229 2007-10-20  Bruno Haible  <bruno@clisp.org>
31230
31231         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31232         of %a.
31233         * modules/floorf-tests (Depends-on): Likewise.
31234         * modules/truncf-tests (Depends-on): Likewise.
31235         * modules/trunc-tests (Depends-on): Likewise.
31236         Reported by Ben Pfaff.
31237
31238 2007-10-19  Jim Meyering  <meyering@redhat.com>
31239
31240         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31241         Don't bother testing specific errno values.  Just test ferror.
31242
31243         New module: xprintf
31244         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31245
31246 2007-10-19  Bruno Haible  <bruno@clisp.org>
31247
31248         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31249         syntax.
31250         * modules/javaexec (Makefile.am): Likewise.
31251         * modules/relocatable-prog (Makefile.am): Likewise.
31252         Suggested by Jim Meyering.
31253
31254 2007-10-18  Bruno Haible  <bruno@clisp.org>
31255
31256         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31257         Reported by Jim Meyering.
31258
31259 2007-10-18  Eric Blake  <ebb9@byu.net>
31260
31261         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31262
31263 2007-10-18  Bruno Haible  <bruno@clisp.org>
31264
31265         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31266         the format string into writable memory. Needed in Fortify conditions.
31267
31268 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31269             Bruno Haible  <bruno@clisp.org>
31270
31271         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31272         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31273         * modules/trim (Depends-on): Add mbchar.
31274         (configure.ac): Add gl_FUNC_MBRTOWC.
31275         (Makefile.am): Augment lib_SOURCES.
31276
31277 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31278
31279         Modify glob.c to use fstatat and dirfd, to simplify it.
31280         Suggested by Eric Blake.
31281         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31282         Don't include <stdbool.h>; not used.
31283         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31284         (link_exists_p): Simplify implementation, since we can now assume
31285         dirfd and fstatat.
31286         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31287
31288 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31289
31290         * gnulib-tool (func_get_dependencies): Fix sed script to
31291         match only tests.
31292
31293 2007-10-17  Bruno Haible  <bruno@clisp.org>
31294
31295         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31296         allow locale names without encoding suffix.
31297         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31298         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31299
31300 2007-10-16  Bruno Haible  <bruno@clisp.org>
31301
31302         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31303         * lib/getgroups.c (getgroups): Likewise.
31304         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31305
31306 2007-10-16  Bruno Haible  <bruno@clisp.org>
31307
31308         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31309         * modules/malloc-posix (License): Likewise.
31310         * modules/realloc-posix (License): Likewise.
31311         * modules/calloc-posix (License): Likewise.
31312         * modules/intprops (License): Change from GPL to LGPL, with
31313         Paul Eggert's approval.
31314
31315 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31316
31317         Merge glibc changes into lib/glob.c.
31318
31319         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31320         2007-10-15 04:59:03 UTC.  Here are the changes:
31321
31322         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31323
31324         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31325
31326         * lib/glob.c: Add some branch prediction throughout.
31327
31328         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31329
31330         [BZ #5103]
31331         * lib/glob.c (glob): Recognize patterns starting \/.
31332
31333         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31334
31335         [BZ #3996]
31336         * lib/glob.c (attribute_hidden): Define if not defined.
31337         (glob): Unescape dirname, filename or username when needed and not
31338         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31339         is NULL.  Handle unescaped [ in pattern without closing ].
31340         Don't pass GLOB_CHECK down to recursive glob for directories.
31341         (__glob_pattern_type): New function.
31342         (__glob_pattern_p): Implement using __glob_pattern_type.
31343         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31344         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31345         Remove unreachable code.
31346
31347         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31348
31349         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31350         explain why there are no leaks.
31351
31352         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31353
31354         [BZ #3253]
31355         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31356         time, rather allocate increasingly bigger arrays of pointers, if
31357         possible with alloca, if too large with malloc.
31358
31359 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31360
31361         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31362         Problem reported by H.Merijn Brand in
31363         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31364         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31365         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31366
31367 2007-10-15  Bruno Haible  <bruno@clisp.org>
31368
31369         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31370         with explicit rpl_ prefix.
31371         * lib/fopen.c (fopen): Likewise.
31372         * lib/freopen.c (freopen): Likewise.
31373         * lib/iconv.c (iconv): Likewise.
31374         * lib/iconv_close.c (iconv_close): Likewise.
31375
31376 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31377
31378         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31379
31380 2007-10-15  Bruno Haible  <bruno@clisp.org>
31381
31382         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31383         <stddef.h> instead of <stdlib.h> since we only need NULL.
31384         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31385
31386 2007-10-15  Bruno Haible  <bruno@clisp.org>
31387
31388         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31389         Replace paragraph talking about LIBOBJS.
31390         Reported by Colin Watson <cjwatson@debian.org>.
31391
31392 2007-10-15  Bruno Haible  <bruno@clisp.org>
31393
31394         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31395         <stdlib.h> before using NULL.
31396
31397 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31398
31399         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31400         Reported by Albert Chin <china@thewrittenword.com>.
31401
31402 2007-10-14  Bruno Haible  <bruno@clisp.org>
31403
31404         * modules/iconv_open-utf-tests: New file.
31405         * tests/test-iconv-utf.c: New file.
31406
31407         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31408         * modules/iconv_open-utf: New file.
31409         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31410         (iconv, iconv_close): New declarations.
31411         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31412         be defined.
31413         (iconv_open): Add special handling of conversion between UTF-8 and
31414         UTF-{16,32}{BE,LE}.
31415         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31416         * lib/iconv_close.c: New file.
31417         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31418         gl_FUNC_ICONV_OPEN.
31419         (gl_FUNC_ICONV_OPEN): Use it.
31420         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31421         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31422         and REPLACE_ICONV_UTF.
31423         * modules/iconv_open (Depends-on): Add c-strcase.
31424         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31425         ICONV_CONST.
31426         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31427
31428 2007-10-13  Albert Chin  <china@thewrittenword.com>
31429             Bruno Haible  <bruno@clisp.org>
31430
31431         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31432         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31433
31434 2007-10-13  Bruno Haible  <bruno@clisp.org>
31435
31436         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31437         defined, use the ISO C99 inline semantics.
31438         * lib/argp.h (ARGP_EI): Likewise.
31439
31440 2007-10-13  Bruno Haible  <bruno@clisp.org>
31441
31442         Handle 'inline' change in gcc 4.3.0.
31443         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31444         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31445         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31446         argp_fmtstream_point): Disable 'extern' declaration if the function
31447         definition is going to be provided inline.
31448         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31449         semantics, not the ISO C99 inline semantics.
31450         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31451         'extern' declaration if the function definition is going to be provided
31452         inline.
31453         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31454         the GNU C inline semantics, not the ISO C99 inline semantics. With
31455         GCC 4.2, avoid a warning.
31456
31457 2007-10-13  Bruno Haible  <bruno@clisp.org>
31458
31459         * lib/freading.h (freading): Enable the use of __freading for
31460         glibc >= 2.7.
31461         * lib/freading.c (freading): Likewise.
31462
31463 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31464
31465         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31466         "warning: C99 inline functions are not supported; using GNU89".
31467
31468 2007-10-12  Bruno Haible  <bruno@clisp.org>
31469
31470         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31471         of 2.
31472         * tests/test-ceilf2.c: New file.
31473         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31474
31475         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31476         * modules/ceilf-tests: Update.
31477
31478 2007-10-12  Bruno Haible  <bruno@clisp.org>
31479
31480         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31481         of 2.
31482         * tests/test-floorf2.c: New file.
31483         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31484
31485         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31486         * modules/floorf-tests: Update.
31487
31488 2007-10-12  Bruno Haible  <bruno@clisp.org>
31489
31490         * tests/test-trunc2.c: New file.
31491         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31492
31493         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31494         * modules/trunc-tests: Update.
31495
31496 2007-10-12  Bruno Haible  <bruno@clisp.org>
31497
31498         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31499         of 2.
31500         * tests/test-truncf2.c: New file.
31501         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31502
31503         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31504         * modules/truncf-tests: Update.
31505
31506 2007-10-11  Eric Blake  <ebb9@byu.net>
31507
31508         Don't claim strerror is broken on Interix.
31509         * doc/functions/strerror.texi (strerror): Known broken systems are
31510         now Solaris 8, and not Interix.
31511         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31512         Interix on cross-compile.
31513         Reported by Martin Koeppe in
31514         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31515
31516 2007-10-11  Bruno Haible  <bruno@clisp.org>
31517
31518         * modules/i-ring-tests: New file.
31519         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31520         instead of assert.
31521
31522 2007-10-11  Bruno Haible  <bruno@clisp.org>
31523
31524         * modules/filenamecat-tests: New file.
31525         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31526         * lib/filenamecat.c: Remove test code.
31527
31528 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31529
31530         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31531
31532         * lib/strerror.c: Include <string.h> always, to test interface,
31533         and to remove the need for the dummy.
31534         Include intprops.h to compute width instead of doing it ourselves
31535         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31536         (strerror): Define it to return NULL if there's no system strerror.
31537         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31538         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31539         ancient pre-strerror Unix systems well any more.  Saying "unknown
31540         system error" is enough.
31541         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31542         simpler strerror.c implementation.
31543         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31544         Simplify the tests to reflect the simpler strerror implementation.
31545         * modules/strerror (Depends-on): Add intprops.
31546
31547 2007-10-09  Eric Blake  <ebb9@byu.net>
31548
31549         Silence test-fpending.
31550         * modules/fpending-tests (Files): Add wrapper script.
31551         * tests/test-fpending.sh: New file.
31552
31553 2007-10-09  Bruno Haible  <bruno@clisp.org>
31554
31555         * MODULES.html.sh (func_module): Don't create a hyperlink for
31556         function names like 'printf_frexp'.
31557         (Misc): Add crc, memxor.
31558         (Characteristics of floating types): New section.
31559         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31560         isnanf-nolibm, signbit, trunc, truncf, truncl.
31561         (Enhancements for ISO C 99 functions): New subsection Input/output.
31562         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31563         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31564         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31565         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31566         (Enhancements for POSIX:2001 functions): Add chdir-long.
31567         (File system functions): Add areadlink, chdir-safer, read-file.
31568         Remove cycle-check.
31569         (File system as inode set): New section.
31570         (Date and time): Add gethrxtime.
31571         (Multithreading): Add openmp.
31572         (Internationalization functions): Add localename.
31573         (Unicode string functions): Add unistr/u*-mbsnlen.
31574         (Support for maintaining and releasing projects): Add git-version-gen.
31575         (Lone files): Remove directories.
31576
31577 2007-10-08  Ben Pfaff  <blp@gnu.org>
31578
31579         * lib/xmalloca.h: Fix typo in comment.
31580
31581 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31582
31583         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31584         when avoiding problems with integer overflow.  Use a portable test
31585         instead.
31586
31587 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31588
31589         * modules/dummy (License): Change to LGPLv2+.
31590         * modules/float (License): Likewise
31591         * modules/realloc (License): Likewise
31592         * modules/stdlib (License): Likewise
31593
31594 2007-10-07  Bruno Haible  <bruno@clisp.org>
31595
31596         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31597         * floor.c (TWO_MANT_DIG): Likewise.
31598         * ceil.c (TWO_MANT_DIG): Likewise.
31599         Reported by Ben Pfaff.
31600
31601 2007-10-07  Bruno Haible  <bruno@clisp.org>
31602
31603         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31604         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31605         * lib/frexp.c (FUNC): Likewise.
31606         * lib/printf-frexp.h (printf_frexp): Likewise.
31607         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31608         * lib/printf-frexp.c (FUNC): Likewise.
31609         Suggested by Jim Meyering.
31610
31611 2007-10-07  Jim Meyering  <meyering@redhat.com>
31612
31613         Make xnanosleep's integer overflow test more robust.
31614         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31615         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31616
31617 2007-10-07  Bruno Haible  <bruno@clisp.org>
31618
31619         * NEWS: Mention the license change.
31620
31621         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31622         abbreviations in the modules files.
31623
31624         Change copyright notice from GPLv2+ to GPLv3+.
31625         * README: Change copyright notice.
31626         * MODULES.html.sh: Likewise.
31627         * build-aux/bootstrap.conf: Likewise.
31628         * build-aux/config.libpath: Likewise.
31629         * build-aux/csharpcomp.sh.in: Likewise.
31630         * build-aux/csharpexec.sh.in: Likewise.
31631         * build-aux/install-reloc: Likewise.
31632         * build-aux/javacomp.sh.in: Likewise.
31633         * build-aux/javaexec.sh.in: Likewise.
31634         * build-aux/ldd.sh.in: Likewise.
31635         * build-aux/reloc-ldflags: Likewise.
31636         * build-aux/relocatable.sh.in: Likewise.
31637         * build-aux/x-to-1.in: Likewise.
31638         * check-module: Likewise.
31639         * config/srclistvars.sh: Likewise.
31640         * gnulib-tool: Likewise.
31641         * lib/acl-internal.h: Likewise.
31642         * lib/acl.c: Likewise.
31643         * lib/acl.h: Likewise.
31644         * lib/acl_entries.c: Likewise.
31645         * lib/areadlink-with-size.c: Likewise.
31646         * lib/areadlink.c: Likewise.
31647         * lib/areadlink.h: Likewise.
31648         * lib/argmatch.c: Likewise.
31649         * lib/argmatch.h: Likewise.
31650         * lib/argp-ba.c: Likewise.
31651         * lib/argp-eexst.c: Likewise.
31652         * lib/argp-fmtstream.c: Likewise.
31653         * lib/argp-fmtstream.h: Likewise.
31654         * lib/argp-fs-xinl.c: Likewise.
31655         * lib/argp-help.c: Likewise.
31656         * lib/argp-namefrob.h: Likewise.
31657         * lib/argp-parse.c: Likewise.
31658         * lib/argp-pin.c: Likewise.
31659         * lib/argp-pv.c: Likewise.
31660         * lib/argp-pvh.c: Likewise.
31661         * lib/argp-xinl.c: Likewise.
31662         * lib/argp.h: Likewise.
31663         * lib/at-func.c: Likewise.
31664         * lib/atanl.c: Likewise.
31665         * lib/backupfile.c: Likewise.
31666         * lib/backupfile.h: Likewise.
31667         * lib/basename.c: Likewise.
31668         * lib/binary-io.h: Likewise.
31669         * lib/byteswap.in.h: Likewise.
31670         * lib/c-stack.c: Likewise.
31671         * lib/c-stack.h: Likewise.
31672         * lib/c-strcasestr.c: Likewise.
31673         * lib/c-strcasestr.h: Likewise.
31674         * lib/c-strstr.c: Likewise.
31675         * lib/c-strstr.h: Likewise.
31676         * lib/c-strtod.c: Likewise.
31677         * lib/calloc.c: Likewise.
31678         * lib/canon-host.c: Likewise.
31679         * lib/canon-host.h: Likewise.
31680         * lib/canonicalize-lgpl.c: Likewise.
31681         * lib/canonicalize.c: Likewise.
31682         * lib/canonicalize.h: Likewise.
31683         * lib/ceil.c: Likewise.
31684         * lib/ceilf.c: Likewise.
31685         * lib/ceill.c: Likewise.
31686         * lib/chdir-long.c: Likewise.
31687         * lib/chdir-long.h: Likewise.
31688         * lib/chdir-safer.c: Likewise.
31689         * lib/chdir-safer.h: Likewise.
31690         * lib/chown.c: Likewise.
31691         * lib/classpath.c: Likewise.
31692         * lib/classpath.h: Likewise.
31693         * lib/clean-temp.c: Likewise.
31694         * lib/clean-temp.h: Likewise.
31695         * lib/cloexec.c: Likewise.
31696         * lib/close-stream.c: Likewise.
31697         * lib/closein.c: Likewise.
31698         * lib/closein.h: Likewise.
31699         * lib/closeout.c: Likewise.
31700         * lib/closeout.h: Likewise.
31701         * lib/concat-filename.c: Likewise.
31702         * lib/copy-file.c: Likewise.
31703         * lib/copy-file.h: Likewise.
31704         * lib/count-one-bits.h: Likewise.
31705         * lib/crc.c: Likewise.
31706         * lib/crc.h: Likewise.
31707         * lib/creat-safer.c: Likewise.
31708         * lib/csharpcomp.c: Likewise.
31709         * lib/csharpcomp.h: Likewise.
31710         * lib/csharpexec.c: Likewise.
31711         * lib/csharpexec.h: Likewise.
31712         * lib/cycle-check.c: Likewise.
31713         * lib/cycle-check.h: Likewise.
31714         * lib/diacrit.c: Likewise.
31715         * lib/diacrit.h: Likewise.
31716         * lib/diffseq.h: Likewise.
31717         * lib/dirchownmod.c: Likewise.
31718         * lib/dirent.in.h: Likewise.
31719         * lib/dirfd.c: Likewise.
31720         * lib/dirfd.h: Likewise.
31721         * lib/dirname.c: Likewise.
31722         * lib/dirname.h: Likewise.
31723         * lib/dummy.c: Likewise.
31724         * lib/dup-safer.c: Likewise.
31725         * lib/dup2.c: Likewise.
31726         * lib/eealloc.h: Likewise.
31727         * lib/error.c: Likewise.
31728         * lib/error.h: Likewise.
31729         * lib/euidaccess.c: Likewise.
31730         * lib/exclude.c: Likewise.
31731         * lib/exclude.h: Likewise.
31732         * lib/execute.c: Likewise.
31733         * lib/execute.h: Likewise.
31734         * lib/exitfail.c: Likewise.
31735         * lib/exitfail.h: Likewise.
31736         * lib/expl.c: Likewise.
31737         * lib/fatal-signal.c: Likewise.
31738         * lib/fatal-signal.h: Likewise.
31739         * lib/fbufmode.c: Likewise.
31740         * lib/fbufmode.h: Likewise.
31741         * lib/fchdir.c: Likewise.
31742         * lib/fchmodat.c: Likewise.
31743         * lib/fchownat.c: Likewise.
31744         * lib/fcntl--.h: Likewise.
31745         * lib/fcntl-safer.h: Likewise.
31746         * lib/fcntl.in.h: Likewise.
31747         * lib/fd-safer.c: Likewise.
31748         * lib/fflush.c: Likewise.
31749         * lib/file-has-acl.c: Likewise.
31750         * lib/file-set.c: Likewise.
31751         * lib/file-type.c: Likewise.
31752         * lib/file-type.h: Likewise.
31753         * lib/fileblocks.c: Likewise.
31754         * lib/filemode.c: Likewise.
31755         * lib/filemode.h: Likewise.
31756         * lib/filename.h: Likewise.
31757         * lib/filenamecat.c: Likewise.
31758         * lib/filenamecat.h: Likewise.
31759         * lib/findprog.c: Likewise.
31760         * lib/findprog.h: Likewise.
31761         * lib/float.in.h: Likewise.
31762         * lib/floor.c: Likewise.
31763         * lib/floorf.c: Likewise.
31764         * lib/floorl.c: Likewise.
31765         * lib/fopen-safer.c: Likewise.
31766         * lib/fopen.c: Likewise.
31767         * lib/fpending.c: Likewise.
31768         * lib/fpending.h: Likewise.
31769         * lib/fprintf.c: Likewise.
31770         * lib/fprintftime.h: Likewise.
31771         * lib/fpucw.h: Likewise.
31772         * lib/fpurge.c: Likewise.
31773         * lib/fpurge.h: Likewise.
31774         * lib/freadable.c: Likewise.
31775         * lib/freadable.h: Likewise.
31776         * lib/freadahead.c: Likewise.
31777         * lib/freadahead.h: Likewise.
31778         * lib/freading.c: Likewise.
31779         * lib/freading.h: Likewise.
31780         * lib/free.c: Likewise.
31781         * lib/freopen.c: Likewise.
31782         * lib/frexp.c: Likewise.
31783         * lib/frexpl.c: Likewise.
31784         * lib/fseek.c: Likewise.
31785         * lib/fseterr.c: Likewise.
31786         * lib/fseterr.h: Likewise.
31787         * lib/fstatat.c: Likewise.
31788         * lib/fstrcmp.c: Likewise.
31789         * lib/fstrcmp.h: Likewise.
31790         * lib/fsusage.c: Likewise.
31791         * lib/fsusage.h: Likewise.
31792         * lib/ftell.c: Likewise.
31793         * lib/ftello.c: Likewise.
31794         * lib/fts-cycle.c: Likewise.
31795         * lib/fts.c: Likewise.
31796         * lib/fts_.h: Likewise.
31797         * lib/full-read.c: Likewise.
31798         * lib/full-read.h: Likewise.
31799         * lib/full-write.c: Likewise.
31800         * lib/full-write.h: Likewise.
31801         * lib/fwritable.c: Likewise.
31802         * lib/fwritable.h: Likewise.
31803         * lib/fwriteerror.c: Likewise.
31804         * lib/fwriteerror.h: Likewise.
31805         * lib/fwriting.c: Likewise.
31806         * lib/fwriting.h: Likewise.
31807         * lib/gcd.c: Likewise.
31808         * lib/gcd.h: Likewise.
31809         * lib/getcwd.c: Likewise.
31810         * lib/getdate.h: Likewise.
31811         * lib/getdate.y: Likewise.
31812         * lib/getdomainname.c: Likewise.
31813         * lib/getdomainname.h: Likewise.
31814         * lib/getgroups.c: Likewise.
31815         * lib/gethostname.c: Likewise.
31816         * lib/gethrxtime.c: Likewise.
31817         * lib/gethrxtime.h: Likewise.
31818         * lib/getloadavg.c: Likewise.
31819         * lib/getndelim2.c: Likewise.
31820         * lib/getndelim2.h: Likewise.
31821         * lib/getnline.c: Likewise.
31822         * lib/getnline.h: Likewise.
31823         * lib/getopt.c: Likewise.
31824         * lib/getopt.in.h: Likewise.
31825         * lib/getopt1.c: Likewise.
31826         * lib/getopt_int.h: Likewise.
31827         * lib/getpagesize.h: Likewise.
31828         * lib/getsubopt.c: Likewise.
31829         * lib/gettime.c: Likewise.
31830         * lib/getugroups.c: Likewise.
31831         * lib/getugroups.h: Likewise.
31832         * lib/getusershell.c: Likewise.
31833         * lib/gl_anyavltree_list1.h: Likewise.
31834         * lib/gl_anyavltree_list2.h: Likewise.
31835         * lib/gl_anyhash_list1.h: Likewise.
31836         * lib/gl_anyhash_list2.h: Likewise.
31837         * lib/gl_anylinked_list1.h: Likewise.
31838         * lib/gl_anylinked_list2.h: Likewise.
31839         * lib/gl_anyrbtree_list1.h: Likewise.
31840         * lib/gl_anyrbtree_list2.h: Likewise.
31841         * lib/gl_anytree_list1.h: Likewise.
31842         * lib/gl_anytree_list2.h: Likewise.
31843         * lib/gl_anytree_oset.h: Likewise.
31844         * lib/gl_anytreehash_list1.h: Likewise.
31845         * lib/gl_anytreehash_list2.h: Likewise.
31846         * lib/gl_array_list.c: Likewise.
31847         * lib/gl_array_list.h: Likewise.
31848         * lib/gl_array_oset.c: Likewise.
31849         * lib/gl_array_oset.h: Likewise.
31850         * lib/gl_avltree_list.c: Likewise.
31851         * lib/gl_avltree_list.h: Likewise.
31852         * lib/gl_avltree_oset.c: Likewise.
31853         * lib/gl_avltree_oset.h: Likewise.
31854         * lib/gl_avltreehash_list.c: Likewise.
31855         * lib/gl_avltreehash_list.h: Likewise.
31856         * lib/gl_carray_list.c: Likewise.
31857         * lib/gl_carray_list.h: Likewise.
31858         * lib/gl_linked_list.c: Likewise.
31859         * lib/gl_linked_list.h: Likewise.
31860         * lib/gl_linkedhash_list.c: Likewise.
31861         * lib/gl_linkedhash_list.h: Likewise.
31862         * lib/gl_list.c: Likewise.
31863         * lib/gl_list.h: Likewise.
31864         * lib/gl_oset.c: Likewise.
31865         * lib/gl_oset.h: Likewise.
31866         * lib/gl_rbtree_list.c: Likewise.
31867         * lib/gl_rbtree_list.h: Likewise.
31868         * lib/gl_rbtree_oset.c: Likewise.
31869         * lib/gl_rbtree_oset.h: Likewise.
31870         * lib/gl_rbtreehash_list.c: Likewise.
31871         * lib/gl_rbtreehash_list.h: Likewise.
31872         * lib/gl_sublist.c: Likewise.
31873         * lib/gl_sublist.h: Likewise.
31874         * lib/group-member.c: Likewise.
31875         * lib/group-member.h: Likewise.
31876         * lib/hard-locale.c: Likewise.
31877         * lib/hard-locale.h: Likewise.
31878         * lib/hash-pjw.c: Likewise.
31879         * lib/hash-pjw.h: Likewise.
31880         * lib/hash-triple.c: Likewise.
31881         * lib/hash.c: Likewise.
31882         * lib/hash.h: Likewise.
31883         * lib/human.c: Likewise.
31884         * lib/human.h: Likewise.
31885         * lib/i-ring.c: Likewise.
31886         * lib/i-ring.h: Likewise.
31887         * lib/idcache.c: Likewise.
31888         * lib/imaxabs.c: Likewise.
31889         * lib/imaxdiv.c: Likewise.
31890         * lib/inet_pton.c: Likewise.
31891         * lib/inet_pton.h: Likewise.
31892         * lib/intprops.h: Likewise.
31893         * lib/inttostr.c: Likewise.
31894         * lib/inttostr.h: Likewise.
31895         * lib/inttypes.in.h: Likewise.
31896         * lib/isapipe.c: Likewise.
31897         * lib/isdir.c: Likewise.
31898         * lib/isnan.c: Likewise.
31899         * lib/isnan.h: Likewise.
31900         * lib/isnanf.c: Likewise.
31901         * lib/isnanf.h: Likewise.
31902         * lib/isnanl-nolibm.h: Likewise.
31903         * lib/isnanl.c: Likewise.
31904         * lib/isnanl.h: Likewise.
31905         * lib/javacomp.c: Likewise.
31906         * lib/javacomp.h: Likewise.
31907         * lib/javaexec.c: Likewise.
31908         * lib/javaexec.h: Likewise.
31909         * lib/javaversion.c: Likewise.
31910         * lib/javaversion.h: Likewise.
31911         * lib/javaversion.java: Likewise.
31912         * lib/lbrkprop.h: Likewise.
31913         * lib/lchmod.h: Likewise.
31914         * lib/lchown.c: Likewise.
31915         * lib/ldexpl.c: Likewise.
31916         * lib/linebreak.c: Likewise.
31917         * lib/linebreak.h: Likewise.
31918         * lib/linebuffer.c: Likewise.
31919         * lib/linebuffer.h: Likewise.
31920         * lib/locale.in.h: Likewise.
31921         * lib/logl.c: Likewise.
31922         * lib/long-options.c: Likewise.
31923         * lib/long-options.h: Likewise.
31924         * lib/lstat.c: Likewise.
31925         * lib/lstat.h: Likewise.
31926         * lib/math.in.h: Likewise.
31927         * lib/mbchar.c: Likewise.
31928         * lib/mbchar.h: Likewise.
31929         * lib/mbfile.h: Likewise.
31930         * lib/mbiter.h: Likewise.
31931         * lib/mbscasecmp.c: Likewise.
31932         * lib/mbscasestr.c: Likewise.
31933         * lib/mbschr.c: Likewise.
31934         * lib/mbscspn.c: Likewise.
31935         * lib/mbslen.c: Likewise.
31936         * lib/mbsncasecmp.c: Likewise.
31937         * lib/mbsnlen.c: Likewise.
31938         * lib/mbspbrk.c: Likewise.
31939         * lib/mbspcasecmp.c: Likewise.
31940         * lib/mbsrchr.c: Likewise.
31941         * lib/mbssep.c: Likewise.
31942         * lib/mbsspn.c: Likewise.
31943         * lib/mbsstr.c: Likewise.
31944         * lib/mbstok_r.c: Likewise.
31945         * lib/mbswidth.c: Likewise.
31946         * lib/mbswidth.h: Likewise.
31947         * lib/mbuiter.h: Likewise.
31948         * lib/memcasecmp.c: Likewise.
31949         * lib/memcasecmp.h: Likewise.
31950         * lib/memchr.c: Likewise.
31951         * lib/memcmp.c: Likewise.
31952         * lib/memcoll.c: Likewise.
31953         * lib/memcoll.h: Likewise.
31954         * lib/memcpy.c: Likewise.
31955         * lib/memrchr.c: Likewise.
31956         * lib/mkancesdirs.c: Likewise.
31957         * lib/mkdir-p.c: Likewise.
31958         * lib/mkdir-p.h: Likewise.
31959         * lib/mkdir.c: Likewise.
31960         * lib/mkdirat.c: Likewise.
31961         * lib/mkdtemp.c: Likewise.
31962         * lib/mkstemp-safer.c: Likewise.
31963         * lib/mkstemp.c: Likewise.
31964         * lib/modechange.c: Likewise.
31965         * lib/modechange.h: Likewise.
31966         * lib/mountlist.c: Likewise.
31967         * lib/mountlist.h: Likewise.
31968         * lib/mpsort.c: Likewise.
31969         * lib/nanosleep.c: Likewise.
31970         * lib/obstack.c: Likewise.
31971         * lib/obstack.h: Likewise.
31972         * lib/open-safer.c: Likewise.
31973         * lib/open.c: Likewise.
31974         * lib/openat-die.c: Likewise.
31975         * lib/openat-priv.h: Likewise.
31976         * lib/openat-proc.c: Likewise.
31977         * lib/openat.c: Likewise.
31978         * lib/openat.h: Likewise.
31979         * lib/pagealign_alloc.c: Likewise.
31980         * lib/pagealign_alloc.h: Likewise.
31981         * lib/physmem.c: Likewise.
31982         * lib/physmem.h: Likewise.
31983         * lib/pipe-safer.c: Likewise.
31984         * lib/pipe.c: Likewise.
31985         * lib/pipe.h: Likewise.
31986         * lib/posixtm.c: Likewise.
31987         * lib/posixtm.h: Likewise.
31988         * lib/posixver.c: Likewise.
31989         * lib/printf-frexp.c: Likewise.
31990         * lib/printf-frexp.h: Likewise.
31991         * lib/printf-frexpl.c: Likewise.
31992         * lib/printf-frexpl.h: Likewise.
31993         * lib/printf.c: Likewise.
31994         * lib/progname.c: Likewise.
31995         * lib/progname.h: Likewise.
31996         * lib/progreloc.c: Likewise.
31997         * lib/putenv.c: Likewise.
31998         * lib/quote.c: Likewise.
31999         * lib/quote.h: Likewise.
32000         * lib/quotearg.c: Likewise.
32001         * lib/quotearg.h: Likewise.
32002         * lib/raise.c: Likewise.
32003         * lib/readline.c: Likewise.
32004         * lib/readline.h: Likewise.
32005         * lib/readlink.c: Likewise.
32006         * lib/readtokens.c: Likewise.
32007         * lib/readtokens.h: Likewise.
32008         * lib/readtokens0.c: Likewise.
32009         * lib/readtokens0.h: Likewise.
32010         * lib/readutmp.c: Likewise.
32011         * lib/readutmp.h: Likewise.
32012         * lib/realloc.c: Likewise.
32013         * lib/relocwrapper.c: Likewise.
32014         * lib/rename-dest-slash.c: Likewise.
32015         * lib/rename.c: Likewise.
32016         * lib/rmdir.c: Likewise.
32017         * lib/rpmatch.c: Likewise.
32018         * lib/safe-read.c: Likewise.
32019         * lib/safe-read.h: Likewise.
32020         * lib/safe-write.c: Likewise.
32021         * lib/safe-write.h: Likewise.
32022         * lib/same-inode.h: Likewise.
32023         * lib/same.c: Likewise.
32024         * lib/same.h: Likewise.
32025         * lib/save-cwd.c: Likewise.
32026         * lib/save-cwd.h: Likewise.
32027         * lib/savedir.c: Likewise.
32028         * lib/savedir.h: Likewise.
32029         * lib/savewd.c: Likewise.
32030         * lib/savewd.h: Likewise.
32031         * lib/search.in.h: Likewise.
32032         * lib/setenv.c: Likewise.
32033         * lib/setenv.h: Likewise.
32034         * lib/settime.c: Likewise.
32035         * lib/sh-quote.c: Likewise.
32036         * lib/sh-quote.h: Likewise.
32037         * lib/sig2str.c: Likewise.
32038         * lib/sig2str.h: Likewise.
32039         * lib/signal.in.h: Likewise.
32040         * lib/signbitd.c: Likewise.
32041         * lib/signbitf.c: Likewise.
32042         * lib/signbitl.c: Likewise.
32043         * lib/sigprocmask.c: Likewise.
32044         * lib/sincosl.c: Likewise.
32045         * lib/sleep.c: Likewise.
32046         * lib/sprintf.c: Likewise.
32047         * lib/sqrtl.c: Likewise.
32048         * lib/stat-time.h: Likewise.
32049         * lib/stdio--.h: Likewise.
32050         * lib/stdio-safer.h: Likewise.
32051         * lib/stdlib--.h: Likewise.
32052         * lib/stdlib-safer.h: Likewise.
32053         * lib/stdlib.in.h: Likewise.
32054         * lib/stpcpy.c: Likewise.
32055         * lib/stpncpy.c: Likewise.
32056         * lib/strchrnul.c: Likewise.
32057         * lib/strcspn.c: Likewise.
32058         * lib/strerror.c: Likewise.
32059         * lib/strftime.c: Likewise.
32060         * lib/strftime.h: Likewise.
32061         * lib/striconveh.c: Likewise.
32062         * lib/striconveh.h: Likewise.
32063         * lib/striconveha.c: Likewise.
32064         * lib/striconveha.h: Likewise.
32065         * lib/stripslash.c: Likewise.
32066         * lib/strnlen1.c: Likewise.
32067         * lib/strnlen1.h: Likewise.
32068         * lib/strtod.c: Likewise.
32069         * lib/strtoimax.c: Likewise.
32070         * lib/strtok_r.c: Likewise.
32071         * lib/strtol.c: Likewise.
32072         * lib/strtoll.c: Likewise.
32073         * lib/strtoul.c: Likewise.
32074         * lib/strtoull.c: Likewise.
32075         * lib/sysexits.in.h: Likewise.
32076         * lib/tempname.c: Likewise.
32077         * lib/tempname.h: Likewise.
32078         * lib/timespec.h: Likewise.
32079         * lib/tls.c: Likewise.
32080         * lib/tls.h: Likewise.
32081         * lib/tmpdir.c: Likewise.
32082         * lib/tmpdir.h: Likewise.
32083         * lib/tmpfile-safer.c: Likewise.
32084         * lib/tmpfile.c: Likewise.
32085         * lib/trigl.c: Likewise.
32086         * lib/trigl.h: Likewise.
32087         * lib/trim.c: Likewise.
32088         * lib/trim.h: Likewise.
32089         * lib/trunc.c: Likewise.
32090         * lib/truncf.c: Likewise.
32091         * lib/truncl.c: Likewise.
32092         * lib/tsearch.c: Likewise.
32093         * lib/unicodeio.c: Likewise.
32094         * lib/unicodeio.h: Likewise.
32095         * lib/unistd--.h: Likewise.
32096         * lib/unistd-safer.h: Likewise.
32097         * lib/unistdio/ulc-fprintf.c: Likewise.
32098         * lib/unistdio/ulc-vfprintf.c: Likewise.
32099         * lib/unlinkdir.c: Likewise.
32100         * lib/unlinkdir.h: Likewise.
32101         * lib/unlocked-io.h: Likewise.
32102         * lib/unsetenv.c: Likewise.
32103         * lib/userspec.c: Likewise.
32104         * lib/utime.c: Likewise.
32105         * lib/utimecmp.c: Likewise.
32106         * lib/utimecmp.h: Likewise.
32107         * lib/utimens.c: Likewise.
32108         * lib/verify.h: Likewise.
32109         * lib/verror.c: Likewise.
32110         * lib/verror.h: Likewise.
32111         * lib/version-etc-fsf.c: Likewise.
32112         * lib/version-etc.c: Likewise.
32113         * lib/version-etc.h: Likewise.
32114         * lib/vfprintf.c: Likewise.
32115         * lib/vprintf.c: Likewise.
32116         * lib/vsprintf.c: Likewise.
32117         * lib/w32spawn.h: Likewise.
32118         * lib/wait-process.c: Likewise.
32119         * lib/wait-process.h: Likewise.
32120         * lib/wcwidth.c: Likewise.
32121         * lib/write-any-file.c: Likewise.
32122         * lib/xalloc-die.c: Likewise.
32123         * lib/xalloc.h: Likewise.
32124         * lib/xasprintf.c: Likewise.
32125         * lib/xgetcwd.c: Likewise.
32126         * lib/xgetcwd.h: Likewise.
32127         * lib/xgetdomainname.c: Likewise.
32128         * lib/xgetdomainname.h: Likewise.
32129         * lib/xgethostname.c: Likewise.
32130         * lib/xmalloc.c: Likewise.
32131         * lib/xmalloca.c: Likewise.
32132         * lib/xmalloca.h: Likewise.
32133         * lib/xmemcoll.c: Likewise.
32134         * lib/xnanosleep.c: Likewise.
32135         * lib/xreadlink.c: Likewise.
32136         * lib/xreadlink.h: Likewise.
32137         * lib/xsetenv.c: Likewise.
32138         * lib/xsetenv.h: Likewise.
32139         * lib/xstriconv.c: Likewise.
32140         * lib/xstriconv.h: Likewise.
32141         * lib/xstrndup.c: Likewise.
32142         * lib/xstrndup.h: Likewise.
32143         * lib/xstrtod.c: Likewise.
32144         * lib/xstrtod.h: Likewise.
32145         * lib/xstrtol-error.c: Likewise.
32146         * lib/xstrtol.c: Likewise.
32147         * lib/xstrtol.h: Likewise.
32148         * lib/xtime.h: Likewise.
32149         * lib/xvasprintf.c: Likewise.
32150         * lib/xvasprintf.h: Likewise.
32151         * lib/yesno.c: Likewise.
32152         * lib/yesno.h: Likewise.
32153         * posix-modules: Likewise.
32154         * tests/test-alloca-opt.c: Likewise.
32155         * tests/test-arcfour.c: Likewise.
32156         * tests/test-arctwo.c: Likewise.
32157         * tests/test-argmatch.c: Likewise.
32158         * tests/test-argp-2.sh: Likewise.
32159         * tests/test-argp.c: Likewise.
32160         * tests/test-arpa_inet.c: Likewise.
32161         * tests/test-array_list.c: Likewise.
32162         * tests/test-array_oset.c: Likewise.
32163         * tests/test-atexit.c: Likewise.
32164         * tests/test-avltree_list.c: Likewise.
32165         * tests/test-avltree_oset.c: Likewise.
32166         * tests/test-avltreehash_list.c: Likewise.
32167         * tests/test-base64.c: Likewise.
32168         * tests/test-binary-io.c: Likewise.
32169         * tests/test-byteswap.c: Likewise.
32170         * tests/test-c-ctype.c: Likewise.
32171         * tests/test-c-strcasecmp.c: Likewise.
32172         * tests/test-c-strcasestr.c: Likewise.
32173         * tests/test-c-strncasecmp.c: Likewise.
32174         * tests/test-c-strstr.c: Likewise.
32175         * tests/test-canonicalize-lgpl.c: Likewise.
32176         * tests/test-canonicalize.c: Likewise.
32177         * tests/test-carray_list.c: Likewise.
32178         * tests/test-ceilf.c: Likewise.
32179         * tests/test-ceill.c: Likewise.
32180         * tests/test-count-one-bits.c: Likewise.
32181         * tests/test-crc.c: Likewise.
32182         * tests/test-dirname.c: Likewise.
32183         * tests/test-fbufmode.c: Likewise.
32184         * tests/test-fcntl.c: Likewise.
32185         * tests/test-fflush.c: Likewise.
32186         * tests/test-floorf.c: Likewise.
32187         * tests/test-floorl.c: Likewise.
32188         * tests/test-fopen.c: Likewise.
32189         * tests/test-fprintf-posix.c: Likewise.
32190         * tests/test-fprintf-posix.h: Likewise.
32191         * tests/test-fpurge.c: Likewise.
32192         * tests/test-freadable.c: Likewise.
32193         * tests/test-freadahead.c: Likewise.
32194         * tests/test-freading.c: Likewise.
32195         * tests/test-freopen.c: Likewise.
32196         * tests/test-frexp.c: Likewise.
32197         * tests/test-frexpl.c: Likewise.
32198         * tests/test-fseek.c: Likewise.
32199         * tests/test-fseeko.c: Likewise.
32200         * tests/test-fseterr.c: Likewise.
32201         * tests/test-fstrcmp.c: Likewise.
32202         * tests/test-ftell.c: Likewise.
32203         * tests/test-ftello.c: Likewise.
32204         * tests/test-fwritable.c: Likewise.
32205         * tests/test-fwriting.c: Likewise.
32206         * tests/test-getaddrinfo.c: Likewise.
32207         * tests/test-getpass.c: Likewise.
32208         * tests/test-gettimeofday.c: Likewise.
32209         * tests/test-hmac-md5.c: Likewise.
32210         * tests/test-hmac-sha1.c: Likewise.
32211         * tests/test-iconv.c: Likewise.
32212         * tests/test-iconvme.c: Likewise.
32213         * tests/test-inttypes.c: Likewise.
32214         * tests/test-isnan.c: Likewise.
32215         * tests/test-isnanf.c: Likewise.
32216         * tests/test-isnanl-nolibm.c: Likewise.
32217         * tests/test-isnanl.c: Likewise.
32218         * tests/test-isnanl.h: Likewise.
32219         * tests/test-ldexpl.c: Likewise.
32220         * tests/test-linked_list.c: Likewise.
32221         * tests/test-linkedhash_list.c: Likewise.
32222         * tests/test-locale.c: Likewise.
32223         * tests/test-localename.c: Likewise.
32224         * tests/test-lock.c: Likewise.
32225         * tests/test-lseek.c: Likewise.
32226         * tests/test-malloca.c: Likewise.
32227         * tests/test-math.c: Likewise.
32228         * tests/test-mbscasecmp.c: Likewise.
32229         * tests/test-mbscasestr1.c: Likewise.
32230         * tests/test-mbscasestr2.c: Likewise.
32231         * tests/test-mbscasestr3.c: Likewise.
32232         * tests/test-mbscasestr4.c: Likewise.
32233         * tests/test-mbschr.c: Likewise.
32234         * tests/test-mbscspn.c: Likewise.
32235         * tests/test-mbsncasecmp.c: Likewise.
32236         * tests/test-mbspbrk.c: Likewise.
32237         * tests/test-mbspcasecmp.c: Likewise.
32238         * tests/test-mbsrchr.c: Likewise.
32239         * tests/test-mbsspn.c: Likewise.
32240         * tests/test-mbsstr1.c: Likewise.
32241         * tests/test-mbsstr2.c: Likewise.
32242         * tests/test-mbsstr3.c: Likewise.
32243         * tests/test-md5.c: Likewise.
32244         * tests/test-memmem.c: Likewise.
32245         * tests/test-netinet_in.c: Likewise.
32246         * tests/test-open.c: Likewise.
32247         * tests/test-printf-frexp.c: Likewise.
32248         * tests/test-printf-frexpl.c: Likewise.
32249         * tests/test-printf-posix.c: Likewise.
32250         * tests/test-printf-posix.h: Likewise.
32251         * tests/test-rbtree_list.c: Likewise.
32252         * tests/test-rbtree_oset.c: Likewise.
32253         * tests/test-rbtreehash_list.c: Likewise.
32254         * tests/test-read-file.c: Likewise.
32255         * tests/test-rijndael.c: Likewise.
32256         * tests/test-search.c: Likewise.
32257         * tests/test-signbit.c: Likewise.
32258         * tests/test-sleep.c: Likewise.
32259         * tests/test-snprintf-posix.c: Likewise.
32260         * tests/test-snprintf-posix.h: Likewise.
32261         * tests/test-snprintf.c: Likewise.
32262         * tests/test-sprintf-posix.c: Likewise.
32263         * tests/test-sprintf-posix.h: Likewise.
32264         * tests/test-stat-time.c: Likewise.
32265         * tests/test-stdbool.c: Likewise.
32266         * tests/test-stdint.c: Likewise.
32267         * tests/test-stdio.c: Likewise.
32268         * tests/test-stdlib.c: Likewise.
32269         * tests/test-stpncpy.c: Likewise.
32270         * tests/test-strcasestr.c: Likewise.
32271         * tests/test-striconv.c: Likewise.
32272         * tests/test-striconveh.c: Likewise.
32273         * tests/test-striconveha.c: Likewise.
32274         * tests/test-string.c: Likewise.
32275         * tests/test-sys_select.c: Likewise.
32276         * tests/test-sys_socket.c: Likewise.
32277         * tests/test-sys_stat.c: Likewise.
32278         * tests/test-sys_time.c: Likewise.
32279         * tests/test-sysexits.c: Likewise.
32280         * tests/test-time.c: Likewise.
32281         * tests/test-tls.c: Likewise.
32282         * tests/test-trunc.c: Likewise.
32283         * tests/test-truncf.c: Likewise.
32284         * tests/test-truncl.c: Likewise.
32285         * tests/test-unistd.c: Likewise.
32286         * tests/test-vasnprintf-posix.c: Likewise.
32287         * tests/test-vasnprintf-posix2.c: Likewise.
32288         * tests/test-vasnprintf.c: Likewise.
32289         * tests/test-vasprintf-posix.c: Likewise.
32290         * tests/test-vasprintf.c: Likewise.
32291         * tests/test-verify.c: Likewise.
32292         * tests/test-vfprintf-posix.c: Likewise.
32293         * tests/test-vprintf-posix.c: Likewise.
32294         * tests/test-vsnprintf-posix.c: Likewise.
32295         * tests/test-vsnprintf.c: Likewise.
32296         * tests/test-vsprintf-posix.c: Likewise.
32297         * tests/test-wchar.c: Likewise.
32298         * tests/test-wctype.c: Likewise.
32299         * tests/test-wcwidth.c: Likewise.
32300         * tests/test-xstrtol.c: Likewise.
32301         * tests/test-xvasprintf.c: Likewise.
32302         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32303         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32304         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32305         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32306         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32307         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32308         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32309         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32310         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32311         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32312         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32313         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32314         * tests/uniname/test-uninames.c: Likewise.
32315         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32316         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32317         * tests/unistdio/test-u16-printf1.h: Likewise.
32318         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32319         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32320         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32321         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32322         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32323         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32324         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32325         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32326         * tests/unistdio/test-u32-printf1.h: Likewise.
32327         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32328         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32329         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32330         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32331         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32332         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32333         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32334         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32335         * tests/unistdio/test-u8-printf1.h: Likewise.
32336         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32337         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32338         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32339         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32340         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32341         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32342         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32343         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32344         * tests/unistdio/test-ulc-printf1.h: Likewise.
32345         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32346         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32347         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32348         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32349         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32350         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32351         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32352         * tests/uniwidth/test-u16-width.c: Likewise.
32353         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32354         * tests/uniwidth/test-u32-width.c: Likewise.
32355         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32356         * tests/uniwidth/test-u8-width.c: Likewise.
32357         * tests/uniwidth/test-uc_width.c: Likewise.
32358         * config/srclist-update: Likewise.
32359         (fixlicense): Update to GPLv3+.
32360
32361         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32362         * tests/test-tsearch.c: Change copyright notice.
32363
32364         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32365         * lib/c-strcaseeq.h: Change copyright notice.
32366         * lib/streq.h: Likewise.
32367         * lib/uniconv.h: Likewise.
32368         * lib/uniconv/u-conv-from-enc.h: Likewise.
32369         * lib/uniconv/u-conv-to-enc.h: Likewise.
32370         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32371         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32372         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32373         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32374         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32375         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32376         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32377         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32378         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32379         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32380         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32381         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32382         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32383         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32384         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32385         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32386         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32387         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32388         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32389         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32390         * lib/uniname.h: Likewise.
32391         * lib/uniname/uniname.c: Likewise.
32392         * lib/unistdio.h: Likewise.
32393         * lib/unistdio/u-asnprintf.h: Likewise.
32394         * lib/unistdio/u-asprintf.h: Likewise.
32395         * lib/unistdio/u-printf-args.c: Likewise.
32396         * lib/unistdio/u-printf-args.h: Likewise.
32397         * lib/unistdio/u-printf-parse.h: Likewise.
32398         * lib/unistdio/u-snprintf.h: Likewise.
32399         * lib/unistdio/u-sprintf.h: Likewise.
32400         * lib/unistdio/u-vasprintf.h: Likewise.
32401         * lib/unistdio/u-vsnprintf.h: Likewise.
32402         * lib/unistdio/u-vsprintf.h: Likewise.
32403         * lib/unistdio/u16-asnprintf.c: Likewise.
32404         * lib/unistdio/u16-asprintf.c: Likewise.
32405         * lib/unistdio/u16-printf-parse.c: Likewise.
32406         * lib/unistdio/u16-snprintf.c: Likewise.
32407         * lib/unistdio/u16-sprintf.c: Likewise.
32408         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32409         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32410         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32411         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32412         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32413         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32414         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32415         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32416         * lib/unistdio/u16-vasnprintf.c: Likewise.
32417         * lib/unistdio/u16-vasprintf.c: Likewise.
32418         * lib/unistdio/u16-vsnprintf.c: Likewise.
32419         * lib/unistdio/u16-vsprintf.c: Likewise.
32420         * lib/unistdio/u32-asnprintf.c: Likewise.
32421         * lib/unistdio/u32-asprintf.c: Likewise.
32422         * lib/unistdio/u32-printf-parse.c: Likewise.
32423         * lib/unistdio/u32-snprintf.c: Likewise.
32424         * lib/unistdio/u32-sprintf.c: Likewise.
32425         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32426         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32427         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32428         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32429         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32430         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32431         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32432         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32433         * lib/unistdio/u32-vasnprintf.c: Likewise.
32434         * lib/unistdio/u32-vasprintf.c: Likewise.
32435         * lib/unistdio/u32-vsnprintf.c: Likewise.
32436         * lib/unistdio/u32-vsprintf.c: Likewise.
32437         * lib/unistdio/u8-asnprintf.c: Likewise.
32438         * lib/unistdio/u8-asprintf.c: Likewise.
32439         * lib/unistdio/u8-printf-parse.c: Likewise.
32440         * lib/unistdio/u8-snprintf.c: Likewise.
32441         * lib/unistdio/u8-sprintf.c: Likewise.
32442         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32443         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32444         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32445         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32446         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32447         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32448         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32449         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32450         * lib/unistdio/u8-vasnprintf.c: Likewise.
32451         * lib/unistdio/u8-vasprintf.c: Likewise.
32452         * lib/unistdio/u8-vsnprintf.c: Likewise.
32453         * lib/unistdio/u8-vsprintf.c: Likewise.
32454         * lib/unistdio/ulc-asnprintf.c: Likewise.
32455         * lib/unistdio/ulc-asprintf.c: Likewise.
32456         * lib/unistdio/ulc-printf-parse.c: Likewise.
32457         * lib/unistdio/ulc-snprintf.c: Likewise.
32458         * lib/unistdio/ulc-sprintf.c: Likewise.
32459         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32460         * lib/unistdio/ulc-vasprintf.c: Likewise.
32461         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32462         * lib/unistdio/ulc-vsprintf.c: Likewise.
32463         * lib/unistr.h: Likewise.
32464         * lib/unistr/u-cpy-alloc.h: Likewise.
32465         * lib/unistr/u-cpy.h: Likewise.
32466         * lib/unistr/u-endswith.h: Likewise.
32467         * lib/unistr/u-move.h: Likewise.
32468         * lib/unistr/u-set.h: Likewise.
32469         * lib/unistr/u-startswith.h: Likewise.
32470         * lib/unistr/u-stpcpy.h: Likewise.
32471         * lib/unistr/u-stpncpy.h: Likewise.
32472         * lib/unistr/u-strcat.h: Likewise.
32473         * lib/unistr/u-strcpy.h: Likewise.
32474         * lib/unistr/u-strcspn.h: Likewise.
32475         * lib/unistr/u-strdup.h: Likewise.
32476         * lib/unistr/u-strlen.h: Likewise.
32477         * lib/unistr/u-strncat.h: Likewise.
32478         * lib/unistr/u-strncpy.h: Likewise.
32479         * lib/unistr/u-strnlen.h: Likewise.
32480         * lib/unistr/u-strpbrk.h: Likewise.
32481         * lib/unistr/u-strspn.h: Likewise.
32482         * lib/unistr/u-strstr.h: Likewise.
32483         * lib/unistr/u-strtok.h: Likewise.
32484         * lib/unistr/u16-check.c: Likewise.
32485         * lib/unistr/u16-chr.c: Likewise.
32486         * lib/unistr/u16-cmp.c: Likewise.
32487         * lib/unistr/u16-cpy-alloc.c: Likewise.
32488         * lib/unistr/u16-cpy.c: Likewise.
32489         * lib/unistr/u16-endswith.c: Likewise.
32490         * lib/unistr/u16-mblen.c: Likewise.
32491         * lib/unistr/u16-mbsnlen.c: Likewise.
32492         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32493         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32494         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32495         * lib/unistr/u16-mbtouc.c: Likewise.
32496         * lib/unistr/u16-mbtoucr.c: Likewise.
32497         * lib/unistr/u16-move.c: Likewise.
32498         * lib/unistr/u16-next.c: Likewise.
32499         * lib/unistr/u16-prev.c: Likewise.
32500         * lib/unistr/u16-set.c: Likewise.
32501         * lib/unistr/u16-startswith.c: Likewise.
32502         * lib/unistr/u16-stpcpy.c: Likewise.
32503         * lib/unistr/u16-stpncpy.c: Likewise.
32504         * lib/unistr/u16-strcat.c: Likewise.
32505         * lib/unistr/u16-strchr.c: Likewise.
32506         * lib/unistr/u16-strcmp.c: Likewise.
32507         * lib/unistr/u16-strcpy.c: Likewise.
32508         * lib/unistr/u16-strcspn.c: Likewise.
32509         * lib/unistr/u16-strdup.c: Likewise.
32510         * lib/unistr/u16-strlen.c: Likewise.
32511         * lib/unistr/u16-strmblen.c: Likewise.
32512         * lib/unistr/u16-strmbtouc.c: Likewise.
32513         * lib/unistr/u16-strncat.c: Likewise.
32514         * lib/unistr/u16-strncmp.c: Likewise.
32515         * lib/unistr/u16-strncpy.c: Likewise.
32516         * lib/unistr/u16-strnlen.c: Likewise.
32517         * lib/unistr/u16-strpbrk.c: Likewise.
32518         * lib/unistr/u16-strrchr.c: Likewise.
32519         * lib/unistr/u16-strspn.c: Likewise.
32520         * lib/unistr/u16-strstr.c: Likewise.
32521         * lib/unistr/u16-strtok.c: Likewise.
32522         * lib/unistr/u16-to-u32.c: Likewise.
32523         * lib/unistr/u16-to-u8.c: Likewise.
32524         * lib/unistr/u16-uctomb-aux.c: Likewise.
32525         * lib/unistr/u16-uctomb.c: Likewise.
32526         * lib/unistr/u32-check.c: Likewise.
32527         * lib/unistr/u32-chr.c: Likewise.
32528         * lib/unistr/u32-cmp.c: Likewise.
32529         * lib/unistr/u32-cpy-alloc.c: Likewise.
32530         * lib/unistr/u32-cpy.c: Likewise.
32531         * lib/unistr/u32-endswith.c: Likewise.
32532         * lib/unistr/u32-mblen.c: Likewise.
32533         * lib/unistr/u32-mbsnlen.c: Likewise.
32534         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32535         * lib/unistr/u32-mbtouc.c: Likewise.
32536         * lib/unistr/u32-mbtoucr.c: Likewise.
32537         * lib/unistr/u32-move.c: Likewise.
32538         * lib/unistr/u32-next.c: Likewise.
32539         * lib/unistr/u32-prev.c: Likewise.
32540         * lib/unistr/u32-set.c: Likewise.
32541         * lib/unistr/u32-startswith.c: Likewise.
32542         * lib/unistr/u32-stpcpy.c: Likewise.
32543         * lib/unistr/u32-stpncpy.c: Likewise.
32544         * lib/unistr/u32-strcat.c: Likewise.
32545         * lib/unistr/u32-strchr.c: Likewise.
32546         * lib/unistr/u32-strcmp.c: Likewise.
32547         * lib/unistr/u32-strcpy.c: Likewise.
32548         * lib/unistr/u32-strcspn.c: Likewise.
32549         * lib/unistr/u32-strdup.c: Likewise.
32550         * lib/unistr/u32-strlen.c: Likewise.
32551         * lib/unistr/u32-strmblen.c: Likewise.
32552         * lib/unistr/u32-strmbtouc.c: Likewise.
32553         * lib/unistr/u32-strncat.c: Likewise.
32554         * lib/unistr/u32-strncmp.c: Likewise.
32555         * lib/unistr/u32-strncpy.c: Likewise.
32556         * lib/unistr/u32-strnlen.c: Likewise.
32557         * lib/unistr/u32-strpbrk.c: Likewise.
32558         * lib/unistr/u32-strrchr.c: Likewise.
32559         * lib/unistr/u32-strspn.c: Likewise.
32560         * lib/unistr/u32-strstr.c: Likewise.
32561         * lib/unistr/u32-strtok.c: Likewise.
32562         * lib/unistr/u32-to-u16.c: Likewise.
32563         * lib/unistr/u32-to-u8.c: Likewise.
32564         * lib/unistr/u32-uctomb.c: Likewise.
32565         * lib/unistr/u8-check.c: Likewise.
32566         * lib/unistr/u8-chr.c: Likewise.
32567         * lib/unistr/u8-cmp.c: Likewise.
32568         * lib/unistr/u8-cpy-alloc.c: Likewise.
32569         * lib/unistr/u8-cpy.c: Likewise.
32570         * lib/unistr/u8-endswith.c: Likewise.
32571         * lib/unistr/u8-mblen.c: Likewise.
32572         * lib/unistr/u8-mbsnlen.c: Likewise.
32573         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32574         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32575         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32576         * lib/unistr/u8-mbtouc.c: Likewise.
32577         * lib/unistr/u8-mbtoucr.c: Likewise.
32578         * lib/unistr/u8-move.c: Likewise.
32579         * lib/unistr/u8-next.c: Likewise.
32580         * lib/unistr/u8-prev.c: Likewise.
32581         * lib/unistr/u8-set.c: Likewise.
32582         * lib/unistr/u8-startswith.c: Likewise.
32583         * lib/unistr/u8-stpcpy.c: Likewise.
32584         * lib/unistr/u8-stpncpy.c: Likewise.
32585         * lib/unistr/u8-strcat.c: Likewise.
32586         * lib/unistr/u8-strchr.c: Likewise.
32587         * lib/unistr/u8-strcmp.c: Likewise.
32588         * lib/unistr/u8-strcpy.c: Likewise.
32589         * lib/unistr/u8-strcspn.c: Likewise.
32590         * lib/unistr/u8-strdup.c: Likewise.
32591         * lib/unistr/u8-strlen.c: Likewise.
32592         * lib/unistr/u8-strmblen.c: Likewise.
32593         * lib/unistr/u8-strmbtouc.c: Likewise.
32594         * lib/unistr/u8-strncat.c: Likewise.
32595         * lib/unistr/u8-strncmp.c: Likewise.
32596         * lib/unistr/u8-strncpy.c: Likewise.
32597         * lib/unistr/u8-strnlen.c: Likewise.
32598         * lib/unistr/u8-strpbrk.c: Likewise.
32599         * lib/unistr/u8-strrchr.c: Likewise.
32600         * lib/unistr/u8-strspn.c: Likewise.
32601         * lib/unistr/u8-strstr.c: Likewise.
32602         * lib/unistr/u8-strtok.c: Likewise.
32603         * lib/unistr/u8-to-u16.c: Likewise.
32604         * lib/unistr/u8-to-u32.c: Likewise.
32605         * lib/unistr/u8-uctomb-aux.c: Likewise.
32606         * lib/unistr/u8-uctomb.c: Likewise.
32607         * lib/unitypes.h: Likewise.
32608         * lib/uniwidth.h: Likewise.
32609         * lib/uniwidth/cjk.h: Likewise.
32610         * lib/uniwidth/u16-strwidth.c: Likewise.
32611         * lib/uniwidth/u16-width.c: Likewise.
32612         * lib/uniwidth/u32-strwidth.c: Likewise.
32613         * lib/uniwidth/u32-width.c: Likewise.
32614         * lib/uniwidth/u8-strwidth.c: Likewise.
32615         * lib/uniwidth/u8-width.c: Likewise.
32616         * lib/uniwidth/width.c: Likewise.
32617
32618 2007-10-07  Bruno Haible  <bruno@clisp.org>
32619
32620         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32621         The file is still under LGPL (see modules/inttypes).
32622
32623 2007-10-06  Bruno Haible  <bruno@clisp.org>
32624
32625         * modules/trunc (Dependencies): Add 'extensions'.
32626         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32627         Reported by Ben Pfaff <blp@gnu.org>.
32628
32629 2007-10-06  Bruno Haible  <bruno@clisp.org>
32630
32631         * modules/freopen-tests: New file.
32632         * tests/test-freopen.c: New file.
32633
32634         * modules/fopen-tests: New file.
32635         * tests/test-fopen.c: New file.
32636
32637         * modules/fopen: New file.
32638         * lib/fopen.c: New file.
32639         * m4/fopen.m4: New file.
32640         * modules/freopen: New file.
32641         * lib/freopen.c: New file.
32642         * m4/freopen.m4: New file.
32643         * lib/stdio.in.h (fopen, freopen): New declarations.
32644         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32645         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32646         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32647         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32648         * doc/functions/fopen.texi: Mention the 'fopen' module.
32649         * doc/functions/freopen.texi: Mention the 'freopen' module.
32650
32651 2007-10-06  Bruno Haible  <bruno@clisp.org>
32652
32653         * modules/open-tests: New file.
32654         * tests/test-open.c: New file.
32655
32656         * modules/open: New file.
32657         * lib/open.c: New file.
32658         * m4/open.m4: New file.
32659         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32660         lib/open.c does.
32661         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32662         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32663         macros.
32664         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32665         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32666         REPLACE_OPEN.
32667         * doc/functions/open.texi: Mention the 'open' module.
32668
32669 2007-10-04  Bruno Haible  <bruno@clisp.org>
32670
32671         * modules/ceill-tests: New file.
32672         * tests/test-ceill.c: New file.
32673
32674         * modules/ceill: New file.
32675         * lib/ceill.c: Replace entire file.
32676         * m4/ceill.m4: New file.
32677         * lib/math.in.h (ceill): Replace declaration.
32678         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32679         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32680         * doc/functions/ceill.texi: Mention the 'ceill' module.
32681         * modules/mathl (Files): Remove lib/ceill.c.
32682         (Depends-on): Add ceill.
32683
32684 2007-10-04  Bruno Haible  <bruno@clisp.org>
32685
32686         * modules/ceilf-tests: New file.
32687         * tests/test-ceilf.c: New file.
32688
32689         * modules/ceilf: New file.
32690         * lib/ceil.c: New file.
32691         * lib/ceilf.c: New file.
32692         * m4/ceilf.m4: New file.
32693         * lib/math.in.h (ceilf): New declaration.
32694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32695         HAVE_DECL_CEILF.
32696         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32697         HAVE_DECL_CEILF.
32698         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32699
32700 2007-10-04  Bruno Haible  <bruno@clisp.org>
32701
32702         * modules/floorl-tests: New file.
32703         * tests/test-floorl.c: New file.
32704
32705         * modules/floorl: New file.
32706         * lib/floorl.c: Replace entire file.
32707         * m4/floorl.m4: New file.
32708         * lib/math.in.h (floorl): Replace declaration.
32709         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32710         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32711         * doc/functions/floorl.texi: Mention the 'floorl' module.
32712         * modules/mathl (Files): Remove lib/floorl.c.
32713         (Depends-on): Add floorl.
32714
32715 2007-10-04  Bruno Haible  <bruno@clisp.org>
32716
32717         * modules/floorf-tests: New file.
32718         * tests/test-floorf.c: New file.
32719
32720         * modules/floorf: New file.
32721         * lib/floor.c: New file.
32722         * lib/floorf.c: New file.
32723         * m4/floorf.m4: New file.
32724         * lib/math.in.h (floorf): New declaration.
32725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32726         HAVE_DECL_FLOORF.
32727         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32728         HAVE_DECL_FLOORF.
32729         * doc/functions/floorf.texi: Mention the 'floorf' module.
32730
32731 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32732             Bruno Haible  <bruno@clisp.org>
32733
32734         Advertise for the Git server instead of the CVS server.
32735         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32736         repository instead of the CVS one.
32737         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32738         about all VCS systems generically.
32739         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32740
32741 2007-10-04  Bruno Haible  <bruno@clisp.org>
32742
32743         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32744         means.
32745         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32746
32747 2007-10-04  Bruno Haible  <bruno@clisp.org>
32748
32749         * modules/truncl-tests: New file.
32750         * tests/test-truncl.c: New file.
32751
32752         * modules/truncl: New file.
32753         * lib/truncl.c: New file.
32754         * m4/truncl.m4: New file.
32755         * lib/math.in.h (truncl): New declaration.
32756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32757         HAVE_DECL_TRUNCL.
32758         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32759         HAVE_DECL_TRUNCL.
32760         * doc/functions/truncl.texi: Mention the 'truncl' module.
32761
32762 2007-10-04  Bruno Haible  <bruno@clisp.org>
32763
32764         * modules/truncf-tests: New file.
32765         * tests/test-truncf.c: New file.
32766
32767         * modules/truncf: New file.
32768         * lib/trunc.c: Make paramerizable through USE_* macros.
32769         * lib/truncf.c: New file.
32770         * m4/truncf.m4: New file.
32771         * lib/math.in.h (truncf): New declaration.
32772         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32773         HAVE_DECL_TRUNCF.
32774         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32775         HAVE_DECL_TRUNCF.
32776         * doc/functions/truncf.texi: Mention the 'truncf' module.
32777
32778 2007-10-03  Bruno Haible  <bruno@clisp.org>
32779
32780         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32781         augmentation also for tests modules.
32782         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32783         * modules/atexit-tests (Makefile.am): Likewise.
32784         * modules/binary-io-tests (Makefile.am): Likewise.
32785         * modules/c-strcase-tests (Makefile.am): Likewise.
32786         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32787         * modules/canonicalize-tests (Makefile.am): Likewise.
32788         * modules/closein-tests (Makefile.am): Likewise.
32789         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32790         * modules/freadahead-tests (Makefile.am): Likewise.
32791         * modules/fseek-tests (Makefile.am): Likewise.
32792         * modules/fseeko-tests (Makefile.am): Likewise.
32793         * modules/ftell-tests (Makefile.am): Likewise.
32794         * modules/ftello-tests (Makefile.am): Likewise.
32795         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32796         * modules/isnanl-tests (Makefile.am): Likewise.
32797         * modules/lseek-tests (Makefile.am): Likewise.
32798         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32799         * modules/mbscasestr-tests (Makefile.am): Likewise.
32800         * modules/mbschr-tests (Makefile.am): Likewise.
32801         * modules/mbscspn-tests (Makefile.am): Likewise.
32802         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32803         * modules/mbspbrk-tests (Makefile.am): Likewise.
32804         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32805         * modules/mbsrchr-tests (Makefile.am): Likewise.
32806         * modules/mbsspn-tests (Makefile.am): Likewise.
32807         * modules/mbsstr-tests (Makefile.am): Likewise.
32808         * modules/printf-posix-tests (Makefile.am): Likewise.
32809         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32810         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32811         * modules/tsearch-tests (Makefile.am): Likewise.
32812         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32813         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32814         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32815         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32816         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32817         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32818         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32819         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32820         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32821         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32822         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32823         * modules/xstrtol-tests (Makefile.am): Likewise.
32824         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32825         * modules/yesno-tests (Makefile.am): Likewise.
32826
32827 2007-10-03  Bruno Haible  <bruno@clisp.org>
32828
32829         * modules/trunc-tests: New file.
32830         * tests/test-trunc.c: New file.
32831
32832         * modules/trunc: New file.
32833         * lib/trunc.c: New file.
32834         * m4/trunc.m4: New file.
32835         * lib/math.in.h (trunc): New declaration.
32836         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32837         HAVE_DECL_TRUNC.
32838         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32839         HAVE_DECL_TRUNC.
32840         * doc/functions/trunc.texi: Mention the 'trunc' module.
32841
32842 2007-10-03  Bruno Haible  <bruno@clisp.org>
32843
32844         * tests/test-fpending.c: New file, mostly copied
32845         from coreutils/lib/t-fpending.c.
32846         * modules/fpending-tests: New file.
32847
32848 2007-10-03  Bruno Haible  <bruno@clisp.org>
32849
32850         Port the stdio extensions to QNX (untested).
32851         * lib/fseterr.c (fseterr): Add support for QNX.
32852         * lib/fbufmode.c (fbufmode): Likewise.
32853         * lib/freadable.c (freadable): Likewise.
32854         * lib/fwritable.c (fwritable): Likewise.
32855         * lib/freading.c (freading): Likewise.
32856         * lib/fwriting.c (fwriting): Likewise.
32857         * lib/freadahead.c (freadahed): Likewise.
32858         * lib/fpurge.c (fpurge): Likewise.
32859         * lib/fseeko.c (rpl_fseeko): Likewise.
32860
32861 2007-10-03  Bruno Haible  <bruno@clisp.org>
32862             Jim Meyering  <jim@meyering.net>
32863             Eric Blake  <ebb9@byu.net>
32864
32865         * doc/relocatable.texi: Use @command instead of @program.
32866
32867 2007-10-02  Jim Meyering  <jim@meyering.net>
32868
32869         Perform one more "_.h" -> ".in.h" substitution.
32870         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32871         instead of unistd_.h here, too.
32872
32873 2007-10-01  Bruno Haible  <bruno@clisp.org>
32874
32875         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32876         Needed for the alloca-opt module.
32877
32878 2007-09-30  Bruno Haible  <bruno@clisp.org>
32879
32880         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32881         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32882         alloca_.h.
32883         * lib/argz.in.h: Renamed from lib/argz_.h.
32884         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32885         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32886         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32887         byteswap_.h.
32888         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32889         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32890         dirent_.h.
32891         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32892         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32893         fcntl_.h.
32894         * lib/float.in.h: Renamed from lib/float_.h.
32895         * modules/float (Files, Makefile.am): Use float.in.h instead of
32896         float_.h.
32897         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32898         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32899         fnmatch_.h.
32900         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32901         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32902         getopt_.h.
32903         * lib/glob.in.h: Renamed from lib/glob_.h.
32904         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32905         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32906         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32907         iconv_.h.
32908         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32909         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32910         inttypes_.h.
32911         * lib/locale.in.h: Renamed from lib/locale_.h.
32912         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32913         locale_.h.
32914         * lib/math.in.h: Renamed from lib/math_.h.
32915         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32916         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32917         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32918         of netinet_in_.h. Add dependency.
32919         * lib/poll.in.h: Renamed from lib/poll_.h.
32920         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32921         * lib/search.in.h: Renamed from lib/search_.h.
32922         * modules/search (Files, Makefile.am): Use search.in.h instead of
32923         search_.h.
32924         * lib/signal.in.h: Renamed from lib/signal_.h.
32925         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32926         _signal.h.
32927         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32928         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32929         stdbool_.h.
32930         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32931         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32932         stdint_.h.
32933         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32934         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32935         stdio_.h.
32936         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32937         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32938         stdlib_.h.
32939         * lib/string.in.h: Renamed from lib/string_.h.
32940         * modules/string (Files, Makefile.am): Use string.in.h instead of
32941         string_.h.
32942         * doc/gnulib-tool.texi (Initial import): Update.
32943         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32944         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32945         of sys_select_.h. Add dependency.
32946         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32947         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32948         of sys_socket_.h.
32949         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32950         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32951         sys_stat_.h.
32952         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32953         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32954         sys_time_.h.
32955         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32956         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32957         sysexits_.h.
32958         * lib/time.in.h: Renamed from lib/time_.h.
32959         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32960         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32961         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32962         unistd_.h.
32963         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32964         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32965         wchar_.h.
32966         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32967         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32968         wctype_.h.
32969         * build-aux/bootstrap (slurp): Update.
32970         * lib/.cppi-disable: Update.
32971
32972 2007-09-30  Bruno Haible  <bruno@clisp.org>
32973
32974         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32975         Needed on BeOS.
32976
32977 2007-09-30  Bruno Haible  <bruno@clisp.org>
32978
32979         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32980
32981 2007-09-29  Bruno Haible  <bruno@clisp.org>
32982
32983         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32984
32985 2007-09-29  Bruno Haible  <bruno@clisp.org>
32986
32987         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32988         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32989         * build-aux/install-reloc: Compile also areadlink.c.
32990         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32991
32992 2007-09-29  Bruno Haible  <bruno@clisp.org>
32993
32994         * gnulib-tool (func_emit_initmacro_done): Indentation.
32995
32996 2007-09-29  Bruno Haible  <bruno@clisp.org>
32997
32998         * README: Add CVS checkout update instructions.
32999         Info from Bob Proulx <bob@proulx.com>.
33000
33001 2007-09-28  Eric Blake  <ebb9@byu.net>
33002
33003         Provide move-if-change.
33004         * build-aux/move-if-change: New file, based on best practice
33005         rather than any canonical upstream location.
33006
33007 2007-09-28  Jim Meyering  <jim@meyering.net>
33008
33009         Fix canonicalize loop-detection corner case.
33010         Do not attempt to stat the symlink values stored via seen_triple.
33011         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
33012         on linux-2.6.18, (but not 2.6.22).
33013         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
33014         triple_compare.  The former compares dev,ino,filename, while the latter
33015         would actually stat dirname(filename) when dev and ino were equal.
33016         * lib/hash-triple.c: Install <string.h>.
33017         (STREQ): Define.
33018         (triple_compare_ino_str): New function.
33019         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
33020
33021 2007-09-28  Eric Blake  <ebb9@byu.net>
33022
33023         Enforce that AC_REPLACE_FUNCS files exist.
33024         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
33025         override check for typos.
33026
33027         Fix test-closein on Solaris 10.
33028         * tests/test-closein.c (main): Don't assume stdin can be inherited
33029         closed on all systems.
33030         * tests/test-closein.sh: Likewise.
33031         Reported by Piotr Tarnowski.
33032
33033 2007-09-28  Jim Meyering  <jim@meyering.net>
33034
33035         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
33036
33037 2007-09-27  Jim Meyering  <jim@meyering.net>
33038
33039         canonicalize: Avoid a false-positive cycle failure.
33040         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33041         Sort.  Remove cycle-check.
33042         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33043         not cycle-check.h.
33044         (seen_triple): New function.
33045         (canonicalize_filename_mode): Use it instead of cycle-check.
33046         * tests/test-canonicalize.c: Add a test for this bug.
33047         * tests/test-canonicalize.sh: Set up and run the test.
33048
33049         New module, file-set, from coreutils.
33050         * modules/file-set: Define it.
33051         * lib/file-set.c, lib/file-set.h: Implement.
33052
33053         New module, hash-triple, from coreutils.
33054         * modules/hash-triple: Define it.
33055         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33056
33057 2007-09-25  Eric Blake  <ebb9@byu.net>
33058
33059         Fix strerror on Interix.
33060         * lib/string_.h (strerror): Declare replacement.
33061         * doc/functions/strerror.texi (strerror): Document the Interix
33062         shortcoming.
33063         * modules/string (Makefile.am): Support new hooks.
33064         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33065         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33066         gl_FUNC_STRERROR_SEPARATE.
33067         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33068         * lib/strerror.c (rpl_strerror): Provide replacement.
33069         * modules/strerror (Depends-on): Add string.
33070         (configure.ac): Detect use of module.
33071         * tests/test-strerror.c: New file.
33072         * modules/strerror-tests: New test module.
33073         * modules/argp (Depends-on): Add strerror.
33074         * modules/error (Depends-on): Likewise.
33075         Reported by Martin Koeppe.
33076
33077 2007-09-24  Bruno Haible  <bruno@clisp.org>
33078
33079         * README: Update git instructions.
33080
33081 2007-09-24  Eric Blake  <ebb9@byu.net>
33082
33083         Revert fpending breakage from 2007-09-08.
33084         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33085         __fpending.c.
33086
33087 2007-09-24  Jim Meyering  <jim@meyering.net>
33088
33089         filenamecat.c: Add a test.
33090         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33091         showing how the function works when DIR is the empty string.
33092
33093 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33094
33095         * tests/test-canonicalize.sh: Turn on executable bit.
33096
33097 2007-09-19  Eric Blake  <ebb9@byu.net>
33098
33099         * README: Update CVS instructions.
33100
33101 2007-09-18  Bruno Haible  <bruno@clisp.org>
33102
33103         * modules/areadlink: New file.
33104         * lib/areadlink.h (areadlink): New declaration.
33105         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33106
33107 2007-09-17  Jim Meyering  <jim@meyering.net>
33108
33109         * lib/savewd.c (ESTALE) [!defined]: Define.
33110         Reported to be required on Interix by Martin Koeppe.
33111
33112 2007-09-17  Bruno Haible  <bruno@clisp.org>
33113
33114         * gnulib-tool (func_version): Use $version.
33115
33116 2007-09-16  Bruno Haible  <bruno@clisp.org>
33117
33118         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33119         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33120         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33121         Reported by Greg Schafer <gschafer@zip.com.au>.
33122
33123 2007-09-15  Bruno Haible  <bruno@clisp.org>
33124
33125         * gnulib-tool (sed): Try a little harder to make bash understand the
33126         alias.
33127         Reported by Bruce Korb <bruce.korb@gmail.com>.
33128
33129 2007-09-13  Eric Blake  <ebb9@byu.net>
33130
33131         * ChangeLog: Remove conflict markers.
33132
33133 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33134
33135         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33136         Reported by Bruno Haible <bruno@clisp.org>.
33137
33138 2007-09-12  Bruno Haible  <bruno@clisp.org>
33139
33140         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33141         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33142         is not defined.
33143
33144 2007-09-12  Eric Blake  <ebb9@byu.net>
33145
33146         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33147         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33148         Autoconf definition.
33149         * modules/euidaccess (Depends-on): Add extensions, for
33150         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33151         * modules/fnmatch (Depends-on): Likewise.
33152         * modules/getaddrinfo (Depends-on): Likewise.
33153         * modules/getdelim (Depends-on): Likewise.
33154         * modules/getline (Depends-on): Likewise.
33155         * modules/getsubopt (Depends-on): Likewise.
33156         * modules/gettext (Depends-on): Likewise.
33157         * modules/group-member (Depends-on): Likewise.
33158         * modules/mbchar (Depends-on): Likewise.
33159         * modules/memmem (Depends-on): Likewise.
33160         * modules/mempcpy (Depends-on): Likewise.
33161         * modules/memrchr (Depends-on): Likewise.
33162         * modules/pagealign_alloc (Depends-on): Likewise.
33163         * modules/readutmp (Depends-on): Likewise.
33164         * modules/stpcpy (Depends-on): Likewise.
33165         * modules/stpncpy (Depends-on): Likewise.
33166         * modules/strchrnul (Depends-on): Likewise.
33167         * modules/strndup (Depends-on): Likewise.
33168         * modules/strsep (Depends-on): Likewise.
33169         * modules/strverscmp (Depends-on): Likewise.
33170         * modules/vasprintf (Depends-on): Likewise.
33171         * modules/wcwidth (Depends-on): Likewise.
33172         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33173         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33174         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33175         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33176         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33177         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33178         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33179         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33180         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33181         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33182         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33183         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33184         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33185         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33186         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33187         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33188         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33189         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33190         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33191         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33192         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33193         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33194         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33195         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33196         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33197         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33198         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33199         so that lock.m4 can be used in gettext without extensions module.
33200
33201 2007-09-11  Bruno Haible  <bruno@clisp.org>
33202
33203         * m4/isc-posix.m4: Remove file.
33204         Suggested by Eric Blake.
33205
33206 2007-09-11  Eric Blake  <ebb9@byu.net>
33207
33208         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33209
33210 2007-09-10  Bruno Haible  <bruno@clisp.org>
33211
33212         * posix-modules: Fix typo in error message.
33213         Reported by Matt <mkraai@beckman.com>.
33214
33215 2007-09-09  Bruno Haible  <bruno@clisp.org>
33216
33217         * doc/functions/getdelim.texi: Update list of platforms lacking the
33218         function.
33219         * doc/functions/getline.texi: Likewise.
33220
33221 2007-09-09  Jim Meyering  <jim@meyering.net>
33222
33223         * lib/hash.c (hash_initialize): Detect calloc failure.
33224         Reported by Bruno Haible.
33225
33226 2007-09-09  Bruno Haible  <bruno@clisp.org>
33227
33228         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33229         malloc or realloc fails.
33230
33231 2007-09-09  Bruno Haible  <bruno@clisp.org>
33232
33233         * modules/getcwd (Depends-on): Add malloc-posix.
33234         * modules/glob (Depends-on): Likewise.
33235         * modules/putenv (Depends-on): Likewise.
33236         * modules/strdup (Depends-on): Likewise.
33237         * modules/getdelim (Depends-on): Add realloc-posix.
33238         * modules/read-file (Depends-on): Likewise.
33239
33240 2007-09-09  Bruno Haible  <bruno@clisp.org>
33241
33242         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33243         (gl_FUNC_MALLOC_POSIX): Require it.
33244         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33245         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33246         * modules/realloc (Files): Add m4/malloc.m4.
33247         * modules/calloc (Files): Likewise.
33248
33249 2007-09-09  Bruno Haible  <bruno@clisp.org>
33250
33251         * modules/malloc-posix: New file.
33252         * modules/malloc (Depends-on): Add malloc-posix.
33253         * lib/malloc.c: Include errno.h.
33254         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33255         and a POSIX-compatible malloc into a single function. Set ENOMEM
33256         when returning NULL.
33257         * m4/malloc.m4: New file.
33258         * doc/functions/malloc.texi: Mention the malloc-posix module.
33259         * lib/stdlib_.h (malloc): New declaration.
33260         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33261         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33262         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33263         and HAVE_MALLOC_POSIX.
33264
33265 2007-09-09  Bruno Haible  <bruno@clisp.org>
33266
33267         * modules/realloc-posix: New file.
33268         * modules/realloc (Depends-on): Add realloc-posix.
33269         * lib/realloc.c: Include errno.h.
33270         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33271         and a POSIX-compatible realloc into a single function. Set ENOMEM
33272         when returning NULL.
33273         * m4/realloc.m4: New file.
33274         * doc/functions/realloc.texi: Mention the realloc-posix module.
33275         * lib/stdlib_.h (realloc): New declaration.
33276         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33277         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33278         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33279         and HAVE_REALLOC_POSIX.
33280
33281 2007-09-09  Bruno Haible  <bruno@clisp.org>
33282
33283         * modules/calloc-posix: New file.
33284         * modules/calloc (Depends-on): Add calloc-posix.
33285         * lib/calloc.c: Include errno.h.
33286         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33287         and a POSIX-compatible calloc into a single function. Set ENOMEM
33288         when returning NULL.
33289         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33290         * doc/functions/calloc.texi: Mention the calloc-posix module.
33291         * lib/stdlib_.h (calloc): New declaration.
33292         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33293         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33294         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33295         and HAVE_CALLOC_POSIX.
33296
33297 2007-09-09  Bruno Haible  <bruno@clisp.org>
33298
33299         Allow for modules to show an arbitrary notice.
33300         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33301         * gnulib-tool: New option --extract-notice.
33302         (func_usage): Document it.
33303         (sed_extract_prog): Update.
33304         (func_get_notice): New function.
33305         (func_modules_notice): New function.
33306         (func_import, func_create_testdir): Invoke it.
33307         Suggested by Jim Meyering.
33308
33309 2007-09-09  Bruno Haible  <bruno@clisp.org>
33310
33311         * gnulib-tool: New options --verbose, --quiet.
33312         (func_usage): Document them.
33313         (verbose): New variable.
33314         (func_execute_command): New function.
33315         (func_import): Don't show the module list and the file list if
33316         $verbose < 0.
33317         (func_create_testdir): Likewise. Use func_execute_command.
33318         (func_create_megatestdir): Use func_execute_command.
33319
33320 2007-09-08  Bruno Haible  <bruno@clisp.org>
33321
33322         * gnulib-tool (func_import): Prefer rsync over wget when available,
33323         for fetching the PO files.
33324
33325 2007-09-08  Bruno Haible  <bruno@clisp.org>
33326
33327         * posix-modules: New file. Portions copied from gnulib-tool.
33328         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33329
33330 2007-09-08  Jim Meyering  <jim@meyering.net>
33331
33332         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33333         * lib/fpending.h: Rename from __fpending.h.
33334         * lib/fpending.c: Rename from __fpending.c.
33335         Include "fpending.h", not "__fpending.h".
33336         * lib/__fpending.h, lib/__fpending.c: Remove files.
33337         * modules/fpending (Files): Reflect new file names.
33338         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33339
33340 2007-09-08  Bruno Haible  <bruno@clisp.org>
33341
33342         * m4/inttypes-h.m4: Remove stub file.
33343
33344 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33345
33346         * doc/headers/stdint.texi: Discuss #include_next issue.
33347
33348 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33349
33350         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33351
33352 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33353
33354         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33355         in variable name.
33356
33357 2007-09-03  Jim Meyering  <jim@meyering.net>
33358
33359         New module: git-version-gen.
33360         * modules/git-version-gen: New file.
33361
33362         Import changes from coreutils for bootstrap script.
33363
33364         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33365
33366         bootstrap: uses rsync to download the .po files
33367         * build-aux/bootstrap (po_download_command_format): New global.
33368         (download_po_files): Use rsync.
33369         (update_po_files): Don't remove .po files after download,
33370         so future rsync runs can take advantage of the copies.
33371
33372         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33373
33374         Solve the unnecessary-.po-file-regeneration problem once and for all.
33375         * build-aux/bootstrap (download_po_files): New function, renamed from
33376         get_translations.  Now, downloads, but doesn't update LINGUAS.
33377         (update_po_files): New function.
33378
33379         bootstrap: Ignore more.
33380         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33381         uniwidth to e.g., lib/.gitignore.
33382         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33383
33384         * build-aux/bootstrap: New setting: vc_ignore.
33385         (insert_sorted_if_absent): Create $file if absent.
33386         Adapt to new, possibly empty, list: $vc_ignore.
33387
33388         bootstrap: generate more ignorable names
33389         * build-aux/bootstrap (slurp): When generating ignorable names,
33390         also map .sin to .sed, .gperf to .c, and .y to .c.
33391
33392 2007-09-03  Jim Meyering  <jim@meyering.net>
33393
33394         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33395         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33396
33397 2007-09-02  Bruno Haible  <bruno@clisp.org>
33398
33399         Fix mis-recognition of 'mcs' on QNX 6.
33400         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33401         output contains the string "Mono".
33402         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33403         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33404
33405 2007-09-01  Bruno Haible  <bruno@clisp.org>
33406
33407         Fix collision between uniwidth/* and linebreak modules.
33408         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33409         u32_width): Remove declarations.
33410         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33411         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33412         streq3, streq2, streq1, streq0): Remove functions.
33413         (STREQ): Remove macro.
33414         (is_cjk_encoding): Remove function.
33415         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33416         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33417         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33418         * NEWS: Document the change.
33419
33420 2007-09-01  Bruno Haible  <bruno@clisp.org>
33421
33422         * lib/streq.h: Add double-inclusion guard.
33423
33424 2007-09-01  Karl Berry  <karl@gnu.org>
33425
33426         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33427
33428 2007-08-28  Jim Meyering  <jim@meyering.net>
33429
33430         Rename mreadlink_with_size to areadlink_with_size.
33431         * NEWS: Document the change.
33432         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33433         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33434         * lib/mreadlink.h: Rename this to...
33435         * lib/areadlink.h: ...this.
33436         * modules/mreadlink-with-size: Rename this to...
33437         * modules/areadlink-with-size: ...this.
33438         * lib/canonicalize.c: Reflect the renaming.
33439         * modules/canonicalize: Likewise.
33440
33441 2007-08-26  Bruno Haible  <bruno@clisp.org>
33442
33443         * gnulib-tool (func_import): When deciding which files to remove,
33444         consider also dangling symbolic links.
33445         Reported by Eric Blake.
33446
33447 2007-08-26  Bruno Haible  <bruno@clisp.org>
33448
33449         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33450
33451 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33452
33453         * lib/readline.c: Don't include getline.h, the prototype is now
33454         found in stdio.h.
33455
33456 2007-08-23  Jim Meyering  <jim@meyering.net>
33457
33458         Getdelim touchup.
33459         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33460         around the funlockfile call, since funlockfile never sets errno.
33461         Don't set errno upon failed realloc.
33462
33463 2007-08-22  Eric Blake  <ebb9@byu.net>
33464
33465         Getline touchups.
33466         * lib/getdelim.c (getdelim): Revert regression that required *n to
33467         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33468         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33469         getdelim, rather than whether implementation is missing.
33470         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33471         * lib/stdio_.h (getline): Also declare if replacement is
33472         required.
33473         * doc/functions/getdelim.texi: New file.
33474         * doc/functions/getline.texi: Likewise.
33475         * doc/gnulib.texi (Function Substitutes): Add new files.
33476         Reported by Bruno Haible.
33477
33478 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33479
33480         * users.txt: Add Guile.
33481
33482 2007-08-22  Eric Blake  <ebb9@byu.net>
33483
33484         * tests/test-getdelim.c (main): Use remove, not unlink.
33485         * tests/test-getline.c (main): Likewise.
33486
33487         Move getline and getdelim into stdio.h, per POSIX 200x.
33488         * modules/getline (Files): Remove getline.h.
33489         (Depends-on): Add stdio.
33490         (configure.ac): Add module indicator.
33491         * modules/getdelim (Files): Remove getdelim.h.
33492         (Depends-on): Add stdio.
33493         (configure.ac): Add module indicator.
33494         * modules/stdio (Makefile.am): Work with new indicators.
33495         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33496         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33497         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33498         * lib/getdelim.h: Delete.
33499         * lib/getline.h: Delete.
33500         * lib/stdio_.h (getdelim, getline): Declare.
33501         * modules/getdelim-tests: New module.
33502         * modules/getline-tests: Likewise.
33503         * tests/test-getdelim.c: New file.
33504         * tests/test-getline.c: Likewise.
33505         * NEWS: Document the change.
33506         * lib/getline.c: Update choice of header.
33507         * lib/csharpcomp.c: Likewise.
33508         * lib/getpass.c: Likewise.
33509         * lib/javacomp.c: Likewise.
33510         * lib/javaversion.c: Likewise.
33511         * lib/yesno.c: Likewise.
33512         * lib/getdelim.c: Likewise.
33513         (getdelim): Set errno on failure, and avoid memory leak.
33514
33515 2007-08-19  Bruno Haible  <bruno@clisp.org>
33516
33517         * modules/closein (Depends-on): Add freadahead.
33518         * lib/closein.c: Include freadahead.h.
33519         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33520         is zero.
33521
33522 2007-08-19  Bruno Haible  <bruno@clisp.org>
33523
33524         * modules/freadahead-tests: New file.
33525         * tests/test-freadahead.sh: New file.
33526         * tests/test-freadahead.c: New file.
33527
33528         * modules/freadahead: New file.
33529         * lib/freadahead.h: New file.
33530         * lib/freadahead.c: New file.
33531         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33532         fbufmode, fpurge, freadable, fwritable.
33533
33534 2007-08-19  Eric Blake  <ebb9@byu.net>
33535
33536         Test yesno in combination with closein.
33537         * lib/yesno.c (yesno): Document use of stdin.
33538         * modules/yesno-tests (Files): New module.
33539         * tests/test-yesno.c (main): New file.
33540         * tests/test-yesno.sh: Likewise.
33541
33542 2007-08-19  Bruno Haible  <bruno@clisp.org>
33543
33544         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33545         * lib/fseeko.c (rpl_fseeko): Likewise.
33546         * lib/fseterr.c (fseterr): Likewise.
33547
33548 2007-08-19  Bruno Haible  <bruno@clisp.org>
33549
33550         * tests/test-lseek.c (main): Disable a test for BeOS.
33551         * doc/functions/lseek.texi: Document the BeOS bug.
33552
33553 2007-08-19  Bruno Haible  <bruno@clisp.org>
33554             Eric Blake  <ebb9@byu.net>
33555
33556         * lib/lseek.c: Include <sys/stat.h>.
33557         (rpl_lseek): Add workaround code also for Unix platforms.
33558         Needed for BeOS.
33559         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33560         * doc/functions/lseek.texi: Document BeOS definiency.
33561
33562 2007-08-18  Bruno Haible  <bruno@clisp.org>
33563
33564         * modules/fstrcmp-tests: New file.
33565         * tests/test-fstrcmp.c: New file.
33566
33567 2007-08-18  Bruno Haible  <bruno@clisp.org>
33568
33569         * modules/fstrcmp: New file, from GNU gettext with modifications.
33570         * lib/fstrcmp.h: New file, from GNU gettext.
33571         * lib/fstrcmp.c: New file, from GNU gettext.
33572         * MODULES.html.sh (String handling): Add fstrcmp.
33573
33574 2007-08-18  Bruno Haible  <bruno@clisp.org>
33575
33576         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33577         'bool'.
33578         (diag, compareseq): Remove const from the ctxt argument.
33579         (USE_HEURISTIC): Undefine at the end.
33580
33581 2007-08-18  Jim Meyering  <jim@meyering.net>
33582
33583         New file: lib/idcache.h
33584         * NEWS: Mention the addition.
33585         * modules/idcache (Files): Add lib/idcache.h
33586         * lib/idcache.c: Include "idcache.h".
33587         Don't include <sys/types.h>.
33588         Add a FIXME comment.
33589         Move file-scoped "static" declarations to the top.
33590         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33591
33592 2007-08-17  Bruno Haible  <bruno@clisp.org>
33593         and Paul Eggert  <eggert@cs.ucla.edu>
33594
33595         * MODULES.html.sh: Add diffseq.
33596         * modules/diffseq: New file.
33597         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33598         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33599
33600 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33601
33602         Import changes from coreutils for bootstrap script.
33603
33604         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33605
33606         * build-aux/bootstrap (slurp): Work even in environments where
33607         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33608         current code does not slurp files whose names start with ".", and
33609         this looks like it might be a troublesome area.
33610
33611         2007-07-11  Jim Meyering  <jim@meyering.net>
33612
33613         If there's a GPL vN copyright comment, require that N == 3.
33614
33615         2007-07-08  Jim Meyering  <jim@meyering.net>
33616
33617         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33618         * build-aux/bootstrap (mam_template): Move definition out of loop.
33619
33620         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33621
33622         * build-aux/bootstrap (symlink_to_dir): Rename function from
33623         symlink_to_gnulib.  Add a directory parameter.  Update all
33624         callers.
33625         (cp_mark_as_generated): Also check for -- and link to -- files in
33626         gl/.
33627
33628         2007-07-08  Jim Meyering  <jim@meyering.net>
33629
33630         Adapt to deeper hierarchy in gnulib.
33631         * build-aux/bootstrap (symlink_to_dir): If the destination
33632         directory doesn't exist, create it. This is required at least for
33633         "lib/uniwidth/cjk.h".
33634
33635         2007-05-15  Jim Meyering  <jim@meyering.net>
33636
33637         * build-aux/bootstrap: Now that generated Makefile.am files
33638         are no longer under version control, they must be created at
33639         bootstrap time.
33640
33641 2007-08-14  Ben Pfaff  <blp@gnu.org>
33642
33643         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33644
33645 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33646
33647         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33648         given the changes below.
33649         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33650         even on hosts that have padding bits beyond the supported 64.
33651
33652 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33653
33654         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33655         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33656         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33657         depends on it.
33658         (xstrtol_error): Remove.
33659         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33660         but with a different signature.
33661         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33662         * lib/xstrtol-error.c: Include exitfail.h.
33663         (xstrtol_fatal): New function, with a different signature from the
33664         old xstrtol_error, so that the caller need not worry about passing
33665         in an exit status, or about storage management of the option argument.
33666         (xstrtol_error): Now a static function.  Redo signature to
33667         implement xstrtol_fatal.  Output the correct number of hyphens in
33668         front of the option so that the caller need not worry about
33669         storage management.
33670         (N_): New macro.
33671         (_): Remove; not used now.
33672         * modules/xstrtol: Depend on getopt.
33673         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33674         of old STRTOL_FATAL_ERROR macro.
33675         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33676         of test program.
33677         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33678         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33679
33680 2007-08-08  Eric Blake  <ebb9@byu.net>
33681
33682         * lib/xstrtol-error.c: Add missing include.
33683
33684         Move xstrtol messages into gnulib domain, when --pobase is used.
33685         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33686         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33687         * modules/xstrtol (Files): Distribute new file.
33688         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33689         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33690         * tests/test-xstrtol.c: ...into new file.
33691         * tests/test-xstrtoul.c: Also test xstrtoul.
33692         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33693         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33694         * tests/test-xstrtol.sh: Drive the tests.
33695         * tests/test-xstrtoimax.sh: Likewise.
33696         * tests/test-xstrtoumax.sh: Likewise.
33697         * modules/xstrtol-tests: New module.
33698         * modules/xstrtoimax-tests: Likewise.
33699         * modules/xstrtoumax-tests: Likewise.
33700
33701 2007-08-08  Jim Meyering  <jim@meyering.net>
33702
33703         New function: mfile_name_concat.
33704         * lib/filenamecat.c (mfile_name_concat): New function, just like
33705         file_name_concat, but return NULL upon failure rather than exiting
33706         with a diagnostic.
33707         * lib/filenamecat.h: Declare it.
33708
33709 2007-08-07  Bruno Haible  <bruno@clisp.org>
33710
33711         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33712         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33713         warning from gcc.
33714         Reported by Eric Blake.
33715
33716 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33717
33718         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33719         * modules/crypto/arcfour (License): Likewise.
33720         * modules/crypto/des-tests (License): Likewise.
33721         * modules/crypto/gc-arctwo-tests (License): Likewise.
33722         * modules/crypto/gc-des-tests (License): Likewise.
33723         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33724         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33725         * modules/crypto/gc-md2-tests (License): Likewise.
33726         * modules/crypto/gc-md4-tests (License): Likewise.
33727         * modules/crypto/gc-md5-tests (License): Likewise.
33728         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33729         * modules/crypto/gc-rijndael-tests (License): Likewise.
33730         * modules/crypto/gc-sha1-tests (License): Likewise.
33731         * modules/crypto/gc-tests (License): Likewise.
33732         * modules/crypto/hmac-md5 (License): Likewise.
33733         * modules/crypto/hmac-sha1 (License): Likewise.
33734         * modules/crypto/md2-tests (License): Likewise.
33735         * modules/crypto/md4-tests (License): Likewise.
33736         * modules/crypto/md5 (License): Likewise.
33737         * modules/crypto/rijndael (License): Likewise.
33738         * modules/crypto/sha1 (License): Likewise.
33739         * modules/memxor (License): Likewise.
33740
33741 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33742         and Bruno Haible  <bruno@clisp.org>
33743
33744         * NEWS: Describe interface changes to human, xstrtol.
33745         * lib/human.h: Include <xstrtol.h>.
33746         (human_options): Return enum strtol_error, not int.  Remove
33747         bool arg; take int * instead.
33748         * lib/human.c: Don't include "gettext.h".
33749         (_): Remove; no longer used.
33750         Don't include <xstrtol.h>, since human.h does it.
33751         (human_options): Adjust to abovementioned interface changes.
33752         Do not report error to stderr; that's now the caller's
33753         responsibility.
33754         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33755         interface change.
33756         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33757         Str, Argument_type_string.  All uses changed.  Put " argument"
33758         in diagnostics to make them clearer.  Change wording of suffix
33759         message for clarity.
33760         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33761         Argument_type_string.
33762         (STRTOL_FATAL_WARN): Remove; no longer used.
33763         * modules/human (Depends-on): Remove gettext-h.
33764
33765 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33766
33767         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33768
33769 2007-07-31  Bruno Haible  <bruno@clisp.org>
33770
33771         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33772         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33773         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33774
33775 2007-07-31  Bruno Haible  <bruno@clisp.org>
33776
33777         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33778         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33779
33780 2007-07-30  Bruno Haible  <bruno@clisp.org>
33781
33782         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33783         * modules/c-ctype (License): Likewise.
33784         * modules/c-strcase (License): Likewise.
33785         * modules/check-version (License): Likewise.
33786         * modules/iconv (License): Likewise.
33787         * modules/iconv_open (License): Likewise.
33788         * modules/read-file (License): Likewise.
33789         * modules/striconv (License): Likewise.
33790         * modules/strverscmp (License): Likewise.
33791         * modules/vasprintf (License): Likewise.
33792         * modules/crypto/des (License): Likewise.
33793         * modules/crypto/gc (License): Likewise.
33794         * modules/crypto/gc-arcfour (License): Likewise.
33795         * modules/crypto/gc-arctwo (License): Likewise.
33796         * modules/crypto/gc-des (License): Likewise.
33797         * modules/crypto/gc-hmac-md5 (License): Likewise.
33798         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33799         * modules/crypto/gc-md2 (License): Likewise.
33800         * modules/crypto/gc-md4 (License): Likewise.
33801         * modules/crypto/gc-md5 (License): Likewise.
33802         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33803         * modules/crypto/gc-random (License): Likewise.
33804         * modules/crypto/gc-rijndael (License): Likewise.
33805         * modules/crypto/gc-sha1 (License): Likewise.
33806         * modules/crypto/md2 (License): Likewise.
33807         * modules/crypto/md4 (License): Likewise.
33808
33809 2007-07-30  Jim Meyering  <jim@meyering.net>
33810
33811         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33812         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33813         it has valid stat data.  This bug would cause du not to count the
33814         sizes of inaccessible directories.
33815         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33816         in <http://bugzilla.redhat.com/250077>.
33817
33818 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33819             Bruno Haible  <bruno@clisp.org>
33820
33821         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33822         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33823         #include_next, gives a diagnostic about it, but reports no error in
33824         the exit code.
33825         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33826
33827 2007-07-24  Ben Pfaff  <blp@gnu.org>
33828
33829         Improve name: "count-one-bits" is better than "popcount".
33830         * MODULES.html.sh: Update name.
33831         * lib/popcount.h: Renamed lib/count-one-bits.h.
33832         (popcount): Renamed count_one_bits.
33833         (popcountl): Renamed count_one_bits_l.
33834         (popcountll): Renamed count_one_bits_ll.
33835         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33836         * modules/popcount: Renamed module/count-one-bits.
33837         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33838         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33839
33840 2007-07-23  Ben Pfaff  <blp@gnu.org>
33841
33842         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33843         better code generation, and add U to large constants to avoid
33844         warnings, in non-GCC case.
33845         Suggested by Bruno Haible.
33846
33847 2007-07-23  Ben Pfaff  <blp@gnu.org>
33848
33849         * lib/popcount.h: Use verify_true instead of if...abort.
33850         * modules/popcount: Depend on verify module.
33851         Suggested by Jim Meyering.
33852
33853 2007-07-23  Bruno Haible  <bruno@clisp.org>
33854
33855         * gnulib-tool (func_import): Create a .cvsignore file also when the
33856         directory is not yet in CVS but the toplevel directory is. When
33857         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33858         Reported by Karl Berry.
33859
33860 2007-07-22  Ben Pfaff  <blp@gnu.org>
33861
33862         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33863         case.
33864         Suggested by Eric Blake.
33865
33866 2007-07-22  Ben Pfaff  <blp@gnu.org>
33867
33868         New module: popcount.
33869         * MODULES.html.sh: Add popcount.
33870         * modules/popcount: New file.
33871         * modules/popcount-tests: New file.
33872         * tests/test-popcount.c: New file.
33873         * lib/popcount.h: New file.
33874         * m4/popcount.m4: New file.
33875
33876 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33877
33878         * build-aux/announce-gen: Update to GPLv3.
33879
33880         * build-aux/config.guess: Update from config.
33881
33882 2007-07-21  Bruno Haible  <bruno@clisp.org>
33883
33884         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33885         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33886
33887 2007-07-20  Jim Meyering  <jim@meyering.net>
33888
33889         * check-module: Diagnose a self-dependency.
33890
33891 2007-07-19  Bruno Haible  <bruno@clisp.org>
33892
33893         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33894         empty.
33895         Reported by Eric Blake.
33896
33897 2007-07-18  Bruno Haible  <bruno@clisp.org>
33898
33899         * gnulib-tool: New options --po-base, --po-domain.
33900         (func_usage): Document them.
33901         (pobase, po_domain): New variables.
33902         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33903         DEFAULT_TEXT_DOMAIN.
33904         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33905         (func_import): Consider pobase and po_domain. Create a po/ directory.
33906         (func_create_testdir): Set pobase and po_domain to empty.
33907         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33908         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33909
33910 2007-07-18  Bruno Haible  <bruno@clisp.org>
33911
33912         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33913         EXTRA_DIST augmentation for files in build-aux/.
33914
33915 2007-07-16  Bruno Haible  <bruno@clisp.org>
33916
33917         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33918         * modules/getdelim (License): Likewise.
33919
33920 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33921
33922         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33923         * modules/d-type (License): Likewise.
33924         * modules/extensions (License): Likewise.
33925         * modules/fnmatch (License): Likewise.
33926         * modules/fseeko (License): Likewise.
33927         * modules/getaddrinfo (License): Likewise.
33928         * modules/getline (License): Likewise.
33929         * modules/getlogin_r (License): Likewise.
33930         * modules/getpass (License): Likewise.
33931         * modules/gettimeofday (License): Likewise.
33932         * modules/glob (License): Likewise.
33933         * modules/inet_ntop (License): Likewise.
33934         * modules/malloc (License): Likewise.
33935         * modules/malloca (License): Likewise.
33936         * modules/memmem (License): Likewise.
33937         * modules/mempcpy (License): Likewise.
33938         * modules/memset (License): Likewise.
33939         * modules/minmax (License): Likewise.
33940         * modules/mktime (License): Likewise.
33941         * modules/netinet_in (License): Likewise.
33942         * modules/pathmax (License): Likewise.
33943         * modules/poll (License): Likewise.
33944         * modules/regex (License): Likewise.
33945         * modules/snprintf (License): Likewise.
33946         * modules/stdbool (License): Likewise.
33947         * modules/stdint (License): Likewise.
33948         * modules/stdio (License): Likewise.
33949         * modules/strcase (License): Likewise.
33950         * modules/strcasestr (License): Likewise.
33951         * modules/strdup (License): Likewise.
33952         * modules/string (License): Likewise.
33953         * modules/strndup (License): Likewise.
33954         * modules/strnlen (License): Likewise.
33955         * modules/strpbrk (License): Likewise.
33956         * modules/strptime (License): Likewise.
33957         * modules/strsep (License): Likewise.
33958         * modules/sys_select (License): Likewise.
33959         * modules/sys_socket (License): Likewise.
33960         * modules/sys_stat (License): Likewise.
33961         * modules/sys_time (License): Likewise.
33962         * modules/time (License): Likewise.
33963         * modules/time_r (License): Likewise.
33964         * modules/timegm (License): Likewise.
33965         * modules/unistd (License): Likewise.
33966         * modules/vsnprintf (License): Likewise.
33967         * modules/wctype (License): Likewise.
33968
33969 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33970
33971         * modules/argz (License): LGPLv2+.
33972
33973 2007-07-15  Karl Berry  <karl@gnu.org>
33974
33975         * doc/gnulib.texi: revise node structure per new fdl.texi.
33976
33977 2007-07-14  Bruno Haible  <bruno@clisp.org>
33978
33979         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33980         the output file.
33981         * lib/uniname/uninames.h: Regenerated.
33982
33983 2007-07-14  Karl Berry  <karl@gnu.org>
33984
33985         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33986         omitting sectioning and index commands.
33987
33988 2007-07-13  Bruno Haible  <bruno@clisp.org>
33989
33990         New gnulib-tool option --more-symlinks.
33991         * gnulib-tool (func_usage): Document --more-symlinks.
33992         (do_copyrights): New variable.
33993         Recognize option --more-symlinks.
33994         (func_import): Don't add a copyright notice transform to
33995         sed_transform_lib_file if do_copyrights is empty.
33996
33997 2007-07-13  Bruno Haible  <bruno@clisp.org>
33998
33999         * lib/vasnprintf.c (decimal_point_char): Define also if
34000         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
34001         && !NEED_PRINTF_DIRECTIVE_A.
34002         Reported by Clemens Koller <clemens.koller@anagramm.de> via
34003         Gary V. Vaughan <gary@gnu.org>.
34004
34005 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
34006
34007         * lib/inttypes_.h: Undo previous change, since it was fixed
34008         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
34009
34010 2007-07-13  Bruno Haible  <bruno@clisp.org>
34011
34012         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
34013         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
34014
34015 2007-07-13  Jim Meyering  <jim@meyering.net>
34016
34017         df: Don't fail for Tru64's "file-on-file mount".
34018         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
34019         so we fall through and use statfs instead.  Details here:
34020         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
34021         Reported by Albert Chin.
34022
34023 2007-07-13  Bruno Haible  <bruno@clisp.org>
34024
34025         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
34026         * modules/configmake (License): Likewise.
34027         * modules/gettext (License): Likewise.
34028         * modules/gettext-h (License): Likewise.
34029         * modules/include_next (License): Likewise.
34030         * modules/link-warning (License): Likewise.
34031         * modules/localcharset (License): Likewise.
34032         * modules/localename (License): Likewise.
34033         * modules/lock (License): Likewise.
34034         * modules/relocatable-lib-lgpl (License): Likewise.
34035         * modules/size_max (License): Likewise.
34036         * modules/vasnprintf (License): Likewise.
34037         * modules/wchar (License): Likewise.
34038         * modules/xsize (License): Likewise.
34039
34040 2007-07-13  Bruno Haible  <bruno@clisp.org>
34041
34042         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34043         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34044
34045 2007-07-12  Bruno Haible  <bruno@clisp.org>
34046
34047         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34048         in the modules files.
34049
34050 2007-07-11  Karl Berry  <karl@gnu.org>
34051
34052         * MODULES.html.sh (func_module): use
34053          sed -e '\|^'"${includefile}"'$|d'
34054          instead of /.../d, to avoid errors on $includefile's containing /.
34055
34056 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34057
34058         * gnulib-tool (func_import): Avoid duplication of --avoid
34059         statements
34060         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34061         names to `_' in variable names.
34062
34063 2007-07-10  Eric Blake  <ebb9@byu.net>
34064
34065         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34066         * NEWS: Document this change.
34067
34068 2007-07-08  Bruno Haible  <bruno@clisp.org>
34069
34070         Update to Unicode 5.0.
34071         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34072         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34073         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34074         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34075         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34076         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34077         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34078         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34079         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34080         U+10A3F, U+1D242..U+1D244.
34081         (nonspacing_table_ind): Update.
34082         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34083         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34084
34085 2007-07-08  Bruno Haible  <bruno@clisp.org>
34086
34087         Update to Unicode 5.0.
34088         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34089         code transform. Extend the name index field of unicode_name_to_code and
34090         unicode_code_to_name from 16 to 24 bits.
34091         * lib/uniname/uniname.c (unicode_character_name,
34092         unicode_name_character): Add the range 0x12xxx to the code transform.
34093         * lib/uniname/uninames.h: Regenerated.
34094         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34095
34096 2007-07-07  Bruno Haible  <bruno@clisp.org>
34097
34098         * modules/wcwidth-tests: New file.
34099         * tests/test-wcwidth.c: New file.
34100
34101         Work around MacOS X wcwidth() bug.
34102         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34103         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34104         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34105         original wcwidth in non-UTF-8 locales.
34106         * modules/wcwidth (Depends-on): Add localcharset, streq,
34107         uniwidth/width.
34108         * doc/functions/wcwidth.texi: Update.
34109
34110 2007-07-07  Bruno Haible  <bruno@clisp.org>
34111
34112         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34113         (wcwidth): New declaration.
34114         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34115         macros.
34116         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34117         here. Prepare for creating <wchar.h> unconditionally.
34118         * modules/wchar (Depends-on): Add link-warning.
34119         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34120         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34121         * lib/wcwidth.h: Remove file.
34122         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34123         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34124         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34125         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34126         (Include): Replace wcwidth.h with <wchar.h>.
34127         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34128         * lib/mbchar.h: Don't include wcwidth.h.
34129         * lib/mbswidth.c: Likewise.
34130         * NEWS: Mention the change.
34131
34132 2007-07-07  Bruno Haible  <bruno@clisp.org>
34133
34134         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34135         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34136         definition with an external declaration.
34137         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34138         defined as a function. Remove AC_C_INLINE requirement.
34139         * modules/wcwidth (Files): Add lib/wcwidth.c.
34140         (Makefile.am): Remove redundant statement.
34141
34142 2007-07-07  Bruno Haible  <bruno@clisp.org>
34143
34144         * MODULES.html.sh (Unicode string functions): Add the new modules.
34145
34146         * tests/uniwidth/test-u32-strwidth.c: New file.
34147         * modules/uniwidth/u32-strwidth-tests: New file.
34148
34149         * lib/uniwidth/u32-strwidth.c: New file.
34150         * modules/uniwidth/u32-strwidth: New file.
34151
34152         * tests/uniwidth/test-u16-strwidth.c: New file.
34153         * modules/uniwidth/u16-strwidth-tests: New file.
34154
34155         * lib/uniwidth/u16-strwidth.c: New file.
34156         * modules/uniwidth/u16-strwidth: New file.
34157
34158         * tests/uniwidth/test-u8-strwidth.c: New file.
34159         * modules/uniwidth/u8-strwidth-tests: New file.
34160
34161         * lib/uniwidth/u8-strwidth.c: New file.
34162         * modules/uniwidth/u8-strwidth: New file.
34163
34164         * tests/uniwidth/test-u32-width.c: New file.
34165         * modules/uniwidth/u32-width-tests: New file.
34166
34167         * lib/uniwidth/u32-width.c: New file.
34168         * modules/uniwidth/u32-width: New file.
34169
34170         * tests/uniwidth/test-u16-width.c: New file.
34171         * modules/uniwidth/u16-width-tests: New file.
34172
34173         * lib/uniwidth/u16-width.c: New file.
34174         * modules/uniwidth/u16-width: New file.
34175
34176         * tests/uniwidth/test-u8-width.c: New file.
34177         * modules/uniwidth/u8-width-tests: New file.
34178
34179         * lib/uniwidth/u8-width.c: New file.
34180         * modules/uniwidth/u8-width: New file.
34181
34182         * tests/uniwidth/test-uc_width.c: New file.
34183         * modules/uniwidth/width-tests: New file.
34184
34185         * lib/uniwidth/width.c: New file, from GNU libiconv.
34186         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34187         * modules/uniwidth/width: New file.
34188
34189         * lib/uniwidth.h: New file, from GNU libiconv.
34190         * modules/uniwidth/base: New file.
34191
34192 2007-07-07  Bruno Haible  <bruno@clisp.org>
34193
34194         * lib/uniname.h: New file, from GNU gettext.
34195         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34196         * lib/uniname/uninames.h: New file, from GNU gettext.
34197         * lib/uniname/uniname.c: New file, from GNU gettext.
34198         * tests/uniname/test-uninames.sh: New file.
34199         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34200         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34201         * modules/uniname/base: New file.
34202         * modules/uniname/uniname: New file.
34203         * modules/uniname/uniname-tests: New file.
34204         * MODULES.html.sh (Unicode string functions): Add the new modules.
34205
34206 2007-07-06  Bruno Haible  <bruno@clisp.org>
34207
34208         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34209
34210 2007-07-06  Bruno Haible  <bruno@clisp.org>
34211
34212         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34213         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34214         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34215         include <sys/time.h>.
34216         Reported by Eric Blake.
34217
34218 2007-07-06  Eric Blake  <ebb9@byu.net>
34219
34220         Fix testing canonicalize on cygwin.
34221         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34222         Revert patch from 2007-06-19.
34223         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34224         canonicalize module is also in use.
34225         * tests/test-canonicalize.c: New file.
34226         * tests/test-canonicalize.sh: Likewise.
34227         * modules/canonicalize-tests: Likewise.
34228
34229 2007-07-06  Jim Meyering  <jim@meyering.net>
34230
34231         * lib/getugroups.c (getugroups): Detect getgrent failure.
34232         Adjust comment to reflect reality: this function may return -1.
34233
34234 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34235
34236         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34237         the new TP address.
34238         (usage): Fix typo
34239         (gnulib_mk): New variable.
34240
34241 2007-07-05  Jim Meyering  <jim@meyering.net>
34242
34243         Don't let endgrent clobber errno, no matter how improbable.
34244         * lib/getugroups.c (getugroups): Save and restore errno around
34245         endgrent call.
34246
34247         Close the group DB even when failing with 2^31 or more members.
34248         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34249
34250 2007-07-04  Jim Meyering  <jim@meyering.net>
34251
34252         * lib/getugroups.h: New file.
34253         * lib/getugroups.c: Include "getugroups.h".
34254         Remove uses of "register" keyword.
34255         Move local variable, "cp", down into scope where used.
34256         Give "username" parameter the "const" attribute.
34257         * modules/getugroups (Files): Add lib/getugroups.h
34258
34259 2007-07-04  Karl Berry  <karl@gnu.org>
34260
34261         * MODULES.html.sh (func_all_modules): Complete rename of
34262         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34263
34264 2007-07-02  Bruno Haible  <bruno@clisp.org>
34265
34266         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34267         mode, when inttypes.h comes from gnulib.
34268         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34269
34270 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34271
34272         * NEWS: Mention lgpl module name change.
34273
34274         * modules/lgpl-2.1: Renamed from lgpl.
34275
34276         * NEWS: Mention gpl module name change.
34277
34278         * modules/gpl-3.0: New file, based on gpl-2.0.
34279
34280         * modules/gpl-2.0: Renamed from gpl.
34281
34282         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34283         doc/gpl-2.0.texi.
34284
34285 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34286
34287         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34288         #define __STDC_LIMIT_MACROS temporarily while including
34289         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34290         Problem reported by Joel E. Denny in
34291         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34292
34293 2007-07-01  Bruno Haible  <bruno@clisp.org>
34294
34295         * lib/unistdio.h: New file.
34296         * lib/unistdio/u-asnprintf.h: New file.
34297         * lib/unistdio/u-asprintf.h: New file.
34298         * lib/unistdio/u-printf-args.c: New file.
34299         * lib/unistdio/u-printf-args.h: New file.
34300         * lib/unistdio/u-printf-parse.h: New file.
34301         * lib/unistdio/u-snprintf.h: New file.
34302         * lib/unistdio/u-sprintf.h: New file.
34303         * lib/unistdio/u-vasprintf.h: New file.
34304         * lib/unistdio/u-vsnprintf.h: New file.
34305         * lib/unistdio/u-vsprintf.h: New file.
34306         * lib/unistdio/ulc-asnprintf.c: New file.
34307         * lib/unistdio/ulc-asprintf.c: New file.
34308         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34309         * lib/unistdio/ulc-printf-parse.c: New file.
34310         * lib/unistdio/ulc-snprintf.c: New file.
34311         * lib/unistdio/ulc-sprintf.c: New file.
34312         * lib/unistdio/ulc-vasnprintf.c: New file.
34313         * lib/unistdio/ulc-vasprintf.c: New file.
34314         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34315         * lib/unistdio/ulc-vsnprintf.c: New file.
34316         * lib/unistdio/ulc-vsprintf.c: New file.
34317         * lib/unistdio/u8-asnprintf.c: New file.
34318         * lib/unistdio/u8-asprintf.c: New file.
34319         * lib/unistdio/u8-printf-parse.c: New file.
34320         * lib/unistdio/u8-snprintf.c: New file.
34321         * lib/unistdio/u8-sprintf.c: New file.
34322         * lib/unistdio/u8-vasnprintf.c: New file.
34323         * lib/unistdio/u8-vasprintf.c: New file.
34324         * lib/unistdio/u8-vsnprintf.c: New file.
34325         * lib/unistdio/u8-vsprintf.c: New file.
34326         * lib/unistdio/u8-u8-asnprintf.c: New file.
34327         * lib/unistdio/u8-u8-asprintf.c: New file.
34328         * lib/unistdio/u8-u8-snprintf.c: New file.
34329         * lib/unistdio/u8-u8-sprintf.c: New file.
34330         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34331         * lib/unistdio/u8-u8-vasprintf.c: New file.
34332         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34333         * lib/unistdio/u8-u8-vsprintf.c: New file.
34334         * lib/unistdio/u16-asnprintf.c: New file.
34335         * lib/unistdio/u16-asprintf.c: New file.
34336         * lib/unistdio/u16-printf-parse.c: New file.
34337         * lib/unistdio/u16-snprintf.c: New file.
34338         * lib/unistdio/u16-sprintf.c: New file.
34339         * lib/unistdio/u16-vasnprintf.c: New file.
34340         * lib/unistdio/u16-vasprintf.c: New file.
34341         * lib/unistdio/u16-vsnprintf.c: New file.
34342         * lib/unistdio/u16-vsprintf.c: New file.
34343         * lib/unistdio/u16-u16-asnprintf.c: New file.
34344         * lib/unistdio/u16-u16-asprintf.c: New file.
34345         * lib/unistdio/u16-u16-snprintf.c: New file.
34346         * lib/unistdio/u16-u16-sprintf.c: New file.
34347         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34348         * lib/unistdio/u16-u16-vasprintf.c: New file.
34349         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34350         * lib/unistdio/u16-u16-vsprintf.c: New file.
34351         * lib/unistdio/u32-asnprintf.c: New file.
34352         * lib/unistdio/u32-asprintf.c: New file.
34353         * lib/unistdio/u32-printf-parse.c: New file.
34354         * lib/unistdio/u32-snprintf.c: New file.
34355         * lib/unistdio/u32-sprintf.c: New file.
34356         * lib/unistdio/u32-vasnprintf.c: New file.
34357         * lib/unistdio/u32-vasprintf.c: New file.
34358         * lib/unistdio/u32-vsnprintf.c: New file.
34359         * lib/unistdio/u32-vsprintf.c: New file.
34360         * lib/unistdio/u32-u32-asnprintf.c: New file.
34361         * lib/unistdio/u32-u32-asprintf.c: New file.
34362         * lib/unistdio/u32-u32-snprintf.c: New file.
34363         * lib/unistdio/u32-u32-sprintf.c: New file.
34364         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34365         * lib/unistdio/u32-u32-vasprintf.c: New file.
34366         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34367         * lib/unistdio/u32-u32-vsprintf.c: New file.
34368         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34369         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34370         * tests/unistdio/test-ulc-printf1.h: New file.
34371         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34372         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34373         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34374         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34375         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34376         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34377         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34378         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34379         * tests/unistdio/test-u8-asnprintf1.c: New file.
34380         * tests/unistdio/test-u8-asnprintf1.h: New file.
34381         * tests/unistdio/test-u8-printf1.h: New file.
34382         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34383         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34384         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34385         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34386         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34387         * tests/unistdio/test-u8-vasprintf1.c: New file.
34388         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34389         * tests/unistdio/test-u8-vsprintf1.c: New file.
34390         * tests/unistdio/test-u16-asnprintf1.c: New file.
34391         * tests/unistdio/test-u16-asnprintf1.h: New file.
34392         * tests/unistdio/test-u16-printf1.h: New file.
34393         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34394         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34395         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34396         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34397         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34398         * tests/unistdio/test-u16-vasprintf1.c: New file.
34399         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34400         * tests/unistdio/test-u16-vsprintf1.c: New file.
34401         * tests/unistdio/test-u32-asnprintf1.c: New file.
34402         * tests/unistdio/test-u32-asnprintf1.h: New file.
34403         * tests/unistdio/test-u32-printf1.h: New file.
34404         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34405         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34406         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34407         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34408         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34409         * tests/unistdio/test-u32-vasprintf1.c: New file.
34410         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34411         * tests/unistdio/test-u32-vsprintf1.c: New file.
34412         * modules/unistdio/base: New file.
34413         * modules/unistdio/u-printf-args: New file.
34414         * modules/unistdio/ulc-asnprintf: New file.
34415         * modules/unistdio/ulc-asprintf: New file.
34416         * modules/unistdio/ulc-fprintf: New file.
34417         * modules/unistdio/ulc-printf-parse: New file.
34418         * modules/unistdio/ulc-snprintf: New file.
34419         * modules/unistdio/ulc-sprintf: New file.
34420         * modules/unistdio/ulc-vasnprintf: New file.
34421         * modules/unistdio/ulc-vasprintf: New file.
34422         * modules/unistdio/ulc-vfprintf: New file.
34423         * modules/unistdio/ulc-vsnprintf: New file.
34424         * modules/unistdio/ulc-vsprintf: New file.
34425         * modules/unistdio/u8-asnprintf: New file.
34426         * modules/unistdio/u8-asprintf: New file.
34427         * modules/unistdio/u8-printf-parse: New file.
34428         * modules/unistdio/u8-snprintf: New file.
34429         * modules/unistdio/u8-sprintf: New file.
34430         * modules/unistdio/u8-vasnprintf: New file.
34431         * modules/unistdio/u8-vasprintf: New file.
34432         * modules/unistdio/u8-vsnprintf: New file.
34433         * modules/unistdio/u8-vsprintf: New file.
34434         * modules/unistdio/u8-u8-asnprintf: New file.
34435         * modules/unistdio/u8-u8-asprintf: New file.
34436         * modules/unistdio/u8-u8-snprintf: New file.
34437         * modules/unistdio/u8-u8-sprintf: New file.
34438         * modules/unistdio/u8-u8-vasnprintf: New file.
34439         * modules/unistdio/u8-u8-vasprintf: New file.
34440         * modules/unistdio/u8-u8-vsnprintf: New file.
34441         * modules/unistdio/u8-u8-vsprintf: New file.
34442         * modules/unistdio/u16-asnprintf: New file.
34443         * modules/unistdio/u16-asprintf: New file.
34444         * modules/unistdio/u16-printf-parse: New file.
34445         * modules/unistdio/u16-snprintf: New file.
34446         * modules/unistdio/u16-sprintf: New file.
34447         * modules/unistdio/u16-vasnprintf: New file.
34448         * modules/unistdio/u16-vasprintf: New file.
34449         * modules/unistdio/u16-vsnprintf: New file.
34450         * modules/unistdio/u16-vsprintf: New file.
34451         * modules/unistdio/u16-u16-asnprintf: New file.
34452         * modules/unistdio/u16-u16-asprintf: New file.
34453         * modules/unistdio/u16-u16-snprintf: New file.
34454         * modules/unistdio/u16-u16-sprintf: New file.
34455         * modules/unistdio/u16-u16-vasnprintf: New file.
34456         * modules/unistdio/u16-u16-vasprintf: New file.
34457         * modules/unistdio/u16-u16-vsnprintf: New file.
34458         * modules/unistdio/u16-u16-vsprintf: New file.
34459         * modules/unistdio/u32-asnprintf: New file.
34460         * modules/unistdio/u32-asprintf: New file.
34461         * modules/unistdio/u32-printf-parse: New file.
34462         * modules/unistdio/u32-snprintf: New file.
34463         * modules/unistdio/u32-sprintf: New file.
34464         * modules/unistdio/u32-vasnprintf: New file.
34465         * modules/unistdio/u32-vasprintf: New file.
34466         * modules/unistdio/u32-vsnprintf: New file.
34467         * modules/unistdio/u32-vsprintf: New file.
34468         * modules/unistdio/u32-u32-asnprintf: New file.
34469         * modules/unistdio/u32-u32-asprintf: New file.
34470         * modules/unistdio/u32-u32-snprintf: New file.
34471         * modules/unistdio/u32-u32-sprintf: New file.
34472         * modules/unistdio/u32-u32-vasnprintf: New file.
34473         * modules/unistdio/u32-u32-vasprintf: New file.
34474         * modules/unistdio/u32-u32-vsnprintf: New file.
34475         * modules/unistdio/u32-u32-vsprintf: New file.
34476         * modules/unistdio/ulc-asnprintf-tests: New file.
34477         * modules/unistdio/ulc-vasnprintf-tests: New file.
34478         * modules/unistdio/ulc-vasprintf-tests: New file.
34479         * modules/unistdio/ulc-vsnprintf-tests: New file.
34480         * modules/unistdio/ulc-vsprintf-tests: New file.
34481         * modules/unistdio/u8-asnprintf-tests: New file.
34482         * modules/unistdio/u8-vasnprintf-tests: New file.
34483         * modules/unistdio/u8-vasprintf-tests: New file.
34484         * modules/unistdio/u8-vsnprintf-tests: New file.
34485         * modules/unistdio/u8-vsprintf-tests: New file.
34486         * modules/unistdio/u16-asnprintf-tests: New file.
34487         * modules/unistdio/u16-vasnprintf-tests: New file.
34488         * modules/unistdio/u16-vasprintf-tests: New file.
34489         * modules/unistdio/u16-vsnprintf-tests: New file.
34490         * modules/unistdio/u16-vsprintf-tests: New file.
34491         * modules/unistdio/u32-asnprintf-tests: New file.
34492         * modules/unistdio/u32-vasnprintf-tests: New file.
34493         * modules/unistdio/u32-vasprintf-tests: New file.
34494         * modules/unistdio/u32-vsnprintf-tests: New file.
34495         * modules/unistdio/u32-vsprintf-tests: New file.
34496         * MODULES.html.sh (Unicode string functions): Add the new modules.
34497
34498 2007-07-01  Bruno Haible  <bruno@clisp.org>
34499
34500         * lib/sprintf.c (sprintf): Limit the available length estimation,
34501         to avoid address wraparound.
34502         * lib/vsprintf.c (vsprintf): Likewise.
34503         * modules/sprintf-posix (Dependencies): Add stdint.
34504         * modules/vsprintf-posix (Dependencies): Likewise.
34505
34506 2007-07-01  Bruno Haible  <bruno@clisp.org>
34507
34508         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34509         Windows PATH as well. Conservative double-quoting. Comments.
34510
34511 2007-07-01  Bruno Haible  <bruno@clisp.org>
34512             Eric Blake  <ebb9@byu.net>
34513             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34514
34515         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34516         empty components in $PATH, denoting '.'.
34517
34518 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34519
34520         * gnulib-tool: Fix indentation.
34521         (func_create_megatestdir): Likewise.
34522         Report by Bruno Haible.
34523
34524 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34525
34526         Sync from Automake.
34527         * build-aux/gnupload: Fix shell portability issues with for loops.
34528         Report by Karl Berry.
34529
34530 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34531
34532         * build-aux/maint.mk (POURL): Use translationproject.org.
34533
34534 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34535             Bruno Haible  <bruno@clisp.org>
34536
34537         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34538         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34539         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34540         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34541         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34542
34543 2007-06-27  Bruno Haible  <bruno@clisp.org>
34544
34545         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34546         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34547
34548 2007-06-26  Karl Berry  <karl@gnu.org>
34549
34550         * MODULES.html.sh: remove xreadlink-with-size.
34551
34552 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34553
34554         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34555         method that I hope also handles the double-include problem noted
34556         by Bruno Haible in
34557         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34558
34559 2007-06-23  Bruno Haible  <bruno@clisp.org>
34560
34561         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34562         Don't let the 'mostlyclean' target fail if the last subdirectory could
34563         not be removed.
34564         Reported by Karl Berry.
34565
34566 2007-06-23  Bruno Haible  <bruno@clisp.org>
34567
34568         * gnulib-tool (echo): Add a speedier workaround for ksh.
34569         * tests/test-echo.sh: Likewise.
34570
34571 2007-06-23  Bruno Haible  <bruno@clisp.org>
34572
34573         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34574         * tests/test-echo.sh: Likewise.
34575
34576 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34577
34578         * gnulib-tool (IFS): Initialize early, so we don't set it to
34579         empty later.
34580         (self_abspathname): Rewrite algorithm to set it, reindent.
34581         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34582         (func_create_megatestdir): Merge some sed scripts.
34583
34584 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34585
34586         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34587         exposed by Sun Studio 11 cc on Solaris 8.
34588
34589 2007-06-22  Bruno Haible  <bruno@clisp.org>
34590
34591         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34592         backslashes.
34593         * tests/test-echo.sh: New file.
34594
34595 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34596
34597         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34598         simplify `sed_replace_build_aux' scripts, they are portable but
34599         echoing them with `echo' is not.
34600         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34601
34602 2007-06-21  Karl Berry  <karl@gnu.org>
34603
34604         * config/srclist.txt: guess we can't handle the licenses via
34605         srclist at the moment.
34606
34607 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34608
34609         * MODULES.html.sh: Add include_next.
34610         * modules/include_next: New file.
34611
34612 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34613
34614         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34615         INCLUDE_NEXT.
34616         (gl_CHECK_NEXT_HEADERS): New macro.
34617         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34618         the obsolescent gl_ABSOLUTE_HEADER.
34619         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34620         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34621         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34622         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34623         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34624         * m4/math_h.m4 (gl_MATH_H): Likewise.
34625         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34626         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34627         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34628         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34629         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34630         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34631         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34632         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34633         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34634         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34635         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34636         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34637         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34638         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34639         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34640         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34641         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34642         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34643         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34644         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34645         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34646         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34647         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34648         * lib/float_.h: Likewise.
34649         * lib/inttypes_.h: Likewise.
34650         * lib/math_.h: Likewise.
34651         * lib/search_.h: Likewise.
34652         * lib/signal_.h: Likewise.
34653         * lib/stdint_.h: Likewise.
34654         * lib/stdio_.h: Likewise.
34655         * lib/stdlib_.h: Likewise.
34656         * lib/string_.h: Likewise.
34657         * lib/sys_stat_.h: Likewise.
34658         * lib/sys_time_.h: Likewise.
34659         * lib/time_.h: Likewise.
34660         * lib/unistd_.h: Likewise.
34661         * lib/wchar_.h: Likewise.
34662         * lib/wctype_.h: Likewise.
34663         * lib/dirent_.h: Likewise.
34664         * lib/iconv_.h: Likewise.
34665         * lib/locale_.h: Likewise.
34666         * lib/netinet_in_.h: Likewise.
34667         * lib/sys_select_.h: Likewise.
34668         * lib/sys_socket_.h: Likewise.
34669         * lib/sysexits_.h: Likewise.
34670         * modules/fcntl (Depends-on): Depend on include_next, not
34671         absolute_header.
34672         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34673         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34674         * modules/fchdir: Likewise.
34675         * modules/float: Likewise.
34676         * modules/iconv_open: Likewise.
34677         * modules/inttypes: Likewise.
34678         * modules/locale: Likewise.
34679         * modules/math: Likewise.
34680         * modules/netinet_in: Likewise.
34681         * modules/search: Likewise.
34682         * modules/signal: Likewise.
34683         * modules/stdint: Likewise.
34684         * modules/stdio: Likewise.
34685         * modules/stdlib: Likewise.
34686         * modules/string: Likewise.
34687         * modules/sys_select: Likewise.
34688         * modules/sys_socket: Likewise.
34689         * modules/sys_stat: Likewise.
34690         * modules/sys_time: Likewise.
34691         * modules/sysexits: Likewise.
34692         * modules/time: Likewise.
34693         * modules/unistd: Likewise.
34694         * modules/wchar: Likewise.
34695         * modules/wctype: Likewise.
34696         * modules/sys_stat: Change maintainer to "all".
34697         * modules/unistd: Likewise.
34698
34699 2007-06-20  Karl Berry  <karl@gnu.org>
34700
34701         * config/srclist.txt: track www changes in license files.
34702
34703 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34704
34705         * build-aux/bootstrap: Remove stray dot.
34706         Make sure build_aux settings are honored when linking
34707         gnulib_extra_files.
34708
34709 2007-06-19  Eric Blake  <ebb9@byu.net>
34710
34711         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34712         Allow compilation on cygwin.
34713
34714 2007-06-19  Jim Meyering  <jim@meyering.net>
34715
34716         xreadlink-with-size: Remove module.  No longer used.
34717         Ex-callers now use xreadlink or mreadlink-with-size.
34718         * modules/xreadlink-with-size: Remove module.
34719         * lib/xreadlink-with-size.c: Remove file.
34720         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34721         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34722         just before the function definition *is* accurate.
34723
34724         Eliminate one way canonicalize_filename_mode could exit.
34725         * lib/canonicalize.c (canonicalize_filename_mode):
34726         Use mreadlink_with_size, not xreadlink_with_size.
34727
34728 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34729
34730         Detect porting problems to FreeBSD/arm, which has time_t wider than
34731         long int.  Original problem reported for GNU diff by Xin Li in
34732         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34733         * modules/getdate (Depends-on): Add intprops, verify.
34734         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34735         is an integer type no wider than long int.
34736
34737 2007-06-18  Jim Meyering  <jim@meyering.net>
34738
34739         New module: mreadlink-with-size.
34740         * MODULES.html.sh: Add mreadlink-with-size.
34741         * modules/mreadlink-with-size: New module
34742         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34743         not xreadlink-with-size.
34744         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34745
34746 2007-06-16  Bruno Haible  <bruno@clisp.org>
34747
34748         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34749         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34750         Reported by Gary V. Vaughan <gary@gnu.org>.
34751
34752 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34753
34754         Revamp lchown so that it lives in unistd.h where it belongs.
34755         * lib/lchown.h: Remove.
34756         * lib/dirchownmod.c: Don't include lib/lchown.h.
34757         * lib/fchownat.c: Likewise.
34758         * lib/openat.c: Likewise.
34759         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34760         does not follow symlinks.
34761         (EOPNOTSUPP): Define if not defined.
34762         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34763         is defined to 0.
34764         (lchown): New decl.
34765         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34766         Do not check for lchown decl.
34767         Set REPLACE_LCHOWN.
34768         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34769         REPLACE_LCHOWN.
34770         * modules/chown: Make it clear it follows symlinks.
34771         * modules/lchown: Make it clear it doesn't follow symlinks.
34772         (Files): Remove lib/lchown.h
34773         (Depends-on): Add unistd.
34774         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34775         (Include): Include <unistd.h>, not "lchown.h".
34776         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34777         REPLACE_LCHOWN.
34778
34779 2007-06-15  Jim Meyering  <jim@meyering.net>
34780
34781         Change license (GPL to LGPL) of fsusage and dependents.
34782         * modules/fsusage (License): Change to LGPL.
34783         * modules/full-read (License): Likewise.
34784         * modules/full-write (License): Likewise.
34785         * modules/safe-read (License): Likewise.
34786         * modules/safe-write (License): Likewise.
34787
34788 2007-06-14  Ben Pfaff  <blp@gnu.org>
34789
34790         Missing part of allocsa -> malloca transition.
34791         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34792         gl_MALLOCA.
34793
34794 2007-06-12  Bruno Haible  <bruno@clisp.org>
34795
34796         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34797         to ia64, x86_64, i386.
34798         Reported by Eric Blake.
34799
34800 2007-06-12  Bruno Haible  <bruno@clisp.org>
34801
34802         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34803         cross-compiling to x86_64.
34804
34805 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34806
34807         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34808         glitch reported by Ralf Wildenhues in
34809         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34810
34811         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34812         Vin Shelton.
34813
34814 2007-06-11  Bruno Haible  <bruno@clisp.org>
34815
34816         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34817         replacement string.
34818         Reported by Eric Blake.
34819
34820 2007-06-10  Bruno Haible  <bruno@clisp.org>
34821
34822         Prepare vasnprintf code for use with Unicode strings.
34823         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34824         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34825         TYPE_U32_STRING.
34826         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34827         a_u32_string variants.
34828         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34829         * lib/printf-args.c: Don't include config.h and the specification
34830         header if PRINTF_FETCHARGS is already defined.
34831         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34832         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34833         TYPE_U16_STRING, TYPE_U32_STRING.
34834         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34835         u16_directive, u16_directives, u32_directive, u32_directives): New
34836         types.
34837         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34838         New declarations.
34839         * lib/printf-parse.c: Don't include config.h and the specification
34840         header if PRINTF_PARSE is already defined. Eliminate the set of
34841         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34842         them now. Include c-ctype.h.
34843         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34844         directive and CHAR_T_ONLY_ASCII.
34845         * lib/vasnprintf.c: Don't include config.h and the specification header
34846         if VASNPRINTF is already defined.
34847         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34848         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34849         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34850         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34851         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34852         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34853         code accordingly.
34854         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34855         pad_ourselves also in this case, with the 'c' and 's' directives, and
34856         with a different notion of "width".
34857         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34858
34859 2007-06-10  Bruno Haible  <bruno@clisp.org>
34860
34861         * modules/unistr/u32-mbsnlen: New file.
34862         * lib/unistr/u32-mbsnlen.c: New file.
34863
34864         * modules/unistr/u16-mbsnlen: New file.
34865         * lib/unistr/u16-mbsnlen.c: New file.
34866
34867         * modules/unistr/u8-mbsnlen: New file.
34868         * lib/unistr/u8-mbsnlen.c: New file.
34869
34870         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34871         declarations.
34872
34873 2007-06-10  Bruno Haible  <bruno@clisp.org>
34874
34875         * lib/string_.h (mbsnlen): New declaration.
34876         * lib/mbsnlen.c: New file.
34877         * m4/mbsnlen.m4: New file.
34878         * modules/mbsnlen: New file.
34879         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34880         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34881         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34882
34883 2007-06-10  Bruno Haible  <bruno@clisp.org>
34884
34885         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34886
34887 2007-06-10  Bruno Haible  <bruno@clisp.org>
34888
34889         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34890         * lib/mbuiter.h: Likewise.
34891
34892 2007-06-10  Bruno Haible  <bruno@clisp.org>
34893
34894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34895         declaration.
34896
34897 2007-06-10  Karl Berry  <karl@gnu.org>
34898
34899         * config/srclist.txt: remove gettext entries, Bruno prefers
34900         to update individually.
34901
34902 2007-06-10  Bruno Haible  <bruno@clisp.org>
34903
34904         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34905         'maxlen'. Ensure only length + width bytes are allocated, not
34906         length + 1 + width.
34907
34908 2007-06-09  Bruno Haible  <bruno@clisp.org>
34909
34910         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34911         (CHAR_T): Remove macro.
34912         (VASNPRINTF): Update.
34913
34914 2007-06-09  Bruno Haible  <bruno@clisp.org>
34915
34916         * MODULES.html.sh (Unicode string functions): Add the new modules.
34917
34918         * modules/uniconv/u32-conv-to-enc: New file.
34919         * lib/uniconv/u32-conv-to-enc.c: New file.
34920         * modules/uniconv/u32-conv-to-enc-tests: New file.
34921         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34922
34923         * modules/uniconv/u16-conv-to-enc: New file.
34924         * lib/uniconv/u16-conv-to-enc.c: New file.
34925         * lib/uniconv/u-conv-to-enc.h: New file.
34926         * modules/uniconv/u16-conv-to-enc-tests: New file.
34927         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34928
34929         * modules/uniconv/u8-conv-to-enc: New file.
34930         * lib/uniconv/u8-conv-to-enc.c: New file.
34931         * modules/uniconv/u8-conv-to-enc-tests: New file.
34932         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34933
34934         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34935         u32_conv_to_encoding): New declarations.
34936
34937 2007-06-09  Bruno Haible  <bruno@clisp.org>
34938
34939         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34940
34941 2007-06-09  Bruno Haible  <bruno@clisp.org>
34942
34943         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34944         * modules/malloca: Renamed from modules/allocsa, updated.
34945         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34946         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34947         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34948         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34949         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34950         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34951         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34952         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34953         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34954         * modules/c-strcasestr (Depends-on): Update.
34955         * lib/c-strcasestr.c: Update.
34956         * modules/c-strstr (Depends-on): Update.
34957         * lib/c-strstr.c: Update.
34958         * modules/canonicalize-lgpl (Depends-on): Update.
34959         * lib/canonicalize-lgpl.c: Update.
34960         * modules/clean-temp (Depends-on): Update.
34961         * lib/clean-temp.c: Update.
34962         * modules/csharpcomp (Depends-on): Update.
34963         * lib/csharpcomp.c: Update.
34964         * modules/csharpexec (Depends-on): Update.
34965         * lib/csharpexec.c: Update.
34966         * modules/javacomp (Depends-on): Update.
34967         * lib/javacomp.c: Update.
34968         * modules/javaexec (Depends-on): Update.
34969         * lib/javaexec.c: Update.
34970         * modules/mbscasestr (Depends-on): Update.
34971         * lib/mbscasestr.c: Update.
34972         * modules/mbsstr (Depends-on): Update.
34973         * lib/mbsstr.c: Update.
34974         * modules/setenv (Depends-on): Update.
34975         * lib/setenv.c: Update.
34976         * modules/strcasestr (Depends-on): Update.
34977         * lib/strcasestr.c: Update.
34978         * modules/striconveha (Depends-on): Update.
34979         * lib/striconveha.c: Update.
34980         * modules/relocatable-prog-wrapper (Files): Update.
34981         * lib/relocwrapper.c: Update.
34982         * build-aux/install-reloc: Update.
34983         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34984
34985 2007-06-08  Bruno Haible  <bruno@clisp.org>
34986
34987         Port to uClibc.
34988         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34989         * lib/fpurge.c (fpurge): Likewise.
34990         * lib/freading.c (freading): Likewise.
34991         * lib/fseeko.c (rpl_fseeko): Likewise.
34992         * lib/fseterr.c (fseterr): Likewise.
34993         * lib/fwriting.c (fwriting): Likewise.
34994         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34995
34996 2007-06-08  Bruno Haible  <bruno@clisp.org>
34997
34998         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34999         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
35000         * modules/gettext (Files): Add m4/intlmacosx.m4.
35001
35002 2007-06-07  Bruno Haible  <bruno@clisp.org>
35003
35004         * modules/localename-tests: New file.
35005         * tests/test-localename.c: New file.
35006
35007         New module 'localename'.
35008         * lib/localename.h: New file.
35009         * lib/localename.c: New file, from GNU gettext.
35010         * m4/localename.m4: New file.
35011         * modules/localename: New file.
35012
35013 2007-06-07  Bruno Haible  <bruno@clisp.org>
35014
35015         Work around the lack of <wchar.h> on some builds of uClibc.
35016         * doc/headers/wchar.texi: Update.
35017         * lib/wchar_.h: Include <wchar.h> only if it exists.
35018         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
35019         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
35020         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
35021         doesn't exist.
35022         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
35023         * modules/mbfile (Depends-on): Add wchar.
35024         * modules/mbiter (Depends-on): Likewise.
35025         * modules/mbuiter (Depends-on): Likewise.
35026         Reported by Simon Josefsson.
35027
35028 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35029
35030         Work around problem reported by Steven M. Schweda in
35031         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
35032         Tru64 5.1B with the Compaq compiler environment installed declares
35033         an 'isblank' function but does not define it in the C library.
35034         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
35035         * lib/regex_internal.h (isblank): Likewise.
35036         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
35037         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35038
35039 2007-06-05  Bruno Haible  <bruno@clisp.org>
35040
35041         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35042         ia64.
35043         * modules/printf-safe: New file.
35044         * modules/fprintf-posix (Depends-on): Add printf-safe.
35045         * modules/printf-posix (Depends-on): Likewise.
35046         * modules/snprintf-posix (Depends-on): Likewise.
35047         * modules/sprintf-posix (Depends-on): Likewise.
35048         * modules/vasnprintf-posix (Depends-on): Likewise.
35049         * modules/vasprintf-posix (Depends-on): Likewise.
35050         * modules/vfprintf-posix (Depends-on): Likewise.
35051         * modules/vprintf-posix (Depends-on): Likewise.
35052         * modules/vsnprintf-posix (Depends-on): Likewise.
35053         * modules/vsprintf-posix (Depends-on): Likewise.
35054         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35055         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35056         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35057         "no" on i386, x86_64, ia64.
35058         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35059         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35060         on i386, x86_64, ia64.
35061         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35062         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35063         on i386, x86_64, ia64.
35064         * tests/test-vasnprintf-posix.c: Include float.h.
35065         (LDBL80_WORDS): New macro.
35066         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35067         on i386, x86_64, ia64.
35068         * tests/test-vasprintf-posix.c: Include float.h.
35069         (LDBL80_WORDS): New macro.
35070         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35071         on i386, x86_64, ia64.
35072         * tests/test-snprintf-posix.c: Include float.h.
35073         * tests/test-sprintf-posix.c: Likewise.
35074         * tests/test-vsnprintf-posix.c: Likewise.
35075         * tests/test-vsprintf-posix.c: Likewise.
35076
35077 2007-06-05  Bruno Haible  <bruno@clisp.org>
35078
35079         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35080         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35081         non-IEEE numbers on i386, x86_64, ia64.
35082         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35083         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35084         * tests/test-isnanl.h: Include float.h.
35085         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35086
35087 2007-06-05  Bruno Haible  <bruno@clisp.org>
35088
35089         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35090         also the %a / %A. Handle the %a / %A code before this extra handling.
35091
35092 2007-06-05  Bruno Haible  <bruno@clisp.org>
35093
35094         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35095         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35096
35097 2007-06-05  Bruno Haible  <bruno@clisp.org>
35098
35099         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35100         typo in variable name.
35101
35102 2007-06-05  Eric Blake  <ebb9@byu.net>
35103
35104         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35105         Reported by Simon Josefsson.
35106
35107 2007-06-04  Bruno Haible  <bruno@clisp.org>
35108
35109         Avoid test failures on some PowerPC platforms.
35110         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35111         Define differently for PowerPC.
35112         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35113         Reported by Gary V. Vaughan <gary@gnu.org>.
35114
35115 2007-06-02  Bruno Haible  <bruno@clisp.org>
35116
35117         Fix test-stdint failure on FreeBSD/ia64.
35118         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35119         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35120         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35121         * doc/headers/stdint.texi: Update.
35122
35123 2007-06-01  Bruno Haible  <bruno@clisp.org>
35124
35125         * tests/test-binary-io.c (main): Pass a third argument to open().
35126         Reported by Gary V. Vaughan <gary@gnu.org>.
35127
35128 2007-06-01  Bruno Haible  <bruno@clisp.org>
35129
35130         * doc/functions/frexpl.texi: Update for mingw.
35131
35132 2007-06-01  Bruno Haible  <bruno@clisp.org>
35133
35134         * tests/test-lseek.c (main): Disable test of errno for invalid third
35135         argument.
35136         * doc/functions/lseek.texi: Update.
35137         Reported by Gary V. Vaughan <gary@gnu.org>.
35138
35139 2007-05-28  Bruno Haible  <bruno@clisp.org>
35140
35141         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35142
35143 2007-05-31  Eric Blake  <ebb9@byu.net>
35144
35145         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35146         cross compiling.
35147
35148 2007-05-30  Eric Blake  <ebb9@byu.net>
35149         and Bruno Haible  <bruno@clisp.org>
35150
35151         Work around mingw test failures exposed by m4-1.4.9b.
35152         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35153         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35154         moment.
35155
35156 2007-05-30  Bruno Haible  <bruno@clisp.org>
35157
35158         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35159         assuming that they are closed. Needed on HP-UX 11.
35160
35161 2007-05-29  Bruno Haible  <bruno@clisp.org>
35162
35163         Fix a problem with #include_next.
35164         * lib/dirent_.h: Split the double-inclusion guard.
35165         * lib/fcntl_.h: Likewise.
35166         * lib/float_.h: Likewise.
35167         * lib/iconv_.h: Likewise.
35168         * lib/inttypes_.h: Likewise.
35169         * lib/locale_.h: Likewise.
35170         * lib/math_.h: Likewise.
35171         * lib/netinet_in_.h: Likewise.
35172         * lib/search_.h: Likewise.
35173         * lib/signal_.h: Likewise.
35174         * lib/stdint_.h: Likewise.
35175         * lib/stdio_.h: Likewise.
35176         * lib/stdlib_.h: Likewise.
35177         * lib/string_.h: Likewise.
35178         * lib/sys_select_.h: Likewise.
35179         * lib/sys_socket_.h: Likewise.
35180         * lib/sys_stat_.h: Likewise.
35181         * lib/sys_time_.h: Likewise.
35182         * lib/sysexits_.h: Likewise.
35183         * lib/time_.h: Likewise.
35184         * lib/unistd_.h: Likewise.
35185         * lib/wchar_.h: Likewise.
35186         * lib/wctype_.h: Likewise.
35187
35188 2007-05-29  Bruno Haible  <bruno@clisp.org>
35189
35190         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35191         for the moment.
35192
35193 2007-05-29  Bruno Haible  <bruno@clisp.org>
35194
35195         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35196         invocation.
35197         Reported by Eric Blake.
35198
35199 2007-05-29  Bruno Haible  <bruno@clisp.org>
35200
35201         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35202         compiling case.
35203
35204 2007-05-29  Eric Blake  <ebb9@byu.net>
35205             Bruno Haible  <bruno@clisp.org>
35206
35207         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35208         cross compiles.
35209
35210 2007-05-28  Eric Blake  <ebb9@byu.net>
35211
35212         * modules/closein-tests (test_closein_LDADD): Support test on
35213         cygwin with libtool.
35214
35215 2007-05-28  Bruno Haible  <bruno@clisp.org>
35216
35217         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35218         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35219         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35220         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35221         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35222         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35223         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35224         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35225         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35226
35227 2007-05-28  Eric Blake  <ebb9@byu.net>
35228
35229         Unconditionally include <config.h> in unit tests.
35230         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35231         * tests/test-allocsa.c, tests/test-arcfour.c,
35232         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35233         tests/test-array_list.c, tests/test-array_oset.c,
35234         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35235         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35236         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35237         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35238         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35239         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35240         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35241         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35242         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35243         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35244         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35245         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35246         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35247         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35248         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35249         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35250         test-md5.c, test-memmem.c, test-printf-posix.c,
35251         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35252         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35253         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35254         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35255         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35256         test-vasnprintf-posix2.c, test-vasnprintf.c,
35257         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35258         test-vfprintf-posix.c, test-vprintf-posix.c,
35259         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35260         test-xvasprintf.c: Likewise.
35261
35262 2007-05-28  Bruno Haible  <bruno@clisp.org>
35263
35264         * gnulib-tool (func_import): Remember the --with-tests command-line
35265         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35266         Reported by Eric Blake.
35267
35268 2007-05-28  Bruno Haible  <bruno@clisp.org>
35269
35270         * modules/ftell-tests: New file.
35271         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35272         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35273
35274         * lib/ftell.c: New file.
35275         * modules/ftell: New file.
35276         * m4/ftell.m4: New file.
35277         * doc/functions/ftell.texi: Update.
35278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35279         REPLACE_FTELL.
35280         * lib/stdio_.h (rpl_ftell): New declaration.
35281         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35282         REPLACE_FTELL.
35283
35284 2007-05-28  Eric Blake  <ebb9@byu.net>
35285
35286         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35287
35288 2007-05-28  Bruno Haible  <bruno@clisp.org>
35289
35290         * modules/fseek-tests: New file.
35291         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35292         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35293
35294         * lib/fseek.c: New file.
35295         * modules/fseek: New file.
35296         * m4/fseek.m4: New file.
35297         * doc/functions/fseek.texi: Update.
35298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35299         REPLACE_FSEEK.
35300         * lib/stdio_.h (rpl_fseek): New declaration.
35301         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35302         REPLACE_FSEEK.
35303
35304 2007-05-28  Bruno Haible  <bruno@clisp.org>
35305
35306         * lib/stdio_.h (fflush): More comments.
35307
35308 2007-05-28  Bruno Haible  <bruno@clisp.org>
35309
35310         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35311         runtime test.
35312
35313 2007-05-28  Eric Blake  <ebb9@byu.net>
35314
35315         Improve lseek module.
35316         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35317         * lib/unistd_.h (lseek): Scale back link warning message.
35318         * tests/test-lseek.c: Beef up test.
35319         * tests/test-lseek.sh: Exercise more facets of lseek.
35320         Reported by Bruno Haible.
35321
35322 2007-05-28  Bruno Haible  <bruno@clisp.org>
35323
35324         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35325         to define.
35326
35327 2007-05-27  Bruno Haible  <bruno@clisp.org>
35328
35329         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35330
35331 2007-05-27  Bruno Haible  <bruno@clisp.org>
35332
35333         * modules/openmp: New file.
35334         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35335         Noah Misch.
35336
35337 2007-05-26  Bruno Haible  <bruno@clisp.org>
35338
35339         * modules/chdir-long (Depends-on): Add fchdir.
35340         * modules/chdir-safer (Depends-on): Likewise.
35341         * modules/fts (Depends-on): Likewise.
35342         * modules/fts-lgpl (Depends-on): Likewise.
35343         * modules/openat (Depends-on): Likewise.
35344         * modules/savewd (Depends-on): Likewise.
35345
35346 2007-05-24  Eric Blake  <ebb9@byu.net>
35347
35348         Fix lseek on mingw.
35349         * modules/lseek: New module.
35350         * m4/lseek.m4: New file.
35351         * lib/lseek.c: New file.
35352         * modules/lseek-tests: New file.
35353         * tests/test-lseek.c: New file.
35354         * tests/test-lseek.sh: New file.
35355         * MODULES.html.sh: Document lseek module.
35356         * modules/fflush (Depends-on): Add lseek, fseeko.
35357         * modules/fseeko (Depends-on): Likewise.
35358         * modules/ftello (Depends-on): Likewise.
35359         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35360         broken.
35361         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35362         broken.
35363         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35364         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35365         * lib/ftello.c (rpl_ftello): Likewise.
35366         * tests/test-fseeko.c (main): Test this.
35367         * tests/test-fseeko.sh: Likewise.
35368         * tests/test-ftello.c (main): Likewise.
35369         * tests/test-ftello.sh: Likewise.
35370         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35371         implies replacing fseek.
35372         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35373         HAVE_FTELLO.
35374         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35375         * modules/unistd (Makefile.am): Likewise.
35376         * lib/unistd_.h (lseek): Declare a replacement.
35377         * doc/functions/lseek.texi (lseek): Document this fix.
35378         * doc/functions/fseek.texi (fseek): Likewise.
35379         * doc/functions/ftell.texi (ftell): Likewise.
35380
35381 2007-05-24  Bruno Haible  <bruno@clisp.org>
35382
35383         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35384         in the printed representation of a NaN.
35385         * tests/test-vasprintf-posix.c (test_function): Likewise.
35386         * tests/test-snprintf-posix.h (test_function): Likewise.
35387         * tests/test-sprintf-posix.h (test_function): Likewise.
35388         Reported by Eric Blake.
35389
35390 2007-05-23  Eric Blake  <ebb9@byu.net>
35391
35392         Fix fseeko/ftello on cygwin 1.5.24.
35393         * doc/functions/fseeko.texi (fseeko): Document the fix.
35394         * doc/functions/ftello.texi (ftello): Document the fix.
35395         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35396         * doc/functions/stdout.text (stdout): New file.
35397         * doc/functions/stderr.text (stderr): New file.
35398         * doc/gnulib.texi (Function Substitutes): Use new files.
35399         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35400         prior to 1.7.0.
35401         * tests/test-ftello.c (main): Likewise for ftello.
35402         * tests/test-fseeko.sh: New file.
35403         * tests/test-ftello.sh: New file.
35404         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35405         with seekable stdin.
35406         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35407         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35408         (gl_REPLACE_FSEEKO): New macro.
35409         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35410         * modules/fseeko (Files): Distribute fseeko.c.
35411         * modules/ftello (Files): Distribute ftello.c.
35412         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35413         mode.
35414         * lib/ftello.c (rpl_ftello): New file.
35415         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35416         fseeko, ftello.
35417         (gl_STDIN_LARGE_OFFSET): New macro.
35418         * modules/stdio (Makefile.am): Perform the replacement.
35419         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35420
35421 2007-05-23  Bruno Haible  <bruno@clisp.org>
35422
35423         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35424         GNULIB_POSIXCHECK is defined.
35425
35426 2007-05-21  Bruno Haible  <bruno@clisp.org>
35427
35428         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35429         Check also the output for NaN arguments. When cross-compiling, guess
35430         no on IRIX.
35431         * lib/vasnprintf.c: Update comments.
35432         * tests/test-vasnprintf-posix.c (strisnan): New function.
35433         (test_function): Use it.
35434         * tests/test-vasprintf-posix.c (strisnan): New function.
35435         (test_function): Use it.
35436         * tests/test-snprintf-posix.h (strisnan): New function.
35437         (test_function): Use it.
35438         * tests/test-sprintf-posix.h (strisnan): New function.
35439         (test_function): Use it.
35440         Reported by Eric Blake.
35441
35442 2007-05-20  Bruno Haible  <bruno@clisp.org>
35443
35444         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35445         numbers that fails on BeOS.
35446         * doc/functions/frexpl.texi: Update.
35447
35448 2007-05-20  Jim Meyering  <jim@meyering.net>
35449
35450         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35451         forced upon us by glibc-2.6.
35452
35453 2007-05-20  Bruno Haible  <bruno@clisp.org>
35454
35455         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35456         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35457         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35458         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35459         NEED_PRINTF_INFINITE.
35460         (is_infinitel): New function.
35461         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35462         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35463         gl_PREREQ_VASNPRINTF_INFINITE.
35464         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35465         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35466         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35467         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35468         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35469         gl_PREREQ_VASNPRINTF_INFINITE.
35470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35471         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35472         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35473         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35474         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35475         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35477         * doc/functions/fprintf.texi: Update.
35478         * doc/functions/printf.texi: Update.
35479         * doc/functions/snprintf.texi: Update.
35480         * doc/functions/sprintf.texi: Update.
35481         * doc/functions/vfprintf.texi: Update.
35482         * doc/functions/vprintf.texi: Update.
35483         * doc/functions/vsnprintf.texi: Update.
35484         * doc/functions/vsprintf.texi: Update.
35485
35486 2007-05-20  Bruno Haible  <bruno@clisp.org>
35487
35488         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35489         was not found in libc.
35490         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35491
35492 2007-05-20  Bruno Haible  <bruno@clisp.org>
35493
35494         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35495         printed as "-nan" instead of "nan".
35496         * tests/test-vasprintf-posix.c (test_function): Likewise.
35497         * tests/test-snprintf-posix.h (test_function): Likewise.
35498         * tests/test-sprintf-posix.h (test_function): Likewise.
35499         Needed for HP-UX 11.
35500
35501 2007-05-20  Jim Meyering  <jim@meyering.net>
35502
35503         Fix buggy test for the fchownat-deref bug.
35504         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35505         symlink required for the run-test.  Without it, this test would
35506         always declare that fchownat doesn't work, and client code would
35507         unnecessarily use the replacement function with fixed libc.
35508         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35509         Reported by Greg Schafer.
35510
35511 2007-05-19  Bruno Haible  <bruno@clisp.org>
35512
35513         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35514         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35515         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35516         Needed for IRIX 6.5 and Solaris 2.5.1.
35517
35518 2007-05-19  Bruno Haible  <bruno@clisp.org>
35519
35520         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35521         (test_function): Skip tests involving -0.0 on platforms where
35522         -0.0 = 0.0.
35523         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35524         (test_function): Skip tests involving -0.0 on platforms where
35525         -0.0 = 0.0.
35526         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35527         (test_function): Skip tests involving -0.0 on platforms where
35528         -0.0 = 0.0.
35529         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35530         (test_function): Skip tests involving -0.0 on platforms where
35531         -0.0 = 0.0.
35532         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35533         tests.
35534         * tests/test-printf-posix.h (test_function): Likewise.
35535         * tests/test-printf-posix.output: Remove all -0.0 related results.
35536         Needed for IRIX 6.5.
35537
35538 2007-05-19  Bruno Haible  <bruno@clisp.org>
35539
35540         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35541         printed as "nan0x7fffffff" instead of "nan".
35542         * tests/test-vasprintf-posix.c (test_function): Likewise.
35543         * tests/test-snprintf-posix.h (test_function): Likewise.
35544         * tests/test-sprintf-posix.h (test_function): Likewise.
35545         * tests/test-fprintf-posix.h (NaN): Remove macro.
35546         (test_function): Remove all NaN related tests.
35547         * tests/test-printf-posix.h (NaN): Remove macro.
35548         (test_function): Remove all NaN related tests.
35549         * tests/test-printf-posix.output: Remove all NaN related results.
35550         Needed for IRIX 6.5.
35551
35552 2007-05-19  Bruno Haible  <bruno@clisp.org>
35553
35554         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35555         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35556
35557 2007-05-19  Bruno Haible  <bruno@clisp.org>
35558
35559         * lib/float_.h: New file.
35560         * m4/float_h.m4: New file.
35561         * modules/float: New file.
35562         * modules/isnanl (Dependencies): Add float.
35563         * modules/isnanl-nolibm (Dependencies): Likewise.
35564         * modules/mathl (Dependencies): Likewise.
35565         * modules/printf-frexpl (Dependencies): Likewise.
35566         * modules/signbit (Dependencies): Likewise.
35567         * modules/vasnprintf (Dependencies): Likewise.
35568         * doc/headers/float.texi: Update.
35569
35570 2007-05-19  Jim Meyering  <jim@meyering.net>
35571
35572         * lib/utimens.c (gl_futimens): Rename from futimens,
35573         now that glibc-2.6 declares futimens.
35574         * lib/utimens.h: Likewise.
35575
35576 2007-05-19  Bruno Haible  <bruno@clisp.org>
35577
35578         Avoid test failures on mingw.
35579         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35580         * tests/test-printf-posix.sh: Likewise.
35581         * tests/test-vfprintf-posix.sh: Likewise.
35582         * tests/test-vprintf-posix.sh: Likewise.
35583
35584 2007-05-19  Bruno Haible  <bruno@clisp.org>
35585
35586         Fix *printf result for NaN, Inf, -0.0 on mingw.
35587         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35588         * lib/vasnprintf.c: Include math.h and isnan.h.
35589         (is_infinite_or_zero): New function.
35590         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35591         values in the %f, %F, %e, %E, %g, %G directives.
35592         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35593         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35594         gl_PRINTF_INFINITE and test its result. Invoke
35595         gl_PREREQ_VASNPRINTF_INFINITE.
35596         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35597         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35598         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35599         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35600         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35601         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35602         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35603         * doc/functions/fprintf.texi: Update.
35604         * doc/functions/printf.texi: Update.
35605         * doc/functions/snprintf.texi: Update.
35606         * doc/functions/sprintf.texi: Update.
35607         * doc/functions/vfprintf.texi: Update.
35608         * doc/functions/vprintf.texi: Update.
35609         * doc/functions/vsnprintf.texi: Update.
35610         * doc/functions/vsprintf.texi: Update.
35611
35612 2007-05-19  Bruno Haible  <bruno@clisp.org>
35613
35614         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35615         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35616         Instead of multiplying with 10^k, set extra_zeroes to k.
35617         (scale10_round_long_double): Remove function.
35618
35619 2007-05-18  Bruno Haible  <bruno@clisp.org>
35620
35621         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35622         introduced on 2007-05-06.
35623
35624 2007-05-18  Bruno Haible  <bruno@clisp.org>
35625
35626         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35627         %g directives.
35628         * tests/test-vasprintf-posix.c (test_function): Likewise.
35629         * tests/test-snprintf-posix.h (test_function): Likewise.
35630         * tests/test-sprintf-posix.h (test_function): Likewise.
35631
35632 2007-05-18  Bruno Haible  <bruno@clisp.org>
35633
35634         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35635         (strmatch): New function.
35636         (test_function): Test the %f directive on numbers of various exponents.
35637         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35638         (strmatch): New function.
35639         (test_function): Test the %f directive on numbers of various exponents.
35640         * tests/test-snprintf-posix.h (strmatch): New function.
35641         (test_function): Test the %f directive on numbers of various exponents.
35642         * tests/test-sprintf-posix.h (strmatch): New function.
35643         (test_function): Test the %f directive on numbers of various exponents.
35644         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35645         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35646         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35647         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35648
35649 2007-05-18  Bruno Haible  <bruno@clisp.org>
35650
35651         Add support for 'long double' number output.
35652         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35653         * lib/vasnprintf.c: Include math.h and float+.h.
35654         (mp_limb_t): New type.
35655         (GMP_LIMB_BITS): New macro.
35656         (mp_twolimb_t): New type.
35657         (GMP_TWOLIMB_BITS): New macro.
35658         (mpn_t): New type.
35659         (multiply, divide, convert_to_decimal, decode_long_double,
35660         scale10_round_long_double, scale10_round_decimal_long_double,
35661         floorlog10l): New functions.
35662         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35663         for the %f, %F, %e, %E, %g, %G directives.
35664         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35665         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35666         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35667         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35668         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35669         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35670         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35671         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35672         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35673         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35674         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35675         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35676         * modules/snprintf-posix (Depends-on): Likewise.
35677         * modules/sprintf-posix (Depends-on): Likewise.
35678         * modules/vasnprintf-posix (Depends-on): Likewise.
35679         * modules/vasprintf-posix (Depends-on): Likewise.
35680         * modules/vfprintf-posix (Depends-on): Likewise.
35681         * modules/vsnprintf-posix (Depends-on): Likewise.
35682         * modules/vsprintf-posix (Depends-on): Likewise.
35683         * modules/vasnprintf (Files): Add lib/float+.h.
35684         * doc/functions/fprintf.texi: Update.
35685         * doc/functions/printf.texi: Update.
35686         * doc/functions/snprintf.texi: Update.
35687         * doc/functions/sprintf.texi: Update.
35688         * doc/functions/vfprintf.texi: Update.
35689         * doc/functions/vprintf.texi: Update.
35690         * doc/functions/vsnprintf.texi: Update.
35691         * doc/functions/vsprintf.texi: Update.
35692
35693 2007-05-18  Bruno Haible  <bruno@clisp.org>
35694
35695         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35696
35697 2007-05-18  Bruno Haible  <bruno@clisp.org>
35698
35699         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35700         for printing 64-bit integers. Needed for mingw.
35701
35702 2007-05-18  Bruno Haible  <bruno@clisp.org>
35703
35704         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35705         gl_FUNC_FREXPL_WORKS.
35706         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35707
35708 2007-05-18  Bruno Haible  <bruno@clisp.org>
35709
35710         * modules/frexpl-nolibm-tests: New file.
35711
35712         * modules/frexpl-nolibm: New file.
35713         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35714
35715 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35716
35717         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35718         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35719         GCC 4.2, which otherwise issues a lot of warnings.
35720         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35721         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35722         Likewise.
35723         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35724         * modules/iconv_open (iconv.h): Likewise.
35725         * modules/locale (locale.h): Likewise.
35726         * modules/netinet_in (netinet/in.h): Likewise.
35727         * modules/sys_select (sys_select.h): Likewise.
35728         * modules/sys_socket (sys/socket.h): Likewise.
35729         * modules/sys_stat (sys/stat.h): Likewise.
35730         * modules/sysexits (sysexits.h): Likewise.
35731         * modules/unistd (unistd.h): Likewise.
35732
35733 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35734
35735         * modules/closein-tests (Makefile.am): Distribute
35736         `test-closein.sh'.
35737
35738 2007-05-17  Bruno Haible  <bruno@clisp.org>
35739
35740         * tests/test-printf-posix.output: Renamed from
35741         tests/test-fprintf-posix.out.
35742         * modules/fprintf-posix-tests: Update.
35743         * modules/printf-posix-tests: Update.
35744         * modules/vfprintf-posix-tests: Update.
35745         * modules/vprintf-posix-tests: Update.
35746         * tests/test-fprintf-posix.sh: Update.
35747         * tests/test-printf-posix.sh: Update.
35748         * tests/test-vfprintf-posix.sh: Update.
35749         * tests/test-vprintf-posix.sh: Update.
35750         Reported by Ralf Wildenhues.
35751
35752 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35753
35754         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35755         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35756         GCC 4.2, which otherwise issues a lot of warnings.
35757         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35758         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35759         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35760         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35761         it should no longer be needed.
35762         * lib/string_.h: Likewise.
35763         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35764         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35765         * modules/inttypes (inttypes.h): Likewise.
35766         * modules/math (math.h): Likewise.
35767         * modules/search (search.h): Likewise.
35768         * modules/signal (signal.h): Likewise.
35769         * modules/stdint (stdint.h): Likewise.
35770         * modules/stdio (stdio.h): Likewise.
35771         * modules/stdlib (stdlib.h): Likewise.
35772         * modules/string (string.h): Likewise.
35773         * modules/sys_time (sys/time.h): Likewise.
35774         * modules/time (time.h): Likewise.
35775         * modules/wchar (wchar.h): Likewise.
35776         * modules/wctype (wtype.h): Likewise.
35777
35778 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35779
35780         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35781
35782 2007-05-13  Bruno Haible  <bruno@clisp.org>
35783
35784         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35785         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35786         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35787         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35788         (gl_PREREQ_STRTOK_R): Don't require it here.
35789
35790 2007-05-13  Bruno Haible  <bruno@clisp.org>
35791
35792         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35793         when used in C++ mode.
35794
35795 2007-05-12  Bruno Haible  <bruno@clisp.org>
35796
35797         * lib/linebuffer.h: Tweak doc.
35798         * lib/linebuffer.c: Likewise.
35799
35800 2007-05-12  James Youngman  <jay@gnu.org>
35801
35802         * lib/linebuffer.c (readlinebuffer_delim): New function,
35803         like readlinebuffer, but use a caller-specified delimiter.
35804         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35805         as the delimiter.
35806         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35807
35808 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35809
35810         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35811         * modules/openat (Files): Remove openat-die.c.
35812         (Depends-on): Add openat-die.
35813         * modules/openat-die: New module.
35814
35815 2007-05-06  Bruno Haible  <bruno@clisp.org>
35816
35817         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35818         Update with info about Cygwin.
35819         * doc/functions/fprintf.texi: Update.
35820         * doc/functions/printf.texi: Update.
35821         * doc/functions/snprintf.texi: Update.
35822         * doc/functions/sprintf.texi: Update.
35823         * doc/functions/vfprintf.texi: Update.
35824         * doc/functions/vprintf.texi: Update.
35825         * doc/functions/vsnprintf.texi: Update.
35826         * doc/functions/vsprintf.texi: Update.
35827         Reported by Eric Blake.
35828
35829 2007-05-06  Bruno Haible  <bruno@clisp.org>
35830
35831         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35832         padding ourselves for the floating-point directives.
35833         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35834         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35835         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35836         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35837         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35838         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35839         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35840         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35841         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35842         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35843         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35844         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35845         * tests/test-snprintf-posix.h (test_function): Also check the width
35846         and some flags in the %f directive.
35847         * tests/test-sprintf-posix.h (test_function): Likewise.
35848         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35849         * tests/test-vasprintf-posix.c (test_function): Likewise.
35850         * doc/functions/fprintf.texi: Update.
35851         * doc/functions/printf.texi: Update.
35852         * doc/functions/snprintf.texi: Update.
35853         * doc/functions/sprintf.texi: Update.
35854         * doc/functions/vfprintf.texi: Update.
35855         * doc/functions/vprintf.texi: Update.
35856         * doc/functions/vsnprintf.texi: Update.
35857         * doc/functions/vsprintf.texi: Update.
35858
35859 2007-05-06  Bruno Haible  <bruno@clisp.org>
35860
35861         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35862         pass the ' flag character to sprintf or snprintf.
35863         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35864         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35865         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35866         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35867         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35868         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35869         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35870         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35871         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35872         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35873         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35874         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35875         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35876         flag.
35877         * tests/test-sprintf-posix.h (test_function): Likewise.
35878         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35879         * tests/test-vasprintf-posix.c (test_function): Likewise.
35880         * doc/functions/fprintf.texi: Update.
35881         * doc/functions/printf.texi: Update.
35882         * doc/functions/snprintf.texi: Update.
35883         * doc/functions/sprintf.texi: Update.
35884         * doc/functions/vfprintf.texi: Update.
35885         * doc/functions/vprintf.texi: Update.
35886         * doc/functions/vsnprintf.texi: Update.
35887         * doc/functions/vsprintf.texi: Update.
35888
35889 2007-05-01  Bruno Haible  <bruno@clisp.org>
35890
35891         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35892
35893 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35894
35895         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35896         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35897
35898 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35901         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35902         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35903
35904 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35905
35906         * lib/argp-help.c (struct hol_entry): New member `ord'.
35907         (HOL_ENTRY_PTRCMP): Use ord for comparison
35908         (hol_sort): Initialize ord.
35909
35910 2007-05-01  Bruno Haible  <bruno@clisp.org>
35911
35912         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35913         Reported by Eric Blake.
35914         * doc/gnulib.texi (Function Substitutes): Update.
35915
35916 2007-05-01  Bruno Haible  <bruno@clisp.org>
35917
35918         * doc/functions.texi: Remove file, now redundant through
35919         doc/functions/*.texi.
35920
35921 2007-05-01  Bruno Haible  <bruno@clisp.org>
35922
35923         * modules/argp (Depends-on): Add sleep.
35924
35925 2007-05-01  Bruno Haible  <bruno@clisp.org>
35926
35927         * modules/sleep-tests: New file.
35928         * tests/test-sleep.c: New file.
35929
35930         * modules/sleep: New file.
35931         * lib/sleep.c: New file.
35932         * m4/sleep.m4: New file.
35933         * lib/unistd_.h (sleep): New declaration.
35934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35935         HAVE_SLEEP.
35936         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35937         * doc/functions/sleep.texi: Document the sleep module.
35938
35939 2007-05-01  Bruno Haible  <bruno@clisp.org>
35940
35941         * lib/sigprocmask.h: Remove file.
35942         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35943         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35944         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35945         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35946         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35947         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35948         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35949         HAVE_SIGSET_T as a shell variable.
35950         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35951         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35952         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35953         (Depends-on): Add signal. Remove verify.
35954         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35955         (Include): Mention <signal.h> instead of sigprocmask.h.
35956         * NEWS: Mention the change.
35957         * lib/fatal-signal.c: Don't include sigprocmask.h.
35958
35959 2007-05-01  Bruno Haible  <bruno@clisp.org>
35960
35961         * modules/signal: New file.
35962         * lib/signal_.h: New file.
35963         * m4/signal_h.m4: New file.
35964
35965 2007-05-01  Bruno Haible  <bruno@clisp.org>
35966
35967         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35968         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35969         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35970         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35971
35972 2007-05-01  Bruno Haible  <bruno@clisp.org>
35973
35974         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35975         configure time.
35976         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35977         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35978         * modules/sys_stat (Makefile.am): Substitute their values into
35979         sys/stat.h.
35980
35981 2007-05-01  Bruno Haible  <bruno@clisp.org>
35982
35983         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35984         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35985         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35986
35987 2007-05-01  Bruno Haible  <bruno@clisp.org>
35988
35989         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35990         'assert' module here.
35991
35992 2007-05-01  Bruno Haible  <bruno@clisp.org>
35993
35994         * doc/functions/*.texi: New files.
35995         * doc/functions/google-ranking.txt: New file.
35996         * doc/gnulib.texi (Function Substitutes): New chapter.
35997         (ctime, inet_ntoa): Remove sections.
35998         * doc/ctime.texi: Remove file.
35999         * doc/inet_ntoa.texi: Remove file.
36000         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
36001         dependencies.
36002         (%.info): New rule, specifying a --reference-limit.
36003
36004 2007-05-01  Bruno Haible  <bruno@clisp.org>
36005
36006         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
36007
36008 2007-05-01  Bruno Haible  <bruno@clisp.org>
36009
36010         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
36011         the portability of 'mkdir' to mingw systems.
36012
36013 2007-05-01  Bruno Haible  <bruno@clisp.org>
36014
36015         * doc/headers/google-ranking.txt: New file.
36016
36017 2007-04-30  Eric Blake  <ebb9@byu.net>
36018
36019         Prefer fseeko to fseek.
36020         * modules/getpass (Depends-on): Add fseeko.
36021         * lib/getpass.c (getpass): Use fseeko, not fseek.
36022
36023 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
36024
36025         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
36026         assumes the sorting is stable, while most qsort implementations
36027         are not.  Use argument addresses to ensure they never compare as
36028         equal.
36029
36030         * tests/test-argp-2.sh (usage-indent test): Fix output
36031         (func_compare): Restore diff options
36032         * tests/test-argp.c: Restore #include "progname.h"
36033
36034 2007-04-29  Bruno Haible  <bruno@clisp.org>
36035
36036         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
36037         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36038         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
36039         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36040         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36041         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36042         (TESTS, check_PROGRAMS): Add test-snprintf.
36043         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36044         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36045         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36046         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36047         assertions that fail on HP-UX, OSF/1, or IRIX.
36048         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36049
36050 2007-04-29  Bruno Haible  <bruno@clisp.org>
36051
36052         * MODULES.html.sh (posix_functions): Remove 'contents'.
36053
36054 2007-04-29  Karl Berry  <karl@gnu.org>
36055
36056         * config/srclist.txt (gendocs_template_min): new entry.
36057
36058 2007-04-29  Bruno Haible  <bruno@clisp.org>
36059
36060         Work around fpurge bug on BSD systems.
36061         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36062         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36063         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36064         fpurge to rpl_fpurge if the system already has this function.
36065         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36066         the case where the system already has this function. Correct invariants
36067         on BSD systems.
36068         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36069         BSD systems.
36070
36071 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36072
36073         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36074         proposed by Sven Verdoolaege.
36075
36076         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36077         options.
36078         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36079         (usage and help tests): Update
36080
36081 2007-04-29  Bruno Haible  <bruno@clisp.org>
36082
36083         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36084         Print more information in case of failure. Disable a test on BeOS.
36085
36086 2007-04-29  Bruno Haible  <bruno@clisp.org>
36087
36088         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36089         This helps debugging on systems on which no gdb is available.
36090
36091 2007-04-29  Bruno Haible  <bruno@clisp.org>
36092
36093         * lib/freading.h: Improve comments.
36094         * lib/fwriting.h: Likewise.
36095         * tests/test-freading.c (main): Don't check freading immediately after
36096         repositioning. Needed for glibc.
36097
36098 2007-04-29  Bruno Haible  <bruno@clisp.org>
36099
36100         * lib/freading.c (freading): Trivial simplification.
36101
36102 2007-04-28  Bruno Haible  <bruno@clisp.org>
36103
36104         * tests/test-fwriting.c (main): Also test the interaction between
36105         fflush and fwriting.
36106         * modules/fwriting-tests (Depends-on): Add fflush.
36107
36108         * tests/test-freading.c (main): Also test the interaction between
36109         fflush and freading.
36110         * modules/freading-tests (Depends-on): Add fflush.
36111
36112 2007-04-28  Bruno Haible  <bruno@clisp.org>
36113
36114         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36115         fseeko and ftello.
36116         Suggested by Eric Blake.
36117
36118 2007-04-28  Jim Meyering  <jim@meyering.net>
36119
36120         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36121         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36122         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36123
36124 2007-04-27  Eric Blake  <ebb9@byu.net>
36125
36126         * doc/headers/assert.texi (assert.h): Document assert module use.
36127
36128 2007-04-27  Bruno Haible  <bruno@clisp.org>
36129
36130         * doc/headers/*.texi: New files.
36131         * doc/gnulib.texi (Header File Substitutes): New chapter.
36132         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36133         dependencies.
36134         (standards.info ,standards.html, standards.dvi): Update dependencies.
36135         (mostlyclean, clean): New targets.
36136
36137 2007-04-27  Bruno Haible  <bruno@clisp.org>
36138
36139         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36140         * modules/sysexits (Files, Makefile.am): Update.
36141
36142         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36143         * modules/sys_socket (Files, Makefile.am): Update.
36144
36145         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36146         * modules/sys_stat (Files, Makefile.am): Update.
36147
36148 2007-04-27  Eric Blake  <ebb9@byu.net>
36149
36150         * lib/freading.h: Improve comments.
36151         * lib/fwriting.h: Likewise.
36152         * lib/fflush.c: Likewise.
36153
36154         Fix closein for mingw.
36155         * modules/closein-tests: Add tests for closein.
36156         * tests/test-closein.c: New file.
36157         * tests/test-closein.sh: Likewise.
36158         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36159         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36160
36161 2007-04-27  Bruno Haible  <bruno@clisp.org>
36162
36163         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36164         version is < 6.
36165         * lib/math_.h [__DECC]: Likewise.
36166         * lib/stdio_.h [__DECC]: Likewise.
36167         * lib/stdlib_.h [__DECC]: Likewise.
36168         * lib/string_.h [__DECC]: Likewise.
36169         * lib/time_.h [__DECC]: Likewise.
36170         * lib/wchar_.h [__DECC]: Likewise.
36171         * lib/wctype_.h [__DECC]: Likewise.
36172
36173 2007-04-27  Bruno Haible  <bruno@clisp.org>
36174
36175         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36176
36177 2007-04-27  Bruno Haible  <bruno@clisp.org>
36178
36179         * lib/fflush.c: Add comments.
36180         * modules/fpurge-tests (Depends-on): Add fflush.
36181         * modules/freadable-tests (Depends-on): Likewise.
36182         * modules/fwritable-tests (Depends-on): Likewise.
36183
36184 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36185
36186         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36187         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36188         Report by Bruno Haible <bruno@clisp.org>.
36189
36190 2007-04-26  Eric Blake  <ebb9@byu.net>
36191
36192         Fix fflush on mingw.
36193         * modules/fflush (Depends-on): Add freading.
36194         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36195         but unread data.
36196
36197 2007-04-26  Eric Blake  <ebb9@byu.net>
36198         and Bruno Haible  <bruno@clisp.org>
36199
36200         Implement freading and fwriting.
36201         * lib/freading.c: New file.
36202         * lib/freading.h: Likewise.
36203         * m4/freading.m4: Likewise.
36204         * modules/freading: Likewise.
36205         * modules/freading-tests: Likewise.
36206         * tests/test-freading.c: Likewise.
36207         * lib/fwriting.c: New file.
36208         * lib/fwriting.h: Likewise.
36209         * m4/fwriting.m4: Likewise.
36210         * modules/fwriting: Likewise.
36211         * modules/fwriting-tests: Likewise.
36212         * tests/test-fwriting.c: Likewise.
36213         * MODULES.html.sh (File stream based Input/Output): Mention them.
36214
36215 2007-04-26  Bruno Haible  <bruno@clisp.org>
36216
36217         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36218         'long' when we assume it.
36219         Suggested by Eric Blake.
36220
36221 2007-04-26  Bruno Haible  <bruno@clisp.org>
36222
36223         Ensure fseeko, ftello are declared on glibc systems.
36224         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36225         * modules/fseeko (configure.ac-early): Likewise.
36226         * modules/ftello (configure.ac-early): Likewise.
36227         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36228         AC_FUNC_FSEEKO for this.
36229         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36230         (gl_CHECK_FSEEKO): Remove macro.
36231
36232 2007-04-26  Bruno Haible  <bruno@clisp.org>
36233
36234         * tests/test-fflush.c (main): Also check the ftell result after
36235         fflush and fseek/fseeko.
36236         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36237         file descriptor position cache in the stream.
36238         * lib/fseeko.c (rpl_fseeko): Likewise.
36239
36240 2007-04-26  Bruno Haible  <bruno@clisp.org>
36241
36242         * modules/fflush-tests (Depends-on): Add fseeko.
36243
36244 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36245             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36246
36247         * lib/argz_.h: ensure error_t definition is obtained in same
36248         mechanism system argz.h would have.
36249         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36250         argz facilities are known bad.  Err on the side of caution if
36251         cross-compiling.
36252
36253 2007-04-25  Eric Blake  <ebb9@byu.net>
36254
36255         * lib/fpurge.c (includes): Use stdlib.h for free.
36256         * tests/test-fflush.c (main): Also test fflush-fseeko.
36257
36258 2007-04-25  Bruno Haible  <bruno@clisp.org>
36259
36260         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36261         * lib/fseeko.c: New file.
36262         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36263         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36264         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36265         gl_FUNC_FSEEKO.
36266         (gl_FUNC_FSEEKO): Invoke it.
36267         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36268         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36269         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36270
36271 2007-04-25  Bruno Haible  <bruno@clisp.org>
36272
36273         * modules/fflush (Depends-on): Add ftello.
36274
36275 2007-04-25  Bruno Haible  <bruno@clisp.org>
36276
36277         * modules/ftello-tests: New file.
36278         * tests/test-ftello.c: New file.
36279
36280         * modules/ftello: New file.
36281         * m4/ftello.m4: New file.
36282         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36283         HAVE_FTELLO.
36284         * lib/stdio_.h (ftello): New declaration.
36285         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36286         HAVE_FTELLO.
36287
36288 2007-04-25  Bruno Haible  <bruno@clisp.org>
36289
36290         * modules/fseeko-tests: New file.
36291         * tests/test-fseeko.c: New file.
36292
36293         * modules/fseeko: New file.
36294         * m4/fseeko.m4: New file.
36295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36296         HAVE_FSEEKO.
36297         * lib/stdio_.h (fseeko): New declaration.
36298         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36299         HAVE_FSEEKO.
36300
36301 2007-04-25  Bruno Haible  <bruno@clisp.org>
36302
36303         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36304
36305 2007-04-25  Bruno Haible  <bruno@clisp.org>
36306
36307         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36308         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36309         * tests/test-unistd.c: Likewise.
36310         * tests/test-fcntl.c: Likewise.
36311
36312 2007-04-23  Eric Blake  <ebb9@byu.net>
36313
36314         * lib/fflush.c: Fix missing include.
36315         Reported by Bruno Haible.
36316
36317 2007-04-23  Bruno Haible  <bruno@clisp.org>
36318
36319         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36320         Reported by Eric Blake.
36321
36322 2007-04-23  Bruno Haible  <bruno@clisp.org>
36323
36324         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36325
36326 2007-04-23  Bruno Haible  <bruno@clisp.org>
36327
36328         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36329
36330 2007-04-23  Bruno Haible  <bruno@clisp.org>
36331
36332         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36333         Needed on HP-UX 11.
36334
36335 2007-04-16  Eric Blake  <ebb9@byu.net>
36336
36337         Make fflush rely on fpurge.
36338         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36339         open coding all variants.
36340         * modules/fflush (Depends-on): Add fpurge and unistd.
36341         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36342         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36343
36344         Fix --with-tests compilation on cygwin.
36345         * modules/argmatch-tests (Makefile.am): List gnulib library first
36346         in LDADD.
36347         * modules/argp-tests (Makefile.am): Likewise.
36348         * modules/array-list-tests (Makefile.am): Likewise.
36349         * modules/array-oset-tests (Makefile.am): Likewise.
36350         * modules/avltree-list-tests (Makefile.am): Likewise.
36351         * modules/avltree-oset-tests (Makefile.am): Likewise.
36352         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36353         * modules/carray-list-tests (Makefile.am): Likewise.
36354         * modules/dirname-tests (Makefile.am): Likewise.
36355         * modules/frexp-tests (Makefile.am): Likewise.
36356         * modules/isnanl-tests (Makefile.am): Likewise.
36357         * modules/linked-list-tests (Makefile.am): Likewise.
36358         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36359         * modules/lock-tests (Makefile.am): Likewise.
36360         * modules/rbtree-list-tests (Makefile.am): Likewise.
36361         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36362         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36363         * modules/tls-tests (Makefile.am): Likewise.
36364         * modules/tsearch-tests (Makefile.am): Likewise.
36365         * modules/xvasprintf-tests (Makefile.am): Likewise.
36366
36367         Fix fpurge for cygwin.
36368         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36369         value.
36370         * modules/fpurge-tests (Depends-on): Clean up trash.
36371
36372 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36373
36374         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36375
36376         * m4/autobuild.m4: Re-indent.
36377
36378 2007-04-13  Bruno Haible  <bruno@clisp.org>
36379
36380         * modules/fpurge-tests: New file.
36381         * tests/test-fpurge.c: New file.
36382
36383         * modules/fpurge: New file.
36384         * lib/fpurge.h: New file.
36385         * lib/fpurge.c: New file.
36386         * m4/fpurge.m4: New file.
36387
36388 2007-04-13  Bruno Haible  <bruno@clisp.org>
36389
36390         * modules/fbufmode-tests: New file.
36391         * tests/test-fbufmode.c: New file.
36392
36393         * modules/fbufmode: New file.
36394         * lib/fbufmode.h: New file.
36395         * lib/fbufmode.c: New file.
36396         * m4/fbufmode.m4: New file.
36397
36398 2007-04-13  Bruno Haible  <bruno@clisp.org>
36399
36400         * modules/fwritable-tests: New file.
36401         * tests/test-fwritable.c: New file.
36402
36403         * modules/fwritable: New file.
36404         * lib/fwritable.h: New file.
36405         * lib/fwritable.c: New file.
36406         * m4/fwritable.m4: New file.
36407
36408 2007-04-13  Bruno Haible  <bruno@clisp.org>
36409
36410         * modules/freadable-tests: New file.
36411         * tests/test-freadable.c: New file.
36412
36413         * modules/freadable: New file.
36414         * lib/freadable.h: New file.
36415         * lib/freadable.c: New file.
36416         * m4/freadable.m4: New file.
36417
36418 2007-04-13  Bruno Haible  <bruno@clisp.org>
36419
36420         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36421         MOSTLYCLEANFILES.
36422
36423 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36424
36425         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36426         gzip bootstrap.conf to avoid dragging in i18n machinery.
36427         (gnulib_tool_option): Use it.
36428
36429 2007-04-13  Bruno Haible  <bruno@clisp.org>
36430
36431         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36432         %F directives.
36433         * tests/test-vasprintf-posix.c (test_function): Likewise.
36434         * tests/test-snprintf-posix.h (test_function): Likewise.
36435         * tests/test-sprintf-posix.h (test_function): Likewise.
36436         * tests/test-fprintf-posix.h (test_function): Likewise.
36437         * tests/test-printf-posix.h (test_function): Likewise.
36438         * tests/test-fprintf-posix.out: Likewise.
36439
36440 2007-04-13  Bruno Haible  <bruno@clisp.org>
36441
36442         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36443         * modules/tls-tests (configure.ac): Likewise.
36444         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36445
36446 2007-04-13  Bruno Haible  <bruno@clisp.org>
36447
36448         * lib/tls.c (glthread_tls_get): Fix return type.
36449         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36450
36451 2007-04-12  Eric Blake  <ebb9@byu.net>
36452
36453         * modules/gettime (Depends-on): Remove gettime.
36454         Reported by Dmitry V. Levin.
36455
36456 2007-04-12  Bruno Haible  <bruno@clisp.org>
36457
36458         * modules/fflush (Include): Mention <stdio.h>.
36459         * modules/strtoimax (Include): Mention <inttypes.h>.
36460         * modules/strtoumax (Include): Likewise.
36461
36462 2007-04-12  Eric Blake  <ebb9@byu.net>
36463
36464         * .cvsignore: New file.
36465         * .gitignore: Likewise.
36466
36467 2007-04-12  Bruno Haible  <bruno@clisp.org>
36468
36469         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36470         not before, since $(LDADD) often contains libgnu.a.
36471         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36472         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36473         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36474         Needed on Cygwin.
36475
36476 2007-04-12  Eric Blake  <ebb9@byu.net>
36477
36478         Work around glibc's failure to flush stdin on fclose.
36479         * lib/closein.c (close_stdin): Flush stdin before closing.
36480
36481         Work around glibc's failure to reset seekable stdin on exit.
36482         * modules/closein: New module.
36483         * lib/closein.c: New file.
36484         * lib/closein.h: Likewise.
36485         * m4/closein.m4: Likewise.
36486         * MODULES.html.sh (File stream based Input/Output): Document it.
36487
36488 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36489
36490         * gnulib-tool: Rename generated 'autobuild' script to
36491         'do-autobuild' in --create-megatestdir output.
36492
36493         * doc/gnulib.texi (Build robot for gnulib): Fix.
36494
36495 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36496
36497         * modules/sysexits (Depends-on): Add absolute-header.
36498
36499 2007-04-12  Eric Blake  <ebb9@byu.net>
36500
36501         No need to preserve errno on success.
36502         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36503         Reported by Bruno Haible.
36504
36505 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36506
36507         * MODULES.html.sh (Support for maintaining and releasing
36508         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36509
36510 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36511
36512         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36513
36514 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36515
36516         * modules/autobuild: New module.
36517
36518         * m4/autobuild.m4: New file.
36519
36520 2007-04-11  Bruno Haible  <bruno@clisp.org>
36521
36522         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36523         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36524         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36525         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36526         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36527         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36528         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36529         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36530         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36531         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36532         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36533         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36534         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36535         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36536         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36537         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36538         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36539         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36540         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36541         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36542         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36543         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36544         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36545         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36546         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36547         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36548         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36549         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36550         Reported by Eric Blake.
36551
36552 2007-04-11  Bruno Haible  <bruno@clisp.org>
36553
36554         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36555
36556 2007-04-10  Bruno Haible  <bruno@clisp.org>
36557
36558         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36559         for NaN and Infinity. Needed on FreeBSD 6.1.
36560         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36561         regarding results for "%010a" of Infinity and NaN.
36562         * tests/test-vasprintf-posix.c (test_function): Likewise.
36563         * tests/test-snprintf-posix.h (test_function): Likewise.
36564         * tests/test-sprintf-posix.h (test_function): Likewise.
36565         * tests/test-fprintf-posix.h (test_function): Likewise.
36566         * tests/test-printf-posix.h (test_function): Likewise.
36567         * tests/test-fprintf-posix.out: Likewise.
36568
36569 2007-04-10  Bruno Haible  <bruno@clisp.org>
36570
36571         * modules/locale-tests: New file.
36572         * tests/test-locale.c: New file.
36573
36574         * modules/locale: New file.
36575         * lib/locale_.h: New file.
36576         * m4/locale_h.m4: New file.
36577
36578 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36579             Bruno Haible  <bruno@clisp.org>
36580
36581         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36582         be determined, test for availability of the copysignf, copysign,
36583         copysignl functions.
36584         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36585         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36586         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36587
36588 2007-04-09  Eric Blake  <ebb9@byu.net>
36589
36590         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36591         * modules/stdio (Makefile.am): Support fflush.
36592         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36593         * modules/fflush: New file.
36594         * lib/fflush.c: Likewise.
36595         * m4/fflush.m4: Likewise.
36596         * modules/fflush-tests: New test.
36597         * tests/test-fflush.c: Likewise.
36598         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36599
36600 2007-04-06  Bruno Haible  <bruno@clisp.org>
36601
36602         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36603         (VASNPRINTF): Use signbit for faster determination whether to print a
36604         minus sign.
36605         * modules/vasnprintf (Files): Remove lib/float+.h.
36606         * modules/fprintf-posix (Depends-on): Add signbit.
36607         * modules/snprintf-posix (Depends-on): Likewise.
36608         * modules/sprintf-posix (Depends-on): Likewise.
36609         * modules/vasnprintf-posix (Depends-on): Likewise.
36610         * modules/vasprintf-posix (Depends-on): Likewise.
36611         * modules/vfprintf-posix (Depends-on): Likewise.
36612         * modules/vsnprintf-posix (Depends-on): Likewise.
36613         * modules/vsprintf-posix (Depends-on): Likewise.
36614
36615 2007-04-06  Bruno Haible  <bruno@clisp.org>
36616
36617         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36618         * tests/test-frexpl.c (main): Likewise.
36619         * tests/test-ldexpl.c (main): Likewise.
36620         * modules/frexp-tests (Depends-on): Add signbit.
36621         * modules/frexpl-tests (Depdends-on): Likewise.
36622         * modules/ldexpl-tests (Depdends-on): Likewise.
36623
36624 2007-04-06  Bruno Haible  <bruno@clisp.org>
36625
36626         * modules/signbit-tests: New file.
36627         * tests/test-signbit.c: New file.
36628
36629         * modules/signbit: New file.
36630         * lib/signbitf.c: New file.
36631         * lib/signbitd.c: New file.
36632         * lib/signbitl.c: New file.
36633         * m4/signbit.m4: New file.
36634         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36635         (signbit): New macro.
36636         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36637         REPLACE_SIGNBIT.
36638         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36639         REPLACE_FREXPL into math.h.
36640
36641 2007-04-06  Bruno Haible  <bruno@clisp.org>
36642
36643         * modules/isnanf-nolibm-tests: New file.
36644         * tests/test-isnanf.c: New file.
36645
36646         * modules/isnanf-nolibm: New file.
36647         * lib/isnanf.h: New file.
36648         * lib/isnanf.c: New file.
36649         * lib/isnan.c: Consider the USE_FLOAT macro.
36650         * m4/isnanf.m4: New file.
36651
36652 2007-04-06  Bruno Haible  <bruno@clisp.org>
36653
36654         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36655         (Link): New section.
36656
36657         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36658
36659 2007-04-06  Bruno Haible  <bruno@clisp.org>
36660
36661         Assume the 'long double' type.
36662         * m4/longdouble.m4: Remove file.
36663         * config/srclist.txt: Don't mention longdouble.m4.
36664         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36665         * lib/float+.h: Likewise.
36666         * lib/frexp.c: Likewise.
36667         * lib/printf-args.h: Likewise.
36668         * lib/printf-args.c: Likewise.
36669         * lib/printf-frexp.c: Likewise.
36670         * lib/printf-parse.c: Likewise.
36671         * lib/vasnprintf.c: Likewise.
36672         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36673         * m4/intl.m4: Likewise.
36674         * m4/isnanl.m4: Likewise.
36675         * m4/printf.m4: Likewise.
36676         * m4/printf-frexpl.m4: Likewise.
36677         * m4/vasnprintf.m4: Likewise.
36678         * modules/allocsa (Files): Remove m4/longdouble.m4.
36679         * modules/gettext (Files): Likewise.
36680         * modules/relocatable-prog-wrapper (Files): Likewise.
36681         * modules/vasnprintf (Files): Likewise.
36682         * modules/isnanl (Files): Likewise.
36683         (Include): Simplify.
36684         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36685         (Include): Simplify.
36686         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36687         (Include): Simplify.
36688         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36689         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36690         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36691         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36692         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36693         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36694         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36695         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36696         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36697         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36698         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36699         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36700         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36701         * tests/test-isnanl.c: Likewise.
36702         * tests/test-snprintf-posix.h: Likewise.
36703         * tests/test-sprintf-posix.h: Likewise.
36704         * tests/test-vasnprintf-posix.c: Likewise.
36705         * tests/test-vasnprintf-posix2.c: Likewise.
36706         * tests/test-vasprintf-posix.c: Likewise.
36707
36708 2007-04-06  Bruno Haible  <bruno@clisp.org>
36709
36710         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36711         * lib/math_.h [__DECC]: Include the overridden include file through
36712         #include_next, outside the double-inclusion guard.
36713         * lib/stdio_.h [__DECC]: Likewise.
36714         * lib/stdlib_.h [__DECC]: Likewise.
36715         * lib/string_.h [__DECC]: Likewise.
36716         * lib/time_.h [__DECC]: Likewise.
36717         * lib/wchar_.h [__DECC]: Likewise.
36718         * lib/wctype_.h [__DECC]: Likewise.
36719         * lib/inttypes_.h [__DECC]: Likewise.
36720         Reported by Albert Chin <china@thewrittenword.com> in
36721         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36722
36723 2007-04-04  Eric Blake  <ebb9@byu.net>
36724
36725         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36726         1.5.x.
36727
36728 2007-04-04  Bruno Haible  <bruno@clisp.org>
36729
36730         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36731         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36732
36733 2007-04-04  Bruno Haible  <bruno@clisp.org>
36734
36735         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36736         results for "%010a" of Infinity and NaN.
36737         * tests/test-vasprintf-posix.c (test_function): Likewise.
36738         * tests/test-snprintf-posix.h (test_function): Likewise.
36739         * tests/test-sprintf-posix.h (test_function): Likewise.
36740         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36741         * tests/test-printf-posix.h (test_function): Likewise.
36742         * tests/test-fprintf-posix.out: Update.
36743         Needed for FreeBSD 6.1.
36744
36745 2007-04-04  Bruno Haible  <bruno@clisp.org>
36746
36747         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36748         directly used by the gnulib modules nor by gnulib-tool.
36749
36750 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36751
36752         * DEPENDENCIES: Give overall description of version dependency
36753         desirability.  Use more-typical names for apps.
36754         Add shell, coreutils, diffutils, grep, tar, gzip.
36755
36756 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36757
36758         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36759
36760 2007-04-04  Karl Berry  <karl@gnu.org>
36761
36762         * MODULES.html.sh (func_module): missing '.
36763
36764 2007-04-03  Bruno Haible  <bruno@clisp.org>
36765
36766         * modules/argmatch-tests (Makefile.am): New variable
36767         test_argmatch_LDADD.
36768         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36769         * modules/array-list-tests (Makefile.am): New variable
36770         test_array_list_LDADD.
36771         * modules/array-oset-tests (Makefile.am): New variable
36772         test_array_oset_LDADD.
36773         * modules/avltree-list-tests (Makefile.am): New variable
36774         test_avltree_list_LDADD.
36775         * modules/avltree-oset-tests (Makefile.am): New variable
36776         test_avltree_oset_LDADD.
36777         * modules/avltreehash-list-tests (Makefile.am): New variable
36778         test_avltreehash_list_LDADD.
36779         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36780         test_canonicalize_lgpl_LDADD.
36781         * modules/carray-list-tests (Makefile.am): New variable
36782         test_carray_list_LDADD.
36783         * modules/dirname-tests (Makefile.am): New variable
36784         test_dirname_LDADD.
36785         * modules/linked-list-tests (Makefile.am): New variable
36786         test_linked_list_LDADD.
36787         * modules/linkedhash-list-tests (Makefile.am): New variable
36788         test_linkedhash_list_LDADD.
36789         * modules/rbtree-list-tests (Makefile.am): New variable
36790         test_rbtree_list_LDADD.
36791         * modules/rbtree-oset-tests (Makefile.am): New variable
36792         test_rbtree_oset_LDADD.
36793         * modules/rbtreehash-list-tests (Makefile.am): New variable
36794         test_rbtreehash_list_LDADD.
36795         * modules/xvasprintf-tests (Makefile.am): New variable
36796         test_xvasprintf_LDADD.
36797         Reported by Eric Blake.
36798
36799 2007-04-03  Eric Blake  <ebb9@byu.net>
36800
36801         * DEPENDENCIES: Weaken m4 requirements.
36802
36803 2007-04-03  Bruno Haible  <bruno@clisp.org>
36804
36805         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36806         * modules/isnanl-tests (configure.ac): Likewise.
36807
36808 2007-04-03  Ben Pfaff  <blp@gnu.org>
36809
36810         * modules/iconv_open: Add $(srcdir)/ to source directory
36811         references in Makefile fragments that call gperf, to fix VPATH
36812         builds.
36813
36814 2007-04-03  Bruno Haible  <bruno@clisp.org>
36815
36816         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36817         * lib/ldexpl.c: Undo last change.
36818
36819 2007-04-03  Bruno Haible  <bruno@clisp.org>
36820
36821         * modules/printf-frexpl (Depends-on): Undo last change.
36822         (Files): Add m4/ldexpl.m4.
36823
36824 2007-04-03  Bruno Haible  <bruno@clisp.org>
36825
36826         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36827         * modules/isnanl (Link): New section.
36828
36829         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36830         * modules/frexp (Link): New section.
36831
36832         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36833         * modules/frexpl (Link): New section.
36834
36835         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36836         * modules/ldexpl (Link): New section.
36837
36838 2007-04-03  Bruno Haible  <bruno@clisp.org>
36839
36840         * modules/TEMPLATE-EXTENDED: New file.
36841         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36842
36843 2007-04-03  Bruno Haible  <bruno@clisp.org>
36844
36845         * DEPENDENCIES: New file.
36846         Suggested by Simon Josefsson.
36847
36848 2007-04-03  Bruno Haible  <bruno@clisp.org>
36849
36850         * doc/gnulib.texi: Escape @.
36851
36852 2007-04-03  James Youngman  <jay@gnu.org>
36853         and Paul Eggert  <eggert@cs.ucla.edu>
36854
36855         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36856         birthtime on all systems that have birthtime, not just those which
36857         use st_birthtimensec rather than st_birthtim.  Putting zero in
36858         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36859         that the birth time is not available for files on an NFS mount.
36860
36861 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36862
36863         * modules/memxor: Move back from crypto/, suggested by Bruno.
36864         * modules/crypto/hmac-sha1: Fix memxor dependency.
36865
36866         * modules/crypto/gc: Moved from ../.
36867
36868 2007-04-02  Eric Blake  <ebb9@byu.net>
36869
36870         * lib/ldexpl.c (includes): Avoid libm.
36871
36872         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36873
36874 2007-04-02  Bruno Haible  <bruno@clisp.org>
36875
36876         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36877         on IRIX.
36878
36879 2007-04-02  Bruno Haible  <bruno@clisp.org>
36880
36881         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36882         x86 or x86_64 platforms running MacOS X.
36883         Reported by Ryan Schmidt <@ryandesign.com>.
36884
36885 2007-04-02  Bruno Haible  <bruno@clisp.org>
36886
36887         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36888         i386.
36889
36890 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36891
36892         * modules/crypto/arcfour: Moved from ../.
36893         * modules/crypto/arcfour-tests: Moved from ../.
36894         * modules/crypto/arctwo: Moved from ../.
36895         * modules/crypto/arctwo-tests: Moved from ../.
36896         * modules/crypto/des: Moved from ../.
36897         * modules/crypto/des-tests: Moved from ../.
36898         * modules/crypto/gc-arcfour: Moved from ../.
36899         * modules/crypto/gc-arcfour-tests: Moved from ../.
36900         * modules/crypto/gc-arctwo: Moved from ../.
36901         * modules/crypto/gc-arctwo-tests: Moved from ../.
36902         * modules/crypto/gc-des: Moved from ../.
36903         * modules/crypto/gc-des-tests: Moved from ../.
36904         * modules/crypto/gc-hmac-md5: Moved from ../.
36905         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36906         * modules/crypto/gc-hmac-sha1: Moved from ../.
36907         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36908         * modules/crypto/gc-md2: Moved from ../.
36909         * modules/crypto/gc-md2-tests: Moved from ../.
36910         * modules/crypto/gc-md4: Moved from ../.
36911         * modules/crypto/gc-md4-tests: Moved from ../.
36912         * modules/crypto/gc-md5: Moved from ../.
36913         * modules/crypto/gc-md5-tests: Moved from ../.
36914         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36915         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36916         * modules/crypto/gc-random: Moved from ../.
36917         * modules/crypto/gc-rijndael: Moved from ../.
36918         * modules/crypto/gc-rijndael-tests: Moved from ../.
36919         * modules/crypto/gc-sha1: Moved from ../.
36920         * modules/crypto/gc-sha1-tests: Moved from ../.
36921         * modules/crypto/gc-tests: Moved from ../.
36922         * modules/crypto/hmac-md5: Moved from ../.
36923         * modules/crypto/hmac-md5-tests: Moved from ../.
36924         * modules/crypto/hmac-sha1: Moved from ../.
36925         * modules/crypto/hmac-sha1-tests: Moved from ../.
36926         * modules/crypto/md2: Moved from ../.
36927         * modules/crypto/md2-tests: Moved from ../.
36928         * modules/crypto/md4: Moved from ../.
36929         * modules/crypto/md4-tests: Moved from ../.
36930         * modules/crypto/md5: Moved from ../.
36931         * modules/crypto/md5-tests: Moved from ../.
36932         * modules/crypto/memxor: Moved from ../.
36933         * modules/crypto/rijndael: Moved from ../.
36934         * modules/crypto/rijndael-tests: Moved from ../.
36935         * modules/crypto/sha1: Moved from ../.
36936
36937 2007-03-30  James Youngman  <jay@gnu.org>
36938
36939         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36940         rename() to change the ctime of a file (because ctime is unaffected
36941         by rename on jfs2 on AIX 5.1).
36942         (main): Start by doing cleanup, in case a previous run failed leaving
36943         test files behind.
36944
36945 2007-03-31  Bruno Haible  <bruno@clisp.org>
36946
36947         Support old proprietary implementations of iconv.
36948         * modules/iconv_open: New file.
36949         * lib/iconv_.h: New file.
36950         * m4/iconv_h.m4: New file.
36951         * lib/iconv_open.c: New file.
36952         * lib/iconv_open-aix.gperf: New file.
36953         * lib/iconv_open-hpux.gperf: New file.
36954         * lib/iconv_open-irix.gperf: New file.
36955         * lib/iconv_open-osf.gperf: New file.
36956         * m4/iconv_open.m4: New file.
36957         * modules/linebreak (Depends-on): Add iconv_open.
36958         * modules/striconv (Depends-on): Likewise.
36959         * modules/striconveh (Depends-on): Likewise.
36960         * modules/unicodeio (Depends-on): Likewise.
36961         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36962         (iconv_t)(-1).
36963         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36964         conversion if cd is (iconv_t)(-1).
36965         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36966         is not possible.
36967
36968 2007-03-31  Bruno Haible  <bruno@clisp.org>
36969
36970         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36971         work on Solaris either. Protect also second use of "autodetect_jp".
36972
36973 2007-03-31  Bruno Haible  <bruno@clisp.org>
36974
36975         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36976         the function is not present.
36977
36978 2007-03-31  Bruno Haible  <bruno@clisp.org>
36979
36980         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36981         the function is not present.
36982
36983 2007-03-31  Bruno Haible  <bruno@clisp.org>
36984
36985         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36986         a bug in HP-UX iconv_open().
36987
36988 2007-03-31  Bruno Haible  <bruno@clisp.org>
36989
36990         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36991         (Mathematics <math.h>): New section, add fpieee.
36992         (Input/output <stdio.h>): Add fseterr.
36993         (Mathematics <math.h>): New section, add printf-frexp.
36994         (Container data structures): Add sublist.
36995         (Core language properties): Add fpucw, inline.
36996         (Functions for greatest-width integer types <inttypes.h>): Add
36997         imaxabs, imaxdiv, inttypes.
36998         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36999         isnanl-nolibm, ldexp.
37000         (Mathematics <math.h>): New section, add printf-frexpl.
37001         (Support for systems lacking POSIX:2001): Add fprintf-posix,
37002         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
37003         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
37004         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
37005         (Unicode string functions): Add unistr/u*-mbtoucr.
37006         (Java): Add javacomp-script, javaexec-script.
37007         (C#): Add csharpcomp-script, csharpexec-script.
37008         (Support for building libraries and executables): Add havelib,
37009         relocatable-*.
37010         (Support for maintaining and releasing projects): Renamed from
37011         'Support for maintaining and release projects'. Add announce-gen.
37012
37013 2007-03-31  Bruno Haible  <bruno@clisp.org>
37014
37015         * README: Talk primarily about git.
37016         (git and CVS): Renamed from CVS.
37017         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
37018         gnulib is available through git.
37019         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
37020
37021 2007-03-30  Bruno Haible  <bruno@clisp.org>
37022
37023         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37024         * lib/poll_.h: Likewise.
37025         * lib/stat_.h: Likewise.
37026         * lib/sys_time_.h: Likewise.
37027         * lib/sysexit_.h: Likewise.
37028         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
37029         * lib/stdbool_.h: Likewise.
37030         * lib/byteswap_.h: Add double-inclusion guard.
37031
37032 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
37033
37034         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
37035
37036 2007-03-30  Karl Berry  <karl@gnu.org>
37037
37038         * config/srclist-update: double space after USA in the license
37039         substitution, since that's how it's usually (?) written.
37040
37041 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37042
37043         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37044         reported by Bruno Haible.
37045
37046 2007-03-29  Bruno Haible  <bruno@clisp.org>
37047
37048         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37049         a bug in AIX iconv().
37050
37051 2007-03-29  Bruno Haible  <bruno@clisp.org>
37052
37053         * modules/ldexpl-tests: New file.
37054         * tests/test-ldexpl.c: New file.
37055
37056 2007-03-29  Bruno Haible  <bruno@clisp.org>
37057
37058         * lib/ldexpl.c: Include fpucw.h.
37059         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37060         multiplication.
37061         * modules/ldexpl (Depends-on): Add fpucw.
37062
37063 2007-03-29  Bruno Haible  <bruno@clisp.org>
37064
37065         * modules/ldexpl: New file.
37066         * m4/ldexpl.m4: New file.
37067         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37068         set.
37069         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37070         REPLACE_LDEXPL.
37071         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37072         REPLACE_LDEXPL.
37073         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37074         gl_FUNC_LDEXPL_WORKS.
37075         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37076         * modules/mathl (Files): Remove lib/ldexpl.c.
37077         (Depends-on): Add ldexpl.
37078
37079 2007-03-29  Bruno Haible  <bruno@clisp.org>
37080
37081         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37082
37083 2007-03-29  Bruno Haible  <bruno@clisp.org>
37084
37085         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37086         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37087         and possibly also HP-UX.
37088         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37089         work on AIX, IRIX, HP-UX, OSF/1.
37090         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37091         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37092         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37093         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37094         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37095         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37096
37097 2007-03-29  Bruno Haible  <bruno@clisp.org>
37098
37099         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37100
37101 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37102
37103         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37104         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37105
37106 2007-03-29  Eric Blake  <ebb9@byu.net>
37107
37108         * lib/acl-internal.h: Remove redundant include.
37109         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37110         Cygwin when a file is locked.
37111
37112 2007-03-29  Bruno Haible  <bruno@clisp.org>
37113
37114         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37115         file.
37116         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37117
37118 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37119
37120         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37121         try to remove a parent directory if the child couldn't be removed
37122         (except for the first rmdir, which could fail because the child
37123         doesn't exist).  Problem reported by Jeff Blaine in
37124         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37125
37126 2007-03-28  Bruno Haible  <bruno@clisp.org>
37127
37128         * lib/striconveh.c (utf8conv_carefully): New function.
37129         (mem_cd_iconveh_internal): Invoke it.
37130
37131 2007-03-28  Bruno Haible  <bruno@clisp.org>
37132
37133         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37134         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37135         input.
37136         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37137         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37138         unistr/u8-uctomb.
37139
37140 2007-03-28  Bruno Haible  <bruno@clisp.org>
37141
37142         * modules/unistr/u8-mbtoucr: New file.
37143         * lib/unistr/u8-mbtoucr.c: New file.
37144         * modules/unistr/u16-mbtoucr: New file.
37145         * lib/unistr/u16-mbtoucr.c: New file.
37146         * modules/unistr/u16-mbtoucr: New file.
37147         * lib/unistr/u16-mbtoucr.c: New file.
37148         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37149
37150 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37151             Bruno Haible  <bruno@clisp.org>
37152
37153         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37154         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37155         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37156
37157         * m4/stdio_h.m4: Add stubs for vasprintf too.
37158
37159         * modules/stdio: Support vasprintf in sed command.
37160
37161         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37162         vasprintf.h.  Add stdio module indicator.
37163
37164         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37165         vasprintf.h.
37166
37167         * lib/vasprintf.h: File removed.
37168
37169         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37170         * lib/vasprintf.c: Ditto.
37171         * lib/xvasprintf.c: Ditto.
37172         * tests/test-vasprintf-posix.c: Ditto.
37173         * tests/test-vasprintf.c: Ditto.
37174
37175 2007-03-27  Bruno Haible  <bruno@clisp.org>
37176
37177         Make vasnprintf multithread-safe.
37178         * lib/vasnprintf.c (decimal_point_char): New function.
37179         (VASNPRINTF): Use it.
37180         Suggested by Simon Josefsson.
37181
37182 2007-03-27  Eric Blake  <ebb9@byu.net>
37183
37184         Support sub-second birthtime on cygwin.
37185         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37186         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37187         (get_stat_birthtime): Also work with st_birthtim.
37188
37189 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37190
37191         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37192         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37193         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37194         (get_stat_birthtime_ns): Simplify compile-time tests.
37195         (get_stat_birthtime): Change the API to look like
37196         get_stat_mtime etc., except return a negative tv_nsec on error.
37197         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37198         Don't check for "spare" fields.
37199         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37200         or for struct stat.st_birthtime, as these tests aren't used.
37201         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37202
37203 2007-03-27  Bruno Haible  <bruno@clisp.org>
37204
37205         * lib/stat-time.h: Include <sys/stat.h>.
37206
37207 2007-03-27  James Youngman  <jay@gnu.org>
37208
37209         * lib/stat-time.h (get_stat_birthtime): New function for
37210           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37211         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37212           and its variants.
37213         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37214         * modules/stat-time-test: New file.
37215         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37216
37217 2007-03-26  Bruno Haible  <bruno@clisp.org>
37218
37219         Better support of signalling NaNs.
37220         * lib/atanl.c: Include isnanl.h.
37221         (atanl): Perform test for NaN at the beginning of the function and
37222         through a call to isnanl.
37223         * lib/cosl.c: Include isnanl.h.
37224         (cosl): Perform test for NaN at the beginning of the function and
37225         through a call to isnanl.
37226         * lib/ldexpl.c: Include isnanl.h.
37227         (ldexpl): Perform test for NaN through a call to isnanl.
37228         * lib/logl.c: Include isnanl.h.
37229         (logl): Perform test for NaN at the beginning of the function and
37230         through a call to isnanl.
37231         * lib/sinl.c: Include isnanl.h.
37232         (sinl): Perform test for NaN at the beginning of the function and
37233         through a call to isnanl.
37234         * lib/sqrtl.c: Include isnanl.h.
37235         (sqrtl): Perform test for NaN at the beginning of the function and
37236         through a call to isnanl.
37237         * lib/tanl.c: Include isnanl.h.
37238         (tanl): Perform test for NaN at the beginning of the function and
37239         through a call to isnanl.
37240         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37241         * modules/mathl (Depends-on): Add isnanl.
37242
37243 2007-03-26  Eric Blake  <ebb9@byu.net>
37244
37245         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37246         regression in logic sense of previous patch.
37247
37248 2007-03-26  Bruno Haible  <bruno@clisp.org>
37249
37250         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37251         unportable shell command "if ! ...".
37252         Reported by Ralf Wildenhues.
37253
37254 2007-03-25  Bruno Haible  <bruno@clisp.org>
37255
37256         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37257         <sysexits.h> file, and only add EX_CONFIG.
37258         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37259         absolute file name and whether it is sufficient. Substitute also
37260         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37261         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37262         ABSOLUTE_SYSEXITS_H into sysexits.h.
37263
37264 2007-03-25  Bruno Haible  <bruno@clisp.org>
37265
37266         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37267         hints is NULL.
37268
37269 2007-03-25  Bruno Haible  <bruno@clisp.org>
37270
37271         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37272         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37273
37274 2007-03-25  Bruno Haible  <bruno@clisp.org>
37275
37276         * lib/vasnprintf.c: Include langinfo.h.
37277         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37278         multithread-safe.
37279         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37280         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37281         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37282         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37283         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37284         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37285         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37286         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37287         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37288         Reported by Simon Josefsson.
37289
37290 2007-03-25  Bruno Haible  <bruno@clisp.org>
37291
37292         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37293         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37294         * modules/vasnprintf (Depends-on): Add stdint.
37295
37296 2007-03-25  Bruno Haible  <bruno@clisp.org>
37297
37298         * modules/fpieee: New file.
37299         * m4/fpieee.m4: New file.
37300         * modules/isnan-nolibm (Depends-on): Add fpieee.
37301         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37302         * modules/isnanl (Depends-on): Add fpieee.
37303
37304 2007-03-25  Bruno Haible  <bruno@clisp.org>
37305
37306         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37307
37308 2007-03-25  Bruno Haible  <bruno@clisp.org>
37309
37310         Avoid test failures on IRIX 6.5.
37311         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37312         (main): Use it.
37313         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37314         macros.
37315         (main): Use them.
37316
37317 2007-03-25  Bruno Haible  <bruno@clisp.org>
37318
37319         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37320         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37321         exists but doesn't work.
37322         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37323         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37324         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37325         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37326
37327 2007-03-25  Bruno Haible  <bruno@clisp.org>
37328
37329         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37330         returns inf. Needed on IRIX 6.5.
37331
37332 2007-03-25  Bruno Haible  <bruno@clisp.org>
37333
37334         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37335         (main): Use isnanl instead of x != x idiom.
37336         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37337
37338         * tests/test-frexp.c: Include isnan.h.
37339         (main): Use isnan instead of x != x idiom.
37340         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37341
37342 2007-03-25  Bruno Haible  <bruno@clisp.org>
37343
37344         * tests/test-frexp.c (NaN): New function/macro.
37345         (main): Use it instead of 0.0 / 0.0.
37346         * tests/test-isnan.c (NaN): New function/macro.
37347         (main): Use it instead of 0.0 / 0.0.
37348         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37349         (test_function): Use it instead of 0.0 / 0.0.
37350         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37351         (test_function): Use it instead of 0.0 / 0.0.
37352         * tests/test-snprintf-posix.h (NaN): New function/macro.
37353         (test_function): Use it instead of 0.0 / 0.0.
37354         * tests/test-sprintf-posix.h (NaN): New function/macro.
37355         (test_function): Use it instead of 0.0 / 0.0.
37356         * tests/test-fprintf-posix.h (NaN): New function/macro.
37357         (test_function): Use it instead of 0.0 / 0.0.
37358         * tests/test-printf-posix.h (NaN): New function/macro.
37359         (test_function): Use it instead of 0.0 / 0.0.
37360
37361         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37362
37363 2007-03-25  Bruno Haible  <bruno@clisp.org>
37364
37365         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37366
37367 2007-03-25  Bruno Haible  <bruno@clisp.org>
37368
37369         * lib/regexec.c (merge_state_with_log): Make static.
37370
37371 2007-03-25  Bruno Haible  <bruno@clisp.org>
37372
37373         * lib/trigl.c (kernel_rem_pio2): Make static.
37374
37375 2007-03-25  Bruno Haible  <bruno@clisp.org>
37376
37377         * lib/sincosl.c (sincosl_table): Make static.
37378
37379 2007-03-25  Bruno Haible  <bruno@clisp.org>
37380
37381         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37382         if the compiler does not support C99.
37383
37384 2007-03-25  Bruno Haible  <bruno@clisp.org>
37385
37386         * modules/time (Makefile.am): Ensure all rule action lines start with a
37387         tab.
37388
37389 2007-03-24  Bruno Haible  <bruno@clisp.org>
37390
37391         * modules/tsearch-tests: New file.
37392         * tests/test-tsearch.sh: New file.
37393         * tests/test-tsearch.c: New file, mostly copied from glibc.
37394
37395         * modules/search-tests: New file.
37396         * tests/test-search.c: New file.
37397
37398         * modules/search: New file.
37399         * lib/search_.h: New file, incorporating lib/tsearch.h.
37400         * m4/search_h.m4: New file.
37401         * lib/tsearch.h: Remove file.
37402         * lib/tsearch.c: Include search.h instead of tsearch.h.
37403         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37404         HAVE_TSEARCH.
37405         * modules/tsearch (Files): Remove lib/tsearch.h.
37406         (Depends-on): Add search.
37407         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37408         (Include): Change tsearch.h into search.h.
37409
37410 2007-03-24  Bruno Haible  <bruno@clisp.org>
37411
37412         * modules/fpucw: New file.
37413         * lib/fpucw.h: New file.
37414         * lib/frexp.c: Include fpucw.h.
37415         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37416         (FUNC): Use them.
37417         * lib/printf-frexp.c: Include fpucw.h.
37418         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37419         (FUNC): Use them.
37420         * lib/vasnprintf.c: Include fpucw.h.
37421         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37422         'long double' calculations.
37423         * tests/test-frexpl.c: Include fpucw.h.
37424         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37425         * tests/test-printf-frexpl.c: Include fpucw.h.
37426         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37427         * modules/frexpl (Depends-on): Add fpucw.
37428         * modules/printf-frexpl (Depends-on): Likewise.
37429         * modules/fprintf-posix (Depends-on): Likewise.
37430         * modules/snprintf-posix (Depends-on): Likewise.
37431         * modules/sprintf-posix (Depends-on): Likewise.
37432         * modules/vasnprintf-posix (Depends-on): Likewise.
37433         * modules/vasprintf-posix (Depends-on): Likewise.
37434         * modules/vfprintf-posix (Depends-on): Likewise.
37435         * modules/vsnprintf-posix (Depends-on): Likewise.
37436         * modules/vsprintf-posix (Depends-on): Likewise.
37437         * modules/frexpl-tests (Depends-on): Likewise.
37438         * modules/printf-frexpl-tests (Depends-on): Likewise.
37439
37440 2007-03-24  Bruno Haible  <bruno@clisp.org>
37441
37442         * lib/float+.h: New file.
37443         * lib/isnan.c: Include float+.h.
37444         (SIZE): New macro.
37445         (FUNC): Compare only SIZE bytes of the value.
37446         * lib/vasnprintf.c: Include float+.h.
37447         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37448         SIZEOF_LDBL or SIZEOF_DBL bytes.
37449         * modules/isnan-nolibm (Files): Add lib/float+.h.
37450         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37451         * modules/isnanl (Files): Add lib/float+.h.
37452         * modules/vasnprintf (Files): Add lib/float+.h.
37453
37454 2007-03-24  Bruno Haible  <bruno@clisp.org>
37455
37456         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37457         include isnanl-nolibm.h.
37458
37459 2007-03-24  Bruno Haible  <bruno@clisp.org>
37460
37461         * tests/test-read-file.c (main): Don't produce spurious output for
37462         expected situations. Make the test fail if it encountered unexpected
37463         results.
37464
37465 2007-03-24  Bruno Haible  <bruno@clisp.org>
37466
37467         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37468         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37469
37470 2007-03-24  Bruno Haible  <bruno@clisp.org>
37471
37472         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37473
37474 2007-03-24  Bruno Haible  <bruno@clisp.org>
37475
37476         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37477         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37478
37479         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37480         * modules/utf8-ucs4: Turn into a symbolic link to module
37481         unistr/u8-mbtouc.
37482
37483         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37484         utf8-ucs4-unsafe.
37485         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37486         unistr/u8-mbtouc-unsafe.
37487
37488         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37489         * modules/utf16-ucs4: Turn into a symbolic link to module
37490         unistr/u16-mbtouc.
37491
37492         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37493         utf16-ucs4-unsafe.
37494         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37495         unistr/u16-mbtouc-unsafe.
37496
37497         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37498         * modules/ucs4-utf8: Turn into a symbolic link to module
37499         unistr/u8-ubtomb.
37500
37501         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37502         * modules/ucs4-utf16: Turn into a symbolic link to module
37503         unistr/u16-ubtomb.
37504
37505 2007-03-24  Bruno Haible  <bruno@clisp.org>
37506
37507         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37508         Enable the function only if HAVE_INLINE.
37509         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37510         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37511         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37512         Enable the function only if HAVE_INLINE.
37513         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37514         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37515         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37516         Enable the function only if HAVE_INLINE.
37517         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37518         Enable the function only if HAVE_INLINE.
37519         * modules/utf8-ucs4: Update.
37520         * modules/utf8-ucs4-unsafe: Update.
37521         * modules/utf16-ucs4: Update.
37522         * modules/utf16-ucs4-unsafe: Update.
37523         * modules/ucs4-utf8: Update.
37524         * modules/ucs4-utf16: Update.
37525
37526 2007-03-24  Bruno Haible  <bruno@clisp.org>
37527
37528         * lib/utf8-ucs4.h: Remove file.
37529         * lib/utf8-ucs4-unsafe.h: Remove file.
37530         * lib/utf16-ucs4.h: Remove file.
37531         * lib/utf16-ucs4-unsafe.h: Remove file.
37532         * lib/ucs4-utf8.h: Remove file.
37533         * lib/ucs4-utf16.h: Remove file.
37534         * lib/unistr.h: Include their previous contents.
37535         * m4/utf-ucs4.m4: Remove file.
37536         * m4/ucs4-utf.m4: Remove file.
37537         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37538         (Depends-on): Add unistr/base.
37539         (configure.ac): Remove gl_UTF_UCS4.
37540         (Makefile.am): Update.
37541         (Include): Change to unistr.h.
37542         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37543         (Depends-on): Add unistr/base.
37544         (configure.ac): Remove gl_UTF_UCS4.
37545         (Makefile.am): Update.
37546         (Include): Change to unistr.h.
37547         * modules/utf16-ucs4 (Files): Remove lib/utf16-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/utf16-ucs4-unsafe (Files): Remove lib/utf16-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/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37558         (Depends-on): Add unistr/base.
37559         (configure.ac): Remove gl_UCS4_UTF.
37560         (Makefile.am): Update.
37561         (Include): Change to unistr.h.
37562         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37563         (Depends-on): Add unistr/base.
37564         (configure.ac): Remove gl_UCS4_UTF.
37565         (Makefile.am): Update.
37566         (Include): Change to unistr.h.
37567         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37568         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37569         utf8-ucs4-unsafe.h.
37570         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37571         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37572         utf16-ucs4-unsafe.h.
37573         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37574         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37575         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37576         * lib/unistr/u8-strchr.c: Likewise.
37577         * lib/unistr/u8-strrchr.c: Likewise.
37578         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37579         * lib/unistr/u16-strchr.c: Likewise.
37580         * lib/unistr/u16-strrchr.c: Likewise.
37581         * lib/striconveh.c: Update.
37582         * lib/linebreak.c: Update.
37583
37584 2007-03-24  Bruno Haible  <bruno@clisp.org>
37585
37586         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37587         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37588
37589 2007-03-22  Bruno Haible  <bruno@clisp.org>
37590
37591         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37592
37593 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37594
37595         * MODULES.html.sh (File system functions): New module write-any-file.
37596         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37597         * m4/write-any-file.m4: New files.
37598
37599 2007-03-23  Eric Blake  <ebb9@byu.net>
37600
37601         * gnulib-tool: Rearrange space-tab sequences, since some editors
37602         like to eat them.
37603
37604 2007-03-23  Eric Blake  <ebb9@byu.net>
37605
37606         * lib/version-etc.c (version_etc_va): Update license wording to
37607         be more concise.  Recommended by Richard Stallman.
37608
37609 2007-03-22  Bruno Haible  <bruno@clisp.org>
37610
37611         * lib/poll.c (MSG_PEEK): New fallback definition.
37612
37613 2007-03-22  Bruno Haible  <bruno@clisp.org>
37614
37615         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37616         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37617         (main): Update.
37618         Fixes a compilation error on BeOS.
37619
37620 2007-03-22  Bruno Haible  <bruno@clisp.org>
37621
37622         * modules/frexpl-tests: New file.
37623         * tests/test-frexpl.c: New file.
37624
37625         * modules/frexpl: New file.
37626         * m4/frexpl.m4: New file.
37627         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37628         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37629         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37630         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37631         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37632         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37633
37634 2007-03-22  Bruno Haible  <bruno@clisp.org>
37635
37636         * lib/frexpl.c: Share code with lib/frexp.c.
37637         * modules/mathl (Files): Add lib/frexp.c.
37638         (Depends-on): Add isnanl-nolibm.
37639
37640 2007-03-22  Bruno Haible  <bruno@clisp.org>
37641
37642         * modules/printf-frexp (Files): Add m4/frexp.m4.
37643         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37644         only if the found frexp function actually works.
37645
37646 2007-03-22  Bruno Haible  <bruno@clisp.org>
37647
37648         * lib/frexp.c: Remove older implementation that uses divisions.
37649
37650 2007-03-21  Bruno Haible  <bruno@clisp.org>
37651
37652         * modules/frexp-tests: New file.
37653         * tests/test-frexp.c: New file.
37654
37655         * modules/frexp: New file.
37656         * lib/frexp.c: New file.
37657         * m4/frexp.m4: New file.
37658         * lib/math_.h (frexp): New declaration.
37659         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37660         REPLACE_FREXP.
37661         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37662
37663 2007-03-21  Bruno Haible  <bruno@clisp.org>
37664
37665         * modules/isnanl-tests: New file.
37666         * tests/test-isnanl.c: New file.
37667
37668         * modules/isnanl: New file.
37669         * lib/isnanl.h: New file.
37670         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37671         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37672         gl_FUNC_ISNANL_WORKS.
37673         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37674         New macros.
37675
37676 2007-03-21  Bruno Haible  <bruno@clisp.org>
37677
37678         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37679         lib/isnanl.h.
37680         (Include): Update.
37681         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37682         * lib/vasnprintf.c: Update.
37683         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37684         tests/test-isnanl.h, remove tests/test-isnanl.c.
37685         (Makefile.am): Update.
37686         * tests/test-isnanl-nolibm.c: New file.
37687         * tests/test-isnanl.h: New file.
37688         * tests/test-isnanl.c: Remove file.
37689
37690 2007-03-21  Jim Meyering  <jim@meyering.net>
37691
37692         When trying to open ".", treat ESTALE like EACCES.
37693         * lib/savewd.c (savewd_save): Resort to forking not just upon
37694         failure with EACCES, but also when errno is ESTALE.
37695
37696 2007-03-20  Bruno Haible  <bruno@clisp.org>
37697
37698         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37699         Needed on AIX 5.1. Reported by Matthew Woehlke.
37700
37701 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37702
37703         Suggestions by Bruno Haible:
37704         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37705         our own.
37706         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37707         * modules/acl (Depends-on): Add gettext.
37708
37709 2007-03-19  Bruno Haible  <bruno@clisp.org>
37710
37711         * modules/iconvme: Remove file.
37712         * lib/iconvme.h: Remove file.
37713         * lib/iconvme.c: Remove file.
37714         * m4/iconvme.m4: Remove file.
37715
37716 2007-03-19  Bruno Haible  <bruno@clisp.org>
37717
37718         * doc/relocatable-maint.texi: Break long shell script line.
37719         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37720
37721 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37722
37723         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37724         handle file_has_acl.
37725         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37726         * lib/acl.c: Move header inclusions and related macro defns into
37727         lib/acl-internal.h.
37728         (S_ISLNK): Remove defn, since that's now done for us.
37729         (file_has_acl): Move to lib/file-has-acl.c.
37730         Call acl_trivial if available.  This is the crucial part of the fix.
37731         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37732         shared within the library.  Rewrite a bit, partly to make it compatible
37733         with the GNU coding style.
37734         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37735         Remove unnecessary double-quotes.
37736         Don't test for acl_to_text; the build will catch that.
37737         Replace acl_entries if it doesn't exist and it is needed.
37738         Check for -lsec and acl_trivial (as used on Solaris 10).
37739         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37740         lib/file-has-acl.c.
37741         (Depends-on): Add sys_stat, for S_ISLNK.
37742
37743 2007-03-19  Ben Pfaff  <blp@gnu.org>
37744
37745         * doc/gnulib.texi: Fix typos.
37746         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37747
37748 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37749
37750         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37751         If size is zero here, buf must be zero.
37752
37753 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37754
37755         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37756         <bruno@clisp.org>.
37757
37758 2007-03-18  Bruno Haible  <bruno@clisp.org>
37759
37760         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37761         Suggested by Eric Blake.
37762
37763 2007-03-18  Ben Pfaff  <blp@gnu.org>
37764
37765         * doc/relocatable.texi: Recommend using as prefix a directory
37766         that does not exist and will never be created.  Based on
37767         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37768         and others.
37769
37770 2007-03-17  Bruno Haible  <bruno@clisp.org>
37771
37772         * lib/fchownat.c: Include lchown.h.
37773
37774 2007-03-17  Bruno Haible  <bruno@clisp.org>
37775
37776         Fix endless loop when the given allocated size was > INT_MAX.
37777         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37778         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37779         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37780         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37781         * lib/sprintf.c (sprintf): Likewise.
37782
37783 2007-03-17  Bruno Haible  <bruno@clisp.org>
37784
37785         * tests/test-argp-2.sh (func_compare): Output a context diff.
37786
37787 2007-03-17  Bruno Haible  <bruno@clisp.org>
37788
37789         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37790         locale's decimal-point character.
37791
37792 2007-03-17  Bruno Haible  <bruno@clisp.org>
37793
37794         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37795         before comparing it. Needed because on some platforms (e.g. x86) a
37796         'long double' occupies less bytes than sizeof (long double).
37797
37798 2007-03-17  Bruno Haible  <bruno@clisp.org>
37799
37800         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37801         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37802         * tests/test-getaddrinfo.c (simple): Likewise.
37803         * tests/test-read-file.c (main): Likewise.
37804
37805 2007-03-17  Bruno Haible  <bruno@clisp.org>
37806
37807         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37808
37809 2007-03-17  Bruno Haible  <bruno@clisp.org>
37810
37811         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37812         unused variable.
37813
37814 2007-03-17  Bruno Haible  <bruno@clisp.org>
37815
37816         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37817         * tests/test-c-strncasecmp.c: Likewise.
37818
37819 2007-03-17  Bruno Haible  <bruno@clisp.org>
37820
37821         * modules/stdlib (Depends-on): Add unistd.
37822         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37823         Needed for MacOS X 10.3.
37824
37825 2007-03-17  Bruno Haible  <bruno@clisp.org>
37826
37827         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37828
37829 2007-03-17  Bruno Haible  <bruno@clisp.org>
37830
37831         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37832
37833 2007-03-17  Bruno Haible  <bruno@clisp.org>
37834
37835         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37836         to reflect files copied from gnulib (with or without modifications).
37837         Suggested by Jim Meyering.
37838
37839 2007-03-17  Eric Blake  <ebb9@byu.net>
37840
37841         * NEWS: Document stdlib change from 2007-02-18.
37842
37843 2007-03-17  Jim Meyering  <jim@meyering.net>
37844
37845         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37846         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37847         someone uses a name containing shell meta-characters.
37848         Reported by Alfred M. Szmidt.
37849
37850         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37851
37852 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37853
37854         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37855         and copy gettext configuration files only if configure.ac contains
37856         a use of AM_GNU_GETTEXT_VERSION.
37857
37858 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37859
37860         * build-aux/bootstrap (gnulib_name): New variable.
37861         (gnulib_tool_options): Use it.
37862
37863 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37864
37865         * tests/test-des.c: Use new namespace.
37866
37867 2007-03-15  Bruno Haible  <bruno@clisp.org>
37868
37869         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37870         Reported by James Youngman <jay@gnu.org>.
37871
37872 2007-03-15  Bruno Haible  <bruno@clisp.org>
37873
37874         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37875         declared prototype. Needed with cc on OSF/1 5.1.
37876
37877 2007-03-15  Bruno Haible  <bruno@clisp.org>
37878
37879         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37880         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37881         (struct gl_list_implementation): Add dispose_fn argument to the
37882         'create_empty', 'create' methods.
37883         (struct gl_list_impl_base): Add field 'dispose_fn'.
37884         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37885         argument.
37886         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37887         dispose_fn argument.
37888         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37889         dispose_fn on the dropped values.
37890         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37891         dispose_fn argument.
37892         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37893         dropped values.
37894         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37895         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37896         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37897         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37898         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37899         argument.
37900         (gl_tree_list_free): Call dispose_fn on the dropped values.
37901         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37902         the dropped values.
37903         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37904         Add dispose_fn argument.
37905         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37906         Call dispose_fn on the dropped values.
37907         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37908         Add dispose_fn argument.
37909         (gl_sublist_create): Initialize the 'dispose_fn' field.
37910         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37911         * tests/test-array_list.c (main): Update.
37912         * tests/test-carray_list.c (main): Update.
37913         * tests/test-avltree_list.c (main): Update.
37914         * tests/test-rbtree_list.c (main): Update.
37915         * tests/test-avltreehash_list.c (main): Update.
37916         * tests/test-rbtreehash_list.c (main): Update.
37917         * tests/test-linked_list.c (main): Update.
37918         * tests/test-linkedhash_list.c (main): Update.
37919         * tests/test-array_oset.c (main): Update.
37920
37921 2007-03-15  Bruno Haible  <bruno@clisp.org>
37922
37923         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37924         (gl_oset_create_empty): Add dispose_fn argument.
37925         (struct gl_oset_implementation): Add dispose_fn argument to
37926         'create_empty' method.
37927         (struct gl_oset_impl_base): Add dispose_fn field.
37928         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37929         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37930         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37931         values.
37932         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37933         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37934         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37935         dropped value.
37936         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37937         dropped value.
37938         * tests/test-array_oset.c (main): Update.
37939         * tests/test-avltree_oset.c (main): Update.
37940         * tests/test-rbtree_oset.c (main): Update.
37941         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37942
37943 2007-03-13  Bruno Haible  <bruno@clisp.org>
37944
37945         * tests/test-stdbool.c (i): Update after last patch.
37946
37947 2007-03-12  Bruno Haible  <bruno@clisp.org>
37948
37949         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37950         the iswprint macro. Needed on Solaris 2.5.1.
37951
37952 2007-03-12  Bruno Haible  <bruno@clisp.org>
37953
37954         * tests/test-printf-frexp.c (main): Declare x as volatile.
37955
37956 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37957
37958         * doc/gnulib.texi (Build robot for gnulib): New section.
37959
37960 2007-03-12  Jim Meyering  <jim@meyering.net>
37961
37962         * build-aux/bootstrap: New file.
37963         * build-aux/bootstrap.conf: New file, from coreutils.
37964
37965 2007-03-11  Bruno Haible  <bruno@clisp.org>
37966
37967         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37968
37969 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37970
37971         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37972         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37973         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37974
37975 2007-03-11  Bruno Haible  <bruno@clisp.org>
37976
37977         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37978         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37979
37980 2007-03-11  Bruno Haible  <bruno@clisp.org>
37981
37982         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37983         formula. Needed for SunPRO C 5.0.
37984
37985 2007-03-11  Bruno Haible  <bruno@clisp.org>
37986
37987         * modules/long-options (Depends-on): Add getopt.
37988
37989 2007-03-11  Bruno Haible  <bruno@clisp.org>
37990
37991         * modules/modechange (Depends-on): Add stdbool.
37992
37993 2007-03-11  Bruno Haible  <bruno@clisp.org>
37994
37995         * modules/i-ring (Depends-on): Add stdbool.
37996
37997 2007-03-11  Bruno Haible  <bruno@clisp.org>
37998
37999         * modules/gc-des (Depends-on): Add stdbool.
38000
38001 2007-03-11  Bruno Haible  <bruno@clisp.org>
38002
38003         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
38004
38005 2007-03-11  Bruno Haible  <bruno@clisp.org>
38006
38007         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
38008
38009 2007-03-11  Bruno Haible  <bruno@clisp.org>
38010
38011         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
38012
38013 2007-03-11  Bruno Haible  <bruno@clisp.org>
38014
38015         * lib/vasnprintf.c (sprintf): Undefine.
38016
38017 2007-03-11  Bruno Haible  <bruno@clisp.org>
38018
38019         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
38020         initializers in SunPRO C and Compaq C compilers.
38021
38022 2007-03-11  Bruno Haible  <bruno@clisp.org>
38023
38024         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
38025         decrementing code ANSI C compliant.
38026
38027 2007-03-11  Bruno Haible  <bruno@clisp.org>
38028
38029         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
38030         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
38031
38032 2007-03-11  Bruno Haible  <bruno@clisp.org>
38033
38034         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
38035         <stdbool.h> substitute doesn't pass.
38036
38037 2007-03-11  Bruno Haible  <bruno@clisp.org>
38038
38039         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
38040
38041 2007-03-11  Bruno Haible  <bruno@clisp.org>
38042
38043         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38044         script, for submission to autobuild.josefsson.org.
38045
38046 2007-03-10  Bruno Haible  <bruno@clisp.org>
38047
38048         * modules/canonicalize-lgpl-tests: New file.
38049         * tests/test-canonicalize-lgpl.sh: New file.
38050         * tests/test-canonicalize-lgpl.c: New file.
38051
38052         * modules/c-strcase-tests: New file.
38053         * tests/test-c-strcase.sh: New file.
38054         * tests/test-c-strcasecmp.c: New file.
38055         * tests/test-c-strncasecmp.c: New file.
38056
38057         * modules/atexit-tests: New file.
38058         * tests/test-atexit.sh: New file.
38059         * tests/test-atexit.c: New file.
38060
38061 2007-03-10  Bruno Haible  <bruno@clisp.org>
38062
38063         * tests/test-binary-io.sh: Use temporary filenames that are not so
38064         likely to clash with those of other tests (in a parallel make).
38065         * tests/test-binary-io.c: Likewise.
38066
38067 2007-03-10  Bruno Haible  <bruno@clisp.org>
38068
38069         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38070         fallback; use #error instead.
38071         Suggested by Simon Josefsson.
38072
38073 2007-03-10  Bruno Haible  <bruno@clisp.org>
38074
38075         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38076         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38077         first and the last.
38078
38079 2007-03-10  Bruno Haible  <bruno@clisp.org>
38080
38081         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38082
38083 2007-03-10  Bruno Haible  <bruno@clisp.org>
38084
38085         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38086         "make distcheck".
38087         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38088         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38089         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38090
38091 2007-03-10  Bruno Haible  <bruno@clisp.org>
38092
38093         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38094         variable.
38095         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38096         variable.
38097
38098 2007-03-09  Eric Blake  <ebb9@byu.net>
38099         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38100
38101         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38102         types are not being provided by gnulib.
38103         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38104         types are supported.
38105
38106 2007-03-10  Bruno Haible  <bruno@clisp.org>
38107
38108         * lib/stdio_.h (__attribute__): New macro.
38109         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38110         vsprintf): Specify __attribute__ __format__ for GCC.
38111         Suggested by Eric Blake.
38112
38113 2007-03-09  Bruno Haible  <bruno@clisp.org>
38114
38115         * modules/printf-posix-tests: New file.
38116         * tests/test-printf-posix.sh: New file.
38117         * tests/test-printf-posix.c: New file.
38118
38119         * modules/printf-posix: New file.
38120         * lib/printf.c: New file.
38121         * m4/printf-posix-rpl.m4: New file.
38122         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38123         REPLACE_PRINTF.
38124         * lib/stdio_.h (printf): New declaration.
38125         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38126         ____strfmon____): New macros.
38127         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38128         REPLACE_PRINTF.
38129
38130 2007-03-09  Bruno Haible  <bruno@clisp.org>
38131
38132         * tests/test-vasnprintf-posix2.sh: New file.
38133         * tests/test-vasnprintf-posix2.c: New file.
38134         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38135         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38136         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38137
38138         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38139         a locale dependent decimal point, rather than always '.'.
38140
38141 2007-03-09  Eric Blake  <ebb9@byu.net>
38142
38143         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38144         spite of platforms like Tandem/NSK that define it to -1.
38145
38146 2007-03-08  Bruno Haible  <bruno@clisp.org>
38147
38148         * modules/vprintf-posix-tests: New file.
38149         * tests/test-vprintf-posix.sh: New file.
38150         * tests/test-vprintf-posix.c: New file.
38151         * tests/test-printf-posix.h: New file.
38152
38153         * modules/vprintf-posix: New file.
38154         * lib/vprintf.c: New file.
38155         * m4/vprintf-posix.m4: New file.
38156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38157         REPLACE_VPRINTF.
38158         * lib/stdio_.h (vprintf): New declaration.
38159         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38160         REPLACE_VPRINTF.
38161
38162 2007-03-08  Bruno Haible  <bruno@clisp.org>
38163
38164         * modules/fprintf-posix-tests: New file.
38165         * tests/test-fprintf-posix.sh: New file.
38166         * tests/test-fprintf-posix.c: New file.
38167
38168         * modules/fprintf-posix: New file.
38169         * lib/fprintf.c: New file.
38170         * m4/fprintf-posix.m4: New file.
38171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38172         REPLACE_FPRINTF.
38173         * lib/stdio_.h (fprintf): New declaration.
38174         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38175         REPLACE_FPRINTF.
38176
38177 2007-03-08  Bruno Haible  <bruno@clisp.org>
38178
38179         * modules/vfprintf-posix-tests: New file.
38180         * tests/test-vfprintf-posix.sh: New file.
38181         * tests/test-vfprintf-posix.c: New file.
38182         * tests/test-fprintf-posix.h: New file.
38183         * tests/test-fprintf-posix.out: New file.
38184
38185         * modules/vfprintf-posix: New file.
38186         * lib/vfprintf.c: New file.
38187         * m4/vfprintf-posix.m4: New file.
38188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38189         REPLACE_VFPRINTF.
38190         * lib/stdio_.h (vfprintf): New declaration.
38191         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38192         REPLACE_VFPRINTF.
38193
38194 2007-03-08  Bruno Haible  <bruno@clisp.org>
38195
38196         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38197
38198 2007-03-08  Bruno Haible  <bruno@clisp.org>
38199
38200         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38201         instead of 'expr' invocations.
38202         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38203         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38204         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38205         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38206         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38207         Suggested by Paul Eggert.
38208
38209 2007-03-08  Bruno Haible  <bruno@clisp.org>
38210
38211         * modules/fseterr-tests: New file.
38212         * tests/test-fseterr.c: New file.
38213
38214         * modules/fseterr: New file.
38215         * lib/fseterr.h: New file.
38216         * lib/fseterr.c: New file.
38217
38218 2007-03-08  Bruno Haible  <bruno@clisp.org>
38219
38220         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38221         * lib/getopt_.h: Likewise.
38222         * lib/mbswidth.h: Likewise.
38223         * lib/setenv.h: Likewise.
38224         * lib/vasnprintf.h: Likewise.
38225         * lib/vasprintf.h: Likewise.
38226         * lib/verror.h: Likewise.
38227         * lib/xsetenv.h: Likewise.
38228         * lib/xvasprintf.h: Likewise.
38229
38230 2007-03-08  Jim Meyering  <jim@meyering.net>
38231
38232         * users.txt: Add parted.
38233
38234         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38235
38236 2007-03-07  Bruno Haible  <bruno@clisp.org>
38237
38238         * m4/printf.m4: Make the shell script snippets copy&pastable.
38239
38240 2007-03-02  Bruno Haible  <bruno@clisp.org>
38241
38242         * lib/netinet_in_.h: New file.
38243         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38244         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38245         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38246         (Depends-on): Add absolute-header.
38247         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38248         into netinet/in.h.
38249
38250 2007-03-03  Bruno Haible  <bruno@clisp.org>
38251
38252         * lib/sys_select_.h: New file.
38253         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38254         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38255         * modules/sys_select (Files): Add lib/sys_select_.h.
38256         (Depends-on): Add absolute-header.
38257         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38258         into sys/select.h.
38259
38260 2007-03-02  Bruno Haible  <bruno@clisp.org>
38261
38262         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38263         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38264         values.
38265         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38266         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38267         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38268         * modules/sys_socket (Depends-on): Add absolute-header.
38269         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38270         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38271         (Include): Remove requirement of inclusion of <sys/types.h>.
38272
38273 2007-03-02  Bruno Haible  <bruno@clisp.org>
38274
38275         * lib/byteswap_.h (bswap_32): Fix formula.
38276
38277 2007-03-06  Bruno Haible  <bruno@clisp.org>
38278
38279         * modules/sprintf-posix-tests: New file.
38280         * tests/test-sprintf-posix.c: New file.
38281
38282         * modules/sprintf-posix: New file.
38283         * lib/sprintf.c: New file.
38284         * m4/sprintf-posix.m4: New file.
38285         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38286         REPLACE_SPRINTF.
38287         * lib/stdio_.h (sprintf): New declaration.
38288         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38289         REPLACE_SPRINTF.
38290
38291 2007-03-06  Bruno Haible  <bruno@clisp.org>
38292
38293         * modules/vsprintf-posix-tests: New file.
38294         * tests/test-vsprintf-posix.c: New file.
38295         * tests/test-sprintf-posix.h: New file.
38296
38297         * modules/vsprintf-posix: New file.
38298         * lib/vsprintf.c: New file.
38299         * m4/vsprintf-posix.m4: New file.
38300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38301         REPLACE_VSPRINTF.
38302         * lib/stdio_.h (vsprintf): New declaration.
38303         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38304         REPLACE_VSPRINTF.
38305
38306 2007-03-06  Bruno Haible  <bruno@clisp.org>
38307
38308         * modules/vsnprintf (Depend-on): Remove minmax.
38309
38310 2007-03-06  Bruno Haible  <bruno@clisp.org>
38311
38312         * modules/snprintf-posix-tests: New file.
38313         * tests/test-snprintf-posix.c: New file.
38314
38315         * modules/snprintf-posix: New file.
38316         * m4/snprintf-posix.m4: New file.
38317         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38318         gl_FUNC_SNPRINTF.
38319         (gl_FUNC_SNPRINTF): Invoke it.
38320         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38321         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38322         is set.
38323         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38324
38325 2007-03-06  Bruno Haible  <bruno@clisp.org>
38326
38327         * modules/vsnprintf-posix-tests: New file.
38328         * tests/test-vsnprintf-posix.c: New file.
38329         * tests/test-snprintf-posix.h: New file.
38330
38331         * modules/vsnprintf-posix: New file.
38332         * m4/vsnprintf-posix.m4: New file.
38333         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38334         gl_FUNC_VSNPRINTF.
38335         (gl_FUNC_VSNPRINTF): Invoke it.
38336         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38337         * lib/stdio_.h (vsnprintf): Define as a replacement if
38338         REPLACE_VSNPRINTF is set.
38339         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38340
38341 2007-03-06  Bruno Haible  <bruno@clisp.org>
38342
38343         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38344         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38345
38346 2007-03-06  Bruno Haible  <bruno@clisp.org>
38347
38348         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38349         (asinl): Declare also if HAVE_DECL_ASINL is set.
38350         (atanl): Declare also if HAVE_DECL_ATANL is set.
38351         (ceill): Declare also if HAVE_DECL_CEILL is set.
38352         (cosl): Declare also if HAVE_DECL_COSL is set.
38353         (expl): Declare also if HAVE_DECL_EXPL is set.
38354         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38355         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38356         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38357         (logl): Declare also if HAVE_DECL_LOGL is set.
38358         (sinl): Declare also if HAVE_DECL_SINL is set.
38359         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38360         (tanl): Declare also if HAVE_DECL_TANL is set.
38361         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38362         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38363         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38364         declaration of frexpl, ldexpl.
38365         * modules/printf-frexpl (Depends-on): Add math.
38366         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38367
38368 2007-03-05  Bruno Haible  <bruno@clisp.org>
38369
38370         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38371         frexpl and ldexpl are declared.
38372         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38373
38374 2007-03-05  Bruno Haible  <bruno@clisp.org>
38375
38376         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38377         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38378
38379 2007-03-05  Bruno Haible  <bruno@clisp.org>
38380
38381         * lib/stdio_.h: Include <stddef.h>.
38382
38383 2007-03-05  Bruno Haible  <bruno@clisp.org>
38384
38385         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38386
38387 2007-03-05  Bruno Haible  <bruno@clisp.org>
38388
38389         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38390         NetBSD 4, from Ralf Wildenhues.
38391
38392 2007-03-04  Bruno Haible  <bruno@clisp.org>
38393
38394         * lib/vasprintf.h: Update #if logic for the case when the functions
38395         exist but are overridden.
38396
38397 2007-03-04  Bruno Haible  <bruno@clisp.org>
38398
38399         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38400         implementations: glibc-2.4 and MacOS X 10.3.
38401         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38402         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38403         * tests/test-vasprintf-posix.c (test_function): Likewise.
38404
38405 2007-03-04  Bruno Haible  <bruno@clisp.org>
38406
38407         * modules/vasprintf-posix-tests: New file.
38408         * tests/test-vasprintf-posix.c: New file.
38409
38410         * modules/vasprintf-posix: New file.
38411         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38412         defined.
38413         * m4/vasprintf-posix.m4: New file.
38414         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38415         gl_FUNC_VASPRINTF.
38416         (gl_FUNC_VASPRINTF): Invoke it.
38417         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38418         here.
38419         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38420
38421 2007-03-04  Bruno Haible  <bruno@clisp.org>
38422
38423         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38424         REPLACE_GETTIMEOFDAY.
38425         * modules/sys_time (Makefile.am): Likewise.
38426         * m4/sys_time_h.m4: Likewise.
38427         * m4/gettimeofday.m4: Likewise.
38428
38429 2007-03-04  Bruno Haible  <bruno@clisp.org>
38430
38431         * modules/vasnprintf-posix-tests: New file.
38432         * tests/test-vasnprintf-posix.c: New file.
38433
38434         * modules/vasnprintf-posix: New file.
38435         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38436         printf-frexpl.h.
38437         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38438         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38439         REPLACE_VASNPRINTF is defined.
38440         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38441         gl_FUNC_VASNPRINTF.
38442         (gl_FUNC_VASNPRINTF): Invoke it.
38443         * m4/vasnprintf-posix.m4: New file.
38444         * m4/printf.m4: New file.
38445
38446 2007-03-04  Bruno Haible  <bruno@clisp.org>
38447
38448         Compile progreloc.c only if --enable-relocatable is specified.
38449         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38450         if --enable-relocatable was specified.
38451         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38452         lib_SOURCES.
38453
38454 2007-03-04  Jim Meyering  <jim@meyering.net>
38455
38456         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38457         Use it consistently, rather than enumerating errno constants.
38458
38459 2007-03-04  Bruno Haible  <bruno@clisp.org>
38460
38461         * modules/xvasprintf-tests: New file.
38462         * tests/test-xvasprintf.c: New file.
38463
38464         * modules/vasprintf-tests: New file.
38465         * tests/test-vasprintf.c: New file.
38466
38467         * modules/vasnprintf-tests: New file.
38468         * tests/test-vasnprintf.c: New file.
38469
38470         * modules/vsnprintf-tests: New file.
38471         * tests/test-vsnprintf.c: New file.
38472
38473         * modules/snprintf-tests: New file.
38474         * tests/test-snprintf.c: New file.
38475
38476 2007-03-04  Bruno Haible  <bruno@clisp.org>
38477
38478         Compile relocatable.c only if --enable-relocatable is specified.
38479         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38480         gl_RELOCATABLE_LIBRARY.
38481         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38482         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38483         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38484         gl_RELOCATABLE_LIBRARY.
38485         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38486         (Makefile.am): Remove lib_SOURCES.
38487         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38488         gl_RELOCATABLE_LIBRARY.
38489         (Makefile.am): Remove lib_SOURCES.
38490         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38491         always.
38492         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38493         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38494
38495 2007-03-04  Bruno Haible  <bruno@clisp.org>
38496
38497         * modules/argmatch-tests: New file.
38498         * tests/test-argmatch.c: New file.
38499
38500         * tests/test-allocsa.c (main): Halve the number of loop runs.
38501
38502         * modules/alloca-opt-tests: New file.
38503         * tests/test-alloca-opt.c: New file.
38504
38505 2007-03-04  Jim Meyering  <jim@meyering.net>
38506
38507         Work around difference between Linux ACLs and Solaris 10 ZFS.
38508         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38509         for EINVAL.
38510
38511 2007-03-03  Bruno Haible  <bruno@clisp.org>
38512
38513         * modules/relocatable-prog (Depends-on): Add back progreloc's
38514         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38515
38516 2007-03-03  Bruno Haible  <bruno@clisp.org>
38517
38518         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38519         * modules/relocatable-lib: New file.
38520
38521 2007-03-03  Bruno Haible  <bruno@clisp.org>
38522
38523         * modules/relocatable-prog: Renamed from modules/relocatable.
38524         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38525
38526 2007-03-03  Bruno Haible  <bruno@clisp.org>
38527
38528         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38529         m4/relocatable-lib.m4.
38530         (Depends-on): Remove 'relocatable'.
38531         (configure.ac): Add gl_RELOCATABLE_NOP.
38532
38533 2007-03-03  Bruno Haible  <bruno@clisp.org>
38534
38535         * modules/relocatable-prog-wrapper: New file.
38536         * modules/relocatable (Depends-on): Add it. Remove all other
38537         dependencies except progname.
38538         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38539
38540         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38541         (gl_FUNC_STRERROR): Nop.
38542         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38543
38544         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38545         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38546
38547         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38548         (gl_FUNC_READLINK): Update.
38549
38550         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38551
38552 2007-03-03  Bruno Haible  <bruno@clisp.org>
38553
38554         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38555         * modules/xreadlink (Depends-on): Add unistd.
38556         * modules/xreadlink-with-size (Depends-on): Likewise.
38557
38558 2007-03-03  Bruno Haible  <bruno@clisp.org>
38559
38560         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38561         extracted from gt_FUNC_SETENV.
38562         (gt_FUNC_SETENV): Remove macro.
38563         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38564         remove gt_FUNC_SETENV.
38565
38566 2007-03-03  Bruno Haible  <bruno@clisp.org>
38567
38568         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38569         ENABLE_RELOCATABLE here.
38570         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38571
38572 2007-03-03  Bruno Haible  <bruno@clisp.org>
38573
38574         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38575         * tests/test-rbtreehash_list.c: Include progname.h.
38576         (main): Call set_program_name.
38577
38578         * modules/rbtree-oset-tests (Depends-on): Add progname.
38579         * tests/test-rbtree_oset.c: Include progname.h.
38580         (main): Call set_program_name.
38581
38582         * modules/rbtree-list-tests (Depends-on): Add progname.
38583         * tests/test-rbtree_list.c: Include progname.h.
38584         (main): Call set_program_name.
38585
38586         * modules/linked-list-tests (Depends-on): Add progname.
38587         * tests/test-linked_list.c: Include progname.h.
38588         (main): Call set_program_name.
38589
38590 2007-03-03  Bruno Haible  <bruno@clisp.org>
38591
38592         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38593         All uses of __restrict changed to _Restrict_.
38594         * lib/glob_.h (__restrict): Remove macro.
38595
38596 2007-03-02  Bruno Haible  <bruno@clisp.org>
38597
38598         * modules/gettext (configure.ac): Require gettext infrastructure
38599         from version 0.16.1.
38600
38601 2007-03-02  Bruno Haible  <bruno@clisp.org>
38602
38603         * modules/linkedhash-list-tests (Depends-on): Add progname.
38604         * tests/test-linkedhash_list.c: Include progname.h.
38605         (main): Call set_program_name.
38606
38607         * modules/carray-list-tests (Depends-on): Add progname.
38608         * tests/test-carray_list.c: Include progname.h.
38609         (main): Call set_program_name.
38610
38611         * modules/avltreehash-list-tests (Depends-on): Add progname.
38612         * tests/test-avltreehash_list.c: Include progname.h.
38613         (main): Call set_program_name.
38614
38615         * modules/avltree-oset-tests (Depends-on): Add progname.
38616         * tests/test-avltree_oset.c: Include progname.h.
38617         (main): Call set_program_name.
38618
38619         * modules/avltree-list-tests (Depends-on): Add progname.
38620         * tests/test-avltree_list.c: Include progname.h.
38621         (main): Call set_program_name.
38622
38623         * modules/array-oset-tests (Depends-on): Add progname.
38624         * tests/test-array_oset.c: Include progname.h.
38625         (main): Call set_program_name.
38626
38627         * modules/array-list-tests (Depends-on): Add progname.
38628         * tests/test-array_list.c: Include progname.h.
38629         (main): Call set_program_name.
38630
38631         * modules/argp-tests (Depends-on): Add progname.
38632         * tests/test-argp.c: Include argp.h first. Include progname.h.
38633         (main): Call set_program_name.
38634
38635 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38636
38637         * doc/gnulib-tool.texi (Initial import): Reword description of
38638         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38639         limited effect even if defined after the first system include.
38640
38641 2007-03-01  Bruno Haible  <bruno@clisp.org>
38642
38643         * build-aux/config.libpath: Update to libtool-1.5.22.
38644         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38645
38646 2007-03-01  Bruno Haible  <bruno@clisp.org>
38647
38648         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38649         foo_CFLAGS.
38650         Reported by Ralf Wildenhues.
38651
38652 2007-03-01  Bruno Haible  <bruno@clisp.org>
38653
38654         * build-aux/install-reloc: Remove object files left over by some
38655         compilers.
38656         Reported by Ralf Wildenhues.
38657
38658 2007-03-01  Bruno Haible  <bruno@clisp.org>
38659
38660         * build-aux/install-reloc: Break long lines.
38661
38662 2007-03-01  Bruno Haible  <bruno@clisp.org>
38663
38664         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38665         Reported by Ralf Wildenhues.
38666
38667 2007-03-01  Bruno Haible  <bruno@clisp.org>
38668
38669         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38670         include ordering constraints.
38671
38672 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38673
38674         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38676         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38677         as another example.
38678         * lib/time_.h: Fix misspelling.
38679         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38680         Require gl_HEADER_TIME_H_DEFAULTS.
38681         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38682         * m4/time_r.m4 (gl_TIME_R): Likewise.
38683         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38684
38685 2007-03-01  Bruno Haible  <bruno@clisp.org>
38686
38687         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38688         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38689
38690 2007-03-01  Jim Meyering  <jim@meyering.net>
38691
38692         * modules/xreadlink (Maintainer): Add my name.
38693         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38694
38695 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38696             Bruno Haible  <bruno@clisp.org>
38697
38698         * build-aux/install-reloc: Compile also c-ctype.c.
38699         * build-aux/relocatable.sh.in: New file.
38700         * doc/relocatable.texi: New file.
38701         * doc/relocatable-maint.texi: New file.
38702         * doc/gnulib.texi: Include relocatable-maint.texi.
38703         * lib/progreloc.c: Include unistd.h unconditionally.
38704         * lib/relocwrapper.c: Include unistd.h unconditionally.
38705         Include c-ctype.h.
38706         (add_dotbin): Use c_tolower.
38707         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38708         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38709         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38710         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38711         to m4/relocatable-lib.m4.
38712         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38713         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38714         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38715         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38716         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38717         * modules/relocatable: New file.
38718         * modules/relocatable-lib: New file.
38719         * modules/relocatable-script: New file.
38720
38721 2007-02-28  Bruno Haible  <bruno@clisp.org>
38722
38723         Import --enable-relocatable infrastructure.
38724         * build-aux/config.libpath: New file, from GNU gettext.
38725         * build-aux/install-reloc: New file, from GNU gettext.
38726         * build-aux/reloc-ldflags: New file, from GNU gettext.
38727         * lib/relocatable.h: New file, from GNU gettext.
38728         * lib/relocatable.c: New file, from GNU gettext.
38729         * lib/relocwrapper.c: New file, from GNU gettext.
38730         * m4/relocatable.m4: New file, from GNU gettext.
38731
38732 2007-02-28  Bruno Haible  <bruno@clisp.org>
38733
38734         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38735
38736         * modules/xreadlink: New file, from GNU gettext with modifications.
38737         * lib/xreadlink.c: New file, from GNU gettext.
38738         * lib/xreadlink.h: Add comments.
38739         (xreadlink): New declaration.
38740
38741         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38742         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38743         lib/xreadlink-with-size.c.
38744         (configure.ac): Remove gl_XREADLINK invocation.
38745         (Makefile.am): Augment lib_SOURCES.
38746         * m4/xreadlink.m4: Remove file.
38747         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38748         (xreadlink_with_size): Renamed from xreadink.
38749         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38750         * modules/canonicalize (Depends-on): Replace xreadlink with
38751         xreadlink-with-size.
38752         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38753
38754 2007-02-25  Jim Meyering  <jim@meyering.net>
38755
38756         * build-aux/announce-gen: When complaining about excess arguments,
38757         list them.
38758
38759 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38760
38761         * README: Document signed integer overflow situation more
38762         accurately.
38763
38764 2007-02-25  Bruno Haible  <bruno@clisp.org>
38765
38766         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38767         'a' or 'A' conversion.
38768
38769 2007-02-25  Bruno Haible  <bruno@clisp.org>
38770
38771         * modules/filename: Renamed from modules/pathname.
38772         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38773         lib/concatpath.c with lib/concat-filename.c.
38774         (Makefile.am): Update.
38775         (Include): Replace pathname.h with filename.h.
38776         * lib/filename.h: Renamed from lib/pathname.h.
38777         (concatenated_filename): Renamed from concatenated_pathname.
38778         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38779         (concatenated_filename): Renamed from concatenated_pathname.
38780         * lib/findprog.c: Include filename.h instead of pathname.h.
38781         (find_in_path): Update.
38782         * lib/javacomp.c: Include filename.h instead of pathname.h.
38783         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38784         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38785         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38786         is_oldgcj_14_13_usable, is_javac_usable): Update.
38787         * lib/javaexec.c: Include filename.h instead of pathname.h.
38788         (execute_java_class): Update.
38789         * modules/findprog: Update.
38790         * modules/javacomp: Update.
38791         * modules/javaexec: Update.
38792         * MODULES.html.sh (File system functions): Add 'filename', remove
38793         'pathname'.
38794
38795 2007-02-25  Bruno Haible  <bruno@clisp.org>
38796
38797         * modules/printf-frexpl-tests: New file.
38798         * tests/test-printf-frexpl.c: New file.
38799
38800         * modules/printf-frexpl: New file.
38801         * lib/printf-frexpl.h: New file.
38802         * lib/printf-frexpl.c: New file.
38803         * m4/printf-frexpl.m4: New file.
38804
38805 2007-02-25  Bruno Haible  <bruno@clisp.org>
38806
38807         * modules/printf-frexp-tests: New file.
38808         * tests/test-printf-frexp.c: New file.
38809
38810         * modules/printf-frexp: New file.
38811         * lib/printf-frexp.h: New file.
38812         * lib/printf-frexp.c: New file.
38813         * m4/printf-frexp.m4: New file.
38814
38815 2007-02-25  Bruno Haible  <bruno@clisp.org>
38816
38817         Assume automake >= 1.10 for the tests.
38818         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38819         * modules/arctwo-tests: Likewise.
38820         * modules/argp-tests: Likewise.
38821         * modules/avltree-list-tests: Likewise.
38822         * modules/avltree-oset-tests: Likewise.
38823         * modules/avltreehash-list-tests: Likewise.
38824         * modules/carray-list-tests: Likewise.
38825         * modules/crc-tests: Likewise.
38826         * modules/des-tests: Likewise.
38827         * modules/gc-arcfour-tests: Likewise.
38828         * modules/gc-arctwo-tests: Likewise.
38829         * modules/gc-des-tests: Likewise.
38830         * modules/gc-hmac-md5-tests: Likewise.
38831         * modules/gc-hmac-sha1-tests: Likewise.
38832         * modules/gc-md2-tests: Likewise.
38833         * modules/gc-md4-tests: Likewise.
38834         * modules/gc-md5-tests: Likewise.
38835         * modules/gc-pbkdf2-sha1-tests: Likewise.
38836         * modules/gc-rijndael-tests: Likewise.
38837         * modules/gc-sha1-tests: Likewise.
38838         * modules/gc-tests: Likewise.
38839         * modules/getaddrinfo-tests: Likewise.
38840         * modules/hmac-md5-tests: Likewise.
38841         * modules/hmac-sha1-tests: Likewise.
38842         * modules/linked-list-tests: Likewise.
38843         * modules/linkedhash-list-tests: Likewise.
38844         * modules/lock-tests: Likewise.
38845         * modules/md2-tests: Likewise.
38846         * modules/md4-tests: Likewise.
38847         * modules/md5-tests: Likewise.
38848         * modules/rbtree-list-tests: Likewise.
38849         * modules/rbtree-oset-tests: Likewise.
38850         * modules/rbtreehash-list-tests: Likewise.
38851         * modules/read-file-tests: Likewise.
38852         * modules/rijndael-tests: Likewise.
38853         * modules/stdint-tests: Likewise.
38854         * modules/tls-tests: Likewise.
38855
38856 2007-02-24  Bruno Haible  <bruno@clisp.org>
38857
38858         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38859         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38860         function; instead check whether isnan with a double argument links.
38861         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38862         function; instead check whether isnan with a 'long double' argument
38863         links.
38864         Reported by Eric Blake <ebb9@byu.net>.
38865
38866 2007-02-24  Bruno Haible  <bruno@clisp.org>
38867
38868         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38869         defined.
38870         * lib/isnanl.c: Remove all code. Just include isnan.c.
38871         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38872
38873 2007-02-25  Jim Meyering  <jim@meyering.net>
38874
38875         Avoid conflicting types for 'unsetenv' on FreeBSD.
38876         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38877         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38878         in stdlib.h.
38879
38880 2007-02-24  Bruno Haible  <bruno@clisp.org>
38881
38882         * modules/isnanl-nolibm-tests: New file.
38883         * tests/test-isnanl.c: New file.
38884
38885         * modules/isnanl-nolibm: New file.
38886         * lib/isnanl.h: New file.
38887         * lib/isnanl.c: New file.
38888         * m4/isnanl.m4: New file.
38889
38890 2007-02-24  Bruno Haible  <bruno@clisp.org>
38891
38892         * modules/isnan-nolibm-tests: New file.
38893         * tests/test-isnan.c: New file.
38894
38895         * modules/isnan-nolibm: New file.
38896         * lib/isnan.h: New file.
38897         * lib/isnan.c: New file.
38898         * m4/isnan.m4: New file.
38899
38900 2007-02-24  Bruno Haible  <bruno@clisp.org>
38901
38902         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38903         assume that an exponent fits in 20 bits.
38904
38905 2007-02-24  Jim Meyering  <jim@meyering.net>
38906
38907         * m4/regex.m4: Update the description of the configure-time option,
38908         --without-included-regex, to state accurately what the defaults are,
38909         and perhaps to give people an idea why using this option is risky.
38910
38911 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38912
38913         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38914         loops on small arguments.  This attempts to avoid the problem
38915         Bruno Haible reported for AIX 4.3.2 in
38916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38917
38918 2007-02-23  Bruno Haible  <bruno@clisp.org>
38919
38920         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38921         Needed for help2man.
38922
38923 2007-02-23  Karl Berry  <karl@gnu.org>
38924
38925         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38926         exists, foo.h should be cvs-ignored, not committed.
38927
38928 2007-02-23  Eric Blake  <ebb9@byu.net>
38929
38930         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38931         * lib/stat-time.h (includes): Likewise.
38932         * lib/utimecmp.c (includes): Likewise.
38933         * lib/utimens.h (includes): Likewise.
38934         * lib/getdate.y (includes): Also include "timespec.h" for use
38935         internal to the module.
38936         * modules/utimens (Depends-on): Revert yesterday's patch.
38937         * modules/nanosleep (Depends-on): Add missing dependency.
38938
38939 2007-02-22  Bruno Haible  <bruno@clisp.org>
38940
38941         * lib/glob.c: Don't include getlogin_r.h.
38942
38943 2007-02-22  Jim Meyering  <jim@meyering.net>
38944
38945         * modules/utimens (Depends-on): Add timespec, required for
38946         utimens.h's inclusion of timespec.h.
38947
38948 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38949
38950         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38951         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38952         Schwab in
38953         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38954         I'll try to think of a better way to fix the Solaris problem.
38955
38956         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38957         like glibc; on Solaris 10, it fails with errno == EINVAL.
38958         POSIX says the behavior is unspecified if the first argument is NULL,
38959         so play it safe and never pass NULL to the system getcwd.
38960
38961 2007-02-21  Jim Meyering  <jim@meyering.net>
38962
38963         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38964         of gettimeofday.  It would conflict with the one now always
38965         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38966         an IRIX 6.5 build failure.
38967
38968 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38969
38970         Minor fixups to port to Solaris 10 with Sun C 5.8.
38971         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38972         * modules/getcwd (Depends-on): Add dirfd.
38973         * lib/putenv.c (putenv): #undef it.
38974         (rpl_putenv): New decl.
38975         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38976
38977 2007-02-20  Bruno Haible  <bruno@clisp.org>
38978
38979         * modules/stdio-tests: New file.
38980         * tests/test-stdio.c: New file.
38981
38982         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38983         (Depends-on): Add stdio.
38984         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38985         (Include): Use <stdio.h> instead of vsnprintf.h.
38986         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38987         HAVE_DECL_VSNPRINTF.
38988         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38989
38990         * modules/snprintf (Files): Remove lib/snprintf.h.
38991         (Depends-on): Add stdio.
38992         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38993         (Include): Use <stdio.h> instead of snprintf.h.
38994         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38995         HAVE_DECL_SNPRINTF.
38996         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38997         * lib/getaddrinfo.c: Likewise.
38998
38999         * modules/stdio: New file.
39000         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
39001         * lib/snprintf.h: Remove file.
39002         * lib/vsnprintf.h: Remove file.
39003         * lib/.cppi-disable: Remove snprintf.h.
39004         * m4/stdio_h.m4: New file.
39005         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
39006
39007 2007-02-20  Jim Meyering  <jim@meyering.net>
39008
39009         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
39010         used by e.g., mingw.  From Bruno Haible.
39011
39012 2007-02-19  Bruno Haible  <bruno@clisp.org>
39013
39014         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
39015         warnings.
39016         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39017
39018 2007-02-19  Bruno Haible  <bruno@clisp.org>
39019
39020         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
39021         from mingw users.
39022
39023 2007-02-19  Bruno Haible  <bruno@clisp.org>
39024
39025         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
39026         warnings.
39027         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
39028
39029 2007-02-19  Jim Meyering  <jim@meyering.net>
39030
39031         Don't use FD after a successful "fdopendir (fd)".
39032         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
39033         Reset it by calling dirfd on the just-obtained DIR*.
39034
39035         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
39036         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
39037
39038 2007-02-18  Bruno Haible  <bruno@clisp.org>
39039
39040         * lib/readlink.c: Include <unistd.h>.
39041         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39042         HAVE_READLINK.
39043         * modules/readlink (Depends-on): Add unistd.
39044         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39045         (Include): Add <unistd.h>.
39046
39047         * lib/getlogin_r.h: Remove file.
39048         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39049         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39050         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39051         HAVE_DECL_GETLOGIN_R.
39052         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39053         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39054         (Include): Use <unistd.h> instead of getlogin_r.h.
39055
39056         * lib/getcwd.h: Remove file.
39057         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39058         * lib/xgetcwd.c: Likewise.
39059         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39060         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39061         * modules/getcwd (Files): Remove lib/getcwd.h.
39062         (Depends-on): Add unistd.
39063         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39064         (Include): Use <unistd.h> instad of getcwd.h.
39065
39066         * lib/ftruncate.c: Include <unistd.h> first.
39067         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39068         Set HAVE_FTRUNCATE.
39069         * modules/ftruncate (Depends-on): Add unistd.
39070         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39071
39072         * lib/fchdir.c: Include <unistd.h> first.
39073         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39074         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39075         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39076         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39077         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39078
39079         * lib/dup2.c: Include <unistd.h> first.
39080         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39081         HAVE_DUP2.
39082         * modules/dup2 (Depends-on): Add unistd.
39083         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39084
39085         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39086         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39087         REPLACE_CHOWN. Don't define chown as a macro here.
39088         * modules/chown (Depends-on): Add unistd.
39089         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39090
39091         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39092         Add definition for GL_LINK_WARNING.
39093         (chown, dup2): New declarations.
39094         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39095         link warning.
39096         (ftruncate): New declaration.
39097         (getcwd): New declaration, taken from old getcwd.h.
39098         (getlogin_r): New declaration, taken from old getlogin_r.h.
39099         (readlink): New declaration.
39100         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39101         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39102         (gl_PREREQ_UNISTD): Remove macro.
39103         (gl_UNISTD_MODULE_INDICATOR): New macro.
39104         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39105         many new variables. Don't set UNISTD_H.
39106         * modules/unistd (Description): Change.
39107         (Depends-on): Add link-warning.
39108         (configure.ac): Update.
39109         (Makefile.am): Create unistd.h always. Substitute many new variables
39110         into it.
39111
39112 2007-02-18  Bruno Haible  <bruno@clisp.org>
39113
39114         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39115         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39116         HAVE_GETSUBOPT.
39117         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39118         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39119         * lib/getsubopt.h: Remove file.
39120         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39121         (Depends-on): Add stdlib.
39122         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39123         (Includes): Use <stdlib.h> instead of getsubopt.h.
39124         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39125         Set HAVE_GETSUBOPT.
39126         * lib/getsubopt.c: Don't include getsubopt.h.
39127
39128 2007-02-18  Bruno Haible  <bruno@clisp.org>
39129
39130         * modules/fchdir (Depends-on): Add dup2.
39131
39132 2007-02-18  Bruno Haible  <bruno@clisp.org>
39133
39134         * lib/stdlib_.h: Handle glibc's special invocation convention
39135         specially.
39136
39137 2007-02-18  Bruno Haible  <bruno@clisp.org>
39138
39139         * modules/stdlib-tests: New file.
39140         * tests/test-stdlib.c: New file.
39141
39142         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39143         (Depends-on): Add stdlib.
39144         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39145         (Includes): Use <stdlib.h> instead of mkstemp.h.
39146         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39147         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39148         * lib/mkstemp.c: Don't include mkstemp.h.
39149         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39150         * lib/stdlib--.h: Don't include mkstemp.h.
39151
39152         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39153         (Depends-on): Add stdlib.
39154         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39155         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39156         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39157         HAVE_MKDTEMP.
39158         * lib/mkdtemp.c: Don't include mkdtemp.h.
39159         * lib/clean-temp.c: Don't include mkdtemp.h.
39160
39161         * modules/exit (Files): Remove lib/exit.h.
39162         (Depends-on): Add stdlib.
39163         (Makefile.am): Remove lib_SOURCES.
39164         (Include): Use <stdlib.h> instead of exit.h.
39165         * lib/argmatch.c: Don't include exit.h.
39166         * lib/execute.c: Likewise.
39167         * lib/pagealign_alloc.c: Likewise.
39168         * lib/pipe.c: Likewise.
39169         * lib/wait-process.c: Likewise.
39170         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39171         * lib/exitfail.c: Likewise.
39172         * lib/savewd.c: Likewise.
39173         * lib/xsetenv.c: Likewise.
39174
39175         * modules/stdlib: New file.
39176         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39177         and extra comments about mkstemp().
39178         * lib/exit.h: Remove file.
39179         * lib/mkdtemp.h: Remove file.
39180         * lib/mkstemp.h: Remove file.
39181         * m4/stdlib_h.m4: New file.
39182         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39183
39184 2007-02-18  Bruno Haible  <bruno@clisp.org>
39185
39186         * modules/math-tests: New file.
39187         * tests/test-math.c: New file.
39188
39189         * modules/math: New file.
39190         * modules/mathl (Files): Remove lib/mathl.h.
39191         (Depends-on): Add math.
39192         (Makefile.am): Don't mention mathl.h.
39193         (Include): Use <math.h> instead of mathl.h.
39194         * lib/math_.h: New file.
39195         * lib/mathl.h: Remove file.
39196         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39197         mathl.h.
39198         * lib/asinl.c: Likewise.
39199         * lib/atanl.c: Likewise.
39200         * lib/ceill.c: Likewise.
39201         * lib/cosl.c: Likewise.
39202         * lib/expl.c: Likewise.
39203         * lib/floorl.c: Likewise.
39204         * lib/frexpl.c: Likewise.
39205         * lib/ldexpl.c: Likewise.
39206         * lib/logl.c: Likewise.
39207         * lib/sincosl.c: Likewise.
39208         * lib/sinl.c: Likewise.
39209         * lib/sqrtl.c: Likewise.
39210         * lib/tanl.c: Likewise.
39211         * lib/trigl.c: Likewise.
39212         * m4/math_h.m4: New file.
39213         * MODULES.html.sh (Mathematics): Add math.
39214
39215 2007-02-17  Bruno Haible  <bruno@clisp.org>
39216
39217         * modules/wctype-tests: New file.
39218         * tests/test-wctype.c: New file.
39219
39220         * modules/wchar-tests: New file.
39221         * tests/test-wchar.c: New file.
39222
39223         * modules/unistd-tests: New file.
39224         * tests/test-unistd.c: New file.
39225
39226         * modules/time-tests: New file.
39227         * tests/test-time.c: New file.
39228
39229         * modules/sysexits-tests: New file.
39230         * tests/test-sysexits.c: New file.
39231
39232         * modules/sys_time-tests: New file.
39233         * tests/test-sys_time.c: New file.
39234
39235         * modules/sys_stat-tests: New file.
39236         * tests/test-sys_stat.c: New file.
39237
39238         * modules/sys_socket-tests: New file.
39239         * tests/test-sys_socket.c: New file.
39240
39241         * modules/sys_select-tests: New file.
39242         * tests/test-sys_select.c: New file.
39243
39244         * modules/string-tests: New file.
39245         * tests/test-string.c: New file.
39246
39247         * modules/stdbool-tests: New file.
39248         * tests/test-stdbool.c: New file.
39249
39250         * modules/netinet_in-tests: New file.
39251         * tests/test-netinet_in.c: New file.
39252
39253         * modules/inttypes-tests: New file.
39254         * tests/test-inttypes.c: New file.
39255
39256         * modules/fcntl-tests: New file.
39257         * tests/test-fcntl.c: New file.
39258
39259         * modules/byteswap-tests: New file.
39260         * tests/test-byteswap.c: New file.
39261
39262         * modules/arpa_inet-tests: New file.
39263         * tests/test-arpa_inet.c: New file.
39264
39265 2007-02-17  Bruno Haible  <bruno@clisp.org>
39266
39267         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39268         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39269         if the corresponding module is not enabled. Emit link warnings if
39270         the function is used nevertheless.
39271         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39272         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39273         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39274         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39275         * modules/inttypes (Depends-on): Add link-warning.
39276         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39277         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39278         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39279         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39280         * modules/imaxdiv (configure.ac): Likewise.
39281         * modules/strtoimax (configure.ac): Likewise.
39282         * modules/strtoumax (configure.ac): Likewise.
39283
39284 2007-02-17  Bruno Haible  <bruno@clisp.org>
39285
39286         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39287         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39288         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39289         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39290
39291 2007-02-17  Bruno Haible  <bruno@clisp.org>
39292
39293         * modules/link-warning: New file.
39294         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39295         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39296         * modules/string (Depends-on): Add link-warning.
39297         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39298         string.h.
39299         * MODULES.html.sh (Support for building libraries and executables): Add
39300         link-warning.
39301
39302 2007-02-17  Bruno Haible  <bruno@clisp.org>
39303
39304         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39305         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39306         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39307         long lines.
39308
39309 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39310             Bruno Haible  <bruno@clisp.org>
39311
39312         * modules/tmpfile: New file.
39313         * lib/tmpfile.c: New file.
39314         * m4/tmpfile.m4: New file.
39315         * MODULES.html.sh (func_all_modules): New section "Input/output".
39316
39317 2007-02-15  Bruno Haible  <bruno@clisp.org>
39318
39319         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39320         (supports_delete_on_close): New function.
39321         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39322
39323 2007-02-14  Bruno Haible  <bruno@clisp.org>
39324
39325         * modules/mbspcasecmp-tests: New file.
39326         * tests/test-mbspcasecmp.sh: New file.
39327         * tests/test-mbspcasecmp.c: New file.
39328
39329         New module mbspcasecmp.
39330         * modules/mbspcasecmp: New file.
39331         * lib/mbspcasecmp.c: New file.
39332         * lib/string_.h (strncasecmp): Change warning message.
39333         (mbspcasecmp): New declaration.
39334         * m4/mbspcasecmp.m4: New file.
39335         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39336         GNULIB_MBSPCASECMP.
39337         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39338         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39339
39340 2007-02-14  Bruno Haible  <bruno@clisp.org>
39341
39342         * modules/mbsncasecmp-tests: New file.
39343         * tests/test-mbsncasecmp.sh: New file.
39344         * tests/test-mbsncasecmp.c: New file.
39345
39346         New module mbsncasecmp.
39347         * modules/mbsncasecmp: New file.
39348         * lib/mbsncasecmp.c: New file.
39349         * lib/string_.h (mbsncasecmp): New declaration.
39350         * m4/mbsncasecmp.m4: New file.
39351         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39352         GNULIB_MBSNCASECMP.
39353         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39354         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39355
39356 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39357
39358         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39359         Verify that it doesn't overlap with our flags.
39360         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39361         do not have the desired effect in multibyte locales; instead, use
39362         mbscasecmp.
39363         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39364         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39365         we don't require GNU fnmatch ourselves (if our users require it, they
39366         should do so explicitly).
39367
39368         Fix regex code so it doesn't rely on strcasecmp.
39369         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39370         Otherwise, include gnulib's langinfo.h.
39371         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39372         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39373         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39374         * modules/regex (FILES): Remove m4/codeset.m4.
39375         (Depends-on): Add localcharset.  Remove strcase.
39376
39377 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39378
39379         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39380         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39381
39382 2007-02-13  Bruno Haible  <bruno@clisp.org>
39383
39384         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39385         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39386
39387 2007-02-12  Bruno Haible  <bruno@clisp.org>
39388
39389         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39390         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39391         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39392         time warning rather than a link error.
39393
39394 2007-02-12  Bruno Haible  <bruno@clisp.org>
39395
39396         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39397         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39399
39400 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39401
39402         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39403         args, not 2.
39404
39405 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39406
39407         New module 'time', so that apps can include <time.h> as per
39408         POSIX and GNU instead of separate include files like time_r.h
39409         and timegm.h.  This implementation tries out a simpler approach
39410         for replacing decls in standard include files (as compared to
39411         the string module), somewhat as an experiment.
39412
39413         * config/srclist.txt: Comment out mktime.c for now.
39414         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39415         since it doesn't apply any more.  Use generic wording instead.
39416         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39417         'time'.
39418         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39419         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39420         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39421         Don't include <sys/types.h>; no longer needed since we assume C89.
39422         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39423         * lib/strftime.c: Likewise.
39424         * lib/time_r.c: Likewise.
39425         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39426         * lib/nanosleep.c: Include <time.h> first, to check interface.
39427         * lib/strptime.c: Likewise.
39428         * lib/time_r.c: Likewise.
39429         * lib/timegm.c: Likewise.
39430         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39431         needed.
39432         * lib/timegm.c: Don't include timegm.h; no longer needed.
39433         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39434         time.h now handles any problems in that area.
39435         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39436         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39437         that time.h defines struct timespec.
39438         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39439         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39440         handles that.
39441         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39442         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39443         needed.  Set REPLACE_LOCALTIME.
39444         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39445         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39446         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39447         nanosleep; time_h.m4 now does that.  Don't require
39448         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39449         module handles this now.
39450         * modules/getdate (Depends-on): Remove timespec.  Add time.
39451         * modules/nanosleep (Depends-on): Likewise.
39452         * modules/stat-time (Depends-on): Likewise.
39453         * modules/nanosleep (Include): Include time.h, not timespec.h.
39454         * modules/strptime (Files): Remove lib/strptime.h.
39455         (Depends-on): Add extensions, time.
39456         (Include): Include time.h, not strptime.h.
39457         * modules/time_r (Files): Remove lib/time_r.h.
39458         (Depends-on): Add time.
39459         (Include): Include time.h, not time_r.h.
39460         * modules/timegm: Likewise.
39461         * modules/timespec (Description): Now does timespec-related decls
39462         of our own, instead of struct timespec itself.
39463         (Depends-on): Add time; remove extensions.
39464         (Maintainer): Add self.
39465         * modules/utimecmp (Depends-on): Add time; remove timespec.
39466         * modules/utimens (Depends-on): Likewise.
39467         * modules/xnanosleep (Depends-on): Likewise.
39468
39469 2007-02-11  Bruno Haible  <bruno@clisp.org>
39470
39471         * lib/c-strstr.c: Include allocsa.h.
39472         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39473         * lib/c-strcasestr.c: Include allocsa.h.
39474         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39475         * lib/strcasestr.c: Include allocsa.h.
39476         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39477         * lib/mbsstr.c: Include allocsa.h.
39478         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39479         allocsa/freesa instead of malloc/free.
39480         * lib/mbscasestr.c: Include allocsa.h.
39481         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39482         allocsa/freesa instead of malloc/free.
39483         * modules/c-strstr (Depends-on): Add allocsa.
39484         * modules/c-strcasestr (Depends-on): Likewise.
39485         * modules/strcasestr (Depends-on): Likewise.
39486         * modules/mbsstr (Depends-on): Likewise.
39487         * modules/mbscasestr (Depends-on): Likewise.
39488
39489 2007-02-11  Bruno Haible  <bruno@clisp.org>
39490
39491         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39492
39493         * modules/mbsspn-tests: New file.
39494         * tests/test-mbsspn.sh: New file.
39495         * tests/test-mbsspn.c: New file.
39496
39497 2007-02-11  Bruno Haible  <bruno@clisp.org>
39498
39499         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39500
39501         * modules/mbspbrk-tests: New file.
39502         * tests/test-mbspbrk.sh: New file.
39503         * tests/test-mbspbrk.c: New file.
39504
39505 2007-02-11  Bruno Haible  <bruno@clisp.org>
39506
39507         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39508         unneeded cast.
39509
39510         * modules/mbscspn-tests: New file.
39511         * tests/test-mbscspn.sh: New file.
39512         * tests/test-mbscspn.c: New file.
39513
39514 2007-02-11  Bruno Haible  <bruno@clisp.org>
39515
39516         * modules/mbscasecmp-tests: New file.
39517         * tests/test-mbscasecmp.sh: New file.
39518         * tests/test-mbscasecmp.c: New file.
39519
39520 2007-02-11  Bruno Haible  <bruno@clisp.org>
39521
39522         Ensure O(n) worst-case complexity of mbscasestr.
39523         * lib/mbscasestr.c: Include stdbool.h.
39524         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39525         functions.
39526         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39527         the bookkeeping indicates that it's worth it.
39528         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39529
39530         * modules/mbscasestr-tests: New file.
39531         * tests/test-mbscasestr1.c: New file.
39532         * tests/test-mbscasestr2.sh: New file.
39533         * tests/test-mbscasestr2.c: New file.
39534         * tests/test-mbscasestr3.sh: New file.
39535         * tests/test-mbscasestr3.c: New file.
39536         * tests/test-mbscasestr4.sh: New file.
39537         * tests/test-mbscasestr4.c: New file.
39538         * m4/locale-tr.m4: New file.
39539
39540 2007-02-11  Bruno Haible  <bruno@clisp.org>
39541
39542         Ensure O(n) worst-case complexity of mbsstr.
39543         * lib/mbsstr.c: Include stdbool.h.
39544         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39545         functions.
39546         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39547         bookkeeping indicates that it's worth it.
39548         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39549
39550         * modules/mbsstr-tests: New file.
39551         * tests/test-mbsstr1.c: New file.
39552         * tests/test-mbsstr2.sh: New file.
39553         * tests/test-mbsstr2.c: New file.
39554         * tests/test-mbsstr3.sh: New file.
39555         * tests/test-mbsstr3.c: New file.
39556         * m4/locale-fr.m4: New file.
39557
39558 2007-02-11  Bruno Haible  <bruno@clisp.org>
39559
39560         * lib/mbsrchr.c (mbsrchr): Fix bug.
39561
39562         * modules/mbsrchr-tests: New file.
39563         * tests/test-mbsrchr.sh: New file.
39564         * tests/test-mbsrchr.c: New file.
39565
39566 2007-02-11  Bruno Haible  <bruno@clisp.org>
39567
39568         * lib/mbschr.c (mbschr): Fix bug.
39569
39570         * modules/mbschr-tests: New file.
39571         * tests/test-mbschr.sh: New file.
39572         * tests/test-mbschr.c: New file.
39573         * m4/locale-zh.m4: New file.
39574
39575 2007-02-11  Bruno Haible  <bruno@clisp.org>
39576
39577         Support for copying multibyte string iterators.
39578         * lib/mbiter.h: Include <string.h>.
39579         (mbiter_multi_copy): New function.
39580         (mbi_copy): New macro.
39581         * lib/mbuiter.h: Include <string.h>.
39582         (mbuiter_multi_copy): New function.
39583         (mbui_copy): New macro.
39584
39585 2007-02-11  Bruno Haible  <bruno@clisp.org>
39586
39587         New module mbslen.
39588         * modules/mbslen: New file.
39589         * lib/mbslen.c: New file.
39590         * lib/string_.h (mbslen): New declaration.
39591         * m4/mbslen.m4: New file.
39592         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39593         GNULIB_MBSLEN.
39594         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39595         * MODULES.html.sh (Internationalization functions): Add mbslen.
39596
39597 2007-02-11  Bruno Haible  <bruno@clisp.org>
39598
39599         Ensure O(n) worst-case complexity of strcasestr substitute.
39600         * lib/strcasestr.c: Include stdbool.h.
39601         (knuth_morris_pratt): New function.
39602         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39603         bookkeeping indicates that it's worth it.
39604         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39605
39606         * modules/strcasestr-tests: New file.
39607         * tests/test-strcasestr.c: New file.
39608
39609 2007-02-11  Bruno Haible  <bruno@clisp.org>
39610
39611         Ensure O(n) worst-case complexity of c_strcasestr.
39612         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39613         (knuth_morris_pratt): New function.
39614         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39615         the bookkeeping indicates that it's worth it.
39616         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39617
39618         * modules/c-strcasestr-tests: New file.
39619         * tests/test-c-strcasestr.c: New file.
39620
39621 2007-02-11  Bruno Haible  <bruno@clisp.org>
39622
39623         Ensure O(n) worst-case complexity of c_strstr.
39624         * lib/c-strstr.c: Include stdbool.h, string.h.
39625         (knuth_morris_pratt): New function.
39626         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39627         bookkeeping indicates that it's worth it.
39628         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39629
39630         * lib/c-strstr.c: Complete rewrite for maintainability.
39631
39632         * modules/c-strstr-tests: New file.
39633         * tests/test-c-strstr.c: New file.
39634
39635 2007-02-11  Bruno Haible  <bruno@clisp.org>
39636
39637         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39638         5.2.1 and earlier, whereby \055 was treated just like the range
39639         delimiter '-'.
39640         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39641
39642 2007-02-08  Bruno Haible  <bruno@clisp.org>
39643
39644         * modules/regex (Depends-on): Add stdbool.
39645         Reported by Dalibor Topic <robilad@kaffe.org>.
39646
39647 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39648
39649         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39650         Prefer returning from main to exiting from it.
39651         Remove unnecessary parens after sizeof.
39652
39653 2007-02-05  Bruno Haible  <bruno@clisp.org>
39654
39655         New module mbssep.
39656         * modules/mbssep: New file.
39657         * lib/mbssep.c: New file.
39658         * lib/string_.h (strsep): Add a conditional link warning.
39659         (mbssep): New declaration.
39660         * m4/mbssep.m4: New file.
39661         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39662         GNULIB_MBSSEP.
39663         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39664         * MODULES.html.sh (Internationalization functions): Add mbssep.
39665
39666 2007-02-05  Bruno Haible  <bruno@clisp.org>
39667
39668         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39669         Optimize search in case of 1 delimiter.
39670
39671 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39672
39673         * lib/acl.h: Include sys/types.h before sys/acl.h.
39674
39675 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39676
39677         Merge upstream fix for glibc bugzilla #3957:
39678
39679         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39680
39681         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39682         bit for RE_HAT_LISTS_NOT_NEWLINE.
39683         (build_charclass_op): Remove bogus comment.
39684
39685 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39686
39687         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39688
39689 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39690
39691         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39692         * lib/memmem.c [!defined _LIBC]: Include config.h.
39693
39694 2007-02-04  Bruno Haible  <bruno@clisp.org>
39695
39696         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39697         warning message.
39698
39699 2007-02-04  Bruno Haible  <bruno@clisp.org>
39700
39701         New module mbstok_r.
39702         * modules/mbstok_r: New file.
39703         * lib/mbstok_r.c: New file.
39704         * lib/string_.h (strtok_r): Change argument names to match the
39705         comments. Add a conditional link warning.
39706         (mbstok_r): New declaration.
39707         * m4/mbstok_r.m4: New file.
39708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39709         GNULIB_MBSTOK_R.
39710         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39711         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39712
39713 2007-02-04  Bruno Haible  <bruno@clisp.org>
39714
39715         New module mbsspn.
39716         * modules/mbsspn: New file.
39717         * lib/mbsspn.c: New file.
39718         * lib/string_.h (strspn): Add a conditional link warning.
39719         (mbsspn): New declaration.
39720         * m4/mbsspn.m4: New file.
39721         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39722         GNULIB_MBSSPN.
39723         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39724         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39725
39726 2007-02-04  Bruno Haible  <bruno@clisp.org>
39727
39728         New module mbspbrk.
39729         * modules/mbspbrk: New file.
39730         * lib/mbspbrk.c: New file.
39731         * lib/string_.h (strpbrk): Add a conditional link warning.
39732         (mbspbrk): New declaration.
39733         * m4/mbspbrk.m4: New file.
39734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39735         GNULIB_MBSPBRK.
39736         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39737         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39738
39739 2007-02-04  Bruno Haible  <bruno@clisp.org>
39740
39741         New module mbscspn.
39742         * modules/mbscspn: New file.
39743         * lib/mbscspn.c: New file.
39744         * lib/string_.h (strcspn): Add a conditional link warning.
39745         (mbscspn): New declaration.
39746         * m4/mbscspn.m4: New file.
39747         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39748         GNULIB_MBSCSPN.
39749         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39750         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39751
39752 2007-02-04  Bruno Haible  <bruno@clisp.org>
39753
39754         New module mbscasestr, reduced goal of strcasestr.
39755         * modules/mbscasestr: New file.
39756         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39757         (mbscasestr): Renamed from strcasestr.
39758         * lib/strcasestr.c: Don't include mbuiter.h.
39759         (strcasestr): Remove support for multibyte locales.
39760         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39761         Change the conditional link warning.
39762         (mbscasestr): New declaration.
39763         * m4/mbscasestr.m4: New file.
39764         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39765         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39766         REPLACE_STRCASESTR.
39767         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39769         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39770         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39771         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39772         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39773         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39774         (Depends-on): Remove mbuiter.
39775         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39776
39777 2007-02-04  Bruno Haible  <bruno@clisp.org>
39778
39779         Simplify handling of strncasecmp.
39780         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39781         the conditional link warning.
39782         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39783         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39784         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39785         * modules/strcase (configure.ac): Don't invoke
39786         gl_STRING_MODULE_INDICATOR.
39787         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39788
39789 2007-02-04  Bruno Haible  <bruno@clisp.org>
39790
39791         New module mbscasecmp, reduced goal of strcasecmp.
39792         * modules/mbscasecmp: New file.
39793         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39794         (mbscasecmp): Renamed from strcasecmp.
39795         * lib/strcasecmp.c: Don't include mbuiter.h.
39796         (strcasecmp): Remove support for multibyte locales.
39797         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39798         Change the conditional link warning.
39799         (mbscasecmp): New declaration.
39800         * m4/mbscasecmp.m4: New file.
39801         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39802         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39803         REPLACE_STRCASECMP.
39804         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39805         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39806         GNULIB_MBSCASECMP.
39807         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39808         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39809         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39810         (Depends-on): Remove mbuiter.
39811         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39812
39813 2007-02-04  Bruno Haible  <bruno@clisp.org>
39814
39815         New module mbsstr. Remove module strstr.
39816         * modules/mbsstr: New file.
39817         * modules/strstr: Remove file.
39818         * lib/mbsstr.c: Renamed from lib/strstr.c.
39819         (mbsstr): Renamed from strstr.
39820         * lib/string_.h (strstr): Remove declaration. Change the conditional
39821         link warning.
39822         (mbsstr): New declaration.
39823         * m4/mbsstr.m4: New file.
39824         * m4/strstr.m4: Remove file.
39825         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39826         REPLACE_STRSTR.
39827         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39828         Don't initialize GNULIB_STRSTR.
39829         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39830         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39831         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39832         (Support for systems lacking ANSI C 89): Remove strstr.
39833
39834 2007-02-04  Bruno Haible  <bruno@clisp.org>
39835
39836         New module mbsrchr.
39837         * modules/mbsrchr: New file.
39838         * lib/mbsrchr.c: New file.
39839         * lib/string_.h (strrchr): Add a conditional link warning.
39840         (mbsrchr): New declaration.
39841         * m4/mbsrchr.m4: New file.
39842         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39843         GNULIB_MBSRCHR.
39844         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39845         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39846
39847 2007-02-04  Bruno Haible  <bruno@clisp.org>
39848
39849         New module mbschr.
39850         * modules/mbschr: New file.
39851         * lib/mbschr.c: New file.
39852         * lib/string_.h (strchr): Add a conditional link warning.
39853         (mbschr): New declaration.
39854         * m4/mbschr.m4: New file.
39855         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39856         GNULIB_MBSCHR.
39857         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39858         * MODULES.html.sh (Internationalization functions): Add mbschr.
39859
39860 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39861
39862         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39863
39864         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39865
39866 2007-02-04  Bruno Haible  <bruno@clisp.org>
39867
39868         New module description section 'configure.ac-early'.
39869         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39870         (func_get_autoconf_early_snippet): New function.
39871         (func_import, func_create_testdir): Use it. Remove special cases for
39872         modules 'extensions' and 'lock'.
39873         * modules/extensions (configure.ac-early): Require
39874         gl_USE_SYSTEM_EXTENSIONS.
39875         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39876
39877 2007-02-04  Bruno Haible  <bruno@clisp.org>
39878
39879         Make use of gcj-4.3's -fsource and -ftarget option.
39880         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39881         and if so try the options -fsource and -ftarget.
39882         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39883         source_version, ftarget_option, target_version arguments.
39884         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39885         (is_envjavac_oldgcj_14_14_usable): Renamed from
39886         is_envjavac_gcj_14_14_usable.
39887         (is_envjavac_oldgcj_14_13_usable): Renamed from
39888         is_envjavac_gcj_14_13_usable.
39889         (is_gcj_present): Update.
39890         (is_gcj_43, is_gcj43_usable): New functions.
39891         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39892         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39893         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39894         try the options -fsource and -ftarget.
39895
39896 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39897
39898         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39899         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39900         larger value.
39901
39902 2007-02-03  Jim Meyering  <jim@meyering.net>
39903
39904         Give tools a better chance to allocate space for very large buffers.
39905         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39906
39907         Make pwd and readlink work also when run with an unreadable parent dir
39908         on systems with openat support.
39909         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39910         provided getcwd function, even when we have openat support.
39911         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39912
39913 2007-02-02  Bruno Haible  <bruno@clisp.org>
39914
39915         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39916         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39917         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39918         portability problems if one of these functions is only used on specific
39919         platforms.
39920         Reported by Paul Eggert.
39921
39922 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39923
39924         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39925         is causing more trouble than it's curing.
39926         * lib/regex_internal.h (__mempcpy): Remove.
39927         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39928         (and make the code a tad smaller to boot).
39929         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39930
39931 2007-02-02  Jim Meyering  <jim@meyering.net>
39932
39933         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39934         section, not in the Makefile.am: one.
39935
39936 2007-02-02  Eric Blake  <ebb9@byu.net>
39937
39938         * lib/strchrnul.c: Always include config.h first.
39939
39940         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39941         gnulib strstr is not necessary here.
39942
39943 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39944
39945         * m4/socklen.m4: Fix typo.
39946
39947 2007-02-02  Eric Blake  <ebb9@byu.net>
39948
39949         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39950         * modules/netinet_in (Makefile.am): Likewise.
39951
39952 2007-02-01  Bruno Haible  <bruno@clisp.org>
39953
39954         * lib/string_.h (GL_LINK_WARNING): New macro.
39955         (strcasecmp, strstr, strcasestr): If provided by the system,
39956         conditionally define as a macro that leads to a warning instead of to
39957         an error.
39958         (strncasecmp): Conditionally define as a macro that leads to a warning.
39959
39960 2007-02-01  Karl Berry  <karl@gnu.org>
39961
39962         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39963
39964 2007-02-01  Bruno Haible  <bruno@clisp.org>
39965
39966         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39967         renamings.
39968
39969 2007-02-01  Eric Blake  <ebb9@byu.net>
39970
39971         * modules/regex (Depends-on): Revert dependence on mempcpy.
39972         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39973         module's definition of mempcpy.
39974         Reported by Paul Eggert.
39975
39976 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39977
39978         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39979         the symbol XYZ before redefining it.  This fixes a problem with
39980         programs that don't use XYZ, when compiled on systems that define
39981         XYZ to something else.
39982
39983 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39984
39985         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39986         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39987         writeable to group or other and (2) is intended to have a special
39988         mode bit that is set or cleared.  In such a case, the directory
39989         should be neither group- nor other-writeable until the special
39990         mode bits are right.
39991
39992 2007-01-31  Eric Blake  <ebb9@byu.net>
39993
39994         * modules/mountlist (Depends-on): Add strstr.
39995
39996         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39997         bug.
39998         * modules/string (Makefile.am): Remove redundant replacement.
39999         * modules/regex (Depends-on): Add mempcpy.
40000
40001 2007-01-31  Bruno Haible  <bruno@clisp.org>
40002
40003         New module description field 'Link'.
40004         * gnulib-tool (func_usage): Document --extract-link-directive.
40005         (sed_extract_prog): Recognize 'Link' directive.
40006         (func_get_link_directive): New function.
40007         (func_import): Show summary of link directives.
40008         Handle --extract-link-directive option.
40009         * modules/acl (Link): New section.
40010         * modules/clock-time (Link): New section.
40011         * modules/euidaccess (Link): New section.
40012         * modules/gettext (Link): New section.
40013         * modules/iconv (Link): New section.
40014         * modules/lock (Link): New section.
40015         * modules/nanosleep (Link): New section.
40016         * modules/readline (Link): New section.
40017
40018 2007-01-27  Bruno Haible  <bruno@clisp.org>
40019
40020         Enforce the use of gnulib modules for unportable <string.h> functions.
40021         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
40022         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
40023         (gl_HEADER_STRING_H_BODY): Require it.
40024         * lib/string_.h: If the gnulib module XYZ is not present, redefine
40025         the symbol XYZ to one that gives a link error.
40026         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
40027         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
40028         * modules/mempcpy (configure.ac): Likewise.
40029         * modules/memrchr (configure.ac): Likewise.
40030         * modules/stpcpy (configure.ac): Likewise.
40031         * modules/stpncpy (configure.ac): Likewise.
40032         * modules/strcase (configure.ac): Likewise.
40033         * modules/strcasestr (configure.ac): Likewise.
40034         * modules/strchrnul (configure.ac): Likewise.
40035         * modules/strdup (configure.ac): Likewise.
40036         * modules/strndup (configure.ac): Likewise.
40037         * modules/strnlen (configure.ac): Likewise.
40038         * modules/strpbrk (configure.ac): Likewise.
40039         * modules/strsep (configure.ac): Likewise.
40040         * modules/strstr (configure.ac): Likewise.
40041         * modules/strtok_r (configure.ac): Likewise.
40042
40043 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40044
40045         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40046
40047 2007-01-30  Jim Meyering  <jim@meyering.net>
40048
40049         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40050
40051 2007-01-29  Bruno Haible  <bruno@clisp.org>
40052
40053         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40054         * lib/execute.c: Likewise.
40055         * lib/pipe.c: Likewise.
40056         * lib/printf-args.h: Likewise.
40057         * lib/printf-args.c: Likewise.
40058         * lib/printf-parse.c: Likewise.
40059         * lib/vasnprintf.c: Likewise.
40060
40061 2007-01-29  Eric Blake  <ebb9@byu.net>
40062
40063         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40064         declaration.
40065
40066 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40067
40068         * lib/strptime.h (strptime): Use 'restrict' for args where
40069         POSIX requires this.
40070         * lib/strptime.c (strptime): Likewise.
40071         Change license notice from LGPL to GPL, since gnulib-tool will
40072         change this as needed.
40073         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40074         defined.
40075         Include "strptime.h" first, to check interface.
40076         Do not #undef _LIBC and _NL_CURRENT.
40077         Do not include <stdlib.h>; no longer needed.
40078         Include "time_r.h" and declare ptime_locale_status
40079         only if _LIBC is not defined.
40080         (__P): Remove unused macro.
40081         (match_string): Bring back glibc version, but use it only if _LIBC
40082         is defined.
40083         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40084         Remove unnecessary assertion and abort() call.
40085         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40086         * m4/strptime.m4: Fix serial number comment.
40087         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40088         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40089         (Depends-on): Add time_r.
40090
40091 2007-01-29  Bruno Haible  <bruno@clisp.org>
40092
40093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40094         strptime.
40095         * modules/strptime (Depends-on): Add stdbool.
40096         * lib/strptime.h: Include <time.h> always. Add comments.
40097
40098 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40099
40100         * modules/strptime: New file.
40101         * lib/strptime.h: New file.
40102         * lib/strptime.c: New file.
40103         * m4/strptime.m4: New file.
40104
40105 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40106
40107         * MODULES.html.sh: New module mpsort.
40108         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40109
40110         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40111         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40112         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40113         All uses changed.
40114         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40115         All uses changed.
40116         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40117         to _Restrict_.
40118         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40119         the parameter matches the prototype.
40120
40121 2007-01-28  Jim Meyering  <jim@meyering.net>
40122
40123         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40124         sys/time.h here, reverting that part of the previous patch:
40125         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40126
40127 2007-01-28  Bruno Haible  <bruno@clisp.org>
40128
40129         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40130         value of $(SYS_TIME_H).
40131         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40132         remove it conditionally, too. [added by Jim Meyering]
40133         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40134         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40135         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40136         GETTIMEOFDAY_REPLACEMENT to 1.
40137
40138 2007-01-28  Bruno Haible  <bruno@clisp.org>
40139
40140         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40141         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40142         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40143         Set UNISTD_H instead of UNISTD_H2.
40144         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40145
40146 2007-01-28  Bruno Haible  <bruno@clisp.org>
40147
40148         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40149         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40150
40151 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40152
40153         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40154         (func_create_testdir): Ensure C locale for `grep' and `tr'
40155         character ranges.
40156         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40157         ACLOCAL_AMFLAGS parsing state machine.
40158
40159 2007-01-27  Bruno Haible  <bruno@clisp.org>
40160
40161         * modules/unistr/base: Update.
40162
40163 2007-01-27  Bruno Haible  <bruno@clisp.org>
40164
40165         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40166         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40167         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40168         modules/unistr/u32-mbtouc.
40169         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40170         * lib/unistr.h: Update.
40171         * lib/linebreak.c: Update.
40172         * modules/unistr/u32-mbtouc: Renamed from
40173         modules/unistr/u32-mbtouc-safe.
40174         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40175         * lib/unistr.h: Update.
40176         * lib/unistr/u32-to-u8.c: Update.
40177         * lib/unistr/u32-to-u16.c: Update.
40178
40179 2007-01-27  Bruno Haible  <bruno@clisp.org>
40180
40181         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40182         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40183         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40184         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40185         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40186         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40187         modules/unistr/u16-mbtouc.
40188         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40189         * lib/unistr.h: Update.
40190         * lib/linebreak.c: Update.
40191         * modules/linebreak: Update.
40192         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40193         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40194         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40195         * modules/unistr/u16-mbtouc: Renamed from
40196         modules/unistr/u16-mbtouc-safe.
40197         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40198         * lib/unistr.h: Update.
40199         * lib/unistr/u16-to-u8.c: Update.
40200         * modules/unistr/u16-to-u8: Update.
40201         * lib/unistr/u16-to-u32.c: Update.
40202         * modules/unistr/u16-to-u32: Update.
40203
40204 2007-01-27  Bruno Haible  <bruno@clisp.org>
40205
40206         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40207         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40208         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40209         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40210         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40211         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40212         modules/unistr/u8-mbtouc.
40213         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40214         * lib/unistr.h: Update.
40215         * lib/striconveh.c: Update.
40216         * modules/striconveh: Update.
40217         * lib/linebreak.c: Update.
40218         * modules/linebreak: Update.
40219         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40220         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40221         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40222         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40223         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40224         * lib/unistr.h: Update.
40225         * lib/striconveh.c: Update.
40226         * modules/striconveh: Update.
40227         * lib/unistr/u8-to-u16.c: Update.
40228         * modules/unistr/u8-to-u16: Update.
40229         * lib/unistr/u8-to-u32.c: Update.
40230         * modules/unistr/u8-to-u32: Update.
40231
40232 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40233
40234         Sync from Libtool.
40235         * lib/argz.c: Do not include strings.h nor memory.h, include
40236         string.h unconditionally.  Patch by Simon Josefsson.
40237
40238 2007-01-27  Bruno Haible  <bruno@clisp.org>
40239
40240         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40241         from gl_HEADER_STRING_H_BODY.
40242         (gl_HEADER_STRING_H_BODY): Require it.
40243         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40244         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40245         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40246         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40247         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40248         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40249         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40250         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40251         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40252         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40253         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40254         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40255         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40256         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40257         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40258
40259 2007-01-27  Bruno Haible  <bruno@clisp.org>
40260
40261         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40262         check_PROGRAMS into noinst_PROGRAMS.
40263         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40264         check_PROGRAMS in this case.
40265         (func_import): Set for_test to false.
40266         (func_create_testdir): Set for_test to true.
40267
40268 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40269             Bruno Haible  <bruno@clisp.org>
40270
40271         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40272         (Depends-on): Add string.
40273         (Includes): Use <string.h> instead of strcasestr.h.
40274         * modules/string (Makefile.am): Also substitute the value of
40275         REPLACE_STRCASESTR.
40276         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40277         assume strcasestr is declared in <string.h> not <strings.h>. Also
40278         set REPLACE_STRCASESTR.
40279         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40280         REPLACE_STRCASESTR.
40281         * lib/strcasestr.h: Remove file.
40282         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40283         * lib/string_.h (strcasestr): New declaration.
40284
40285 2007-01-27  Bruno Haible  <bruno@clisp.org>
40286
40287         * lib/string_.h: Use 'extern'.
40288
40289 2007-01-27  Jim Meyering  <jim@meyering.net>
40290
40291         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40292         of set-but-not-used local, "q".
40293
40294         * lib/mempcpy.c: Include <config.h> before <string.h>.
40295         This fixes a compilation error on HP-UX, due to the system's
40296         "restrict"-using mempcpy prototype.
40297
40298 2007-01-26  Bruno Haible  <bruno@clisp.org>
40299
40300         Small optimization.
40301         * lib/javacomp.c: Include c-strstr.h.
40302          (is_envjavac_gcj): Use c_strstr instead of strstr.
40303         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40304
40305 2007-01-26  Bruno Haible  <bruno@clisp.org>
40306
40307         * MODULES.html.sh (Unicode string functions): Add the new modules.
40308
40309         * modules/uniconv/u32-strconv-to-locale: New file.
40310         * lib/uniconv/u32-strconv-to-locale.c: New file.
40311
40312         * modules/uniconv/u16-strconv-to-locale: New file.
40313         * lib/uniconv/u16-strconv-to-locale.c: New file.
40314
40315         * modules/uniconv/u8-strconv-to-locale: New file.
40316         * lib/uniconv/u8-strconv-to-locale.c: New file.
40317
40318         * modules/uniconv/u32-strconv-from-locale: New file.
40319         * lib/uniconv/u32-strconv-from-locale.c: New file.
40320
40321         * modules/uniconv/u16-strconv-from-locale: New file.
40322         * lib/uniconv/u16-strconv-from-locale.c: New file.
40323
40324         * modules/uniconv/u8-strconv-from-locale: New file.
40325         * lib/uniconv/u8-strconv-from-locale.c: New file.
40326
40327         * modules/uniconv/u32-strconv-to-enc: New file.
40328         * lib/uniconv/u32-strconv-to-enc.c: New file.
40329         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40330         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40331
40332         * modules/uniconv/u16-strconv-to-enc: New file.
40333         * lib/uniconv/u16-strconv-to-enc.c: New file.
40334         * lib/uniconv/u-strconv-to-enc.h: New file.
40335         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40336         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40337
40338         * modules/uniconv/u8-strconv-to-enc: New file.
40339         * lib/uniconv/u8-strconv-to-enc.c: New file.
40340         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40341         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40342
40343         * modules/uniconv/u32-strconv-from-enc: New file.
40344         * lib/uniconv/u32-strconv-from-enc.c: New file.
40345         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40346         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40347
40348         * modules/uniconv/u16-strconv-from-enc: New file.
40349         * lib/uniconv/u16-strconv-from-enc.c: New file.
40350         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40351         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40352
40353         * modules/uniconv/u8-strconv-from-enc: New file.
40354         * lib/uniconv/u8-strconv-from-enc.c: New file.
40355         * lib/uniconv/u-strconv-from-enc.h: New file.
40356         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40357         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40358
40359         * modules/uniconv/u32-conv-from-enc: New file.
40360         * lib/uniconv/u32-conv-from-enc.c: New file.
40361         * modules/uniconv/u32-conv-from-enc-tests: New file.
40362         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40363
40364         * modules/uniconv/u16-conv-from-enc: New file.
40365         * lib/uniconv/u16-conv-from-enc.c: New file.
40366         * lib/uniconv/u-conv-from-enc.h: New file.
40367         * modules/uniconv/u16-conv-from-enc-tests: New file.
40368         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40369
40370         * modules/uniconv/u8-conv-from-enc: New file.
40371         * lib/uniconv/u8-conv-from-enc.c: New file.
40372         * modules/uniconv/u8-conv-from-enc-tests: New file.
40373         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40374
40375         * modules/uniconv/base: New file.
40376         * lib/uniconv.h: New file.
40377
40378 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40379
40380         * doc/gnulib-tool.texi (Initial import): Update to match current
40381         behavior with strdup module.
40382         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40383         * lib/memmem.h: Remove; all uses removed.  This is now done
40384         by <string.h>.
40385         * lib/mempcpy.h: Likewise.
40386         * lib/memrchr.h: Likewise.
40387         * lib/stpcpy.h: Likewise.
40388         * lib/stpncpy.h: Likewise.
40389         * lib/strcase.h: Likewise.
40390         * lib/strchrnul.h: Likewise.
40391         * lib/strdup.h: Likewise.
40392         * lib/strndup.h: Likewise.
40393         * lib/strnlen.h: Likewise.
40394         * lib/strpbrk.h: Likewise.
40395         * lib/strsep.h: Likewise.
40396         * lib/strstr.h: Likewise.
40397         * lib/strtok_r.h: Likewise.
40398         * lib/string_.h: New file.
40399         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40400         Rely on <string.h> instead.
40401         * lib/canon-host.c: Likewise.
40402         * lib/chdir-long.c: Likewise.
40403         * lib/concatpath.c: Likewise.
40404         * lib/exclude.c: Likewise.
40405         * lib/fchdir.c: Likewise.
40406         * lib/getaddrinfo.c: Likewise.
40407         * lib/getcwd.c: Likewise.
40408         * lib/getsubopt.c: Likewise.
40409         * lib/glob.c: Likewise.
40410         * lib/hard-locale.c: Likewise.
40411         * lib/iconvme.c: Likewise.
40412         * lib/javacomp.c: Likewise.
40413         * lib/mempcpy.c: Likewise.
40414         * lib/memrchr.c: Likewise.
40415         * lib/regex_internal.h: Likewise.
40416         * lib/stpncpy.c: Likewise.
40417         * lib/strcasecmp.c: Likewise.
40418         * lib/strchrnul.c: Likewise.
40419         * lib/strdup.c: Likewise.
40420         * lib/striconv.c: Likewise.
40421         * lib/striconveh.c: Likewise.
40422         * lib/striconveha.c: Likewise.
40423         * lib/strncasecmp.c: Likewise.
40424         * lib/strndup.c: Likewise.
40425         * lib/strnlen.c: Likewise.
40426         * lib/strsep.c: Likewise.
40427         * lib/strstr.c: Likewise.
40428         * lib/strtok_r.c: Likewise.
40429         * lib/userspec.c: Likewise.
40430         * lib/w32spawn.h: Likewise.
40431         * lib/xstrndup.c: Likewise.
40432         * lib/mountlist.c (strstr): Remove decl.
40433         * m4/string_h.m4: New file.
40434         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40435         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40436         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40437         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40438         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40439         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40440         Set REPLACE_STRCASECMP if necessary.
40441         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40442         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40443         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40444         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40445         HAVE_DECL_STRDUP if necessary.
40446         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40447         since gl_FUNC_STRNDUP does that now.
40448         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40449         Check for decl here...
40450         (gl_PREREQ_STRNLEN): ... not here.
40451         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40452         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40453         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40454         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40455         necessary.
40456         * modules/string: New file.
40457         * modules/memmem (Files): Remove special-purpose include file.
40458         (Depends-on): Add string.
40459         (Include): Include <string.h>, not the removed file.
40460         * modules/mempcpy: Likewise.
40461         * modules/memrchr: Likewise.
40462         * modules/stpcpy: Likewise.
40463         * modules/stpncpy: Likewise.
40464         * modules/strcase: Likewise.
40465         * modules/strchrnul: Likewise.
40466         * modules/strdup: Likewise.
40467         * modules/strndup: Likewise.
40468         * modules/strnlen: Likewise.
40469         * modules/strpbrk: Likewise.
40470         * modules/strsep: Likewise.
40471         * modules/strstr: Likewise.
40472         * modules/strtok_r: Likewise.
40473         * tests/test-dirname.c: Don't include "strdup.h", since
40474         <string.h> now suffices.
40475         * tests/test-memmem.c: Don't include "memmem.h", since
40476         <string.h> now suffices.
40477
40478 2007-01-25  Bruno Haible  <bruno@clisp.org>
40479
40480         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40481         *resultp is 0.
40482
40483         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40484         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40485         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40486         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40487
40488         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40489         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40490         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40491         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40492         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40493         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40494
40495 2007-01-24  Bruno Haible  <bruno@clisp.org>
40496
40497         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40498         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40499         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40500         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40501         gl_FUNC_FTS_CORE.
40502         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40503         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40504         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40505         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40506         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40507         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40508         gl_FUNC_FCHOWNAT.
40509         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40510         gl_FUNC_STRFTIME.
40511         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40512         Reported by Ralf Wildenhues.
40513
40514 2007-01-24  Bruno Haible  <bruno@clisp.org>
40515
40516         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40517         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40518         gl_GETADDRINFO.
40519         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40520         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40521         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40522
40523 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40524
40525         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40526         Don't use 'exit'; just return from 'main'.
40527         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40528
40529         * lib/fnmatch_.h: Readjust white space and comments to match
40530         glibc, to avoid spurious diffs.
40531
40532 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40533
40534         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40535         2004-12-01 change by Jakub Jelinek, since this code won't compile
40536         if !LIBC.  Problem reported by Bob Proulx.
40537
40538 2007-01-23  Bruno Haible  <bruno@clisp.org>
40539
40540         * lib/striconveh.c: Include c-strcaseeq.h.
40541         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40542         * modules/striconveh (Depends-on): Add c-strcaseeq.
40543
40544 2007-01-23  Bruno Haible  <bruno@clisp.org>
40545
40546         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40547
40548         * modules/c-strcaseeq: New file.
40549         * lib/c-strcaseeq.h: New file.
40550
40551         * modules/streq: New file.
40552         * lib/streq.h: New file.
40553
40554 2007-01-23  Bruno Haible  <bruno@clisp.org>
40555
40556         * modules/striconveha-tests: New file.
40557         * tests/test-striconveha.c: New file.
40558
40559         * lib/striconveha.h: Include <stdbool.h>.
40560         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40561         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40562         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40563         (mem_iconveha): New function.
40564         (str_iconveha_notranslit): Renamed from str_iconveha.
40565         (str_iconveha): New function.
40566         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40567         c-strcase.
40568
40569 2007-01-23  Bruno Haible  <bruno@clisp.org>
40570
40571         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40572         encodings without forgiving before trying any encoding with handler.
40573         (str_iconveha): Try all encodings without forgiving before trying any
40574         encoding with handler.
40575
40576 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40577
40578         Import the following changes from libc.
40579
40580         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40581
40582         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40583
40584         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40585
40586         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40587         normal_bracket label.
40588
40589         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40590
40591         [BZ #361]
40592         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40593         to normal_bracket after fetching the next character.
40594
40595 2007-01-22  Bruno Haible  <bruno@clisp.org>
40596
40597         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40598         argument.
40599         * lib/striconveh.c (iconv_carefully_1): New function.
40600         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40601         argument.
40602         (str_cd_iconveh): Update.
40603         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40604         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40605         * tests/test-striconveh.c (MAGIC): New macro.
40606         (new_offsets): New function.
40607         (main): Test call with and without offsets.
40608
40609 2007-01-22  Bruno Haible  <bruno@clisp.org>
40610
40611         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40612         * modules/sys_select (Makefile.am): Likewise.
40613         * modules/sys_socket (Makefile.am): Likewise.
40614         * modules/sys_time (Makefile.am): Likewise.
40615
40616 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40617
40618         * modules/gettimeofday (License): Change from GPL to LGPL, since
40619         gettimeofday is a library function.
40620
40621 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40622
40623         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40624
40625 2007-01-21  Bruno Haible  <bruno@clisp.org>
40626
40627         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40628
40629 2007-01-21  Bruno Haible  <bruno@clisp.org>
40630
40631         * modules/striconveha: New file.
40632         * lib/striconveha.h: New file.
40633         * lib/striconveha.c: New file.
40634         * MODULES.html.sh (Internationalization functions): Add striconveha.
40635         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40636         string.
40637         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40638
40639 2007-01-21  Bruno Haible  <bruno@clisp.org>
40640
40641         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40642         * lib/striconveh.c (str_iconveh): Likewise.
40643
40644 2007-01-21  Bruno Haible  <bruno@clisp.org>
40645
40646         * lib/striconveh.h (mem_iconveh): New declaration.
40647         * lib/striconveh.c (mem_iconveh): New function.
40648         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40649
40650 2007-01-21  Bruno Haible  <bruno@clisp.org>
40651
40652         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40653
40654         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40655         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40656         original result buffer.
40657         (str_cd_iconveh): Update.
40658         * tests/test-striconveh.c (main): Update.
40659
40660         * lib/striconv.h (mem_cd_iconv): Change specification.
40661         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40662         result buffer.
40663         (str_cd_iconv): Update.
40664         * tests/test-striconv.c (main): Update.
40665
40666 2007-01-21  Bruno Haible  <bruno@clisp.org>
40667
40668         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40669
40670 2007-01-20  Jim Meyering  <jim@meyering.net>
40671
40672         * lib/userspec.c (parse_with_separator): If a user or group string
40673         starts with "+", skip the corresponding name-to-ID look-up, since
40674         such a look-up must fail: user and group names may not include "+".
40675
40676 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40677
40678         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40679         since we now assume the sys_time module.
40680         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40681         check for sys/time.h; no longer needed.
40682         * modules/poll (Depends-on): Depend on sys_time.
40683
40684 2007-01-18  Bruno Haible  <bruno@clisp.org>
40685
40686         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40687         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40688
40689         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40690         gettimeofday.
40691
40692         * tests/test-gettimeofday.c: Include <time.h>.
40693         (dummy): Remove variable.
40694
40695         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40696         gl_HEADER_SYS_TIME_H.
40697         (gl_HEADER_SYS_TIME_H): New macro.
40698
40699         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40700         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40701         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40702         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40703         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40704         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40705         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40706         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40707         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40708         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40709         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40710
40711         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40712         last change; it caused a compilation error when cross-compiling to
40713         Cygwin.
40714
40715 2007-01-18  Jim Meyering  <jim@meyering.net>
40716
40717         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40718         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40719         than the race-prone "test -d sys || mkdir sys".
40720         (configure.ac): Use AC_PROG_MKDIR_P.
40721         * modules/sys_select: Likewise.
40722         * modules/sys_socket: Likewise.
40723         * modules/sys_time: Likewise.
40724
40725 2007-01-18  Eric Blake  <ebb9@byu.net>
40726
40727         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40728         replace gettimeofday.
40729         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40730         name, to avoid infinite recursion.
40731
40732 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40733
40734         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40735         module sys_time.
40736         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40737         assume timespec.h defines struct timeval.
40738         * lib/settime.c: Likewise.
40739         * lib/utimens.c: Likewise.
40740         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40741         since we now assume the gettimeofday module.
40742         * lib/tempname.c (__gen_tempname): Likewise.
40743         * lib/gettimeofday.h: Remove.
40744         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40745         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40746         Include <time.h>, for 'time()'.
40747         (localtime_buffer_addr): Also use this workaround if
40748         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40749         to simplify the uses.  All uses changed.
40750         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40751         that #undef is inside {}, and 'const' follows type name consistently.
40752         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40753         (gettimeofday): Do not use the maximum possible value for
40754         tv->tv_usec, since that might break usages other than ls.c.
40755         Instead, we'll leave ls.c alone.  This undoes today's patch
40756         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40757         we've never observed the problem but might as well keep the
40758         canary.
40759         * lib/nanosleep.c: Include timespec.h first, for interface check.
40760         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40761         now assume the sys_time module.
40762         * lib/tempname.c: Likewise.
40763         * lib/timespec.h: Likewise.
40764         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40765         needed.
40766         * lib/strftime.c: Likewise.
40767         * lib/timespec.h: Likewise.
40768         * lib/posixtm.c: Include posixtm.h first, for interface check.
40769         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40770         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40771         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40772         * lib/sys_time_.h: New file.
40773         * lib/timespec.h (struct timespec): Use long int, not long.
40774         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40775         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40776         Remove obsolescent call to AC_HEADER_TIME.
40777         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40778         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40779         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40780         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40781         Likewise.
40782         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40783         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40784         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40785         into the sys_time module.  Check for gettimeofday just once.
40786         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40787         for gettimeofday signature to just check the signature.  Merely
40788         compile it, since linking doesn't test signature.  Improve test for
40789         whether gettimeofday.o is actually needed.
40790         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40791         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40792         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40793         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40794         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40795         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40796         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40797         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40798         than worrying about sys/time.h.
40799         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40800         Don't bother worrying about TIME_WITH_SYS_TIME.
40801         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40802         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40803         * m4/sys_time_h.m4: New file.
40804         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40805         Don't include sys/time.h.  Return from main rather than exiting.
40806         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40807         all uses changed.
40808         * modules/gethrxtime (Depends-on): Add sys_time.
40809         * modules/gettime (Depends-on): Likewise.
40810         * modules/gettimeofday (Depends-on): Likewise.
40811         * modules/nanosleep (Depends-on): Likewise.
40812         * modules/settime (Depends-on): Likewise.
40813         * modules/tempname (Depends-on): Likewise.
40814         * modules/utimens (Depends-on): Likewise.
40815         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40816         (Include:) Change back to <sys/time.h>.
40817         (Maintainer:) Add self.
40818         * modules/sys_time: New file.
40819         * modules/tempname (Depends-on): Add gettimeofday.
40820         * tests/test-gettimeofday.c: Include <sys/time.h>
40821         rather than gettimeofday.h.
40822
40823 2007-01-17  Bruno Haible  <bruno@clisp.org>
40824
40825         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40826         the license default to GPL.
40827         (func_create_testdir): Don't complain if a module is LGPL and its
40828         tests module depends on GPLed modules.
40829
40830 2007-01-17  Bruno Haible  <bruno@clisp.org>
40831
40832         * lib/gettimeofday.c (gettimeofday): Add code for the case
40833         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40834         maximum possible value for tv->tv_usec, rather than the minimum one.
40835
40836 2005-10-08  Martin Lambers  <marlam@marlam.de>
40837 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40838 2007-01-16  Bruno Haible  <bruno@clisp.org>
40839
40840         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40841         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40842         gl_FUNC_GETTIMEOFDAY.
40843         (Include): Add gettimeofday.h.
40844         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40845         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40846         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40847         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40848         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40849         * lib/gettimeofday.h: New file.
40850         * lib/gettimeofday.c: Include <sys/timeb.h>.
40851         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40852         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40853         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40854         fall back on time().
40855
40856         * tests/test-gettimeofday.c: New file.
40857         * modules/gettimeofday-tests: New file.
40858
40859 2007-01-16  Eric Blake  <ebb9@byu.net>
40860
40861         * modules/fnmatch (Depends-on): Depend on wchar.
40862         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40863         * m4/fnmatch.m4: Likewise.
40864         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40865         * m4/mbchar.m4: Likewise.
40866         * modules/mbswidth (Depends-on): Depend on wchar.
40867         * lib/mbswidth.c: Assume <wchar.h>.
40868         * m4/mbswidth.m4: Likewise.
40869         * modules/quotearg (Depends-on): Depend on wchar.
40870         * lib/quotearg.c: Assume <wchar.h>.
40871         * m4/quotearg.m4: Likewise.
40872         * modules/regex (Depends-on): Depend on wchar.
40873         * lib/regex_internal.h: Assume <wchar.h>.
40874         * m4/regex.m4: Likewise.
40875         * modules/stdint (Depends-on): Depend on wchar.
40876         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40877         * m4/stdint.m4: Likewise.
40878         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40879         * modules/strftime (Depends-on): Depend on wchar.
40880         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40881         * modules/strtol (Depends-on): Depend on wchar.
40882         * lib/strtol.c: Assume <wchar.h>.
40883         * modules/wcwidth (Depends-on): Depend on wchar.
40884         * lib/wcwidth.h: Assume <wchar.h>.
40885         * m4/wcwidth.m4: Likewise.
40886
40887 2007-01-16  Bruno Haible  <bruno@clisp.org>
40888
40889         * modules/csharpexec-script: New, created from...
40890         * modules/csharpexec: ... this.
40891
40892 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40893
40894         * modules/javaexec-script: New, created from...
40895         * modules/javaexec: ... this.
40896
40897 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40898
40899         * modules/poll (Dependencies): Add sys_select.
40900
40901 2007-01-15  Jim Meyering  <jim@meyering.net>
40902
40903         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40904         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40905         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40906         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40907
40908 2007-01-15  Bruno Haible  <bruno@clisp.org>
40909
40910         * modules/striconveh: New file.
40911         * lib/striconveh.h: New file.
40912         * lib/striconveh.c: New file.
40913         * MODULES.html.sh (Internationalization functions): Add striconveh.
40914
40915         * modules/striconveh-tests: New file.
40916         * tests/test-striconveh.c: New file.
40917
40918 2007-01-15  Bruno Haible  <bruno@clisp.org>
40919
40920         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40921         not from GNU libiconv or GNU libc.
40922
40923 2007-01-15  Bruno Haible  <bruno@clisp.org>
40924
40925         * doc/gnulib-intro.texi (Copyright): Explain the different license
40926         terms for module descriptions, autoconf macros, tests, documentation.
40927
40928 2007-01-14  Bruno Haible  <bruno@clisp.org>
40929
40930         * modules/striconv-tests: New file.
40931         * tests/test-striconv.c: New file.
40932
40933 2007-01-14  Bruno Haible  <bruno@clisp.org>
40934
40935         * modules/iconv-tests: New file.
40936         * tests/test-iconv.c: New file.
40937
40938 2007-01-14  Bruno Haible  <bruno@clisp.org>
40939
40940         * gnulib-tool (func_get_license): For test modules, use the license of
40941         the main module.
40942
40943 2007-01-14  Bruno Haible  <bruno@clisp.org>
40944
40945         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40946         if iconv is found to exist.
40947
40948 2007-01-14  Bruno Haible  <bruno@clisp.org>
40949
40950         * modules/c-ctype-tests: New file.
40951         * tests/test-c-ctype.c: New file.
40952
40953 2007-01-14  Bruno Haible  <bruno@clisp.org>
40954
40955         * modules/binary-io-tests: New file.
40956         * tests/test-binary-io.sh: New file.
40957         * tests/test-binary-io.c: New file.
40958
40959 2007-01-14  Bruno Haible  <bruno@clisp.org>
40960
40961         * modules/array-oset-tests: New file.
40962         * tests/test-array_oset.c: New file.
40963
40964 2007-01-14  Bruno Haible  <bruno@clisp.org>
40965
40966         * modules/array-list-tests: New file.
40967         * tests/test-array_list.c: New file.
40968
40969 2007-01-14  Bruno Haible  <bruno@clisp.org>
40970
40971         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40972         and make.
40973         Reported by Simon Josefsson in
40974         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40975
40976 2007-01-14  Bruno Haible  <bruno@clisp.org>
40977
40978         * modules/allocsa-tests: New file.
40979         * tests/test-allocsa.c: New file.
40980
40981 2007-01-14  Bruno Haible  <bruno@clisp.org>
40982
40983         * modules/fchdir (Depends-on): Add absolute-header.
40984         * modules/unistd (Depends-on): Likewise.
40985
40986 2006-12-30  Bruno Haible  <bruno@clisp.org>
40987
40988         * modules/fchdir: New file.
40989         * modules/unistd (Files): Add lib/unistd_.h.
40990         (Makefile.am): Generate unistd.h from unistd_.h.
40991         * lib/fchdir.c: New file.
40992         * lib/dirent_.h: New file.
40993         * lib/unistd_.h: New file.
40994         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40995         * m4/fchdir.m4: New file.
40996         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40997         (gl_HEADER_UNISTD): Invoke it.
40998         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40999         function.
41000         * lib/backupfile.c (opendir, closedir): Undefine.
41001         * lib/chown.c (open, close): Undefine.
41002         * lib/clean-temp.c (open, close): Undefine.
41003         * lib/copy-file.c (open, close): Undefine.
41004         * lib/execute.c (open, close): Undefine.
41005         * lib/fsusage.c (open, close): Undefine.
41006         * lib/gc-gnulib.c (open, close): Undefine.
41007         * lib/getcwd.c (opendir, closedir): Undefine.
41008         * lib/glob.c (opendir, closedir): Undefine.
41009         * lib/javacomp.c (open, close): Undefine.
41010         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
41011         * lib/openat-proc.c (open, close): Undefine.
41012         * lib/pagealign_alloc.c (open, close): Undefine.
41013         * lib/pipe.c (open, close): Undefine.
41014         * lib/progreloc.c (open, close): Undefine.
41015         * lib/savedir.c (opendir, closedir): Undefine.
41016         * lib/utime.c (open, close): Undefine.
41017         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
41018
41019 2007-01-10  Bruno Haible  <bruno@clisp.org>
41020
41021         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
41022
41023 2007-01-12  Eric Blake  <ebb9@byu.net>
41024
41025         Provide a robust <wchar.h>.  Further simplifications are now
41026         possible in other modules, but not included here.
41027         * modules/wchar: New module.
41028         * m4/wchar.m4: New file.
41029         * lib/wchar_.h: Likewise.
41030         * modules/mbchar (Depends-on): Depend on wchar, as the first use
41031         of the new module.
41032         * MODULES.html.sh (Extended multibyte and wide character utilities):
41033         New section.
41034
41035 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
41036
41037         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
41038         to a reasonable default for memory allocation.
41039         (xreadlink): Don't allocate a huge buffer, to work around a buggy
41040         file system that reports garbage st_size values for symlinks.
41041         Problem reported by Liyang Hu.
41042
41043 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41044
41045         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41046         Emacs .#* auto-save files).
41047
41048 2007-01-11  Bruno Haible  <bruno@clisp.org>
41049
41050         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41051         directory.
41052
41053 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41054
41055         Use @...@ consistently in lib/wctype_.h.
41056         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41057         on it being set to 1 or 0.
41058         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41059         go back to AC_SUBSTing it.
41060         * modules/wctype (Makefile.am): Undo previous change.
41061
41062 2007-01-10  Eric Blake  <ebb9@byu.net>
41063
41064         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41065         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41066         * modules/wctype (Makefile.am): Likewise.
41067         Reported by Chris McGuire.
41068
41069 2007-01-10  Jim Meyering  <jim@meyering.net>
41070
41071         fts.c: a small readability/maintainability improvement
41072         * lib/fts.c (fts_read): Make this code slightly more readable and
41073         maintainable by hoisting the "sp->fts_cur = p" assignments to
41074         immediately follow the statements that set P.  Derived from
41075         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41076
41077 2007-01-10  Eric Blake  <ebb9@byu.net>
41078
41079         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41080         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41081         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41082         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41083         Reported by Chris McGuire.
41084
41085 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41086
41087         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41088         in sed script.
41089
41090 2007-01-09  Bruno Haible  <bruno@clisp.org>
41091
41092         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41093         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41094         variables.
41095         (func_module): Use them.
41096
41097 2007-01-09  Bruno Haible  <bruno@clisp.org>
41098
41099         * modules/unistr/base: New file.
41100         * lib/unistr.h: New file.
41101
41102         * modules/unistr/u8-to-u16: New file.
41103         * lib/unistr/u8-to-u16.c: New file.
41104
41105         * modules/unistr/u8-to-u32: New file.
41106         * lib/unistr/u8-to-u32.c: New file.
41107
41108         * modules/unistr/u16-to-u8: New file.
41109         * lib/unistr/u16-to-u8.c: New file.
41110
41111         * modules/unistr/u16-to-u32: New file.
41112         * lib/unistr/u16-to-u32.c: New file.
41113
41114         * modules/unistr/u32-to-u8: New file.
41115         * lib/unistr/u32-to-u8.c: New file.
41116
41117         * modules/unistr/u32-to-u16: New file.
41118         * lib/unistr/u32-to-u16.c: New file.
41119
41120         * modules/unistr/u8-check: New file.
41121         * modules/unistr/u16-check: New file.
41122         * modules/unistr/u32-check: New file.
41123         * lib/unistr/u8-check.c: New file.
41124         * lib/unistr/u16-check.c: New file.
41125         * lib/unistr/u32-check.c: New file.
41126
41127         * modules/unistr/u8-chr: New file.
41128         * modules/unistr/u16-chr: New file.
41129         * modules/unistr/u32-chr: New file.
41130         * lib/unistr/u8-chr.c: New file.
41131         * lib/unistr/u16-chr.c: New file.
41132         * lib/unistr/u32-chr.c: New file.
41133
41134         * modules/unistr/u8-cmp: New file.
41135         * modules/unistr/u16-cmp: New file.
41136         * modules/unistr/u32-cmp: New file.
41137         * lib/unistr/u8-cmp.c: New file.
41138         * lib/unistr/u16-cmp.c: New file.
41139         * lib/unistr/u32-cmp.c: New file.
41140
41141         * modules/unistr/u8-cpy: New file.
41142         * modules/unistr/u16-cpy: New file.
41143         * modules/unistr/u32-cpy: New file.
41144         * lib/unistr/u8-cpy.c: New file.
41145         * lib/unistr/u16-cpy.c: New file.
41146         * lib/unistr/u32-cpy.c: New file.
41147         * lib/unistr/u-cpy.h: New file.
41148
41149         * modules/unistr/u8-cpy-alloc: New file.
41150         * modules/unistr/u16-cpy-alloc: New file.
41151         * modules/unistr/u32-cpy-alloc: New file.
41152         * lib/unistr/u8-cpy-alloc.c: New file.
41153         * lib/unistr/u16-cpy-alloc.c: New file.
41154         * lib/unistr/u32-cpy-alloc.c: New file.
41155         * lib/unistr/u-cpy-alloc.h: New file.
41156
41157         * modules/unistr/u8-endswith: New file.
41158         * modules/unistr/u16-endswith: New file.
41159         * modules/unistr/u32-endswith: New file.
41160         * lib/unistr/u8-endswith.c: New file.
41161         * lib/unistr/u16-endswith.c: New file.
41162         * lib/unistr/u32-endswith.c: New file.
41163         * lib/unistr/u-endswith.h: New file.
41164
41165         * modules/unistr/u8-mblen: New file.
41166         * modules/unistr/u16-mblen: New file.
41167         * modules/unistr/u32-mblen: New file.
41168         * lib/unistr/u8-mblen.c: New file.
41169         * lib/unistr/u16-mblen.c: New file.
41170         * lib/unistr/u32-mblen.c: New file.
41171
41172         * modules/unistr/u8-mbtouc: New file.
41173         * modules/unistr/u16-mbtouc: New file.
41174         * modules/unistr/u32-mbtouc: New file.
41175         * lib/unistr/u8-mbtouc.c: New file.
41176         * lib/unistr/u16-mbtouc.c: New file.
41177         * lib/unistr/u32-mbtouc.c: New file.
41178
41179         * modules/unistr/u8-mbtouc-safe: New file.
41180         * modules/unistr/u16-mbtouc-safe: New file.
41181         * modules/unistr/u32-mbtouc-safe: New file.
41182         * lib/unistr/u8-mbtouc-safe.c: New file.
41183         * lib/unistr/u16-mbtouc-safe.c: New file.
41184         * lib/unistr/u32-mbtouc-safe.c: New file.
41185
41186         * modules/unistr/u8-move: New file.
41187         * modules/unistr/u16-move: New file.
41188         * modules/unistr/u32-move: New file.
41189         * lib/unistr/u8-move.c: New file.
41190         * lib/unistr/u16-move.c: New file.
41191         * lib/unistr/u32-move.c: New file.
41192         * lib/unistr/u-move.h: New file.
41193
41194         * modules/unistr/u8-next: New file.
41195         * modules/unistr/u16-next: New file.
41196         * modules/unistr/u32-next: New file.
41197         * lib/unistr/u8-next.c: New file.
41198         * lib/unistr/u16-next.c: New file.
41199         * lib/unistr/u32-next.c: New file.
41200
41201         * modules/unistr/u8-prev: New file.
41202         * modules/unistr/u16-prev: New file.
41203         * modules/unistr/u32-prev: New file.
41204         * lib/unistr/u8-prev.c: New file.
41205         * lib/unistr/u16-prev.c: New file.
41206         * lib/unistr/u32-prev.c: New file.
41207
41208         * modules/unistr/u8-set: New file.
41209         * modules/unistr/u16-set: New file.
41210         * modules/unistr/u32-set: New file.
41211         * lib/unistr/u8-set.c: New file.
41212         * lib/unistr/u16-set.c: New file.
41213         * lib/unistr/u32-set.c: New file.
41214         * lib/unistr/u-set.h: New file.
41215
41216         * modules/unistr/u8-startswith: New file.
41217         * modules/unistr/u16-startswith: New file.
41218         * modules/unistr/u32-startswith: New file.
41219         * lib/unistr/u8-startswith.c: New file.
41220         * lib/unistr/u16-startswith.c: New file.
41221         * lib/unistr/u32-startswith.c: New file.
41222         * lib/unistr/u-startswith.h: New file.
41223
41224         * modules/unistr/u8-stpcpy: New file.
41225         * modules/unistr/u16-stpcpy: New file.
41226         * modules/unistr/u32-stpcpy: New file.
41227         * lib/unistr/u8-stpcpy.c: New file.
41228         * lib/unistr/u16-stpcpy.c: New file.
41229         * lib/unistr/u32-stpcpy.c: New file.
41230         * lib/unistr/u-stpcpy.h: New file.
41231
41232         * modules/unistr/u8-stpncpy: New file.
41233         * modules/unistr/u16-stpncpy: New file.
41234         * modules/unistr/u32-stpncpy: New file.
41235         * lib/unistr/u8-stpncpy.c: New file.
41236         * lib/unistr/u16-stpncpy.c: New file.
41237         * lib/unistr/u32-stpncpy.c: New file.
41238         * lib/unistr/u-stpncpy.h: New file.
41239
41240         * modules/unistr/u8-strcat: New file.
41241         * modules/unistr/u16-strcat: New file.
41242         * modules/unistr/u32-strcat: New file.
41243         * lib/unistr/u8-strcat.c: New file.
41244         * lib/unistr/u16-strcat.c: New file.
41245         * lib/unistr/u32-strcat.c: New file.
41246         * lib/unistr/u-strcat.h: New file.
41247
41248         * modules/unistr/u8-strchr: New file.
41249         * modules/unistr/u16-strchr: New file.
41250         * modules/unistr/u32-strchr: New file.
41251         * lib/unistr/u8-strchr.c: New file.
41252         * lib/unistr/u16-strchr.c: New file.
41253         * lib/unistr/u32-strchr.c: New file.
41254
41255         * modules/unistr/u8-strcmp: New file.
41256         * modules/unistr/u16-strcmp: New file.
41257         * modules/unistr/u32-strcmp: New file.
41258         * lib/unistr/u8-strcmp.c: New file.
41259         * lib/unistr/u16-strcmp.c: New file.
41260         * lib/unistr/u32-strcmp.c: New file.
41261
41262         * modules/unistr/u8-strcpy: New file.
41263         * modules/unistr/u16-strcpy: New file.
41264         * modules/unistr/u32-strcpy: New file.
41265         * lib/unistr/u8-strcpy.c: New file.
41266         * lib/unistr/u16-strcpy.c: New file.
41267         * lib/unistr/u32-strcpy.c: New file.
41268         * lib/unistr/u-strcpy.h: New file.
41269
41270         * modules/unistr/u8-strcspn: New file.
41271         * modules/unistr/u16-strcspn: New file.
41272         * modules/unistr/u32-strcspn: New file.
41273         * lib/unistr/u8-strcspn.c: New file.
41274         * lib/unistr/u16-strcspn.c: New file.
41275         * lib/unistr/u32-strcspn.c: New file.
41276         * lib/unistr/u-strcspn.h: New file.
41277
41278         * modules/unistr/u8-strdup: New file.
41279         * modules/unistr/u16-strdup: New file.
41280         * modules/unistr/u32-strdup: New file.
41281         * lib/unistr/u8-strdup.c: New file.
41282         * lib/unistr/u16-strdup.c: New file.
41283         * lib/unistr/u32-strdup.c: New file.
41284         * lib/unistr/u-strdup.h: New file.
41285
41286         * modules/unistr/u8-strlen: New file.
41287         * modules/unistr/u16-strlen: New file.
41288         * modules/unistr/u32-strlen: New file.
41289         * lib/unistr/u8-strlen.c: New file.
41290         * lib/unistr/u16-strlen.c: New file.
41291         * lib/unistr/u32-strlen.c: New file.
41292         * lib/unistr/u-strlen.h: New file.
41293
41294         * modules/unistr/u8-strmblen: New file.
41295         * modules/unistr/u16-strmblen: New file.
41296         * modules/unistr/u32-strmblen: New file.
41297         * lib/unistr/u8-strmblen.c: New file.
41298         * lib/unistr/u16-strmblen.c: New file.
41299         * lib/unistr/u32-strmblen.c: New file.
41300
41301         * modules/unistr/u8-strmbtouc: New file.
41302         * modules/unistr/u16-strmbtouc: New file.
41303         * modules/unistr/u32-strmbtouc: New file.
41304         * lib/unistr/u8-strmbtouc.c: New file.
41305         * lib/unistr/u16-strmbtouc.c: New file.
41306         * lib/unistr/u32-strmbtouc.c: New file.
41307
41308         * modules/unistr/u8-strncat: New file.
41309         * modules/unistr/u16-strncat: New file.
41310         * modules/unistr/u32-strncat: New file.
41311         * lib/unistr/u8-strncat.c: New file.
41312         * lib/unistr/u16-strncat.c: New file.
41313         * lib/unistr/u32-strncat.c: New file.
41314         * lib/unistr/u-strncat.h: New file.
41315
41316         * modules/unistr/u8-strncmp: New file.
41317         * modules/unistr/u16-strncmp: New file.
41318         * modules/unistr/u32-strncmp: New file.
41319         * lib/unistr/u8-strncmp.c: New file.
41320         * lib/unistr/u16-strncmp.c: New file.
41321         * lib/unistr/u32-strncmp.c: New file.
41322
41323         * modules/unistr/u8-strncpy: New file.
41324         * modules/unistr/u16-strncpy: New file.
41325         * modules/unistr/u32-strncpy: New file.
41326         * lib/unistr/u8-strncpy.c: New file.
41327         * lib/unistr/u16-strncpy.c: New file.
41328         * lib/unistr/u32-strncpy.c: New file.
41329         * lib/unistr/u-strncpy.h: New file.
41330
41331         * modules/unistr/u8-strnlen: New file.
41332         * modules/unistr/u16-strnlen: New file.
41333         * modules/unistr/u32-strnlen: New file.
41334         * lib/unistr/u8-strnlen.c: New file.
41335         * lib/unistr/u16-strnlen.c: New file.
41336         * lib/unistr/u32-strnlen.c: New file.
41337         * lib/unistr/u-strnlen.h: New file.
41338
41339         * modules/unistr/u8-strpbrk: New file.
41340         * modules/unistr/u16-strpbrk: New file.
41341         * modules/unistr/u32-strpbrk: New file.
41342         * lib/unistr/u8-strpbrk.c: New file.
41343         * lib/unistr/u16-strpbrk.c: New file.
41344         * lib/unistr/u32-strpbrk.c: New file.
41345         * lib/unistr/u-strpbrk.h: New file.
41346
41347         * modules/unistr/u8-strrchr: New file.
41348         * modules/unistr/u16-strrchr: New file.
41349         * modules/unistr/u32-strrchr: New file.
41350         * lib/unistr/u8-strrchr.c: New file.
41351         * lib/unistr/u16-strrchr.c: New file.
41352         * lib/unistr/u32-strrchr.c: New file.
41353
41354         * modules/unistr/u8-strspn: New file.
41355         * modules/unistr/u16-strspn: New file.
41356         * modules/unistr/u32-strspn: New file.
41357         * lib/unistr/u8-strspn.c: New file.
41358         * lib/unistr/u16-strspn.c: New file.
41359         * lib/unistr/u32-strspn.c: New file.
41360         * lib/unistr/u-strspn.h: New file.
41361
41362         * modules/unistr/u8-strstr: New file.
41363         * modules/unistr/u16-strstr: New file.
41364         * modules/unistr/u32-strstr: New file.
41365         * lib/unistr/u8-strstr.c: New file.
41366         * lib/unistr/u16-strstr.c: New file.
41367         * lib/unistr/u32-strstr.c: New file.
41368         * lib/unistr/u-strstr.h: New file.
41369
41370         * modules/unistr/u8-strtok: New file.
41371         * modules/unistr/u16-strtok: New file.
41372         * modules/unistr/u32-strtok: New file.
41373         * lib/unistr/u8-strtok.c: New file.
41374         * lib/unistr/u16-strtok.c: New file.
41375         * lib/unistr/u32-strtok.c: New file.
41376         * lib/unistr/u-strtok.h: New file.
41377
41378         * modules/unistr/u8-uctomb: New file.
41379         * modules/unistr/u16-uctomb: New file.
41380         * modules/unistr/u32-uctomb: New file.
41381         * lib/unistr/u8-uctomb.c: New file.
41382         * lib/unistr/u16-uctomb.c: New file.
41383         * lib/unistr/u32-uctomb.c: New file.
41384
41385         * MODULES.html.sh (Unicode string functions): Add the new modules.
41386
41387 2007-01-08  Bruno Haible  <bruno@clisp.org>
41388
41389         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41390         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41391         subdirectories.
41392
41393 2007-01-08  Karl Berry  <karl@gnu.org>
41394
41395         * doc/error.texi: mention that main() fns must set program_name
41396         when progname is used.
41397
41398 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41399
41400         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41401         WCTYPE_H is empty, for the benefit of builds from non-distclean
41402         directories.  Problem reported by Eric Blake in
41403         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41404
41405 2007-01-08  Bruno Haible  <bruno@clisp.org>
41406
41407         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41408         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41409         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41410         PROVIDE_CANONICALIZE_FILENAME_MODE.
41411         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41412
41413 2007-01-08  Bruno Haible  <bruno@clisp.org>
41414
41415         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41416         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41417         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41418         * lib/fts.c: Likewise.
41419         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41420
41421 2006-12-25  Bruno Haible  <bruno@clisp.org>
41422
41423         * modules/utf8-ucs4-safe: New file.
41424         * lib/utf8-ucs4-safe.h: New file.
41425         * lib/unistr/utf8-ucs4-safe.c: New file.
41426
41427         * modules/utf16-ucs4-safe: New file.
41428         * lib/utf16-ucs4-safe.h: New file.
41429         * lib/unistr/utf16-ucs4-safe.c: New file.
41430
41431         * MODULES.html.sh (Unicode string functions): Add the new modules.
41432
41433 2007-01-08  Bruno Haible  <bruno@clisp.org>
41434
41435         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41436         (Depends-on): Add unitypes.
41437         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41438         (u8_mbtouc_aux): Move out to separate file.
41439         (u8_mbtouc): Use ucs4_t, uint8_t types.
41440         * lib/unistr/utf8-ucs4.c: New file.
41441
41442         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41443         (Depends-on): Add unitypes.
41444         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41445         (u16_mbtouc_aux): Move out to separate file.
41446         (u16_mbtouc): Use ucs4_t, uint16_t types.
41447         * lib/unistr/utf16-ucs4.c: New file.
41448
41449         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41450         (Depends-on): Add unitypes.
41451         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41452         (u8_uctomb_aux): Move out to separate file.
41453         (u8_uctomb): Use ucs4_t, uint8_t types.
41454         * lib/unistr/ucs4-utf8.c: New file.
41455
41456         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41457         (Depends-on): Add unitypes.
41458         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41459         (u16_uctomb_aux): Move out to separate file.
41460         (u16_uctomb): Use ucs4_t, uint16_t types.
41461         * lib/unistr/ucs4-utf16.c: New file.
41462
41463 2006-12-25  Bruno Haible  <bruno@clisp.org>
41464
41465         * modules/unitypes: New file.
41466         * lib/unitypes.h: New file.
41467         * MODULES.html.sh (func_all_modules): New section "Unicode string
41468         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41469         this section. Add unitypes.
41470
41471 2007-01-08  Bruno Haible  <bruno@clisp.org>
41472
41473         Avoid variable names that conflict with those from libtool.
41474         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41475         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41476         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41477         library_names_spec to acl_library_names_spec, hardcode_* to
41478         acl_hardcode_*.
41479         Reported by Ralf Wildenhues.
41480
41481 2007-01-08  Bruno Haible  <bruno@clisp.org>
41482
41483         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41484         definition.
41485         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41486         definition.
41487         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41488         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41489         definition.
41490         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41491         definition.
41492         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41493         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41494         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41495         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41496         definition.
41497         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41498         definition.
41499         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41500         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41501         GC_USE_<algorithm>.
41502         * lib/gc-libgcrypt.c: Likewise.
41503         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41504         * modules/gc-arctwo (configure.ac): Likewise.
41505         * modules/gc-des (configure.ac): Likewise.
41506         * modules/gc-hmac-md5 (configure.ac): Likewise.
41507         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41508         * modules/gc-md2 (configure.ac): Likewise.
41509         * modules/gc-md4 (configure.ac): Likewise.
41510         * modules/gc-md5 (configure.ac): Likewise.
41511         * modules/gc-random (configure.ac): Likewise.
41512         * modules/gc-rijndael (configure.ac): Likewise.
41513         * modules/gc-sha1 (configure.ac): Likewise.
41514
41515 2007-01-08  Bruno Haible  <bruno@clisp.org>
41516
41517         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41518         macro definition.
41519         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41520         definition.
41521         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41522         definition.
41523         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41524         * modules/fcntl-safer (configure.ac): Likewise.
41525         * modules/fopen-safer (configure.ac): Likewise.
41526         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41527         GNULIB_FWRITEERROR macro definition.
41528
41529 2007-01-08  Bruno Haible  <bruno@clisp.org>
41530
41531         * m4/gnulib-common.m4: New file.
41532         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41533         (func_get_filelist): Add m4/gnulib-common.m4.
41534
41535 2007-01-08  Bruno Haible  <bruno@clisp.org>
41536
41537         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41538         command.
41539
41540 2007-01-08  Jim Meyering  <jim@meyering.net>
41541
41542         Use a more robust test for a "can't happen" condition.
41543         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41544         narrowed the st_size value.  Presuming the "can't happen" condition
41545         is true, that narrowing could conceivably convert an invalid st_size
41546         value into a valid one.  Instead, use a change based on Matthew
41547         Woehlke's original patch.
41548
41549         Slight readability improvement: use an assert-like macro
41550         in place of literal "abort ()" uses.
41551         * lib/fts.c (fts_assert): Define.
41552         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41553         Use this macro instead of a bare 'abort'.
41554
41555 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41556
41557         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41558         simply work around them.
41559         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41560         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41561         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41562         declaring.
41563         Don't bother to define as macros, since the standard doesn't require it.
41564         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41565         longer worry about IRIX 5.3.
41566         (HAVE_WCTYPE_CTMP_BUG): Remove.
41567
41568 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41569
41570         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41571         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41572         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41573         Problems reported by Georg Schwarz for IRIX 5.3.
41574
41575         * gnulib-tool (autoconf_minversion): Take the maximum version number
41576         found, not the minimum.  Problem reported by James Youngman.
41577
41578 2007-01-03  Karl Berry  <karl@gnu.org>
41579
41580         * doc/error.texi: new file, explaining interaction with progname.
41581         * doc/gnulib.texi: include it.  Update copyright.
41582
41583 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41584
41585         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41586         AC_CANONICAL_HOST, to improve autobuild outputs.
41587
41588 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41589             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41590
41591         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41592         sockets, server sockets, and other file descriptors.  Count errors
41593         to compute the return value.  Reorder the code a bit to be easier
41594         to follow.  Don't set event bits that were not requested (except
41595         POLLERR and POLLHUP).
41596
41597 2007-01-01  Bruno Haible  <bruno@clisp.org>
41598
41599         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41600
41601 2007-01-03  Jim Meyering  <jim@meyering.net>
41602
41603         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41604
41605 2007-01-02  Bruno Haible  <bruno@clisp.org>
41606
41607         * modules/settime (Include): Require timespec.h.
41608         * modules/nanosleep (Include): Likewise.
41609
41610 2007-01-01  Bruno Haible  <bruno@clisp.org>
41611
41612         * gnulib-tool (func_emit_copyright_notice): Bump year.
41613         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41614
41615 2007-01-01  Bruno Haible  <bruno@clisp.org>
41616
41617         Improve support for OpenBSD.
41618         * build-aux/config.rpath (libname_spec): Export.
41619         (library_names_spec): New variable. Export.
41620         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41621         library_names_spec from the config.rpath output. Locate shared library
41622         through the name pattern in library_names_spec.
41623
41624 2007-01-01  Eric Blake  <ebb9@byu.net>
41625
41626         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41627
41628 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41629
41630         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41631         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41632         assume the C locale, and avoid an "eval" that could cause trouble.
41633         Problem with SORT reported by Bob Proulx.
41634
41635         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41636         Define.  Trivial patch from Henning Nielsen Lund, originally
41637         sent to bug-grep@gnu.org today.
41638
41639 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41640
41641         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41642         struct stat.  Problem reported by Henning Nielsen Lund.
41643         * lib/acl.c: Include acl.h first, to check interface.  Don't
41644         bother to include sys/types.h and sys/stat.h again.
41645
41646 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41647
41648         Import the following change from libc; problem reported by
41649         Sven Verdoolaege.
41650
41651         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41652
41653         [BZ #1373]
41654         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41655
41656 2006-12-28  Jim Meyering  <jim@meyering.net>
41657
41658         * build-aux/announce-gen: Do not assume that the package
41659         builds any of tar.gz, tar.bz2, and .xdelta files.
41660         Suggestion from Simon Josefsson.
41661
41662 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41663
41664         * modules/announce-gen: New file.
41665
41666 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41667
41668         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41669         handles its gotchas now.
41670         * lib/mbswidth.c: Likewise.
41671         * lib/wcwidth.h: Likewise.
41672         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41673         and iswcntrl; the wctype module does this stuff now.
41674         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41675         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41676         * modules/mbchar (Depends-on): Add wctype.
41677         * modules/mbswidth (Depends-on): Likewise.
41678         * modules/wcwidth (Depends-on): Likewise.
41679
41680 2006-12-27  Eric Blake  <ebb9@byu.net>
41681
41682         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41683         module uses more than what <wctype.h> is required to provide.
41684
41685 2006-12-26  Eric Blake  <ebb9@byu.net>
41686
41687         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41688
41689 2006-12-26  Eric Blake  <ebb9@byu.net>
41690
41691         * modules/absolute-header: New module.
41692         * modules/fcntl (Depends-on): Depend on it.
41693         * modules/inttypes (Depends-on): Likewise.
41694         * modules/stdint (Depends-on): Likewise.
41695         * modules/sys_stat (Depends-on): Likewise.
41696         * modules/wctype (Depends-on): Likewise.
41697         * MODULES.html.sh (Support for building libraries and
41698         executables): Document it.
41699
41700 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41701
41702         * gnulib-tool (SED): Remove, undoing previous change.
41703         The problem was that it broke coreutils on Solaris, because
41704         "sed --posix" leaked into a makefile.
41705         (sed): New alias, if 'alias' and GNU sed.
41706
41707 2006-12-24  Jim Meyering  <jim@meyering.net>
41708
41709         Work around an fchownat bug in glibc-2.4:
41710         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41711         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41712         in spite of the -P option.
41713         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41714         New macros.
41715         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41716         * modules/openat (Files): Add lib/fchownat.c.
41717         * lib/openat.c (fchownat): Don't define here.  Move to...
41718         * lib/fchownat.c: ...this new file.
41719
41720 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41721
41722         Fix bug reported by Bruno Haible in
41723         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41724         where quotearg.c didn't compile on Mac OS X 10.2 because it
41725         lacks <wchar.h> and wint_t.
41726         * lib/wctype_.h (__wctype_wint_t): New type.
41727         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41728         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41729         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41730         Arg is now of type __wctype_wint_t, not wint_t.
41731         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41732         substitute HAVE_WINT_T.
41733         * modules/wctype (Files): Add m4/wint_t.m4.
41734         (wctype.h): Substitute HAVE_WINT_T.
41735
41736 2006-12-23  Bruno Haible  <bruno@clisp.org>
41737
41738         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41739
41740 2006-12-23  Bruno Haible  <bruno@clisp.org>
41741
41742         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41743         S_ISLNK.
41744         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41745         mingw.
41746
41747 2006-12-22  Bruno Haible  <bruno@clisp.org>
41748
41749         * lib/copy-file.c: Include acl.h.
41750         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41751         Close the file descriptors only after being done with copy_acl.
41752         * modules/copy-file (Depends-on): Add acl.
41753
41754 2006-12-22  Bruno Haible  <bruno@clisp.org>
41755
41756         * gnulib-tool (SED): New variable.
41757         Use $SED instead of sed everywhere.
41758
41759 2006-12-22  Bruno Haible  <bruno@clisp.org>
41760
41761         * modules/no-c++: New file.
41762         * m4/no-c++.m4: New file.
41763         * MODULES.html.sh (Support for building libraries and executables):
41764         Add no-c++.
41765
41766 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41767
41768         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41769         Include <limits.h>, and use its INT_MAX to rewrite the
41770         j loop so that it does not overflow 'int'.  Problem reported by
41771         Ralf Wildenhues in
41772         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41773         Play it safe by shifting left by 1 rather than multiplying by 2,
41774         as GCC is less likely to optimize this away when the value
41775         is signed (when it assumes overflow leads to undefined behavior).
41776         Also, don't assume time_t uses two's complement.
41777
41778 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41779
41780         * MODULES.html.sh: New module wctype.
41781         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41782         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41783         <wctype.h>, since the new wctype module should fix this.
41784         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41785         the wctype module should arrange for it.
41786         * lib/regex_internal.h: Likewise.
41787         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41788         since the wctype module should handle this now.
41789         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41790         * modules/fnmatch (Depends-on): Add wctype.
41791         * modules/quotearg (Depends-on): Likewise.
41792         * modules/regex (Depends-on): Likewise.
41793
41794 2006-12-19  Bruno Haible  <bruno@clisp.org>
41795
41796         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41797         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41798
41799 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41800
41801         * modules/savewd (Depends-on): Fix dependency on fcntl.
41802
41803 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41804
41805         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41806         conforms to C99, rather than relying on the user's environment
41807         setting of STDINT_H.
41808
41809 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41810         and Eric Blake  <ebb9@byu.net>
41811
41812         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41813         This is more consistent with the other defines here.
41814         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41815         Port to z/OS.  Problem reported by Paul Gilmartin.
41816         Change local vars to use gl_ prefix rather than ac_.
41817         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41818         with other defines.
41819         * modules/double-slash-root: New module.
41820         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41821         (Depends-on): Add double-slash-root.
41822         * MODULES.html.sh (File system functions): Mention new module.
41823
41824 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41825
41826         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41827         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41828         This is for the benefit of gzip, which doesn't do i18n.
41829
41830 2006-12-12  Jim Meyering  <jim@meyering.net>
41831
41832         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41833         Reported by Andreas Schwab <schwab@suse.de>.
41834
41835 2006-12-12  Bruno Haible  <bruno@clisp.org>
41836
41837         Merge these changes.
41838         2006-09-05  Bruno Haible  <bruno@clisp.org>
41839         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41840         iconv_alloc succeeded.
41841         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41842         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41843         test for " && dest " at the end - dest is always != NULL there. Call
41844         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41845         with 2xNULL arguments, also to flush the state storage. Handle the
41846         IRIX iconv behaviour. Realloc the final result, to throw away unused
41847         memory.
41848
41849 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41850
41851         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41852         and fchmodat unconditionally, since glibc 2.4 has them.
41853         Problem reported by Arkadiusz Miskiewicz.
41854
41855 2006-12-10  Bruno Haible  <bruno@clisp.org>
41856
41857         * gnulib-tool (func_import): Show the include files only for those
41858         modules that are copied and specified.
41859         Reported by Karl Berry.
41860
41861 2006-12-08  Jim Meyering  <jim@meyering.net>
41862
41863         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41864         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41865
41866         * build-aux/announce-gen: Add two new options, both optional:
41867         --bootstrap-tools=TOOL_LIST
41868               a comma-separated list of tools, e.g.,
41869               autoconf,automake,bison,gnulib
41870         --gnulib-snapshot-date=DATE
41871               if gnulib is in the bootstrap tool list,
41872               then report this as the snapshot date.
41873               If not specified, use the current date/time.
41874               If you specify a date here, be sure it's UTC.
41875
41876 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41877
41878         * tests/test-argp-2.sh: Fix test to match actual output.
41879         (func_compare): Fix sed script to be portable.
41880
41881 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41882
41883         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41884         workaround for this case.  It is not autoconfigured now; offhand
41885         it's hard to see how to autoconfigure it.
41886
41887 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41888
41889         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41890         a directory that is about to be chowned.  Such a directory's
41891         initial file permissions should permit the owner only and this
41892         should not be changed until after the chown, since the group and
41893         other bits would be incorrect if they granted permission before
41894         the chown.
41895
41896         Fix porting problem for iswctype reported by Georg Schwarz in:
41897         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41898         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41899         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41900         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41901         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41902
41903 2006-12-03  Jim Meyering  <jim@meyering.net>
41904
41905         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41906         p->fts_statp may not yet be defined.
41907         (fts_read): Instead, set it in the caller, once p->fts_statp is
41908         sure to be defined, and corresponds to a top-level directory.
41909         This bug made du -x fail.  Here's the coreutils test case:
41910         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41911         Reported by Mike Frysinger.
41912
41913 2006-12-01  Jim Meyering  <jim@meyering.net>
41914
41915         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41916         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41917         Reported by Simon Josefsson.
41918
41919 2006-11-30  Jim Meyering  <jim@meyering.net>
41920
41921         * m4/warning.m4: Use the all-permissive copyright notice
41922         recommended by RMS (rather than LGPL).
41923         * m4/vararrays.m4: Likewise.
41924         * m4/flexmember.m4: Likewise.
41925
41926 2006-11-29  Bruno Haible  <bruno@clisp.org>
41927
41928         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41929         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41930         using +=.
41931         Reported by Simon Josefsson <simon@josefsson.org>.
41932
41933 2006-11-28  James Youngman <jay@gnu.org>
41934
41935         * README: Advise users that they might find the bug-gnulib@gnu.org
41936         and autotools-announce@gnu.org mailing lists useful.
41937
41938 2006-11-28  Bruno Haible  <bruno@clisp.org>
41939
41940         * m4/ptrdiff_max.m4: Remove file.
41941
41942 2006-11-21  Bruno Haible  <bruno@clisp.org>
41943
41944         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41945         _AC_COMPUTE_INT.
41946         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41947         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41948         _AC_COMPUTE_INT.
41949         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41950         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41951         _AC_COMPUTE_INT.
41952         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41953
41954 2006-11-28  Jim Meyering  <jim@meyering.net>
41955
41956         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41957         warning from "gcc -Wshadow" about shadowing the builtin.
41958
41959 2006-11-27  Bruno Haible  <bruno@clisp.org>
41960
41961         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41962         _AC_COMPUTE_INT.
41963         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41964
41965 2006-11-27  Bruno Haible  <bruno@clisp.org>
41966             Paul Eggert  <eggert@cs.ucla.edu>
41967
41968         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41969
41970 2006-11-26  Bruno Haible  <bruno@clisp.org>
41971
41972         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41973         noinst_LTLIBRARIES.
41974
41975 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41976             Bruno Haible  <bruno@clisp.org>
41977
41978         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41979         if compiling with "gcc -ansi".
41980
41981 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41982
41983         Fix some incompatibilities with gcc -ansi -pedantic.
41984         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41985         if compiling pedantically with GCC, unless it's C99 or later.
41986         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41987         it mishandles gcc -ansi -pedantic as well.
41988         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41989         if gcc -pedantic.
41990         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41991         initializers for struct if -pedantic, unless it's C99 or later.
41992
41993 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41994
41995         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41996         Don't close an fd more than once. Identical atimes indicate
41997         success, not failure.
41998
41999 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
42000
42001         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
42002
42003 2006-11-23  Jim Meyering  <jim@meyering.net>
42004
42005         * build-aux/announce-gen: New file.  From coreutils.
42006
42007 2006-11-22  Jim Meyering  <jim@meyering.net>
42008
42009         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
42010         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
42011         (fts_read): Use a temporary to narrow the overused st_size member
42012         before using it in a switch statement.  Reported by Matthew Woehlke.
42013
42014         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
42015         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
42016
42017 2006-11-20  Bruno Haible  <bruno@clisp.org>
42018
42019         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
42020         changequote instead of pairs of brackets.
42021         Reported by Andreas Schwab <schwab@suse.de>.
42022
42023 2006-11-21  Jim Meyering  <jim@meyering.net>
42024
42025         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
42026         so as to remain compatible with older compilers.
42027         Patch from Michael Deutschmann.
42028
42029 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42030
42031         * MODULES.html.sh (File system functions): Add openat.
42032
42033         * lib/openat.h (rpl_fstatat): New macro, if
42034         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
42035         (fstatat): Define to rpl_fstatat under the same conditions,
42036         unless COMPILING_FSTATAT.
42037         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
42038         seems to have the bug.
42039         * lib/fstatat.c: New file.
42040         * modules/openat (Files): Add it.
42041
42042 2006-11-20  Bruno Haible  <bruno@clisp.org>
42043
42044         * Makefile: New file.
42045
42046 2006-11-20  Jim Meyering  <jim@meyering.net>
42047
42048         The beginnings of syntax-related checks for gnulib.
42049         * lib/Makefile: New file.
42050         * lib/t-idcache: New script.  Ensure that the two halves of
42051         idcache.c stay in sync.
42052
42053         * lib/idcache.c: Adjust comments in user- and group- portions to
42054         be more accurate, and to be consistent with one another.
42055
42056 2006-11-20  Jim Meyering  <jim@meyering.net>
42057
42058         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42059         continue using the flexible array member (thus, this module performs
42060         half as many malloc calls), with the addition that...
42061         (getgroup, getuser): Consistently record a non-match via an empty
42062         "name" string, and map an empty string match to a NULL return value.
42063         * modules/idcache (Depends-on): Re-add flexmember.
42064
42065         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42066         (getuidbyname, getgroup, getgidbyname): Likewise.
42067
42068         Use cleaner syntax: NULL rather than 0.
42069         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42070
42071 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42072
42073         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42074         It mishandled the case where the group was missing.
42075         Problem reported by Greg Schafer.
42076         * modules/idcache: Likewise.
42077
42078 2006-11-18  Jim Meyering  <jim@meyering.net>
42079
42080         * check-module (%exempt_header): Add exception for some
42081         conditionally-included headers.
42082
42083         * modules/i-ring (Depends-on): Add verify.
42084         (License): Change to LGPL.
42085
42086 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42087
42088         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42089         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42090         and inttostr.h.  Use snprintf rather than uinttostr, so that
42091         LGPLed code doesn't depend on GPLed.
42092
42093 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42094
42095         * modules/inline (License): Change from GPL to LGPL.
42096
42097 2006-11-17  Jim Meyering  <jim@meyering.net>
42098
42099         * modules/d-type (License): Switch to LGPL.
42100
42101 2006-11-15  Bruno Haible  <bruno@clisp.org>
42102
42103         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42104
42105 2006-11-15  Eric Blake  <ebb9@byu.net>
42106
42107         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42108         the module dependency.
42109
42110 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42111             Bruno Haible  <bruno@clisp.org>
42112
42113         * gnulib-tool (func_create_testdir): Add license consistency check.
42114
42115 2006-11-15  Eric Blake  <ebb9@byu.net>
42116
42117         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42118         random "(cached)" in configure output.
42119
42120 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42121
42122         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42123         test for conforming inttypes.h is both announced and cached.
42124
42125         * MODULES.html.sh (seen_modules, seen_files): New variables.
42126         (func_module): Rewrite to use a few less gnulib-tool and sed
42127         invocations.  Avoid a couple of quadratic algorithms for ...
42128         (missed_modules, missed_files): ... these, with ...
42129         (func_append, func_tmpdir): ... these new functions, from
42130         gnulib-tool.  Analogously, install traps for cleanup.
42131
42132         * tests/test-gc.c (main): Remove unused variables.
42133         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42134
42135 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42136
42137         * modules/inttostr (License): Change to LGPL.
42138
42139 2006-11-14  Eric Blake  <ebb9@byu.net>
42140
42141         * modules/tempname (License): Change to LGPL.
42142
42143 2006-11-14  Eric Blake  <ebb9@byu.net>
42144
42145         * doc/functions.texi (Function Portability): *printf functions on
42146         Cygwin now understand all POSIX size specifiers.
42147
42148 2006-11-14  Bruno Haible  <bruno@clisp.org>
42149
42150         * modules/c-ctype (License): Change to LGPL.
42151
42152 2006-11-12  Bruno Haible  <bruno@clisp.org>
42153
42154         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42155         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42156         for GNOME libraries, for which the include files are installed in
42157         subdirectories of $prefix/include.
42158
42159 2006-11-12  Bruno Haible  <bruno@clisp.org>
42160
42161         * m4/lib-link.m4: Require at least autoconf-2.54.
42162         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42163         name to underscores for the --with option.
42164
42165 2006-11-13  Bruno Haible  <bruno@clisp.org>
42166
42167         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42168         the tests directory.
42169         Reported by Ralf Wildenhues.
42170
42171 2006-11-13  Bruno Haible  <bruno@clisp.org>
42172
42173         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42174         (func_emit_initmacro_end): Undo the override here.
42175         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42176         Works around the famous automake error in coreutils.
42177
42178 2006-11-13  Eric Blake  <ebb9@byu.net>
42179
42180         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42181         element, not its node.
42182
42183 2006-11-12  Bruno Haible  <bruno@clisp.org>
42184
42185         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42186         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42187
42188 2006-11-12  Bruno Haible  <bruno@clisp.org>
42189
42190         * gnulib-tool: New option --local-symlink.
42191         (func_usage): Document it.
42192         (lsymbolic): New variable.
42193         (func_import, func_create_testdir): If --symlink was not specified,
42194         test whether --local-symlink was specified and the file comes from
42195         the local_gnulib_dir.
42196
42197 2006-11-12  Bruno Haible  <bruno@clisp.org>
42198
42199         * gnulib-tool (func_ln): New function.
42200         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42201
42202 2006-11-12  Bruno Haible  <bruno@clisp.org>
42203
42204         Finish support for source files in subdirectories.
42205         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42206         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42207         AUTOMAKE_OPTIONS.
42208         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42209
42210 2006-11-12  Bruno Haible  <bruno@clisp.org>
42211
42212         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42213         EXTRA_lib_SOURCES augmentation.
42214         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42215
42216 2006-11-12  Jim Meyering  <jim@meyering.net>
42217
42218         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42219         file descriptors.  This also averts a failure on systems with
42220         native openat support when a traversed directory lacks "x" access.
42221         * lib/fts_.h: Include "i-ring.h"
42222         (struct FTS) [fts_fd_ring]: New member.
42223         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42224         (FCHDIR): Add parentheses.
42225         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42226         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42227         When descending, rather than simply closing the previous
42228         fts_cwd_fd value, push that file descriptor onto the ring.
42229         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42230         (fts_open): Initialize the new fd_ring member.
42231         (fts_close): Clear the ring.
42232         (fts_safe_changedir): When possible, use our new fd_ring to skip
42233         the diropen and fstat and dev/ino comparison that would normally
42234         accompany a virtual `chdir ("..")'.
42235
42236         * modules/fts (Depends-on): Add i-ring.
42237         * modules/i-ring: New module.
42238         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42239         * m4/i-ring.m4: New file.
42240
42241 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42242
42243         * gnulib-tool (func_create_testdir): Fix replacement of
42244         `build-aux' in configure.ac.  Run autotools in gltests
42245         subdirectory.
42246         (func_create_testdir, func_create_megatestdir, test): There is
42247         no need for '--force' in most autotool invocations in a new
42248         tree.  Actually fail the whole test if any of the tools, or the
42249         configure or make stages fail.
42250
42251         Sync from Automake.
42252         * build-aux/gnupload: Revert last change.  Add pointer to upload
42253         instructions of the GNU Maintenance Instructions.
42254         Suggestion by Karl Berry.
42255
42256 2006-11-10  Jim Meyering  <jim@meyering.net>
42257
42258         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42259
42260 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42261
42262         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42263         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42264         (bind_textdomain_codeset) [! ENABLE_NLS]:
42265         Evaluate all the arguments.  That way, callers get compatible behavior
42266         if the arguments have side effects.  Also, it avoids some GCC
42267         diagnostics in some cases; Joel E. Denny reported problems when Bison
42268         was configured with --enable-gcc-warnigs.
42269
42270 2006-11-10  Jim Meyering  <jim@meyering.net>
42271
42272         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42273         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42274         account.
42275
42276 2006-11-10  Jim Meyering  <jim@meyering.net>
42277
42278         * modules/inline: New file/module.
42279         * modules/xalloc (Files): Remove m4/inline.m4.
42280         (Depends-on): Add inline, instead.
42281         * modules/oset: Likewise.
42282         * modules/list: Likewise.
42283
42284 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42285
42286         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42287         Problem reported by Matthew Woehlke.
42288
42289 2006-11-09  Bruno Haible  <bruno@clisp.org>
42290
42291         * lib/tempname.c (gen_tempname): Remove variant that invokes
42292         __gen_tempname.
42293         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42294         __gen_tempname.
42295
42296 2006-11-08  Bruno Haible  <bruno@clisp.org>
42297
42298         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42299         to 'yes' instead of 'cross-compiling'.
42300
42301 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42302
42303         * lib/quotearg.h (quotearg_free): New decl.
42304         * lib/quotearg.c (quotearg_free): New function.
42305         (slot0, nslots, slotvec0, slotvec):
42306         Now file-scope so that quotearg_free can get at them.
42307
42308 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42309
42310         Sync from Automake.
42311         * build-aux/gnupload: Add missing 'gnu' to example URL.
42312         Report by Karl Berry.
42313
42314 2006-11-08  Bruno Haible  <bruno@clisp.org>
42315
42316         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42317         Suggested by Paul Eggert.
42318
42319 2006-11-08  Jim Meyering  <jim@meyering.net>
42320
42321         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42322         It's already included if !_LIBC.
42323         (fts_safe_changedir): Add a comment.
42324
42325 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42326
42327         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42328         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42329         Matthew Woehlke.
42330
42331         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42332         definitions up, to avoid colliding with change below.
42333         (static_inline) [HAVE_INLINE]: New macro.
42334         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42335         Provide extern decls when !HAVE_INLINE.  Do not define unless
42336         static_inline is defined, either by us or by xmalloc.c.  Use
42337         static_inline rather than static inline.
42338         (XCALLOC): Optimize sizeof(T) = 1 case.
42339         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42340
42341 2006-11-07  Bruno Haible  <bruno@clisp.org>
42342
42343         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42344         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42345         AC_C_INLINE.
42346         * modules/xalloc (Files): Add m4/inline.m4.
42347
42348 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42349
42350         * README: Fix typo.
42351         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42352         (Miscellanous Notes): ...from this.
42353
42354 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42355
42356         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42357         Mention that offsetof should be used instead of sizeof.
42358         From Bruno Haible.
42359
42360 2006-11-07  Bruno Haible  <bruno@clisp.org>
42361
42362         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42363
42364 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42365
42366         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42367         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42368         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42369         (gl_tree_add_before, gl_tree_add_after):
42370         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42371         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42372         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42373         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42374         (gl_linked_add_after, gl_linked_add_at): Likewise.
42375         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42376         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42377         (gl_tree_add_before, gl_tree_add_after): Likewise.
42378         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42379         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42380         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42381
42382 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42383
42384         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42385
42386 2006-11-06  Bruno Haible  <bruno@clisp.org>
42387
42388         * m4/inline.m4: New file.
42389         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42390         * modules/list (Files): Add m4/inline.m4.
42391         * modules/oset (Files): Likewise.
42392
42393 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42394
42395         * lib/idcache.c: Include <stddef.h>, for offsetof.
42396         (struct userid.name): Change from char * to a flexible array member.
42397         All uses changed.
42398         * modules/idcache (Depends-on): Add flexmember.
42399
42400         * MODULES.html.sh (Core language properties): New module flexmember.
42401         * modules/flexmember, m4/flexmember.m4: New files.
42402
42403         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42404         inline functions that are identical with the old xnmalloc_inline,
42405         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42406         that we can avoid some unnecessary integer multiplications and
42407         divisions in the common case where the element size is known at
42408         compile time.
42409         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42410         needed.
42411         (xnboundedmalloc): Remove.
42412         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42413         arguments, for consistency with rest of this header.
42414         (xcharalloc): Rewrite using XNMALLOC.
42415         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42416         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42417         versions have been moved to lib/xalloc.h and renamed to be the
42418         non-*_inline versions.
42419         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42420         and xnrealloc functions, since those functions are now inline and
42421         now call us.
42422         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42423         renaming described above.
42424         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42425         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42426         captures the dependency in AC_C_INLINE.
42427
42428         New module canonicalize-lgpl, proposed by Charles Wilson in
42429         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42430         with a few small changes afterwards.
42431         * MODULES.html.sh (File system functions): New module
42432         canonicalize-lgpl.
42433         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42434         and canonicalize_file_name.
42435         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42436         * modules/canonicalize-lgpl: New files.
42437
42438 2006-11-05  Bruno Haible  <bruno@clisp.org>
42439
42440         * gnulib-tool (func_import, func_create_testdir): Create directories
42441         also for files in subdirectories of lib/.
42442
42443 2006-11-05  Bruno Haible  <bruno@clisp.org>
42444
42445         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42446         ANSI C compliant.
42447
42448 2006-11-03  Bruno Haible  <bruno@clisp.org>
42449
42450         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42451         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42452         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42453         (xnboundedmalloc): New inline function.
42454         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42455         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42456         xmalloc.
42457         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42458         xmalloc.
42459         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42460         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42461         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42462         xmalloc.
42463         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42464         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42465         xmalloc.
42466         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42467         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42468         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42469         xmalloc.
42470         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42471         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42472         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42473         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42474         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42475         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42476         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42477
42478 2006-11-03  Bruno Haible  <bruno@clisp.org>
42479
42480         * lib/c-ctype.h [C++]: Define functions without name mangling.
42481         * lib/fwriteerror.h [C++]: Likewise.
42482         * lib/gcd.h [C++]: Likewise.
42483         * lib/linebreak.h [C++]: Likewise.
42484
42485 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42486
42487         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42488         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42489         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42490         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42491         Check for functions and headers just once.
42492         Check for declaration of canonicalize_file_name.
42493         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42494
42495 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42496
42497         * gnulib-tool (func_import): Fix typo in actioncmd.
42498
42499 2006-11-02  Bruno Haible  <bruno@clisp.org>
42500
42501         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42502         newline sequence in the Makefile.am snippet as a space, like "make"
42503         does.
42504         Reported by Roger Persson <perrog@gmail.com>.
42505
42506 2006-11-01  Bruno Haible  <bruno@clisp.org>
42507
42508         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42509         already declared in <string.h>.
42510         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42511
42512 2006-11-01  Bruno Haible  <bruno@clisp.org>
42513
42514         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42515         * lib/strcase.h: Include <string.h>.
42516         (strcasecmp): Define to rpl_strcasecmp here.
42517
42518 2006-11-01  Bruno Haible  <bruno@clisp.org>
42519
42520         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42521
42522 2006-11-01  Eric Blake  <ebb9@byu.net>
42523
42524         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42525
42526         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42527
42528 2006-10-29  Bruno Haible  <bruno@clisp.org>
42529
42530         Make it compile in C++ mode.
42531         * lib/full-write.c (full_rw): Add a cast.
42532
42533 2006-11-01  Bruno Haible  <bruno@clisp.org>
42534
42535         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42536         be POSIX compliant.
42537         Reported by Roger Persson <perrog@gmail.com>.
42538
42539 2006-11-01  Eric Blake  <ebb9@byu.net>
42540
42541         * lib/getopt_.h: Fix comments.
42542
42543 2006-10-31  Eric Blake  <ebb9@byu.net>
42544
42545         * modules/tmpdir (Depends-on): Add sys_stat.
42546         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42547         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42548         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42549         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42550         tempname.
42551
42552 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42553
42554         Avoid some C++ diagnostics reported by Bruno Haible.
42555         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42556         xmalloc.
42557         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42558         (struct slotvec): Move to top level.
42559         (quotearg_n_options): Rewrite to avoid xmalloc.
42560         * lib/xalloc.h (xcharalloc): New function.
42561         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42562         [defined __cplusplus]: Add function template that provides result
42563         type propagation.  This part of the change is from Bruno Haible.
42564
42565 2006-10-29  Bruno Haible  <bruno@clisp.org>
42566
42567         Make it compile in C++ mode.
42568         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42569         * lib/strnlen1.c (strnlen1): Cast memchr result.
42570         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42571         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42572         (create_temp_dir): Rename local variable 'template'.
42573         (compile_csharp_using_sscli): Add cast.
42574         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42575         * lib/findprog.c (find_in_path): Likewise.
42576         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42577         * lib/wait-process.c (register_slave_subprocess): Likewise.
42578
42579 2006-10-22  Bruno Haible  <bruno@clisp.org>
42580
42581         * modules/tsearch: New file.
42582         * lib/tsearch.h: New file.
42583         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42584         * m4/tsearch.m4: New file.
42585         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42586
42587 2006-10-29  Eric Blake  <ebb9@byu.net>
42588
42589         * lib/arcfour.c: Assume config.h.
42590         * lib/arctwo.c: Likewise.
42591         * lib/base64.c: Likewise.
42592         * lib/check-version.c: Likewise.
42593         * lib/crc.c: Likewise.
42594         * lib/des.c: Likewise.
42595         * lib/gc-gnulib.c: Likewise.
42596         * lib/gc-libgcrypt.c: Likewise.
42597         * lib/gc-pbkdf2-sha1.c: Likewise.
42598         * lib/getaddrinfo.c: Likewise.
42599         * lib/getdelim.c: Likewise.
42600         * lib/getline.c: Likewise.
42601         * lib/hmac-md5.c: Likewise.
42602         * lib/hmac-sha1.c: Likewise.
42603         * lib/iconvme.c: Likewise.
42604         * lib/md2.c: Likewise.
42605         * lib/md4.c: Likewise.
42606         * lib/memxor.c: Likewise.
42607         * lib/read-file.c: Likewise.
42608         * lib/readline.c: Likewise.
42609         * lib/rijndael-alg-fst.c: Likewise.
42610         * lib/rijndael-api-fst.c: Likewise.
42611         * lib/xgetdomainname.c: Likewise.
42612
42613 2006-10-28  Eric Blake  <ebb9@byu.net>
42614
42615         * lib/xstrndup.c: Assume config.h.
42616
42617 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42618
42619         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42620         stat-macros.h is now for our own macros, whereas stat_h is for
42621         macros in the <sys/stat.h> name space.
42622         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42623         (STAT_MACROS_H): Remove.
42624         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42625         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42626         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42627         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42628         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42629         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42630         Move these macros to ...
42631         * lib/stat_.h: here.  Don't include stat-macros.h.
42632         * lib/canonicalize.c: Don't include stat-macros.h.
42633         * lib/chown.c: Likewise.
42634         * lib/euidaccess.c: Likewise.
42635         * lib/file-type.c: Likewise.
42636         * lib/filemode.c: Likewise.
42637         * lib/glob.c: Likewise.
42638         * lib/isapipe.c: Likewise.
42639         * lib/lchown.c: Likewise.
42640         * lib/lstat.c: Likewise.
42641         * lib/mkdir-p.c: Likewise.
42642         * lib/rmdir.c: Likewise.
42643         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42644         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42645         unless mkdir isn't declared, to speed up 'configure'.
42646         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42647         would define all the S_* symbols.
42648         * modules/canonicalize (Depends-on):
42649         Depend on sys_stat, not stat-macros.
42650         * modules/chown: Likewise.
42651         * modules/euidaccess: Likewise.
42652         * modules/filemode: Likewise.
42653         * modules/file-type: Likewise.
42654         * modules/glob: Likewise.
42655         * modules/isapipe: Likewise.
42656         * modules/lchown: Likewise.
42657         * modules/lstat: Likewise.
42658         * modules/mkancesdirs: Likewise.
42659         * modules/rmdir: Likewise.
42660         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42661         * modules/modechange: Likewise.
42662         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42663         (configure.ac): Remove gl_STAT_MACROS.
42664         * modules/sys_stat (Depends-on): Remove stat-macros.
42665
42666 2006-10-27  Bruno Haible  <bruno@clisp.org>
42667
42668         * m4/signed.m4: Remove file.
42669         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42670         invocation.
42671         * modules/vasnprintf (Files): Remove m4/signed.m4.
42672
42673 2006-10-27  Bruno Haible  <bruno@clisp.org>
42674
42675         Update to GNU gettext 0.16.
42676         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42677         m4/inttypes-h.m4, m4/signed.m4.
42678         * m4/gettext.m4: Update to GNU gettext 0.16.
42679         * m4/intl.m4: New file, from GNU gettext.
42680         * m4/intldir.m4: New file, from GNU gettext.
42681         * config/srclist.txt: Update
42682
42683 2006-10-27  Eric Blake  <ebb9@byu.net>
42684
42685         * MODULES.html.sh: Document tempname.
42686         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42687         dependencies.
42688         (Files): Move lib/tempname.c...
42689         * modules/tempname: ...to this new module.
42690         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42691         (gl_PREREQ_TEMPNAME): Move...
42692         * m4/tempname.m4: ...to this new file.
42693         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42694         * modules/sys_stat (Depends-on): Add stat-macros.
42695         * lib/stat_.h (includes): Pick up stat macros.
42696         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42697         if stat macros are broken.
42698         * lib/tempname.c (includes): No need to include "stat-macros.h".
42699         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42700         (direxists, __path_search) [!_LIBC]: Don't compile these in
42701         gnulib; the tmpdir module covers that.
42702         * lib/tempname.h: New file.
42703
42704 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42705
42706         * COPYING: Explain how gnulib-tool converts licence headers.
42707         Almost all wording by Eric Blake.
42708
42709 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42710
42711         * lib/mbchar.h (is_basic_table): Make read-only.
42712         * lib/mbchar.c (is_basic_table): Likewise.
42713         Reported by John Darrington.
42714
42715 2006-10-25  Bruno Haible  <bruno@clisp.org>
42716
42717         * lib/progname.h (set_program_name): Undefine before defining.
42718
42719 2006-10-25  Bruno Haible  <bruno@clisp.org>
42720
42721         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42722         false for non-gcc C++ compilers.
42723         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42724
42725 2006-10-24  Bruno Haible  <bruno@clisp.org>
42726
42727         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42728         iconv implementations like Irix iconv.
42729
42730 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42731
42732         * modules/vararrays: New file.
42733         * m4/vararrays.m4: New file, taken from diffutils.
42734         * MODULES.html.sh: New module vararrays.
42735
42736 2006-10-24  Karl Berry  <karl@gnu.org>
42737
42738         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42739         Don't call GNU Unix.
42740
42741 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42742
42743         * users.txt: Add Libtool.
42744
42745         Sync from Libtool:
42746
42747         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42748
42749         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42750         to gnulib's policy of including config.h unconditionally.
42751
42752 2006-10-24  Bruno Haible  <bruno@clisp.org>
42753
42754         * modules/wcwidth (Files): Add m4/wint_t.m4.
42755         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42756         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42757
42758 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42759
42760         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42761         to pacify GCC with some -W flags enabled.  Problem reported by
42762         Bruno Haible.
42763
42764 2006-10-24  Jim Meyering  <jim@meyering.net>
42765
42766         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42767         Reported by Karl Berry.
42768
42769 2006-10-23  Bruno Haible  <bruno@clisp.org>
42770
42771         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42772
42773 2006-10-24  Bruno Haible  <bruno@clisp.org>
42774
42775         * lib/gl_list.h: Use C comment style, not C++ comment style.
42776
42777 2006-10-23  Eric Blake  <ebb9@byu.net>
42778
42779         * lib/getaddrinfo.c (includes): Add missing include.
42780
42781 2006-10-23  Bruno Haible  <bruno@clisp.org>
42782             Paul Eggert  <eggert@cs.ucla.edu>
42783
42784         Ability to rename obstack_free.
42785         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42786         obstack_free.
42787         (obstack_free): Invoke the __obstack_free macro.
42788         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42789
42790 2006-10-23  Bruno Haible  <bruno@clisp.org>
42791             Paul Eggert  <eggert@cs.ucla.edu>
42792
42793         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42794         __argc, __argv from the declaration. (They are defined as macros on
42795         mingw.)
42796
42797 2006-10-22  Bruno Haible  <bruno@clisp.org>
42798
42799         * doc/gnulib-intro.texi: New file.
42800         * doc/gnulib.texi: Include it.
42801
42802 2006-10-21  Bruno Haible  <bruno@clisp.org>
42803
42804         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42805         "Introduction", "Miscellanous Notes", "Particular Modules".
42806
42807 2006-10-21  Bruno Haible  <bruno@clisp.org>
42808
42809         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42810         Change mostlyclean-local rule to avoid sh syntax error from bash
42811         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42812
42813 2006-10-23  Jim Meyering  <jim@meyering.net>
42814
42815         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42816         in place of snprintf.
42817
42818         * modules/inttostr (Files): Add lib/uinttostr.c.
42819         * lib/uinttostr.c (inttostr): New file/function.
42820         * lib/inttostr.h (uinttostr): Declare.
42821         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42822         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42823         Add uinttostr.
42824         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42825
42826 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42827
42828         * lib/canonicalize.c (ELOOP): Define if not already defined.
42829         Problem reported by Bruno Haible in
42830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42831
42832 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42833
42834         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42835         Problem reported by Perry Smith and Ville Laurikari.
42836
42837         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42838         uses.
42839
42840 2006-10-19  Bruno Haible  <bruno@clisp.org>
42841
42842         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42843         for mingw.
42844
42845 2006-10-19  Bruno Haible  <bruno@clisp.org>
42846
42847         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42848         Needed for mingw.
42849
42850 2006-10-19  Bruno Haible  <bruno@clisp.org>
42851
42852         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42853
42854 2006-10-19  Bruno Haible  <bruno@clisp.org>
42855
42856         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42857         it.
42858
42859 2006-10-19  Bruno Haible  <bruno@clisp.org>
42860
42861         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42862         invocation.
42863
42864 2006-10-19  Bruno Haible  <bruno@clisp.org>
42865
42866         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42867         mountlist by default.
42868
42869 2006-10-16  Bruno Haible  <bruno@clisp.org>
42870
42871         * lib/c-strstr.c: Include c-strstr.h.
42872
42873 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42874
42875         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42876         in a slash.
42877
42878 2006-10-18  Bruno Haible  <bruno@clisp.org>
42879
42880         * lib/lock.h [C++]: Wrap definitions in extern "C".
42881
42882 2006-10-18  Bruno Haible  <bruno@clisp.org>
42883
42884         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42885         gl_LIBOBJS list.
42886
42887 2006-10-18  Bruno Haible  <bruno@clisp.org>
42888
42889         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42890
42891 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42892
42893         * lib/xstrtol.h: Include gettext.h.
42894         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42895         Problem reported by Eric Blake.
42896         * modules/xstrtol (Depends-on): Add gettext-h.
42897
42898 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42899
42900         * lib/strftime.c (advance): New macro.
42901         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42902         incomplete type, so you can't add 0 to it.  Problem and patch
42903         reported by Eelco Dolstra for dietlibc.
42904
42905 2006-10-18  Jim Meyering  <jim@meyering.net>
42906
42907         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42908         type for a local, and rename it: s/up/user_proc/.
42909
42910 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42911
42912         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42913         READ_UTMP_USER_PROCESS.
42914         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42915
42916 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42917
42918         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42919         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42920
42921 2006-10-17  Eric Blake  <ebb9@byu.net>
42922
42923         * lib/sigprocmask.c (sigprocmask): Fix typo.
42924
42925         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42926
42927         * modules/clean-temp (Makefile.am): Don't add to make output...
42928         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42929         config.h.
42930
42931 2006-10-17  Bruno Haible  <bruno@clisp.org>
42932
42933         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42934         differently if DEFAULT_TEXT_DOMAIN is set.
42935
42936 2006-10-16  Bruno Haible  <bruno@clisp.org>
42937
42938         * lib/clean-temp.c: Include fwriteerror.h.
42939
42940 2006-10-16  Bruno Haible  <bruno@clisp.org>
42941
42942         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42943
42944 2006-10-16  Bruno Haible  <bruno@clisp.org>
42945
42946         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42947         * lib/sigprocmask.h: Include <sys/types.h>.
42948         (sigset_t): Use the system's definition if present.
42949
42950 2006-10-17  Eric Blake  <ebb9@byu.net>
42951
42952         * lib/xvasprintf.c (includes): Assume config.h.
42953         * lib/xasprintf.c (includes): Likewise.
42954
42955 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42956
42957         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42958         at least as wide as intmax_t.
42959
42960 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42961
42962         (Imported from Automake.)
42963         * build-aux/gnupload: Update to version 1.1 of directive file.
42964
42965 2006-10-16  Eric Blake  <ebb9@byu.net>
42966
42967         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42968         match Automake 1.10a.
42969
42970 2006-10-14  Bruno Haible  <bruno@clisp.org>
42971
42972         * modules/sigprocmask: New file.
42973         * lib/sigprocmask.h: New file.
42974         * lib/sigprocmask.c: New file.
42975         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42976         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42977         request sigprocmask.o.
42978         (gl_PREREQ_SIGPROCMASK): New macro.
42979         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42980         (Depends-on): Add sigprocmask.
42981         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42982         gt_SIGNALBLOCKING. Test for 'raise' only once.
42983         * lib/fatal-signal.c: Include sigprocmask.h.
42984         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42985         unblock_fatal_signals): Define always.
42986         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42987         sigprocmask.
42988
42989 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42990
42991         Sync from Automake.
42992         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42993         which incorrectly sets the mode of an existing destination
42994         directory.  In some cases the unpatched install-sh could do the
42995         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42996         system.  We hope this is rare in practice, but it's clearly worth
42997         fixing.  Problem reported by Alex Unleashed in
42998         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42999         Also, don't bother to check for -m bugs unless we're using -m;
43000         suggested by Stepan Kasal.
43001
43002 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43003
43004         Sync from Automake.
43005         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
43006         `-c' flag, so they appear at the same position as in %FASTDEP%
43007         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
43008         which ignores unknown options only after the first non-option.
43009         Bug report against M4 by Nelson H. F. Beebe.
43010
43011 2006-10-13  Jim Meyering  <jim@meyering.net>
43012
43013         Fix a bug in yesterday's change.
43014         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
43015         p->fts_statp->st_dev would be used uninitialized.
43016         Ensures that we always call fts_stat on the very first entry.
43017         Miklos Szeredi reported that find -xdev stopped working.
43018
43019 2006-10-12  Bruno Haible  <bruno@clisp.org>
43020
43021         * gnulib-tool (func_get_automake_snippet): Append an automatically
43022         computed EXTRA_DIST augmentation.
43023         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
43024         * modules/alloca-opt (Makefile.am): Likewise.
43025         * modules/allocsa (Makefile.am): Likewise.
43026         * modules/arcfour (Makefile.am): Likewise.
43027         * modules/arctwo (Makefile.am): Likewise.
43028         * modules/argmatch (Makefile.am): Likewise.
43029         * modules/argz (Makefile.am): Likewise.
43030         * modules/atexit (Makefile.am): Likewise.
43031         * modules/backupfile (Makefile.am): Likewise.
43032         * modules/byteswap (Makefile.am): Likewise.
43033         * modules/c-strtod (Makefile.am): Likewise.
43034         * modules/c-strtold (Makefile.am): Likewise.
43035         * modules/calloc (Makefile.am): Likewise.
43036         * modules/canon-host (Makefile.am): Likewise.
43037         * modules/canonicalize (Makefile.am): Likewise.
43038         * modules/chdir-long (Makefile.am): Likewise.
43039         * modules/chdir-safer (Makefile.am): Likewise.
43040         * modules/check-version (Makefile.am): Likewise.
43041         * modules/chown (Makefile.am): Likewise.
43042         * modules/cloexec (Makefile.am): Likewise.
43043         * modules/close-stream (Makefile.am): Likewise.
43044         * modules/closeout (Makefile.am): Likewise.
43045         * modules/crc (Makefile.am): Likewise.
43046         * modules/csharpexec (Makefile.am): Likewise.
43047         * modules/cycle-check (Makefile.am): Likewise.
43048         * modules/des (Makefile.am): Likewise.
43049         * modules/dev-ino (Makefile.am): Likewise.
43050         * modules/dirfd (Makefile.am): Likewise.
43051         * modules/dirname (Makefile.am): Likewise.
43052         * modules/dup2 (Makefile.am): Likewise.
43053         * modules/eealloc (Makefile.am): Likewise.
43054         * modules/error (Makefile.am): Likewise.
43055         * modules/euidaccess (Makefile.am): Likewise.
43056         * modules/exclude (Makefile.am): Likewise.
43057         * modules/exitfail (Makefile.am): Likewise.
43058         * modules/fcntl-safer (Makefile.am): Likewise.
43059         * modules/fcntl (Makefile.am): Likewise.
43060         * modules/file-type (Makefile.am): Likewise.
43061         * modules/fileblocks (Makefile.am): Likewise.
43062         * modules/filemode (Makefile.am): Likewise.
43063         * modules/filenamecat (Makefile.am): Likewise.
43064         * modules/fnmatch (Makefile.am): Likewise.
43065         * modules/fopen-safer (Makefile.am): Likewise.
43066         * modules/fpending (Makefile.am): Likewise.
43067         * modules/fprintftime (Makefile.am): Likewise.
43068         * modules/free (Makefile.am): Likewise.
43069         * modules/fsusage (Makefile.am): Likewise.
43070         * modules/ftruncate (Makefile.am): Likewise.
43071         * modules/fts (Makefile.am): Likewise.
43072         * modules/gc-arcfour (Makefile.am): Likewise.
43073         * modules/gc-des (Makefile.am): Likewise.
43074         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43075         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43076         * modules/gc-md4 (Makefile.am): Likewise.
43077         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43078         * modules/gc-sha1 (Makefile.am): Likewise.
43079         * modules/gc (Makefile.am): Likewise.
43080         * modules/getaddrinfo (Makefile.am): Likewise.
43081         * modules/getcwd (Makefile.am): Likewise.
43082         * modules/getdelim (Makefile.am): Likewise.
43083         * modules/getdomainname (Makefile.am): Likewise.
43084         * modules/getgroups (Makefile.am): Likewise.
43085         * modules/gethostname (Makefile.am): Likewise.
43086         * modules/gethrxtime (Makefile.am): Likewise.
43087         * modules/getline (Makefile.am): Likewise.
43088         * modules/getloadavg (Makefile.am): Likewise.
43089         * modules/getlogin_r (Makefile.am): Likewise.
43090         * modules/getndelim2 (Makefile.am): Likewise.
43091         * modules/getopt (Makefile.am): Likewise.
43092         * modules/getpagesize (Makefile.am): Likewise.
43093         * modules/getpass-gnu (Makefile.am): Likewise.
43094         * modules/getpass (Makefile.am): Likewise.
43095         * modules/getsubopt (Makefile.am): Likewise.
43096         * modules/gettime (Makefile.am): Likewise.
43097         * modules/gettimeofday (Makefile.am): Likewise.
43098         * modules/getugroups (Makefile.am): Likewise.
43099         * modules/getusershell (Makefile.am): Likewise.
43100         * modules/glob (Makefile.am): Likewise.
43101         * modules/group-member (Makefile.am): Likewise.
43102         * modules/hard-locale (Makefile.am): Likewise.
43103         * modules/hash (Makefile.am): Likewise.
43104         * modules/hmac-md5 (Makefile.am): Likewise.
43105         * modules/hmac-sha1 (Makefile.am): Likewise.
43106         * modules/human (Makefile.am): Likewise.
43107         * modules/idcache (Makefile.am): Likewise.
43108         * modules/imaxabs (Makefile.am): Likewise.
43109         * modules/imaxdiv (Makefile.am): Likewise.
43110         * modules/inet_ntop (Makefile.am): Likewise.
43111         * modules/inet_pton (Makefile.am): Likewise.
43112         * modules/intprops (Makefile.am): Likewise.
43113         * modules/inttostr (Makefile.am): Likewise.
43114         * modules/inttypes (Makefile.am): Likewise.
43115         * modules/isapipe (Makefile.am): Likewise.
43116         * modules/javaversion (Makefile.am): Likewise.
43117         * modules/lchmod (Makefile.am): Likewise.
43118         * modules/lchown (Makefile.am): Likewise.
43119         * modules/localcharset (Makefile.am): Likewise.
43120         * modules/long-options (Makefile.am): Likewise.
43121         * modules/lstat (Makefile.am): Likewise.
43122         * modules/malloc (Makefile.am): Likewise.
43123         * modules/mathl (Makefile.am): Likewise.
43124         * modules/mbchar (Makefile.am): Likewise.
43125         * modules/md2 (Makefile.am): Likewise.
43126         * modules/md4 (Makefile.am): Likewise.
43127         * modules/md5 (Makefile.am): Likewise.
43128         * modules/memcasecmp (Makefile.am): Likewise.
43129         * modules/memchr (Makefile.am): Likewise.
43130         * modules/memcmp (Makefile.am): Likewise.
43131         * modules/memcoll (Makefile.am): Likewise.
43132         * modules/memcpy (Makefile.am): Likewise.
43133         * modules/memmem (Makefile.am): Likewise.
43134         * modules/memmove (Makefile.am): Likewise.
43135         * modules/mempcpy (Makefile.am): Likewise.
43136         * modules/memrchr (Makefile.am): Likewise.
43137         * modules/memset (Makefile.am): Likewise.
43138         * modules/memxor (Makefile.am): Likewise.
43139         * modules/mkancesdirs (Makefile.am): Likewise.
43140         * modules/mkdir-p (Makefile.am): Likewise.
43141         * modules/mkdir (Makefile.am): Likewise.
43142         * modules/mkdtemp (Makefile.am): Likewise.
43143         * modules/mkstemp (Makefile.am): Likewise.
43144         * modules/mktime (Makefile.am): Likewise.
43145         * modules/modechange (Makefile.am): Likewise.
43146         * modules/mountlist (Makefile.am): Likewise.
43147         * modules/nanosleep (Makefile.am): Likewise.
43148         * modules/obstack (Makefile.am): Likewise.
43149         * modules/openat (Makefile.am): Likewise.
43150         * modules/pagealign_alloc (Makefile.am): Likewise.
43151         * modules/pathmax (Makefile.am): Likewise.
43152         * modules/physmem (Makefile.am): Likewise.
43153         * modules/poll (Makefile.am): Likewise.
43154         * modules/posixtm (Makefile.am): Likewise.
43155         * modules/posixver (Makefile.am): Likewise.
43156         * modules/putenv (Makefile.am): Likewise.
43157         * modules/quote (Makefile.am): Likewise.
43158         * modules/quotearg (Makefile.am): Likewise.
43159         * modules/raise (Makefile.am): Likewise.
43160         * modules/read-file (Makefile.am): Likewise.
43161         * modules/readline (Makefile.am): Likewise.
43162         * modules/readlink (Makefile.am): Likewise.
43163         * modules/readtokens (Makefile.am): Likewise.
43164         * modules/readutmp (Makefile.am): Likewise.
43165         * modules/realloc (Makefile.am): Likewise.
43166         * modules/regex (Makefile.am): Likewise.
43167         * modules/rename-dest-slash (Makefile.am): Likewise.
43168         * modules/rename (Makefile.am): Likewise.
43169         * modules/rijndael (Makefile.am): Likewise.
43170         * modules/rmdir (Makefile.am): Likewise.
43171         * modules/rpmatch (Makefile.am): Likewise.
43172         * modules/safe-read (Makefile.am): Likewise.
43173         * modules/safe-write (Makefile.am): Likewise.
43174         * modules/same-inode (Makefile.am): Likewise.
43175         * modules/same (Makefile.am): Likewise.
43176         * modules/save-cwd (Makefile.am): Likewise.
43177         * modules/savedir (Makefile.am): Likewise.
43178         * modules/setenv (Makefile.am): Likewise.
43179         * modules/settime (Makefile.am): Likewise.
43180         * modules/sha1 (Makefile.am): Likewise.
43181         * modules/sig2str (Makefile.am): Likewise.
43182         * modules/snprintf (Makefile.am): Likewise.
43183         * modules/stat-macros (Makefile.am): Likewise.
43184         * modules/stat-time (Makefile.am): Likewise.
43185         * modules/stdbool (Makefile.am): Likewise.
43186         * modules/stdint (Makefile.am): Likewise.
43187         * modules/stdlib-safer (Makefile.am): Likewise.
43188         * modules/stpcpy (Makefile.am): Likewise.
43189         * modules/stpncpy (Makefile.am): Likewise.
43190         * modules/strcase (Makefile.am): Likewise.
43191         * modules/strcasestr (Makefile.am): Likewise.
43192         * modules/strchrnul (Makefile.am): Likewise.
43193         * modules/strcspn (Makefile.am): Likewise.
43194         * modules/strdup (Makefile.am): Likewise.
43195         * modules/strerror (Makefile.am): Likewise.
43196         * modules/strftime (Makefile.am): Likewise.
43197         * modules/strndup (Makefile.am): Likewise.
43198         * modules/strnlen (Makefile.am): Likewise.
43199         * modules/strpbrk (Makefile.am): Likewise.
43200         * modules/strsep (Makefile.am): Likewise.
43201         * modules/strstr (Makefile.am): Likewise.
43202         * modules/strtod (Makefile.am): Likewise.
43203         * modules/strtoimax (Makefile.am): Likewise.
43204         * modules/strtok_r (Makefile.am): Likewise.
43205         * modules/strtol (Makefile.am): Likewise.
43206         * modules/strtoll (Makefile.am): Likewise.
43207         * modules/strtoul (Makefile.am): Likewise.
43208         * modules/strtoull (Makefile.am): Likewise.
43209         * modules/strtoumax (Makefile.am): Likewise.
43210         * modules/strverscmp (Makefile.am): Likewise.
43211         * modules/sys_socket (Makefile.am): Likewise.
43212         * modules/sys_stat (Makefile.am): Likewise.
43213         * modules/sysexits (Makefile.am): Likewise.
43214         * modules/time_r (Makefile.am): Likewise.
43215         * modules/timegm (Makefile.am): Likewise.
43216         * modules/timespec (Makefile.am): Likewise.
43217         * modules/tmpfile-safer (Makefile.am): Likewise.
43218         * modules/trim (Makefile.am): Likewise.
43219         * modules/unistd-safer (Makefile.am): Likewise.
43220         * modules/unlinkdir (Makefile.am): Likewise.
43221         * modules/unlocked-io (Makefile.am): Likewise.
43222         * modules/userspec (Makefile.am): Likewise.
43223         * modules/utime (Makefile.am): Likewise.
43224         * modules/utimecmp (Makefile.am): Likewise.
43225         * modules/utimens (Makefile.am): Likewise.
43226         * modules/vasnprintf (Makefile.am): Likewise.
43227         * modules/vasprintf (Makefile.am): Likewise.
43228         * modules/vsnprintf (Makefile.am): Likewise.
43229         * modules/xalloc (Makefile.am): Likewise.
43230         * modules/xgetcwd (Makefile.am): Likewise.
43231         * modules/xnanosleep (Makefile.am): Likewise.
43232         * modules/xreadlink (Makefile.am): Likewise.
43233         * modules/xstrtod (Makefile.am): Likewise.
43234         * modules/xstrtol (Makefile.am): Likewise.
43235         * modules/xstrtold (Makefile.am): Likewise.
43236         * modules/yesno (Makefile.am): Likewise.
43237         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43238
43239 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43240
43241         * modules/error (Makefile.am): Distribute files through
43242         EXTRA_DIST, not lib_SOURCES.
43243
43244 2006-10-12  Eric Blake  <ebb9@byu.net>
43245
43246         * modules/error (Makefile.am): Distribute files in /lib.
43247         * modules/obstack (Makefile.am): Likewise.
43248
43249 2006-10-12  Bruno Haible  <bruno@clisp.org>
43250
43251         * modules/acl (Makefile.am): Distribute all files in lib/ through
43252         EXTRA_DIST.
43253         * modules/arcfour (Makefile.am): Likewise.
43254         * modules/arctwo (Makefile.am): Likewise.
43255         * modules/argmatch (Makefile.am): Likewise.
43256         * modules/argz (Makefile.am): Likewise.
43257         * modules/atexit (Makefile.am): Likewise.
43258         * modules/backupfile (Makefile.am): Likewise.
43259         * modules/c-strtod (Makefile.am): Likewise.
43260         * modules/c-strtold (Makefile.am): Likewise.
43261         * modules/calloc (Makefile.am): Likewise.
43262         * modules/canon-host (Makefile.am): Likewise.
43263         * modules/canonicalize (Makefile.am): Likewise.
43264         * modules/chdir-long (Makefile.am): Likewise.
43265         * modules/chdir-safer (Makefile.am): Likewise.
43266         * modules/check-version (Makefile.am): Likewise.
43267         * modules/chown (Makefile.am): Likewise.
43268         * modules/cloexec (Makefile.am): Likewise.
43269         * modules/close-stream (Makefile.am): Likewise.
43270         * modules/closeout (Makefile.am): Likewise.
43271         * modules/crc (Makefile.am): Likewise.
43272         * modules/cycle-check (Makefile.am): Likewise.
43273         * modules/des (Makefile.am): Likewise.
43274         * modules/dirfd (Makefile.am): Likewise.
43275         * modules/dirname (Makefile.am): Likewise.
43276         * modules/dup2 (Makefile.am): Likewise.
43277         * modules/euidaccess (Makefile.am): Likewise.
43278         * modules/exclude (Makefile.am): Likewise.
43279         * modules/exitfail (Makefile.am): Likewise.
43280         * modules/fcntl-safer (Makefile.am): Likewise.
43281         * modules/file-type (Makefile.am): Likewise.
43282         * modules/fileblocks (Makefile.am): Likewise.
43283         * modules/filemode (Makefile.am): Likewise.
43284         * modules/filenamecat (Makefile.am): Likewise.
43285         * modules/fnmatch (Makefile.am): Likewise.
43286         * modules/fopen-safer (Makefile.am): Likewise.
43287         * modules/fpending (Makefile.am): Likewise.
43288         * modules/fprintftime (Makefile.am): Likewise.
43289         * modules/free (Makefile.am): Likewise.
43290         * modules/fsusage (Makefile.am): Likewise.
43291         * modules/ftruncate (Makefile.am): Likewise.
43292         * modules/fts (Makefile.am): Likewise.
43293         * modules/gc (Makefile.am): Likewise.
43294         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43295         * modules/getaddrinfo (Makefile.am): Likewise.
43296         * modules/getcwd (Makefile.am): Likewise.
43297         * modules/getdelim (Makefile.am): Likewise.
43298         * modules/getdomainname (Makefile.am): Likewise.
43299         * modules/getgroups (Makefile.am): Likewise.
43300         * modules/gethostname (Makefile.am): Likewise.
43301         * modules/gethrxtime (Makefile.am): Likewise.
43302         * modules/getline (Makefile.am): Likewise.
43303         * modules/getloadavg (Makefile.am): Likewise.
43304         * modules/getlogin_r (Makefile.am): Likewise.
43305         * modules/getopt (Makefile.am): Likewise.
43306         * modules/getpass (Makefile.am): Likewise.
43307         * modules/getpass-gnu (Makefile.am): Likewise.
43308         * modules/getsubopt (Makefile.am): Likewise.
43309         * modules/gettime (Makefile.am): Likewise.
43310         * modules/gettimeofday (Makefile.am): Likewise.
43311         * modules/getugroups (Makefile.am): Likewise.
43312         * modules/getusershell (Makefile.am): Likewise.
43313         * modules/glob (Makefile.am): Likewise.
43314         * modules/group-member (Makefile.am): Likewise.
43315         * modules/hard-locale (Makefile.am): Likewise.
43316         * modules/hash (Makefile.am): Likewise.
43317         * modules/hmac-md5 (Makefile.am): Likewise.
43318         * modules/hmac-sha1 (Makefile.am): Likewise.
43319         * modules/human (Makefile.am): Likewise.
43320         * modules/idcache (Makefile.am): Likewise.
43321         * modules/imaxabs (Makefile.am): Likewise.
43322         * modules/imaxdiv (Makefile.am): Likewise.
43323         * modules/inet_ntop (Makefile.am): Likewise.
43324         * modules/inet_pton (Makefile.am): Likewise.
43325         * modules/inttostr (Makefile.am): Likewise.
43326         * modules/isapipe (Makefile.am): Likewise.
43327         * modules/lchown (Makefile.am): Likewise.
43328         * modules/long-options (Makefile.am): Likewise.
43329         * modules/lstat (Makefile.am): Likewise.
43330         * modules/malloc (Makefile.am): Likewise.
43331         * modules/mathl (Makefile.am): Likewise.
43332         * modules/mbchar (Makefile.am): Likewise.
43333         * modules/md2 (Makefile.am): Likewise.
43334         * modules/md4 (Makefile.am): Likewise.
43335         * modules/md5 (Makefile.am): Likewise.
43336         * modules/memcasecmp (Makefile.am): Likewise.
43337         * modules/memchr (Makefile.am): Likewise.
43338         * modules/memcmp (Makefile.am): Likewise.
43339         * modules/memcoll (Makefile.am): Likewise.
43340         * modules/memcpy (Makefile.am): Likewise.
43341         * modules/memmem (Makefile.am): Likewise.
43342         * modules/memmove (Makefile.am): Likewise.
43343         * modules/mempcpy (Makefile.am): Likewise.
43344         * modules/memrchr (Makefile.am): Likewise.
43345         * modules/memset (Makefile.am): Likewise.
43346         * modules/memxor (Makefile.am): Likewise.
43347         * modules/mkancesdirs (Makefile.am): Likewise.
43348         * modules/mkdir (Makefile.am): Likewise.
43349         * modules/mkdir-p (Makefile.am): Likewise.
43350         * modules/mkdtemp (Makefile.am): Likewise.
43351         * modules/mkstemp (Makefile.am): Likewise.
43352         * modules/mktime (Makefile.am): Likewise.
43353         * modules/modechange (Makefile.am): Likewise.
43354         * modules/mountlist (Makefile.am): Likewise.
43355         * modules/nanosleep (Makefile.am): Likewise.
43356         * modules/openat (Makefile.am): Likewise.
43357         * modules/pagealign_alloc (Makefile.am): Likewise.
43358         * modules/physmem (Makefile.am): Likewise.
43359         * modules/poll (Makefile.am): Likewise.
43360         * modules/posixtm (Makefile.am): Likewise.
43361         * modules/posixver (Makefile.am): Likewise.
43362         * modules/putenv (Makefile.am): Likewise.
43363         * modules/quote (Makefile.am): Likewise.
43364         * modules/quotearg (Makefile.am): Likewise.
43365         * modules/raise (Makefile.am): Likewise.
43366         * modules/read-file (Makefile.am): Likewise.
43367         * modules/readline (Makefile.am): Likewise.
43368         * modules/readlink (Makefile.am): Likewise.
43369         * modules/readtokens (Makefile.am): Likewise.
43370         * modules/readutmp (Makefile.am): Likewise.
43371         * modules/realloc (Makefile.am): Likewise.
43372         * modules/regex (Makefile.am): Likewise.
43373         * modules/rename (Makefile.am): Likewise.
43374         * modules/rename-dest-slash (Makefile.am): Likewise.
43375         * modules/rijndael (Makefile.am): Likewise.
43376         * modules/rmdir (Makefile.am): Likewise.
43377         * modules/rpmatch (Makefile.am): Likewise.
43378         * modules/safe-read (Makefile.am): Likewise.
43379         * modules/safe-write (Makefile.am): Likewise.
43380         * modules/same (Makefile.am): Likewise.
43381         * modules/save-cwd (Makefile.am): Likewise.
43382         * modules/savedir (Makefile.am): Likewise.
43383         * modules/setenv (Makefile.am): Likewise.
43384         * modules/settime (Makefile.am): Likewise.
43385         * modules/sha1 (Makefile.am): Likewise.
43386         * modules/sig2str (Makefile.am): Likewise.
43387         * modules/snprintf (Makefile.am): Likewise.
43388         * modules/stdlib-safer (Makefile.am): Likewise.
43389         * modules/stpcpy (Makefile.am): Likewise.
43390         * modules/stpncpy (Makefile.am): Likewise.
43391         * modules/strcase (Makefile.am): Likewise.
43392         * modules/strcasestr (Makefile.am): Likewise.
43393         * modules/strchrnul (Makefile.am): Likewise.
43394         * modules/strcspn (Makefile.am): Likewise.
43395         * modules/strdup (Makefile.am): Likewise.
43396         * modules/strerror (Makefile.am): Likewise.
43397         * modules/strftime (Makefile.am): Likewise.
43398         * modules/strndup (Makefile.am): Likewise.
43399         * modules/strnlen (Makefile.am): Likewise.
43400         * modules/strpbrk (Makefile.am): Likewise.
43401         * modules/strsep (Makefile.am): Likewise.
43402         * modules/strstr (Makefile.am): Likewise.
43403         * modules/strtod (Makefile.am): Likewise.
43404         * modules/strtoimax (Makefile.am): Likewise.
43405         * modules/strtok_r (Makefile.am): Likewise.
43406         * modules/strtol (Makefile.am): Likewise.
43407         * modules/strtoll (Makefile.am): Likewise.
43408         * modules/strtoul (Makefile.am): Likewise.
43409         * modules/strtoull (Makefile.am): Likewise.
43410         * modules/strtoumax (Makefile.am): Likewise.
43411         * modules/strverscmp (Makefile.am): Likewise.
43412         * modules/time_r (Makefile.am): Likewise.
43413         * modules/timegm (Makefile.am): Likewise.
43414         * modules/tmpfile-safer (Makefile.am): Likewise.
43415         * modules/unistd-safer (Makefile.am): Likewise.
43416         * modules/unlinkdir (Makefile.am): Likewise.
43417         * modules/userspec (Makefile.am): Likewise.
43418         * modules/utime (Makefile.am): Likewise.
43419         * modules/utimecmp (Makefile.am): Likewise.
43420         * modules/utimens (Makefile.am): Likewise.
43421         * modules/vasnprintf (Makefile.am): Likewise.
43422         * modules/vasprintf (Makefile.am): Likewise.
43423         * modules/vsnprintf (Makefile.am): Likewise.
43424         * modules/xalloc (Makefile.am): Likewise.
43425         * modules/xgetcwd (Makefile.am): Likewise.
43426         * modules/xnanosleep (Makefile.am): Likewise.
43427         * modules/xreadlink (Makefile.am): Likewise.
43428         * modules/xstrtod (Makefile.am): Likewise.
43429         * modules/xstrtol (Makefile.am): Likewise.
43430         * modules/xstrtold (Makefile.am): Likewise.
43431         * modules/yesno (Makefile.am): Likewise.
43432
43433 2006-10-12  Jim Meyering  <jim@meyering.net>
43434
43435         * m4/getloadavg.m4: Revert the change below.
43436
43437         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43438         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43439         fail with a symlink, which is what coreutils' ./bootstrap now
43440         creates by default.
43441
43442 2006-10-12  Bruno Haible  <bruno@clisp.org>
43443
43444         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43445         mingw.
43446         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43447         MSVC and mingw explicitly.
43448
43449 2006-10-11  Simon Josefsson  <jas@extundo.com>
43450             Bruno Haible  <bruno@clisp.org>
43451
43452         Add support for multiple gnulib-tool invocations in the scope of a
43453         single configure.ac file.
43454         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43455         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43456         with the same contents as the _LIBADD variable.
43457         (func_emit_initmacro_start, func_emit_initmacro_end,
43458         func_emit_initmacro_done): New functions.
43459         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43460         gl_LIBOBJS and gl_LTLIBOBJS.
43461
43462 2006-10-11  Bruno Haible  <bruno@clisp.org>
43463
43464         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43465         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43466         autoreconf. Instead, invoke autopoint explicitly but move back the
43467         *.m4 files from gnulib.
43468
43469 2006-10-11  Bruno Haible  <bruno@clisp.org>
43470
43471         * gnulib-tool (func_usage): Make module names after --create-testdir
43472         optional.
43473         (func_create_testdir): If no module was specified, use nearly all
43474         modules.
43475
43476 2006-10-12  Jim Meyering  <jim@meyering.net>
43477
43478         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43479         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43480         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43481         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43482         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43483         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43484         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43485         (fts_set_stat_required): New function.
43486         (fts_open): Defer the calls to fts_stat, if possible or requested.
43487         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43488         into fts_stat itself.
43489         (fts_read): Perform any required (deferred) fts_stat call.
43490         (fts_build): Likewise, for the directory we're about to open and read.
43491         In the readdir loop, carefully decide whether each entry will require
43492         an eventual call to fts_stat, using dirent.d_type info if available.
43493         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43494         a command line argument into this function.  Update all callers.
43495         Map a return value of FTS_DOT to FTS_D for a command line argument.
43496         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43497         Thanks to Miklos Szeredi for his tenacity and for the initial
43498         bug report about "find" failing on a FUSE-based file system.
43499
43500         * lib/fts.c (fts_open): Use consistent indentation.
43501
43502 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43503
43504         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43505         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43506         reported by Jim Meyering.  All uses of cache variables renamed
43507         to match Autoconf's.
43508         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43509         the other one.
43510
43511         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43512         Fix misspelling in diagnostic.
43513
43514 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43515
43516         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43517         defined.  Problem reported by Matthew Woehlke.
43518
43519         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43520         Add support for Tandem NonStop R series.
43521         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43522         Use new macro.
43523
43524         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43525         (has_trailing_slash): Omit size arg; all callers changed.
43526         Omit 'inline', since it doesn't help performance and we'd
43527         need to configure it.
43528         Don't count //, ///, etc. as having a trailing slash.
43529         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43530         (rpl_rename_dest_slash): On failure, use rename's errno rather
43531         than (in some cases) an incorrect or junk errno.
43532         Simplify code by removing need to compute length; this does
43533         cause it to make two passes instead of one over the file name,
43534         but it's worth it.
43535
43536         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43537         change, since Autoconf's version may no longer be appropriate now
43538         that we are using CVS Autoconf's version.  Add support for Tandem.
43539
43540 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43541             Bruno Haible  <bruno@clisp.org>
43542
43543         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43544         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43545         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43546         gl_AC_TYPE_LONG_LONG.
43547
43548         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43549         instead of HAVE_LONG_LONG.
43550         * lib/printf-args.c (printf_fetchargs): Likewise.
43551         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43552         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43553         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43554         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43555         gl_AC_TYPE_LONG_LONG.
43556
43557 2006-10-11  Bruno Haible  <bruno@clisp.org>
43558
43559         * m4/longlong.m4: Add comments.
43560         * m4/ulonglong.m4: Likewise.
43561
43562 2006-10-10  Bruno Haible  <bruno@clisp.org>
43563
43564         Make it possible to #define stpcpy, strdup to aliases.
43565         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43566         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43567
43568 2006-10-10  Bruno Haible  <bruno@clisp.org>
43569
43570         Make it possible to #define gcd to an alias.
43571         * lib/gcd.c: Include config.h.
43572
43573 2006-10-10  Bruno Haible  <bruno@clisp.org>
43574
43575         Make it possible to #define c_isascii to an alias.
43576         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43577         defined. Undefine the macros before defining them, to avoid gcc
43578         warnings.
43579         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43580         define NO_C_CTYPE_MACROS early.
43581
43582 2006-10-10  Bruno Haible  <bruno@clisp.org>
43583
43584         Make it possible to #define set_program_name to an alias.
43585         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43586         ENABLE_RELOCATABLE early.
43587
43588 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43589
43590         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43591         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43592         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43593         More generally, don't assume that 64-bit signed int is available
43594         if unsigned int is, and vice versa.
43595         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43596         unsigned symbols, not on their signed counterparts.
43597         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43598         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43599         (UINT64_C, UINTMAX_C):
43600         Likewise.
43601         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43602         unsigned counterparts.
43603         (Have_long_long, Unsigned): New macros.
43604         (Int): Renamed from INT.
43605         (strtoimax): Use the new macros.
43606         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43607         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43608         * modules/inttypes (inttypes.h): Substitute
43609         HAVE_UNSIGNED_LONG_LONG_INT.
43610         * modules/stdint (stdint.h): Likewise.
43611         (Files): Add m4/ulonglong.m4.
43612
43613 2006-10-10  Bruno Haible  <bruno@clisp.org>
43614
43615         Fix a gcc -Wshadow warning.
43616         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43617         to 'bucket'.
43618         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43619         gl_linked_indexof_from_to): Likewise.
43620         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43621         Likewise.
43622         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43623         Likewise.
43624         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43625         Reported by Eric Blake.
43626
43627 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43628
43629         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43630         for NetBSD.  Problem reported by Bruno Haible.
43631
43632 2006-10-09  Jim Meyering  <jim@meyering.net>
43633
43634         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43635         Patch from Bruno Haible.
43636
43637 2006-10-09  Jim Meyering  <jim@meyering.net>
43638
43639         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43640         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43641         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43642
43643 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43644
43645         Don't include <config.h> twice; this doesn't work in some cases,
43646         e.g., when config.h has "#define intmax_t long long int" and
43647         we include <config.h>, <inttypes.h>, <config.h> in that order.
43648         Problem reported by Matthew Woehlke in:
43649         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43650         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43651         * lib/fts-cycle.c: Don't include config.h.
43652         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43653         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43654         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43655         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43656         inttypes.h.
43657         * lib/xstrtoumax.c: Likewise.
43658         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43659         __strtol and the like, so that this module is more like its siblings.
43660         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43661         Remove; no longer needed now that we assume gnulib inttypes.h.
43662
43663 2006-10-08  Bruno Haible  <bruno@clisp.org>
43664
43665         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43666         option.
43667
43668 2006-10-07  Jim Meyering  <jim@meyering.net>
43669
43670         * modules/inttypes (inttypes.h): Revert what seems to have been
43671         an inadvertent part of today's change: use "|", not "/" in the
43672         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43673
43674 2006-10-07  Bruno Haible  <bruno@clisp.org>
43675
43676         * modules/sublist: New file.
43677
43678 2006-10-07  Bruno Haible  <bruno@clisp.org>
43679
43680         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43681         * modules/argz (argz.h): Likewise.
43682         * modules/arpa_inet (arpa/inet.h): Likewise.
43683         * modules/byteswap (byteswap.h): Likewise.
43684         * modules/configmake (configmake.h): Likewise.
43685         * modules/fcntl (fcntl.h): Likewise.
43686         * modules/fnmatch (fnmatch.h): Likewise.
43687         * modules/getopt (getopt.h): Likewise.
43688         * modules/glob (glob.h): Likewise.
43689         * modules/inttypes (inttypes.h): Likewise.
43690         * modules/netinet_in (netinet/in.h): Likewise.
43691         * modules/poll (poll.h): Likewise.
43692         * modules/stdbool (stdbool.h): Likewise.
43693         * modules/stdint (stdint.h): Likewise.
43694         * modules/sys_select (sys/select.h): Likewise.
43695         * modules/sys_socket (sys/socket.h): Likewise.
43696         * modules/sys_stat (sys/stat.h): Likewise.
43697         * modules/sysexits (sysexits.h): Likewise.
43698         * modules/unistd (unistd.h): Likewise.
43699         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43700         Add a "DO NOT EDIT" comment to the generated file.
43701         (func_import): Likewise for gnulib-comp.m4.
43702
43703 2006-10-07  Bruno Haible  <bruno@clisp.org>
43704
43705         * lib/gl_sublist.h: New file.
43706         * lib/gl_sublist.c: New file.
43707
43708 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43709
43710         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43711         name (relative to the original working directory) and the file
43712         name component (relative to the temporary working directory).  All
43713         callers changed.
43714         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43715         * lib/mkdir-p.c (make_dir_parents): Likewise.
43716         * lib/mkdir-p.h (make_dir_parents): Likewise.
43717
43718 2006-10-06  Eric Blake  <ebb9@byu.net>
43719
43720         Define several macros for use by the clean-temp module.
43721         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43722         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43723         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43724
43725         * lib/clean-temp.h (close_stream_temp): New declaration.
43726         * lib/clean-temp.c (includes): Pull in headers according to what
43727         other modules are in use.
43728         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43729
43730 2006-10-06  Bruno Haible  <bruno@clisp.org>
43731
43732         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43733         instead of fopen, fwriteerror.
43734
43735 2006-10-06  Bruno Haible  <bruno@clisp.org>
43736
43737         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43738         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43739         int.
43740         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43741         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43742         Return an error indicator.
43743         Suggested by Eric Blake.
43744
43745 2006-10-06  Bruno Haible  <bruno@clisp.org>
43746
43747         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43748         Reported by Eric Blake.
43749
43750 2006-10-06  Bruno Haible  <bruno@clisp.org>
43751
43752         * modules/closeout (Description): Mention stderr too.
43753
43754 2006-10-06  Bruno Haible  <bruno@clisp.org>
43755         and Paul Eggert  <eggert@cs.ucla.edu>
43756
43757         * lib/closeout.c (close_stdout): Also close stderr.
43758         * lib/closeout.h: Update comment.
43759
43760 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43761
43762         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43763         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43764         * lib/dirchownmod.c: Include lchown.h.
43765         * lib/lchown.c: Don't include files that lchown.h now includes.
43766         Don't declare chown, since lchown.h now does that.
43767         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43768         (lchown): Define to rpl_chown if lchown is declared but
43769         does not exist.  Declare using a prototype if lchown is not
43770         declared.  Add a copyright notice.
43771         * lib/mkstemp.h: Include <unistd.h>.
43772         * lib/openat.c: Include lchown.h.
43773
43774         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43775         we now test for that separately.
43776         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43777         rather than O_NOFOLLOW, when testing whether it's possible to
43778         avoid a race condition reliably.
43779         * lib/savewd.c (savewd_chdir): Likewise.
43780
43781         Remove macros that are no longer needed now that stdint.h is
43782         reliable.
43783         * lib/fsusage.c (UINTMAX_MAX): Remove.
43784         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43785         * lib/utimecmp.c (SIZE_MAX): Remove.
43786
43787         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43788
43789         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43790         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43791         O_NOATIME works.
43792
43793 2006-10-05  Bruno Haible  <bruno@clisp.org>
43794
43795         * lib/gl_list.h (gl_sortedlist_search_from_to,
43796         gl_sortedlist_indexof_from_to): New declarations.
43797         (gl_list_implementation): New fields sortedlist_search_from_to,
43798         sortedlist_indexof_from_to.
43799         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43800         inline functions.
43801         * lib/gl_list.c (gl_sortedlist_search_from_to,
43802         gl_sortedlist_indexof_from_to): New functions.
43803         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43804         function.
43805         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43806         (gl_array_sortedlist_search_from_to): New function.
43807         (gl_array_list_implementation): Update.
43808         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43809         function.
43810         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43811         (gl_carray_sortedlist_search_from_to): New function.
43812         (gl_carray_list_implementation): Update.
43813         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43814         gl_linked_sortedlist_indexof_from_to): New functions.
43815         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43816         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43817         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43818         gl_tree_sortedlist_indexof_from_to): New functions.
43819         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43820         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43821         Update.
43822         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43823         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43824         Update.
43825
43826 2006-10-05  Bruno Haible  <bruno@clisp.org>
43827
43828         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43829         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43830         (struct gl_list_implementation): Add fields search_from_to,
43831         indexof_from_to. Remove fields search, indexof.
43832         (gl_list_search): Use the search_from_to method.
43833         (gl_list_search_from, gl_list_search_from_to): New functions.
43834         (gl_list_indexof): Use the indexof_from_to method.
43835         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43836         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43837         (gl_list_search_from, gl_list_search_from_to): New functions.
43838         (gl_list_indexof): Use the indexof_from_to method.
43839         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43840         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43841         gl_array_indexof. Add start_index, end_index arguments.
43842         (gl_array_search_from_to): Renamed from gl_array_search. Add
43843         start_index, end_index arguments.
43844         (gl_array_remove, gl_array_list_implementation): Update.
43845         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43846         gl_carray_indexof. Add start_index, end_index arguments.
43847         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43848         start_index, end_index arguments.
43849         (gl_carray_remove, gl_carray_list_implementation): Update.
43850         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43851         gl_linked_search. Add start_index, end_index arguments.
43852         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43853         start_index, end_index arguments.
43854         (gl_linked_remove): Update.
43855         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43856         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43857         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43858         field to 'size_t'.
43859         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43860         gl_tree_search. Add start_index, end_index arguments.
43861         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43862         start_index, end_index arguments.
43863         (gl_tree_remove): Update.
43864         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43865         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43866         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43867         function.
43868         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43869         gl_tree_search. Add start_index, end_index arguments.
43870         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43871         start_index, end_index arguments.
43872         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43873         Update.
43874         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43875
43876 2006-10-05  Bruno Haible  <bruno@clisp.org>
43877
43878         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43879
43880         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43881         fwriteerror_temp): New declarations.
43882         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43883         (descriptors): New variable.
43884         (cleanup): First, close the descriptors.
43885         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43886         fclose_temp, fwriteerror_temp): New functions.
43887
43888 2006-10-04  Jim Meyering  <jim@meyering.net>
43889
43890         * lib/fts.c (fts_open): Tiny comment change.
43891
43892 2006-10-04  Bruno Haible  <bruno@clisp.org>
43893
43894         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43895         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43896         gl_LOCK_BODY.
43897         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43898         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43899         gl_LOCK_EARLY_BODY.
43900         (gl_LOCK): Require gl_LOCK_BODY.
43901
43902 2006-10-04  Bruno Haible  <bruno@clisp.org>
43903
43904         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43905         (gl_oset_search_atleast): New declaration.
43906         (struct gl_oset_implementation): Add field 'search_atleast'.
43907         (gl_oset_search_atleast): New inline function.
43908         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43909         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43910         (gl_array_oset_implementation): Update.
43911         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43912         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43913         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43914
43915 2006-10-04  Bruno Haible  <bruno@clisp.org>
43916
43917         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43918
43919 2006-10-03  Bruno Haible  <bruno@clisp.org>
43920
43921         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43922         from gl_avltreehash_list_implementation.
43923
43924 2006-10-03  Bruno Haible  <bruno@clisp.org>
43925
43926         * lib/gl_oset.c (gl_oset_add): Fix return type.
43927
43928 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43929
43930         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43931
43932 2006-10-02  Eric Blake  <ebb9@byu.net>
43933
43934         * modules/strnlen (Depends-on): Add extensions.
43935
43936 2006-10-02  Eric Blake  <ebb9@byu.net>
43937
43938         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43939         definition in 2.60+.
43940
43941 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43942
43943         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43944         checks.
43945
43946 2006-10-02  Bruno Haible  <bruno@clisp.org>
43947
43948         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43949         to the AUTOMAKE_OPTIONS.
43950         Reported by Jim Meyering.
43951
43952 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43953
43954         Work around bug in Solaris 10 /proc file system:
43955         /proc/self/fd/NNN/.. isn't the parent directory of
43956         the directory whose file descriptor is NNN.  This needs to
43957         be worked around at run time, not compile time, since a
43958         program might be built on Solaris 8, where things work, and
43959         run on Solaris 10.
43960         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43961         to use the following interface instead:
43962         (OPENAT_BUFFER_SIZE): New macro.
43963         (openat_proc_name): New function.
43964         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43965         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43966         Likewise.
43967         * lib/openat-proc.c: New file.
43968         * modules/openat (Files): Add lib/openat-proc.c.
43969         (Depends-on): Add same-inode, stdbool.
43970         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43971
43972 2006-09-29  Bruno Haible  <bruno@clisp.org>
43973
43974         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43975         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43976         argument. Set stdout_closed before testing for ferror, not after.
43977         (fwriteerror, fwriteerror_no_ebadf): New functions.
43978
43979 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43980
43981         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43982
43983 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43984
43985         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43986         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43987
43988 2006-09-28  Jim Meyering  <jim@meyering.net>
43989
43990         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43991         Include <unistd.h>.
43992
43993 2006-09-28  Bruno Haible  <bruno@clisp.org>
43994
43995         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43996         * modules/linkedhash-list (Depends-on): Likewise.
43997         * modules/rbtreehash-list (Depends-on): Likewise.
43998
43999 2006-09-28  Bruno Haible  <bruno@clisp.org>
44000
44001         * lib/strndup.h: Simplify the redefinition of strndup.
44002         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
44003         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
44004
44005 2006-09-28  Bruno Haible  <bruno@clisp.org>
44006
44007         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
44008         * lib/gl_linkedhash_list.c: Likewise.
44009         * lib/gl_rbtreehash_list.c: Likewise.
44010
44011 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44012
44013         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
44014         getaddrinfo.
44015
44016         * lib/__fpending.h: Don't include <stdio_ext.h> unless
44017         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
44018         it causes <stdio_ext.h> to cause a compile-time error.
44019         Problem reported by Nelson H. F. Beebe.
44020         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
44021         of HAVE_DECL___PENDING.
44022
44023         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
44024         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
44025         declaration.
44026
44027 2006-09-27  Jim Meyering  <jim@meyering.net>
44028
44029         This file could end up with a definition for a function
44030         named __strndup, rather than rpl_strndup on a system with
44031         incomplete weak_alias support.
44032         * lib/strndup.c (strndup): Rename from __strndup.
44033         Remove #defines that used to map __strndup to strndup.
44034         Don't use K&R prototypes.
44035         Remove LIBC-related code, since this file is not sync'd with glibc.
44036         * lib/strndup.h: Revamp, accordingly.
44037         * m4/strndup.m4: Modernize.
44038
44039 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44040
44041         * modules/savewd (Depends-on): Add 'raise'.
44042         * lib/savewd.c: Include <signal.h>, for 'raise'.
44043
44044 2006-09-26  Jim Meyering  <jim@meyering.net>
44045
44046         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44047         when we detect Darwin 8.7.0's acl_get_file bug.
44048         Rearrange to perform the new (below) run-test while $LIBS
44049         contains any acl-related library.  Set USE_ACL at the end.
44050         (gl_ACL_GET_FILE): New function.
44051
44052 2006-09-26  Eric Blake  <ebb9@byu.net>
44053
44054         * lib/verror.c: Include <config.h> unconditionally.
44055
44056 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44057
44058         * modules/clock-time (Maintainer): Add self.
44059         * modules/getlogin_r (Depends-on): Add extensions.
44060
44061 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44062
44063         * modules/clock-time: New module.
44064         * modules/nanosleep (Depends-on): Add clock-time.
44065         * modules/gethrxtime (Depends-on): Likewise.
44066         * modules/gettime (Depends-on): Likewise.
44067         * modules/settime (Depends-on): Likewise.
44068
44069         * modules/fts-lgpl: Depend on openat.
44070         * modules/mkancesdirs: Depend on savewd.
44071         * modules/mkdir-p: Likewise.
44072
44073 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44074
44075         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44076
44077         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44078         `gl_have_arbitrary_file_name_length_limit' to
44079         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44080         actually works between configure runs.
44081
44082 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44083             Bruno Haible  <bruno@clisp.org>
44084
44085         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44086
44087 2006-09-25  Jim Meyering  <jim@meyering.net>
44088
44089         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44090         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44091
44092 2006-09-25  Eric Blake  <ebb9@byu.net>
44093
44094         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44095         exec's in 2006-09-18 patch when shuffling fds.
44096
44097 2006-09-25  Bruno Haible  <bruno@clisp.org>
44098
44099         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44100         Reported by Jim Meyering.
44101
44102 2006-09-24  Jim Meyering  <jim@meyering.net>
44103
44104         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44105         compare a pointer against a literal "0".  That caused failures with
44106         at least HP-UX's hpcc.
44107
44108 2006-09-22  Simon Josefsson  <jas@extundo.com>
44109
44110         * modules/gc-sha1:
44111         * modules/gc-md4:
44112         * modules/gc-hmac-sha1:
44113         * modules/gc-hmac-md5:
44114         * modules/gc-des:
44115         * modules/gc-arcfour: Distribute more files.
44116
44117 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44118
44119         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44120         (gl_linked_iterator_from_to): Initialize struct completely.
44121         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44122         (gl_tree_iterator_from_to): Likewise
44123         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44124         * lib/gl_array_list.c [lint] (gl_array_iterator)
44125         (gl_array_iterator_from_to): Likewise.
44126         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44127         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44128         (gl_carray_iterator_from_to): Likewise.
44129
44130         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44131         * lib/md4.c (md4_process_block): Remove unused variable.
44132         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44133         parentheses for clarity.
44134
44135 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44136
44137         * modules/bison-i18n (Depends-on): Add gettext.
44138
44139 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44140
44141         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44142         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44143         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44144         also add missing comma that caused broken test.
44145         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44146         stdlib.h, for `abort'.
44147         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44148         variables.
44149         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44150         include unistd.h if present, for `rmdir'.
44151         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44152         variables.
44153         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44154         in the process include standard headers for prototypes.
44155         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44156         gets declared on GNU/Linux.
44157         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44158         unistd.h, for `rmdir'.
44159         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44160
44161         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44162         always true.
44163         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44164
44165         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44166
44167 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44168
44169         * gnulib-tool (func_version): Create output all at once.  This
44170         may help avoid triggering unnecessary SIGPIPEs, and at any
44171         rate it doesn't hurt.
44172
44173 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44174             Bruno Haible  <bruno@clisp.org>
44175
44176         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44177         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44178         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44179
44180         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44181         (gl_FUNC_VASPRINTF): Invoke it.
44182
44183 2006-09-22  Bruno Haible  <bruno@clisp.org>
44184
44185         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44186         getloadavg.c as first argument.
44187
44188 2006-09-22  Bruno Haible  <bruno@clisp.org>
44189
44190         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44191         at the beginning of the gl_INIT macro.
44192         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44193         gl_GETLOADAVG.
44194
44195 2006-09-22  Bruno Haible  <bruno@clisp.org>
44196
44197         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44198         module.
44199         Suggested by Ralf Wildenhues.
44200
44201 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44202
44203         Import this patch from libc:
44204
44205         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44206
44207         * lib/regex_internal.c (re_string_reconstruct): Handle
44208         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44209         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44210         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44211         re_string_context_at.
44212
44213         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44214         now requires it.
44215         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44216         gl_REGEX now does it for us.
44217         (gl_REGEX): Add test taken from
44218         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44219
44220         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44221         Check that large offsets work.  Modernize Autoconf usages.
44222         Prefer "yes" to mean a good thing rather than a bad.
44223         Don't put "#define mkstemp" in config.h, as this might interfere
44224         with standard system headers that "#define mkstemp mkstemp64".
44225
44226         * modules/mkstemp (Depends-on): Add extensions, so that
44227         mkstemp is visible on some platforms.
44228         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44229         (Include): Change to "mkstemp.h" from <stdlib.h>.
44230         (Files): Add mkstemp.h.
44231
44232         * lib/mkstemp.h: New file, since some standard headers
44233         #define mkstemp.
44234         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44235         Include "mkstemp.h".
44236         Make the _LIBC code resemble glibc original more,
44237         e.g., use K&R style.
44238         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44239         (mkstemp): Remove, since mkstemp.h does this for us.
44240         * lib/stdlib--.h: Include mkstemp.h.
44241
44242         Import this patch from libc:
44243
44244         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44245
44246         * lib/tempname.c (__gen_tempname): Change attempts_min
44247         into a macro.  Use preprocessor to decide how to initialize
44248         attempts [Coverity CID 67].
44249
44250 2006-09-20  Bruno Haible  <bruno@clisp.org>
44251
44252         * lib/mkdtemp.c: Import from libc.
44253         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44254                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44255                 attempts_min into a macro.  Use preprocessor to decide how to
44256                 initialize attempts [Coverity CID 67].
44257         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44258                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44259                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44260
44261 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44262
44263         * gnulib-tool (func_exit): New function, to allow to pass the
44264         exit status portably through the trap.  Use everywhere.
44265         (--help, --version): Signal a write error.
44266         (trap): catch SIGPIPE, for write errors.
44267         Exit at the end of the trap, with the correct exit status.
44268
44269 2006-09-19  Karl Berry  <karl@gnu.org>
44270
44271         * doc/gnulib.texi: note about the license texinfo files.
44272
44273 2006-09-19  Eric Blake  <ebb9@byu.net>
44274
44275         * gnulib-tool: Avoid space-tab.
44276
44277 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44278
44279         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44280         that prevented coreutils 6.1 from building.  Problem reported
44281         by Petter Reinholdtsen.
44282
44283 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44284
44285         * gnulib-tool (avoidlist): Fix typo that broke options like
44286         --avoid=lock that are used by coreutils bootstrap.
44287
44288 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44289
44290         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44291         more systematically.
44292
44293 2006-09-18  Jim Meyering  <jim@meyering.net>
44294
44295         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44296
44297 2006-09-18  Bruno Haible  <bruno@clisp.org>
44298
44299         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44300
44301 2006-09-18  Bruno Haible  <bruno@clisp.org>
44302
44303         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44304         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44305         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44306         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44307         * m4/gettext.m4: Require autoconf >= 2.52.
44308         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44309         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44310         of gl_cv_header_inttypes_h.
44311
44312 2006-09-18  Bruno Haible  <bruno@clisp.org>
44313
44314         * lib/javaversion.c: Include configmake.h.
44315
44316 2006-09-18  Bruno Haible  <bruno@clisp.org>
44317
44318         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44319         avoid that the while loops be executed in a subshell.
44320
44321 2006-09-18  Bruno Haible  <bruno@clisp.org>
44322
44323         * MODULES.html.sh (func_module): Break long lines.
44324         Suggested by Bruce Korb <bkorb@gnu.org>.
44325
44326 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44327
44328         Speed up by a factor of 1.12.
44329         * gnulib-tool (nl): New variable.
44330         (func_import): Rewrite include directive extraction to only read each
44331         directive once.
44332
44333 2006-09-17  Bruno Haible  <bruno@clisp.org>
44334
44335         * modules/javaversion (Makefile.am): Remove DEFS setting.
44336         (Depends-on): Add configmake, for PKGDATADIR definition.
44337
44338 2006-09-17  Bruno Haible  <bruno@clisp.org>
44339
44340         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44341
44342 2006-09-17  Bruno Haible  <bruno@clisp.org>
44343
44344         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44345         (func_modules_transitive_closure, func_modules_add_dummy,
44346         func_modules_to_filelist, func_import, func_create_testdir,
44347         func_create_megatestdir, ...): Use it wherever possible.
44348         Suggested by Ralf Wildenhues.
44349
44350 2006-09-16  Karl Berry  <karl@gnu.org>
44351
44352         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44353         to avoid sectioning errors.
44354         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44355         [ifinfo]: blank line after @center-ed titles.
44356         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44357         Spell FSF address consistently with others.
44358         (These changes approved by rms.)
44359
44360 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44361
44362         Speed up by a factor of 1.61.
44363         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44364         already checked module names again.
44365
44366 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44367
44368         Speed up by a factor of 1.13.
44369         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44370         for new_files, and the input to func_add_or_update.
44371
44372 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44373
44374         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44375         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44376
44377 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44378
44379         * modules/mkancesdirs (Depends-on): Add fcntl.
44380         * modules/savewd: New file.
44381         * MODULES.html.sh (File system functions): Add savewd.
44382
44383         * modules/configmake (Makefile.am): Add support for the
44384         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44385
44386 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44387
44388         * m4/savewd.m4: New file.
44389
44390 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44391
44392         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44393         (dirchownmod): New arg FD.  All callers changed.
44394         Use FD rather than opening the directory ourself, as opening is
44395         now the caller's responsibility.
44396         * lib/dirchownmod.h: Likewise.
44397         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44398         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44399         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44400         (test_dir): Remove.
44401         (mkancesdirs): Return length of prefix of FILE that has already
44402         been made, or -2 if there is a child doing the work.  Redo
44403         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44404         ".", and treat ".." specially since it might stray back into
44405         already-created areas.  Use a subprocess if necessary.  New arg
44406         WD; all users changed.  MAKE_DIR function should now return 1
44407         if it creates a directory that is not readable.  Return -2 if
44408         a child process is spun off.
44409         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44410         Adjust signature to match code.
44411         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44412         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44413         all users changed.
44414         * lib/savewd.c, lib/savewd.h: New files.
44415
44416 2006-09-15  Jim Meyering  <jim@meyering.net>
44417
44418         * modules/rename-dest-slash: New module.
44419         * MODULES.html.sh (posix_compat): Add it here.
44420
44421         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44422
44423 2006-09-15  Jim Meyering  <jim@meyering.net>
44424
44425         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44426         file.
44427
44428         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44429
44430 2006-09-15  Jim Meyering  <jim@meyering.net>
44431
44432         * lib/rename-dest-slash.c (has_trailing_slash): Use
44433         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44434         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44435         test before testing whether SRC is a directory.
44436         Suggestions from Bruno Haible.
44437
44438         Avoid a warning about an unused variable.
44439         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44440         into the #ifdef block where it's used.
44441
44442         * lib/rename-dest-slash.c: New file.
44443
44444 2006-09-14  Bruno Haible  <bruno@clisp.org>
44445
44446         * lib/allocsa.c: Include <config.h> unconditionally.
44447         * lib/asnprintf.c: Likewise.
44448         * lib/asprintf.c: Likewise.
44449         * lib/c-strcasecmp.c: Likewise.
44450         * lib/c-strcasestr.c: Likewise.
44451         * lib/c-strncasecmp.c: Likewise.
44452         * lib/c-strstr.c: Likewise.
44453         * lib/classpath.c: Likewise.
44454         * lib/clean-temp.c: Likewise.
44455         * lib/concatpath.c: Likewise.
44456         * lib/copy-file.c: Likewise.
44457         * lib/csharpcomp.c: Likewise.
44458         * lib/csharpexec.c: Likewise.
44459         * lib/execute.c: Likewise.
44460         * lib/fatal-signal.c: Likewise.
44461         * lib/findprog.c: Likewise.
44462         * lib/fwriteerror.c: Likewise.
44463         * lib/gl_array_list.c: Likewise.
44464         * lib/gl_array_oset.c: Likewise.
44465         * lib/gl_avltree_list.c: Likewise.
44466         * lib/gl_avltree_oset.c: Likewise.
44467         * lib/gl_avltreehash_list.c: Likewise.
44468         * lib/gl_carray_list.c: Likewise.
44469         * lib/gl_linked_list.c: Likewise.
44470         * lib/gl_linkedhash_list.c: Likewise.
44471         * lib/gl_list.c: Likewise.
44472         * lib/gl_oset.c: Likewise.
44473         * lib/gl_rbtree_list.c: Likewise.
44474         * lib/gl_rbtree_oset.c: Likewise.
44475         * lib/gl_rbtreehash_list.c: Likewise.
44476         * lib/imaxabs.c: Likewise.
44477         * lib/imaxdiv.c: Likewise.
44478         * lib/javacomp.c: Likewise.
44479         * lib/javaexec.c: Likewise.
44480         * lib/javaversion.c: Likewise.
44481         * lib/linebreak.c: Likewise.
44482         * lib/localcharset.c: Likewise.
44483         * lib/lock.c: Likewise.
44484         * lib/mbchar.c: Likewise.
44485         * lib/mbswidth.c: Likewise.
44486         * lib/mkdtemp.c: Likewise.
44487         * lib/pipe.c: Likewise.
44488         * lib/printf-args.c: Likewise.
44489         * lib/printf-parse.c: Likewise.
44490         * lib/progname.c: Likewise.
44491         * lib/progreloc.c: Likewise.
44492         * lib/readlink.c: Likewise.
44493         * lib/sh-quote.c: Likewise.
44494         * lib/stpcpy.c: Likewise.
44495         * lib/stpncpy.c: Likewise.
44496         * lib/strcasecmp.c: Likewise.
44497         * lib/strcasestr.c: Likewise.
44498         * lib/strcspn.c: Likewise.
44499         * lib/striconv.c: Likewise.
44500         * lib/strncasecmp.c: Likewise.
44501         * lib/strnlen1.c: Likewise.
44502         * lib/strstr.c: Likewise.
44503         * lib/strtok_r.c: Likewise.
44504         * lib/tls.c: Likewise.
44505         * lib/tmpdir.c: Likewise.
44506         * lib/unicodeio.c: Likewise.
44507         * lib/unsetenv.c: Likewise.
44508         * lib/vasnprintf.c: Likewise.
44509         * lib/vasprintf.c: Likewise.
44510         * lib/wait-process.c: Likewise.
44511         * lib/xallocsa.c: Likewise.
44512         * lib/xsetenv.c: Likewise.
44513         * lib/xstriconv.c: Likewise.
44514
44515 2006-09-13  Simon Josefsson  <jas@extundo.com>
44516
44517         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44518         that internally, suggested by Ralf Wildenhues
44519         <Ralf.Wildenhues@gmx.de>.
44520
44521 2006-09-13  Simon Josefsson  <jas@extundo.com>
44522
44523         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44524         @LIBOBJS@.
44525         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44526
44527 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44528
44529         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44530         longer worry about uses that don't define HAVE_CONFIG_H.
44531         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44532         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44533         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44534         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44535         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44536         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44537         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44538         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44539         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44540         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44541         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44542         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44543         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44544         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44545         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44546         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44547         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44548         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44549         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44550         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44551         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44552         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44553         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44554         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44555         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44556         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44557         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44558         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44559         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44560         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44561         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44562         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44563         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44564         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44565         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44566         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44567         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44568         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44569         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44570         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44571         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44572         Likewise.
44573
44574 2006-09-13  Eric Blake  <ebb9@byu.net>
44575
44576         * lib/getopt.c: Fix typo in last commit.
44577
44578 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44579
44580         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44581         dgettext.
44582
44583 2006-09-12  Jim Meyering  <jim@meyering.net>
44584
44585         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44586         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44587         Reported by Nelson H. F. Beebe.
44588
44589 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44590
44591         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44592         program_invocation_name and program_invocation_short_name are
44593         initialized.
44594         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44595         and program_invocation_short_name to argp.h, so they are visible
44596         to user programs.
44597         * lib/argp.h: Likewise
44598
44599 2006-09-10  Bruno Haible  <bruno@clisp.org>
44600
44601         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44602         m4/inttypes_h.m4, m4/uintmax_t.m4.
44603
44604 2006-09-10  Bruno Haible  <bruno@clisp.org>
44605
44606         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44607         gl_AC_TYPE_UINTMAX_T.
44608
44609 2006-09-10  Bruno Haible  <bruno@clisp.org>
44610
44611         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44612
44613 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44614
44615         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44616         convention.  Text proposed by Bruno Haible.
44617         (struct argp_option): Document the use of N_() wrappers.
44618
44619         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44620         '\v', and translate the two parts separately, instead of feeding
44621         the whole string to gettext.  This allows to exclude
44622         '\v' from the strings visible to the translator by writing doc
44623         strings as N_("..") "\v" N_("..").
44624
44625 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44626
44627         * config/srclist.txt: Undo latest change; the bug was fixed.
44628
44629 2006-09-09  Bruno Haible  <bruno@clisp.org>
44630
44631         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44632         assignments if building a library without libtool.
44633         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44634         in func_emit_lib_Makefile_am.
44635         (func_import): When building a static library libfoo.a, arrange to
44636         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44637         (func_create_testdir): Likewise.
44638         * modules/gc (configure.ac, Makefile.am): If building statically,
44639         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44640         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44641         * modules/striconv (configure.ac, Makefile.am): Likewise.
44642         Based on a suggestion by Ralf Wildenhues.
44643
44644 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44645
44646         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44647         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44648         Also:
44649
44650         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44651         Add year_2050_test to catch glibc bug 2821
44652         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44653
44654         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44655         Prefer #ifdef to #if.
44656
44657         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44658         Return from 'main' instead of calling 'exit'.
44659
44660 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44661
44662         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44663         returned the maximum time_t value rather than (time_t) -1.
44664         Problem originally reported by William Bardwell
44665         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44666
44667         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44668         Moved to here ...
44669         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44670         ... from here.
44671
44672 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44673
44674         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44675         2821 is fixed.
44676
44677 2006-09-08  Jim Meyering  <jim@meyering.net>
44678
44679         Don't make generated files read-only.  That would bother too many
44680         people.  However, do retain the ability to work when targets are
44681         read-only: remove the destination and temporary files before writing
44682         them (when generated via sed or echo), or by using the -f option for
44683         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44684         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44685         * modules/byteswap, modules/configmake, modules/fcntl:
44686         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44687         * modules/localcharset, modules/netinet_in, modules/poll:
44688         * modules/stdbool, modules/stdint, modules/sys_select:
44689         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44690
44691 2006-09-08  Jim Meyering  <jim@meyering.net>
44692
44693         Avoid new build failure on FreeBSD 6.0.
44694         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44695         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44696         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44697
44698 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44699
44700         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44701
44702 2006-09-07  Jim Meyering  <jim@meyering.net>
44703
44704         Fix global typo in last change: use chmod u-w, not chmod u-x.
44705         Spotted by Paul Eggert and Bruce Korb.
44706         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44707         * modules/byteswap, modules/configmake, modules/fcntl:
44708         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44709         * modules/localcharset, modules/netinet_in, modules/poll:
44710         * modules/stdbool, modules/stdint, modules/sys_select:
44711         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44712
44713 2006-09-06  Jim Meyering  <jim@meyering.net>
44714
44715         Make generated files be read-only.
44716         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44717         Ensure that each generated file is now read-only.
44718         * modules/argz: Likewise.
44719         * modules/arpa_inet: Likewise.
44720         * modules/byteswap: Likewise.
44721         * modules/configmake: Likewise.
44722         * modules/fcntl: Likewise.
44723         * modules/fnmatch: Likewise.
44724         * modules/getopt: Likewise.
44725         * modules/glob: Likewise.
44726         * modules/inttypes: Likewise.
44727         * modules/netinet_in: Likewise.
44728         * modules/poll: Likewise.
44729         * modules/stdbool: Likewise.
44730         * modules/stdint: Likewise.
44731         * modules/sys_select: Likewise.
44732         * modules/sys_socket: Likewise.
44733         * modules/sys_stat: Likewise.
44734         * modules/sysexits: Likewise.
44735         * modules/localcharset: Same as above, but continue using temporary
44736         file named "t-$@" (why different?) rather than the "$@-t" used
44737         everywhere else.
44738
44739         * modules/sysexits (Makefile.am): Replace literal occurrences
44740         of "sysexit.h" more readable, and more consistent, "$@".
44741
44742 2006-09-06  Bruno Haible  <bruno@clisp.org>
44743
44744         * modules/striconv: New file.
44745         * modules/xstriconv: New file.
44746         * MODULES.html.sh (Internationalization functions): Add striconv,
44747         xstriconv.
44748
44749 2006-09-06  Bruno Haible  <bruno@clisp.org>
44750
44751         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44752         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44753         not using libtool correctly.
44754
44755 2006-09-06  Bruno Haible  <bruno@clisp.org>
44756
44757         * lib/striconv.h: New file.
44758         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44759         iconvstring.c.
44760         * lib/xstriconv.h: New file.
44761         * lib/xstriconv.c: New file.
44762
44763 2006-09-06  Bruno Haible  <bruno@clisp.org>
44764
44765         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44766         lib_..._LDFLAGS.
44767
44768 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44769
44770         * lib/argz_.h: Sync from Libtool.
44771
44772         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44773                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44774
44775         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44776
44777 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44778
44779         * modules/trim: New file.
44780
44781 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44782
44783         * lib/trim.h: New file.
44784         * lib/trim.c: New file.
44785
44786 2006-09-05  Bruno Haible  <bruno@clisp.org>
44787
44788         * MODULES.html.sh (String handling): Add trim.
44789
44790 2006-09-04  Karl Berry  <karl@gnu.org>
44791
44792         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44793         until next release.
44794
44795 2006-09-03  Bruno Haible  <bruno@clisp.org>
44796
44797         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44798         correctly.
44799
44800 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44801
44802         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44803         not gl_GETLOADAVG.  Omit unneeded semicolons.
44804         Problems reported by Ralf Wildenhues in
44805         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44806         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44807         at the end, which is the usual gnulib style.
44808
44809         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44810         of doing all the work ourselves.
44811         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44812         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44813
44814 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44815
44816         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44817         Problem reported by Ralf Wildenhues in
44818         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44819
44820         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44821         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44822
44823 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44824
44825         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44826         yesterday's patch by changing test -n to test -z.
44827
44828 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44829
44830         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44831         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44832         the former is now obsolescent.
44833
44834         * modules/chdir-long (Depends-on): Add fcntl.
44835
44836 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44837
44838         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44839         obsolescent, and programs should use gnulib instead.
44840         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44841         but with prefixes changed.
44842
44843 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44844
44845         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44846         or stdbool.h, because they might not exist while configuring.
44847
44848         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44849         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44850         does that for us.
44851         (O_DIRECTORY): Remove.
44852
44853 2006-08-31  Eric Blake  <ebb9@byu.net>
44854
44855         * gnulib-tool: Don't let emacs change spaces to TAB.
44856
44857 2006-08-31  Bruno Haible  <bruno@clisp.org>
44858
44859         * gnulib-tool: When calling func_import more than once, do it in a
44860         subshell.
44861         Reported by Eric Blake <ebb9@byu.net>.
44862
44863 2006-08-31  Bruno Haible  <bruno@clisp.org>
44864
44865         * gnulib-tool (nl): Remove variable.
44866         (sed_transform_lib_file): Use more robust test for config-h module.
44867         (func_import): Fix typo in 2006-08-25 patch.
44868
44869 2006-08-31  Bruno Haible  <bruno@clisp.org>
44870
44871         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44872         specified, augment Makefile.am variables instead of assigning them.
44873
44874 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44875
44876         Work around a bug in both the Linux and SunOS 64-bit kernels:
44877         nanosleep mishandles sleeps for longer than 2**31 seconds.
44878         Problem reported by Frank v Waveren in
44879         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44880         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44881         Check for nanosleep bug.
44882         (LIB_NANOSLEEP): Append clock_gettime library if needed.
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         * lib/nanosleep.c (BILLION): New constant.
44891         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44892         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44893         implementation.
44894
44895 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44896
44897         * modules/nanosleep (Depends-on): Add gettime.
44898
44899 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44900         and Simon Josefsson  <jas@extundo.com>
44901         and Oskar Liljeblad  <oskar@osk.mine.nu>
44902
44903         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44904         * gnulib-tool (func_import): New license type 'unmodifiable license
44905         text'.
44906         * modules/fdl: Use it.  Longer description.
44907         * module/gpl, module/lgpl: New files.
44908
44909 2006-08-30  Jim Meyering  <jim@meyering.net>
44910
44911         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44912         shadowing the parameter.
44913
44914 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44915
44916         Sync from Libtool:
44917
44918         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44919
44920         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44921         sharing with gnulib.  Report by Eric Blake.
44922
44923 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44924
44925         * modules/isapipe: New file.
44926         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44927
44928 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44929
44930         * modules/configmake (Makefile.am): Add a comment, and omit
44931         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44932         by Bruno Haible.
44933
44934 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44935
44936         * m4/isapipe.m4: New file.
44937
44938 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44939
44940         * lib/isapipe.c, lib/isapipe.h: New files.
44941
44942 2006-08-29  Jim Meyering  <jim@meyering.net>
44943
44944         * modules/configmake (Makefile.am): Make configmake.h depend on
44945         Makefile.  Otherwise, a stale configmake.h could hang around.
44946
44947 2006-08-29  Eric Blake  <ebb9@byu.net>
44948
44949         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44950         resolution of upstream bug 3044.
44951
44952 2006-08-29  Bruno Haible  <bruno@clisp.org>
44953
44954         * modules/localcharset (Depends-on): Add configmake.
44955         (Makefile.am): Remove setting of LIBDIR through DEFS.
44956
44957 2006-08-29  Bruno Haible  <bruno@clisp.org>
44958
44959         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44960         defined.
44961
44962 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44963
44964         * modules/fcntl: New file.
44965         * modules/chdir-safer (Depends-on): Add fcntl.
44966         * modules/fts: Likewise.
44967         * modules/mkdir-p: Likewise.
44968
44969         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44970         This undoes the most recent change, since we're now addressing the
44971         problem in a different way.
44972
44973         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44974         into output, since the output might be called Makefile.am even
44975         if $makefile_name is something different.
44976         (func_import): Use $makefile_am rather than
44977         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44978         empty.
44979
44980         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44981
44982 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44983
44984         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44985         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44986         recent change to stdint.m4, since we're now addressing the problem in a
44987         different way.
44988
44989 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44990
44991         * m4/fcntl_h.m4: New file.
44992
44993 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44994
44995         * lib/fcntl_.h: New file.
44996         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44997         the fcntl module.
44998         * lib/dirchownmod.c: Likewise.
44999         * lib/fts.c: Likewise.
45000
45001         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
45002         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
45003         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
45004         just before including <inttypes.h>, to avoid circular inclusion.
45005
45006 2006-08-28  Jim Meyering  <jim@meyering.net>
45007
45008         * doc/visibility.texi: Actually read and correct the grammar of the
45009         sentence affected by yesterday's change.
45010
45011 2006-08-28  Eric Blake  <ebb9@byu.net>
45012
45013         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
45014         needs wrapper.
45015
45016 2006-08-28  Eric Blake  <ebb9@byu.net>
45017
45018         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
45019
45020 2006-08-28  Eric Blake  <ebb9@byu.net>
45021
45022         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
45023
45024 2006-08-28  Bruno Haible  <bruno@clisp.org>
45025
45026         * modules/c-strstr: New file, from GNU gettext.
45027         * MODULES.html.sh (String handling): Add c-strstr.
45028
45029 2006-08-28  Bruno Haible  <bruno@clisp.org>
45030
45031         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
45032         macros.
45033         Reported by Eric Blake.
45034
45035 2006-08-28  Bruno Haible  <bruno@clisp.org>
45036
45037         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
45038         (VASNPRINTF): Return a string of length > INT_MAX without failing.
45039         * lib/vasprintf.c: Include errno.h, limits.h.
45040         (EOVERFLOW): New fallback definition.
45041         (vasprintf): Test here whether the string length is > INT_MAX.
45042         * lib/vsnprintf.c: Include errno.h, limits.h.
45043         (EOVERFLOW): New fallback definition.
45044         (vsnprintf): Fix bug when generated string was too long for the buffer.
45045         Test here whether the string length is > INT_MAX.
45046
45047 2006-08-28  Bruno Haible  <bruno@clisp.org>
45048
45049         * lib/inttypes_.h (SCNX*): Remove definitions.
45050         Reported by Eric Blake.
45051
45052 2006-08-28  Bruno Haible  <bruno@clisp.org>
45053
45054         * lib/c-strstr.h: New file, from GNU gettext.
45055         * lib/c-strstr.c: New file, from GNU gettext.
45056
45057 2006-08-28  Bruno Haible  <bruno@clisp.org>
45058
45059         * gnulib-tool: Reorder some statements.
45060
45061 2006-08-28  Bruno Haible  <bruno@clisp.org>
45062
45063         * gnulib-tool: New option --makefile-name.
45064         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45065         $makefile_name.
45066         (func_import): Write $makefile_name to the cache file, and read it from
45067         there unless explicitly specified. Use $makefile_name as file name
45068         instead of Makefile.am. Adjust the recommendations accordingly.
45069
45070 2006-08-28  Bruno Haible  <bruno@clisp.org>
45071
45072         * gnulib-tool (func_verify_module): Check against misapplying patch.
45073
45074 2006-08-28  Bruno Haible  <bruno@clisp.org>
45075
45076         * gnulib-tool (func_relativize, func_relconcat): New functions.
45077         Give an error if --local-dir is given with --update.
45078         Remove trailing slashes from $local_gnulib_dir.
45079         (func_import): Store the relativized $local_gnulib_dir in
45080         gnulib-cache.m4, and read it from there if not specified explicitly.
45081
45082 2006-08-28  Bruno Haible  <bruno@clisp.org>
45083
45084         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45085         is the current directory. Respect also $local_gnulib_dir.
45086
45087 2006-08-28  Bruno Haible  <bruno@clisp.org>
45088             Simon Josefsson  <jas@extundo.com>
45089
45090         BeOS portability.
45091         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45092
45093 2006-08-27  Jim Meyering  <jim@meyering.net>
45094
45095         * doc/visibility.texi: Remove duplicate word: "pointer".
45096
45097 2006-08-26  Bruno Haible  <bruno@clisp.org>
45098
45099         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45100         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45101         (Makefile.am): Create inttypes.h from inttypes_.h.
45102         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45103
45104         * modules/imaxabs: New file.
45105
45106         * modules/imaxdiv: New file.
45107
45108 2006-08-26  Bruno Haible  <bruno@clisp.org>
45109
45110         * m4/inttypes.m4: New file.
45111         * m4/_inttypes_h.m4: Remove file.
45112         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45113         PRI_MACROS_BROKEN.
45114         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45115
45116         * m4/imaxabs.m4: New file.
45117
45118         * m4/imaxdiv.m4: New file.
45119
45120 2006-08-26  Bruno Haible  <bruno@clisp.org>
45121
45122         * lib/inttypes_.h: New file.
45123         * lib/inttypes.h: Remove file.
45124         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45125
45126         * lib/imaxabs.c: New file.
45127
45128         * lib/imaxdiv.c: New file.
45129
45130 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45131
45132         New config-h module, so that "make" output needn't be cluttered
45133         by -DHAVE_CONFIG_H.
45134         * MODULES.html.sh (Support for building libraries and executables):
45135         Add config-h.
45136         * modules/config-h: New file.
45137         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45138         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45139         the config-h module is used.
45140
45141         New configmake module, so that "make" output needn't be cluttered
45142         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45143         * MODULES.html.sh (Support for building libraries and executables):
45144         Add configmake.
45145         * modules/configmake: New file.
45146
45147 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45148
45149         * m4/config-h.m4: New file.
45150
45151 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45152
45153         * config/srclist.txt: Add elisp-comp.
45154
45155 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45156
45157         * MODULES.html.sh (Support for building libraries and executables):
45158         Add elisp-comp.
45159         * build-aux/elisp-comp: New file.
45160         * modules/elisp-comp: New file.
45161
45162 2006-08-24  Bruno Haible  <bruno@clisp.org>
45163
45164         * gnulib-tool (func_create_testdir): Use non-default values of
45165         sourcebase and m4base.
45166
45167 2006-08-24  Bruno Haible  <bruno@clisp.org>
45168
45169         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45170         HTML structure.
45171
45172 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45173
45174         * modules/openat (Depends-on): Add lchown.
45175
45176 2006-08-23  Bruno Haible  <bruno@clisp.org>
45177
45178         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45179         of gl_LOCK_EARLY instead of gl_LOCK.
45180
45181 2006-08-23  Bruno Haible  <bruno@clisp.org>
45182
45183         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45184         on OSF/1 to no.
45185         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45186
45187 2006-08-23  Bruno Haible  <bruno@clisp.org>
45188
45189         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45190         as unusable.
45191
45192         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45193         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45194         (gl_LOCK): New macro.
45195
45196 2006-08-22  Simon Josefsson  <jas@extundo.com>
45197
45198         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45199         to md5 module.
45200
45201 2006-08-22  Simon Josefsson  <jas@extundo.com>
45202
45203         * MODULES.html.sh: Add "Support for maintaining and release
45204         projects".
45205
45206         * build-aux/gnupload: New file, from coreutils.
45207
45208 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45209
45210         Avoid the need for AC_LIBSOURCES in m4 macros.
45211         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45212         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45213         * modules/check-version (EXTRA_DIST): Add check-version.h.
45214         * modules/crc (EXTRA_DIST): Add crc.h.
45215         * modules/des (EXTRA_DIST): Add des.h.
45216         * modules/gc (EXTRA_DIST): Add gc.h.
45217         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45218         * modules/getline (EXTRA_DIST): Add getline.h.
45219         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45220         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45221         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45222         * modules/md2 (EXTRA_DIST): Add md2.h.
45223         * modules/md4 (EXTRA_DIST): Add md4.h.
45224         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45225         * modules/read-file (EXTRA_DIST): Add read-file.h.
45226         * modules/readline (EXTRA_DIST): Add readline.h.
45227         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45228         rijndael-api-fst.h.
45229
45230 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45231
45232         * m4/rijndael.m4 (gl_ARCFOUR):
45233         * m4/arctwo.m4 (gl_ARCTWO):
45234         * m4/check-version.m4 (gl_CHECK_VERSION):
45235         * m4/crc.m4 (gl_CRC):
45236         * m4/des.m4 (gl_DES):
45237         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45238         * m4/gc.m4 (gl_GC):
45239         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45240         * m4/getline.m4 (gl_FUNC_GETLINE):
45241         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45242         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45243         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45244         * m4/md2.m4 (gl_MD2):
45245         * m4/md4.m4 (gl_MD4):
45246         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45247         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45248         * m4/readline.m4 (gl_FUNC_READLINE):
45249         * m4/rijndael.m4 (gl_RIJNDAEL):
45250         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45251         to get the necessary .h files and whatnot.
45252
45253 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45254
45255         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45256         gnulib rather than the other way around.
45257         * config/srclistvars.sh (COREUTILS): Remove.
45258
45259 2006-08-22  Jim Meyering  <jim@meyering.net>
45260
45261         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45262
45263         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45264
45265 2006-08-22  Eric Blake  <ebb9@byu.net>
45266
45267         * modules/regexprops-generic: New file.
45268         * MODULES.html.sh (Support for building documentation): List it.
45269
45270 2006-08-22  Eric Blake  <ebb9@byu.net>
45271
45272         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45273         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45274         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45275         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45276
45277 2006-08-22  Bruno Haible  <bruno@clisp.org>
45278
45279         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45280         and lib_LTLIBRARIES like the other lib_* variables.
45281
45282 2006-08-22  Bruno Haible  <bruno@clisp.org>
45283
45284         * build-aux/x-to-1.in: New file, from GNU gettext.
45285
45286 2006-08-22  Bruno Haible  <bruno@clisp.org>
45287
45288         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45289         <utmpx.h> exists.
45290
45291 2006-08-22  Bruno Haible  <bruno@clisp.org>
45292
45293         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45294         <utmpx.h> exists.
45295
45296 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45297
45298         BeOS portability.
45299         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45300         exist.
45301         Problem reported by Bruno Haible.
45302
45303 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45304
45305         Avoid the need for AC_LIBSOURCES in m4 macros.
45306         * modules/acl (EXTRA_DIST): Add acl.h.
45307         * modules/argmatch (Files): Add m4/argmatch.m4.
45308         (configure.ac): Add gl_ARGMATCH.
45309         (EXTRA_DIST): Renamed from lib_SOURCES, for
45310         consistency with the other modules.  Remove argmatch.c.
45311         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45312         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45313         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45314         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45315         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45316         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45317         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45318         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45319         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45320         * modules/closeout (EXTRA_DIST): Add closeout.h.
45321         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45322         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45323         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45324         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45325         dirname.h; remove basename.c and stripslash.c.
45326         * modules/exclude (EXTRA_DIST): Add exclude.h.
45327         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45328         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45329         * modules/file-type (EXTRA_DIST): Add file-type.h.
45330         * modules/filemode (EXTRA_DIST): Add filemode.h.
45331         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45332         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45333         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45334         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45335         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45336         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45337         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45338         * modules/getdate (EXTRA_DIST): Add getdate.c.
45339         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45340         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45341         * modules/getpass (EXTRA_DIST): Add getpass.h.
45342         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45343         * modules/group-member (EXTRA_DIST): Add group-member.h.
45344         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45345         * modules/hash (EXTRA_DIST): Add hash.h.
45346         * modules/human (EXTRA_DIST): Add human.h.
45347         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45348         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45349         * modules/lchown (EXTRA_DIST): Add lchown.h.
45350         * modules/long-options (EXTRA_DIST): Add long-options.h.
45351         * modules/lstat (EXTRA_DIST): Add lstat.h.
45352         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45353         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45354         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45355         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45356         * modules/memxor (EXTRA_DIST): Add memxor.h.
45357         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45358         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45359         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45360         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45361         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45362         * modules/physmem (EXTRA_DIST): Add physmem.h.
45363         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45364         * modules/posixver (EXTRA_DIST): Add posixver.h.
45365         * modules/quote (EXTRA_DIST): Add quote.h.
45366         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45367         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45368         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45369         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45370         regex_internal.h regexec.c.
45371         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45372         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45373         * modules/same (EXTRA_DIST): Add same.h.
45374         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45375         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45376         * modules/savedir (EXTRA_DIST): Add savedir.h.
45377         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45378         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45379         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45380         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45381         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45382         * modules/strdup (EXTRA_DIST): Add strdup.h.
45383         * modules/strftime (EXTRA_DIST): Add strftime.h.
45384         * modules/strndup (EXTRA_DIST): Add strndup.h.
45385         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45386         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45387         * modules/time_r (EXTRA_DIST): Add time_r.h.
45388         * modules/timespec (EXTRA_DIST): Add timespec.h.
45389         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45390         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45391         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45392         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45393         * modules/userspec (EXTRA_DIST): Add userspec.h.
45394         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45395         * modules/utimens (EXTRA_DIST): Add utimens.h.
45396         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45397         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45398         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45399         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45400         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45401         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45402         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45403         * modules/yesno (EXTRA_DIST): Add yesno.h.
45404
45405 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45406
45407         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45408
45409         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45410         * m4/dev-ino.m4, same-inode.m4: Remove.
45411
45412         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45413         * m4/acl.m4 (AC_FUNC_ACL):
45414         * m4/backupfile.m4 (gl_BACKUPFILE):
45415         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45416         * m4/canon-host.m4 (gl_CANON_HOST):
45417         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45418         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45419         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45420         * m4/cloexec.m4 (gl_CLOEXEC):
45421         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45422         * m4/closeout.m4 (gl_CLOSEOUT):
45423         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45424         * m4/dirname.m4 (gl_DIRNAME):
45425         * m4/exclude.m4 (gl_EXCLUDE):
45426         * m4/exitfail.m4 (gl_EXITFAIL):
45427         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45428         * m4/file-type.m4 (gl_FILE_TYPE):
45429         * m4/filemode.m4 (gl_FILEMODE):
45430         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45431         * m4/fpending.m4 (gl_FUNC_FPENDING):
45432         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45433         * m4/fts.m4 (gl_FUNC_FTS):
45434         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45435         * m4/getdate.m4 (gl_GETDATE):
45436         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45437         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45438         * m4/getpass.m4 (gl_FUNC_GETPASS):
45439         * m4/gettime.m4 (gl_GETTIME):
45440         * m4/getugroups.m4 (gl_GETUGROUPS):
45441         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45442         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45443         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45444         * m4/hash.m4 (gl_HASH):
45445         * m4/idcache.m4 (gl_IDCACHE):
45446         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45447         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45448         * m4/long-options.m4 (gl_LONG_OPTIONS):
45449         * m4/lstat.m4 (gl_FUNC_LSTAT):
45450         * m4/md5.m4 (gl_MD5):
45451         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45452         * m4/memcoll.m4 (gl_MEMCOLL):
45453         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45454         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45455         * m4/memxor.m4 (gl_MEMXOR):
45456         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45457         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45458         * m4/modechange.m4 (gl_MODECHANGE):
45459         * m4/mountlist.m4 (gl_MOUNTLIST):
45460         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45461         * m4/openat.m4 (gl_FUNC_OPENAT):
45462         * m4/pathmax.m4 (gl_PATHMAX):
45463         * m4/physmem.m4 (gl_PHYSMEM):
45464         * m4/posixtm.m4 (gl_POSIXTM):
45465         * m4/posixver.m4 (gl_POSIXVER):
45466         * m4/quote.m4 (gl_QUOTE):
45467         * m4/quotearg.m4 (gl_QUOTEARG):
45468         * m4/readtokens.m4 (gl_READTOKENS):
45469         * m4/readutmp.m4 (gl_READUTMP):
45470         * m4/regex.m4 (gl_REGEX):
45471         * m4/safe-read.m4 (gl_SAFE_READ):
45472         * m4/safe-write.m4 (gl_SAFE_WRITE):
45473         * m4/same.m4 (gl_SAME):
45474         * m4/save-cwd.m4 (gl_SAVE_CWD):
45475         * m4/savedir.m4 (gl_SAVEDIR):
45476         * m4/settime.m4 (gl_SETTIME):
45477         * m4/sha1.m4 (gl_SHA1):
45478         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45479         * m4/stat-macros.m4 (gl_STAT_MACROS):
45480         * m4/stat-time.m4 (gl_STAT_TIME):
45481         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45482         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45483         * m4/strdup.m4 (gl_FUNC_STRDUP):
45484         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45485         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45486         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45487         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45488         * m4/time_r.m4 (gl_TIME_R):
45489         * m4/timespec.m4 (gl_TIMESPEC):
45490         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45491         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45492         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45493         * m4/userspec.m4 (gl_USERSPEC):
45494         * m4/utimecmp.m4 (gl_UTIMECMP):
45495         * m4/utimens.m4 (gl_UTIMENS):
45496         * m4/xalloc.m4 (gl_XALLOC):
45497         * m4/xgetcwd.m4 (gl_XGETCWD):
45498         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45499         * m4/xreadlink.m4 (gl_XREADLINK):
45500         * m4/xstrtod.m4 (gl_XSTRTOD):
45501         * m4/yesno.m4 (gl_YESNO):
45502         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45503         to get the necessary .h files and whatnot.
45504
45505 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45506             Bruno Haible  <bruno@clisp.org>
45507
45508         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45509         /bin/sh understanding of '!' conditional negation.
45510
45511 2006-08-21  Jim Meyering  <jim@meyering.net>
45512
45513         * modules/openat (Depends-on): Really alphabetize.
45514
45515         * modules/acl (Depends-on): Add error and quote.
45516
45517         * check-module (find_included_lib_files): Add at-func.c to the
45518         ok-to-include-more-than-once white list.
45519
45520         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45521
45522 2006-08-21  Bruno Haible  <bruno@clisp.org>
45523
45524         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45525         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45526         Reported by Martin Lambers <marlam@marlam.de>.
45527
45528 2006-08-21  Bruno Haible  <bruno@clisp.org>
45529
45530         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45531         specify an installation location, don't emit a noinst_LIBRARIES or
45532         noinst_LTLIBRARIES assignment.
45533
45534 2006-08-21  Bruno Haible  <bruno@clisp.org>
45535
45536         BeOS portability.
45537         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45538         BeOS has mbrtowc() but no <wctype.h>.
45539
45540 2006-08-21  Bruno Haible  <bruno@clisp.org>
45541
45542         BeOS portability.
45543         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45544         exist.
45545
45546 2006-08-21  Bruno Haible  <bruno@clisp.org>
45547
45548         BeOS portability.
45549         * lib/mbchar.h: Include <wctype.h> only if it exists.
45550
45551 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45552
45553         Remove files that are no longer needed by their respective modules.
45554         * m4/obstack.m4: Remove.
45555         * m4/strerror_r.m4: Remove.
45556         * m4/uint32_t.m4: Remove.
45557         * m4/uintptr_t.m4: Remove.
45558         * m4/ullong_max.m4: Remove.
45559         * m4/xstrtoimax.m4: Remove.
45560         * m4/xstrtoumax.m4: Remove.
45561
45562         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45563         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45564         dependencies now capture this.
45565
45566         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45567         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45568         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45569         * m4/human.m4 (gl_HUMAN): Likewise.
45570         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45571         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45572
45573         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45574
45575         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45576         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45577         stdint.
45578         * m4/human.m4 (gl_HUMAN): Likewise.
45579         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45580         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45581         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45582         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45583         * m4/xstrtol (gl_XSTRTOL): Likewise.
45584
45585         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45586         AC_TYPE_LONG_LONG_INT.
45587         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45588         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45589         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45590         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45591
45592         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45593         on stdbool.
45594
45595         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45596         (gl_PREREQ_XSTRTOUL): Remove.
45597
45598         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45599
45600         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45601         mode.
45602
45603 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45604
45605         Add and change modules to make it easier for coreutils to use
45606         gnulib-tool.
45607         * modules/backupfile (Files): Remove m4/d-ino.m4.
45608         (Depends-on): Add d-ino.
45609         * modules/cycle-check (Depends-on): Add stdint.
45610         (lib_SOURCES): Add cycle-check.h.
45611         * modules/d-ino: New module.
45612         * modules/d-type: New module.
45613         * modules/error (Files): Remove m4/strerror_r.m4.
45614         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45615         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45616         m4/inttypes_h.m4, m4/uintmax_t.m4.
45617         (Depends-on): Add stdint.
45618         (lib_SOURCES): Add fsusage.h.
45619         * modules/getcwd (Files): Remove d-ino.m4.
45620         (Depends-on): Add d-ino.
45621         * modules/getndelim2 (Depends-on): Add stdint.
45622         * modules/glob (Files): Remove m4/d-type.m4.
45623         (Depends-on): Add d-type.
45624         * modules/host-os: New module.
45625         * modules/human (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 human.h.
45629         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45630         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45631         m4/uintmax_t.m4, m4/ulonglong.m4.
45632         (Depends-on): Add stdint.
45633         (EXTRA_DIST): Add inttostr.h.
45634         * modules/lchmod: New module.
45635         * modules/link-follow: New module.
45636         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45637         (Depends-on): Add lchmod.
45638         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45639         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45640         (Depends-on): Add stdint.
45641         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45642         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45643         (Depends-on): Add stdint.
45644         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45645         * modules/perl: New module.
45646         * modules/regex (Depends-on): Add stdint.
45647         * modules/rmdir-errno: New module.
45648         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45649         m4/intmax_t.m4.
45650         (Depends-on): Add stdint.
45651         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45652         m4/uintmax_t.m4.
45653         (Depends-on): Add stdint.
45654         * modules/unlink-busy: New module.
45655         * modules/utimecmp (Depends-on): Add stdint.
45656         * modules/uptime: New module.
45657         * modules/winsz-ioctl: New module.
45658         * modules/winsz-termios: New module.
45659         * modules/xnanosleep (Depends-on): Add nanosleep.
45660         * modules/ullong_max: Remove.
45661         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45662         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45663         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45664         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45665         (Depends-on): Add inttypes.
45666         (lib_SOURCES): Add xstrtol.h.
45667         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45668         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45669         * MODULES.html.sh: Move 'assert' into the assert section.
45670         Move 'dummy' into the linking section.
45671         Remove ullong_max.
45672         Add section for compatibility checks for POSIX:2001 functions,
45673         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45674         winsz-ioctl, and winsz-termios into it.
45675         Add lchmod.
45676         Add top-level Misc section and put host-os, perl, and uptime
45677         into it.
45678
45679 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45680
45681         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45682         now assume the stdint module.  Do not include inttypes.h.
45683         * lib/fsusage.h: Likewise.
45684         * lib/getndelim2.c: Likewise.
45685         * lib/human.h: Likewise.
45686         * lib/inttostr.h: Likewise.
45687         * lib/obstack.c: Likewise.
45688         * lib/regex_internal.h: Likewise.
45689         * lib/tempname.c: Likewise.
45690         * lib/utimecmp.c: Likewise.
45691         * lib/xstrtol.h: Likewise.
45692
45693         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45694
45695         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45696         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45697         * lib/xtime.h: Likewise.
45698
45699 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45700
45701         * modules/openat (Files): Add lib/fchmodat.c.
45702         Fixes problem reported by Jay Youngman.
45703
45704 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45705
45706         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45707         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45708
45709 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45710             Bruno Haible  <bruno@clisp.org>
45711
45712         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45713         and is a script that invokes bison. Tighten the code. Add comments.
45714
45715 2006-08-18  Jim Meyering  <jim@meyering.net>
45716
45717         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45718         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45719         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45720         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45721
45722 2006-08-18  Bruno Haible  <bruno@clisp.org>
45723
45724         * modules/bison-i18n: New file.
45725         * MODULES.html.sh (Internationalization functions): Add it.
45726
45727 2006-08-18  Bruno Haible  <bruno@clisp.org>
45728
45729         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45730         sys/statvfs.h. When getmntinfo was found, check its declaration and
45731         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45732
45733 2006-08-18  Bruno Haible  <bruno@clisp.org>
45734
45735         * m4/bison-i18n.m4: New file, from bison.
45736
45737 2006-08-18  Bruno Haible  <bruno@clisp.org>
45738
45739         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45740         (ME_DUMMY): Treat "kernfs" as a dummy.
45741         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45742
45743 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45744
45745         Update from coreutils.
45746
45747         2006-08-15  Jim Meyering  <jim@meyering.net>
45748
45749         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45750
45751         2006-01-17  Jim Meyering  <jim@meyering.net>
45752
45753         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45754
45755         2006-01-11  Jim Meyering  <jim@meyering.net>
45756
45757         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45758         Check for the lchmod function.
45759
45760 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45761
45762         Update from coreutils.
45763
45764         * lib/__fpending.h: Add copyright notice.
45765         * lib/fprintftime.h: Likewise.
45766         * lib/savedir.c: Use (C) in copyright notice.
45767         * lib/savedir.h: Likewise.
45768
45769         2006-08-15  Jim Meyering  <jim@meyering.net>
45770
45771         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45772         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45773         in support of the EXPECTED_ERRNO macro.
45774         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45775         definitions.  Instead, define the appropriate symbols and include
45776         "at-func.c".
45777         * lib/mkdirat.c (mkdirat): Likewise.
45778         * lib/fchmodat.c (fchmodat): Likewise.
45779         (ENOSYS): Remove definition.
45780         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45781         it.  Don't include "unistd--.h" -- it wasn't ever used.
45782
45783         2006-01-17  Jim Meyering  <jim@meyering.net>
45784
45785         Rewrite fts.c not to change the current working directory,
45786         by using openat, fstatat, fdopendir, etc..
45787
45788         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45789         (HAVE_OPENAT_SUPPORT): Define.
45790         [_LIBC] (fchdir): Don't undef or define; no longer used.
45791         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45792         Now, this `function' always succeeds, and consumes its file descriptor
45793         parameter -- so callers must not close such FDs.  Update callers.
45794         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45795         (diropen): Add parameter, SP.  Adjust all callers.
45796         Implement using diropen_fd, rather than open.
45797         (fts_open): Initialize new member, fts_cwd_fd.
45798         Remove fts_rft-setting code.
45799         (fts_close): Close fts_cwd_fd, if necessary.
45800         (__opendir2): Define in terms of opendir or opendirat,
45801         depending on whether the FST_NOCHDIR flag is set.
45802         (fts_build): Since fts_safe_changedir consumes its FD, and since
45803         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45804         and close the dup'd file descriptor upon failure.
45805         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45806         (fts_safe_changedir): Tweak semantics to reflect that this function
45807         now calls cwd_advance_fd and hence consumes its FD argument.
45808         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45809         [struct FTS] (fts_rft): Remove now-unused member.
45810         [struct FTS] (fts_cycle.state): Improve comment.
45811
45812         * lib/openat.c (openat_needs_fchdir): New function.
45813         * lib/openat.h (openat_needs_fchdir): Declare it.
45814
45815 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45816
45817         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45818         Problem and fix reported by Pádraig Brady in
45819         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45820
45821 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45822
45823         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45824
45825 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45826
45827         * lib/memcoll.c (memcoll): Optimize for the common case where the
45828         arguments are bytewise equal.
45829
45830 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45831
45832         * doc/regexprops-generic.texi: Add a copyright notice.
45833
45834 2006-08-15  Bruno Haible  <bruno@clisp.org>
45835
45836         * modules/tmpdir (License): Change to LGPL.
45837
45838 2006-08-15  Bruno Haible  <bruno@clisp.org>
45839
45840         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45841         module.
45842
45843 2006-08-14  Simon Josefsson  <jas@extundo.com>
45844
45845         * config/srclist.txt: Add gnupload.
45846
45847 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45848
45849         Change copyright notice from LGPL 2 to GPL 2, since that's the
45850         standard form used in the gnulib repository.
45851         * tests/test-lock.c: Likewise.
45852         * tests/test-stdint.c: Likewise.
45853         * tests/test-tls.c: Likewise.
45854
45855         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45856         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45857         Add copyright notice.
45858
45859         * check-module: Add copyright notice.  Output a copyright
45860         notice if "--version" is specified.
45861         * modules/COPYING: New file.
45862         * tests/test-getaddrinfo.c: Add copyright notice.
45863         * tests/test-verify.c: Likewise.
45864
45865 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45866
45867         Change copyright notice from LGPL 2 to GPL 2, since that's the
45868         standard form used in the gnulib repository.
45869         * lib/lock.c: LGPL -> GPL.
45870         * lib/lock.h: Likewise.
45871         * lib/strnlen1.c: Likewise.
45872         * lib/strnlen1.h: Likewise.
45873         * lib/tls.c: Likewise.
45874         * lib/tls.h: Likewise.
45875         * lib/tmpdir.c: Likewise.
45876
45877         * lib/TODO: Remove; this belongs only in coreutils.
45878
45879 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45880
45881         Add copyright notices to long-enough files that lack them, since
45882         otherwise the files aren't clearly free.  Use the same notice that
45883         getdate.texi already uses.
45884         * doc/alloca-opt.texi: Add copyright notice.
45885         * doc/alloca.texi: Likewise.
45886         * doc/ctime.texi: Likewise.
45887         * doc/functions.texi: Likewise.
45888         * doc/gcd.texi: Likewise.
45889         * doc/gnulib-tool.texi: Likewise.
45890         * doc/inet_ntoa.texi: Likewise.
45891         * doc/visibility.texi: Likewise.
45892
45893         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45894         * doc/quote.texi: Add copyright notice.
45895
45896         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45897         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45898         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45899         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45900         is now obsolete, and give a pointer to the Sun list.
45901         Add copyright notice.
45902
45903 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45904
45905         * config/srclistvars.sh: Add copyright notice.
45906
45907 2006-08-14  Eric Blake  <ebb9@byu.net>
45908
45909         Import the following change from libc:
45910
45911         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45912
45913         Upstream bug 2997.
45914         * lib/misc/error.c: Add space between program name and message if file
45915         name is missing.
45916
45917 2006-08-12  Karl Berry  <karl@gnu.org>
45918
45919         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45920         remove, these originate in gnulib now.
45921
45922 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45923
45924         * doc/Makefile (standards.info standards.html standards.dvi):
45925         Also depend on make-stds.texi.
45926
45927 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45928
45929         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45930         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45931
45932         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45933         in wchar_t.  Problem reported by Eric Blake.
45934
45935         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45936         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45937         Also, help the compiler to keep LEN in a register.
45938
45939 2006-08-11  Eric Blake  <ebb9@byu.net>
45940
45941         * users.txt: Sort.  Add tar.
45942
45943 2006-08-11  Bruno Haible  <bruno@clisp.org>
45944
45945         * users.txt: New file.
45946
45947 2006-08-11  Bruno Haible  <bruno@clisp.org>
45948
45949         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45950         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45951
45952 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45953
45954         * modules/snprintf (Depends-on): Remove minmax.
45955         (Maintainer): Add self and Bruno.
45956
45957 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45958
45959         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45960         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45961         (EOVERFLOW): Define if the system does not.
45962         Do not include "minmax.h"; it wasn't used.
45963         (snprintf): Don't assume size_t promotes to an unsigned type.
45964         Fix bug when generated string was too long for the buffer: the
45965         buffer's contents are supposed to be the initial prefix of the
45966         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45967         exceeds INT_MAX; do the check ourselves.
45968
45969         Import the following changes from libc:
45970
45971         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45972
45973         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45974         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45975         set wc to the byte which couldn't be converted.
45976         (re_string_reconstruct): Don't clear valid_raw_len before calling
45977         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45978         tip_context using re_string_context_at.
45979
45980         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45981
45982         * lib/posix/regex.h: g++ still cannot handled [restrict].
45983
45984         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45985
45986         * lib/posix/regex.h: Remove special handling for VMS.
45987
45988 2006-08-10  Jim Meyering  <jim@meyering.net>
45989
45990         * modules/same-inode: New module.
45991         * modules/dev-ino: New module.
45992         * modules/cycle-check: Depend on these modules, rather than simply
45993         including their .h files.
45994         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45995         required via m4/cycle-check.m4.
45996         * modules/same: Depend on new same-inode module, rather than
45997         including same-inode.h.
45998         * modules/chdir-safer: New file.
45999
46000         * modules/chown (Depends-on): Add stat-macros.
46001
46002 2006-08-10  Jim Meyering  <jim@meyering.net>
46003
46004         * m4/cycle-check.m4: New file.
46005         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
46006         * m4/dev-ino.m4, m4/same-inode.m4: New files.
46007
46008 2006-08-10  Eric Blake  <ebb9@byu.net>
46009
46010         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
46011         in from original proposal.
46012
46013 2006-08-10  Eric Blake  <ebb9@byu.net>
46014         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46015
46016         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
46017         namespace.
46018
46019 2006-08-10  Bruno Haible  <bruno@clisp.org>
46020
46021         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
46022         as well.
46023
46024 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46025
46026         Sync from coreutils.
46027
46028         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
46029
46030         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
46031         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
46032
46033 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46034
46035         * modules/restrict: Remove; no longer needed now that we assume
46036         Autoconf 2.59 or later.
46037         * MODULES.html.sh: Remove 'restrict'.
46038         * modules/argp (Depends-on): Remove 'restrict'.
46039         * modules/base64 (Depends-on): Likewise.
46040         * modules/gc (Depends-on): Likewise.
46041         * modules/getaddrinfo (Depends-on): Likewise.
46042         * modules/glob (Depends-on): Likewise.
46043         * modules/inet_ntop (Depends-on): Likewise.
46044         * modules/inet_pton (Depends-on): Likewise.
46045         * modules/memxor (Depends-on): Likewise.
46046         * modules/regex (Depends-on): Likewise.
46047         * modules/strtok_r (Depends-on): Likewise.
46048         * modules/time_r (Depends-on): Likewise.
46049
46050 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46051
46052         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46053         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46054         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46055         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46056         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46057         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46058         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46059         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46060
46061         Merge from coreutils.
46062         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46063         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46064         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46065         * m4/time_r.m4 (gl_TIME_R): Likewise.
46066
46067 2006-08-09  Karl Berry  <karl@gnu.org>
46068
46069         * config/srclist.txt: no more gettext-tools, per Bruno.
46070
46071 2006-08-08  Eric Blake  <ebb9@byu.net>
46072
46073         * modules/verror: New module.
46074         * MODULES.html.sh: Document it.
46075
46076 2006-08-08  Eric Blake  <ebb9@byu.net>
46077
46078         * lib/verror.h, lib/verror.c: New files.
46079
46080 2006-08-08  Eric Blake  <ebb9@byu.net>
46081
46082         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46083         verror_at_line output complies with GNU Coding Standards even when
46084         file is NULL.
46085
46086 2006-08-07  Bruno Haible  <bruno@clisp.org>
46087
46088         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46089         versions of AIX.
46090         Reported by Ralf Wildenhues.
46091
46092 2006-08-07  Bruno Haible  <bruno@clisp.org>
46093
46094         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46095         in an AC_DEFUN. Needed so that the autoconf snippets can use
46096         AC_REQUIRE.
46097
46098 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46099
46100         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46101         Initialize pkgdata_DATA.
46102         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46103         overriding it.
46104
46105 2006-08-06  Eric Blake  <ebb9@byu.net>
46106
46107         * lib/error.h: Fold in some upstream changes from glibc.
46108         * lib/error.c: Likewise.
46109
46110 2006-08-04  Bruno Haible  <bruno@clisp.org>
46111
46112         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46113         Make the mostlyclean-local rule depend on mostlyclean-generic.
46114         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46115
46116 2006-07-31  Bruno Haible  <bruno@clisp.org>
46117
46118         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46119         <stdlib.h>, <string.h>.
46120
46121 2006-07-30  Bruno Haible  <bruno@clisp.org>
46122
46123         * modules/readlink (License): Change to LGPL.
46124
46125 2006-07-30  Bruno Haible  <bruno@clisp.org>
46126
46127         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46128         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46129         set PKGDATADIR to point to it.
46130
46131 2006-07-30  Bruno Haible  <bruno@clisp.org>
46132
46133         * modules/csharpexec (configure.ac): Comment out macro invocation.
46134         * modules/javaexec (configure.ac): Likewise.
46135         * modules/javacomp-script (configure.ac): Likewise.
46136
46137         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46138
46139 2006-07-30  Bruno Haible  <bruno@clisp.org>
46140
46141         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46142         linked-list.
46143
46144 2006-07-30  Bruno Haible  <bruno@clisp.org>
46145
46146         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46147
46148 2006-07-30  Bruno Haible  <bruno@clisp.org>
46149
46150         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46151         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46152         get removed.
46153
46154 2006-07-29  Bruno Haible  <bruno@clisp.org>
46155
46156         Make it possible for gnulib-tool to work with locally modified or
46157         augmented gnulib repositories.
46158         * gnulib-tool (func_usage): Document --local-dir option.
46159         (local_gnulib_dir): New variable.
46160         Handle --local-dir option.
46161         (func_lookup_file): New function.
46162         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46163         (func_get_description, func_get_filelist, func_get_description,
46164         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46165         func_get_automake_snippet, func_get_include_directive,
46166         func_get_license, func_get_maintainer): Use func_lookup_file.
46167         (func_import, func_create_testdir): Use func_lookup_file.
46168
46169 2006-07-29  Bruno Haible  <bruno@clisp.org>
46170
46171         * modules/setenv (Depends-on): Add unistd.
46172
46173 2006-07-29  Bruno Haible  <bruno@clisp.org>
46174
46175         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46176
46177 2006-07-29  Bruno Haible  <bruno@clisp.org>
46178
46179         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46180
46181 2006-07-29  Bruno Haible  <bruno@clisp.org>
46182
46183         * gnulib-tool (import, update): If there is no Makefile.am, look at
46184         aclocal.m4, instead of bailing out.
46185
46186 2006-07-29  Bruno Haible  <bruno@clisp.org>
46187
46188         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46189         Categorize the options by when they are useful.
46190
46191 2006-07-29  Bruno Haible  <bruno@clisp.org>
46192
46193         * gnulib-tool (func_usage): Document option --no-libtool.
46194         Handle option --no-libtool.
46195         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46196         for changed semantics of $libtool variable.
46197         (func_import): Likewise. If libtool is not used, show this through
46198         an option --no-libtool.
46199         (func_create_testdir): Update.
46200
46201 2006-07-29  Bruno Haible  <bruno@clisp.org>
46202
46203         * gnulib-tool (func_import): Extend error message about missing
46204         --doc-base.
46205
46206 2006-07-29  Bruno Haible  <bruno@clisp.org>
46207
46208         * gnulib-tool (func_import): Don't create the $docbase directory if
46209         there is no file to store there.
46210
46211 2006-07-29  Bruno Haible  <bruno@clisp.org>
46212
46213         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46214         relevant, look for configure.ac there, not in the current directory.
46215         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46216
46217 2006-07-29  Bruno Haible  <bruno@clisp.org>
46218
46219         * gnulib-tool (SORT): New variable.
46220         (func_usage): Undocument --assume-autoconf option.
46221         Remove --assume-autoconf option handling.
46222         (autoconf_minversion): Determine from the contents of configure.ac.
46223         (func_import): Remove autoconf_minversion handling.
46224         Suggested by Eric Blake.
46225
46226 2006-07-29  Bruno Haible  <bruno@clisp.org>
46227
46228         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46229
46230 2006-07-29  Bruno Haible  <bruno@clisp.org>
46231
46232         * config/srclist.txt (*setenv.[ch]): Remove rules.
46233
46234 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46235
46236         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46237
46238 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46239
46240         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46241         arpa/inet.h.
46242
46243 2006-07-28  Simon Josefsson  <jas@extundo.com>
46244
46245         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46246         * modules/inet_pton (Depends-on): Likewise.
46247
46248 2006-07-28  Simon Josefsson  <jas@extundo.com>
46249
46250         * m4/netinet_in_h.m4: New file.
46251
46252 2006-07-28  Simon Josefsson  <jas@extundo.com>
46253
46254         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46255         #include's.
46256
46257 2006-07-28  Simon Josefsson  <jas@extundo.com>
46258
46259         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46260         #include's.
46261
46262 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46263
46264         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46265         setgid on directories only if they set these bits.
46266         * lib/modechange.h: Remove obsolete comment about masks.
46267
46268 2006-07-28  Eric Blake  <ebb9@byu.net>
46269
46270         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46271         macro expansion.
46272
46273 2006-07-28  Bruno Haible  <bruno@clisp.org>
46274
46275         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46276
46277 2006-07-28  Bruno Haible  <bruno@clisp.org>
46278
46279         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46280
46281 2006-07-28  Bruno Haible  <bruno@clisp.org>
46282
46283         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46284         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46285         Define fallbacks.
46286         Avoids link error on FreeBSD 4.x.
46287         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46288
46289         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46290         encoding.
46291         * lib/mbswidth.c (iswcntrl): Likewise.
46292
46293 2006-07-27  Bruno Haible  <bruno@clisp.org>
46294
46295         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46296         test.
46297
46298 2006-07-27  Bruno Haible  <bruno@clisp.org>
46299
46300         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46301         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46302         defined.
46303
46304 2006-07-26  Eric Blake  <ebb9@byu.net>
46305
46306         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46307
46308 2006-07-26  Eric Blake  <ebb9@byu.net>
46309
46310         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46311         like mingw that lack mkstemp.
46312         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46313         avoid compilation warning on mingw.
46314
46315 2006-07-26  Bruno Haible  <bruno@clisp.org>
46316
46317         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46318         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46319         INT_FAST*_MIN, INTPTR_MIN.
46320
46321 2006-07-25  Bruno Haible  <bruno@clisp.org>
46322
46323         * modules/version-etc (Depends-on): Add stdarg.
46324
46325 2006-07-25  Bruno Haible  <bruno@clisp.org>
46326
46327         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46328         complex commands.
46329
46330 2006-07-25  Bruno Haible  <bruno@clisp.org>
46331
46332         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46333         defined in <stdarg.h> or config.h.
46334
46335 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46336
46337         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46338         (gl_STDIO_SAFER): Remove.
46339
46340 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46341
46342         * MODULES.html.sh (File stream based Input/Output):
46343         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46344         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46345         * modules/fopen-safer, modules/tmpfile-safer: New files.
46346         * modules/stdio-safer: Remove.
46347
46348 2006-07-24  Bruno Haible  <bruno@clisp.org>
46349
46350         * modules/tmpdir: New file.
46351         * MODULES.html.sh (File system functions): Add it.
46352
46353 2006-07-24  Bruno Haible  <bruno@clisp.org>
46354
46355         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46356         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46357
46358 2006-07-24  Bruno Haible  <bruno@clisp.org>
46359
46360         * modules/clean-temp: New file.
46361
46362 2006-07-24  Bruno Haible  <bruno@clisp.org>
46363
46364         * m4/tmpdir.m4: New file, from GNU gettext.
46365
46366 2006-07-24  Bruno Haible  <bruno@clisp.org>
46367
46368         * lib/tmpdir.h: New file, from GNU gettext.
46369         * lib/tmpdir.c: New file, from GNU gettext.
46370
46371 2006-07-24  Bruno Haible  <bruno@clisp.org>
46372
46373         * lib/clean-temp.h: New file, from GNU gettext.
46374         * lib/clean-temp.c: New file, from GNU gettext.
46375
46376 2006-07-23  Eric Blake  <ebb9@byu.net>
46377
46378         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46379         (Depends-on): Add binary-io.
46380
46381 2006-07-23  Eric Blake  <ebb9@byu.net>
46382
46383         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46384
46385 2006-07-23  Eric Blake  <ebb9@byu.net>
46386
46387         * lib/tmpfile-safer.c: New file.
46388         * lib/stdio-safer.h (fopen_safer): Add prototype.
46389         * lib/stdio--.h (tmpfile): Make safer.
46390
46391 2006-07-23  Bruno Haible  <bruno@clisp.org>
46392
46393         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46394         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46395         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46396         gl_linked_remove_at): Use it.
46397
46398 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46399         and Simon Josefsson <jas@extundo.com>
46400
46401         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46402
46403         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46404
46405 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46406
46407         * modules/close-stream: New file.
46408         * modules/closeout (Description): Make it clear that it exits
46409         with a diagnostic on error.
46410         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46411         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46412
46413 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46414
46415         * m4/close-stream.m4: New file.
46416
46417 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46418
46419         * lib/close-stream.c, lib/close-stream.h: New files.
46420
46421 2006-07-22  Bruno Haible  <bruno@clisp.org>
46422
46423         Merge from GNU gettext 0.15.
46424
46425         2006-05-01  Bruno Haible  <bruno@clisp.org>
46426
46427                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46428
46429         2006-07-22  Bruno Haible  <bruno@clisp.org>
46430
46431                 * modules/javaversion: New file.
46432                 * MODULES.html.sh (Java): Add javaversion.
46433
46434         2006-03-12  Bruno Haible  <bruno@clisp.org>
46435
46436                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46437
46438         2005-12-04  Bruno Haible  <bruno@clisp.org>
46439
46440                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46441                 (untested).
46442
46443         2006-06-21  Bruno Haible  <bruno@clisp.org>
46444
46445                 Avoid warnings from recent versions of mcs.
46446                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46447                 -o, -L, -r any more. Use options documented since mcs-1.0
46448                 instead. Similarly for -g.
46449
46450         2005-12-04  Bruno Haible  <bruno@clisp.org>
46451
46452                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46453                 .resources, not .resource.
46454
46455         2005-07-09  Bruno Haible  <bruno@clisp.org>
46456
46457                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46458                 add a .dll suffix.
46459                 Reported by Mark Junker <mjscod@gmx.de>.
46460
46461         2006-07-22  Bruno Haible  <bruno@clisp.org>
46462
46463                 * modules/gettext: Upgrade to gettext-0.15.
46464                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46465                 m4/visibility.m4.
46466                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46467
46468 2006-07-22  Bruno Haible  <bruno@clisp.org>
46469
46470         Merge from GNU gettext 0.15.
46471
46472         2006-03-25  Bruno Haible  <bruno@clisp.org>
46473
46474                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46475
46476         2006-07-21  Bruno Haible  <bruno@clisp.org>
46477
46478                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46479                 "1.1".
46480
46481         2006-05-09  Bruno Haible  <bruno@clisp.org>
46482
46483                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46484                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46485                 for the conftestver execution.
46486
46487         2006-05-01  Bruno Haible  <bruno@clisp.org>
46488
46489                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46490                 optional target-version argument. Verify that the compiler
46491                 groks source of the specified source-version, or add -source
46492                 option as necessary. Verify that the compiler produces
46493                 bytecode in the specified target-version, or add -target and
46494                 -source options as necessary. Make the result of the test
46495                 available as variable CONF_JAVAC. Also log error output in
46496                 config.log.
46497
46498         2006-03-11  Bruno Haible  <bruno@clisp.org>
46499
46500                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46501
46502         2006-05-09  Bruno Haible  <bruno@clisp.org>
46503
46504                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46505                 CLASSPATH_SEPARATOR to a semicolon.
46506
46507         2006-03-12  Bruno Haible  <bruno@clisp.org>
46508
46509                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46510                 available as variable CONF_JAVA, for subsequent autoconf
46511                 tests. Also log error output in config.log.
46512
46513         2006-07-19  Bruno Haible  <bruno@clisp.org>
46514
46515                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46516                 that getline works on glibc2 systems. Needed to avoid trouble
46517                 in relocatable.c.
46518                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46519
46520         2005-12-04  Bruno Haible  <bruno@clisp.org>
46521
46522                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46523                 launcher (untested).
46524
46525         2005-12-04  Bruno Haible  <bruno@clisp.org>
46526
46527                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46528
46529         2006-07-22  Bruno Haible  <bruno@clisp.org>
46530
46531                 * gettext.m4: Update from GNU gettext-0.15.
46532                 * nls.m4: Likewise.
46533                 * po.m4: Likewise.
46534                 * inttypes-pri.m4: Likewise.
46535                 * inttypes-h.m4: Renamed from inttypes.m4.
46536                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46537
46538 2006-07-22  Bruno Haible  <bruno@clisp.org>
46539
46540         Merge from GNU gettext 0.15.
46541
46542         2005-07-05  Bruno Haible  <bruno@clisp.org>
46543
46544                 * printf-args.c (printf_fetchargs): Work around broken
46545                 definition of wint_t on mingw.
46546
46547         2005-02-12  Bruno Haible  <bruno@clisp.org>
46548
46549                 * xallocsa.h: Add extern "C" for C++.
46550
46551         2006-05-17  Bruno Haible  <bruno@clisp.org>
46552
46553                 Cygwin portability.
46554                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46555
46556         2006-04-30  Bruno Haible  <bruno@clisp.org>
46557
46558                 * progreloc.c: Include <mach-o/dyld.h> if available.
46559                 (find_executable): Use _NSGetExecutablePath when possible.
46560
46561         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46562
46563                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46564                 function.
46565
46566         2005-12-29  Bruno Haible  <bruno@clisp.org>
46567
46568                 * progreloc.c (set_program_name_and_installdir): Fix
46569                 compilation error.
46570
46571         2005-12-04  Bruno Haible  <bruno@clisp.org>
46572
46573                 Cygwin portability.
46574                 * progreloc.c: Include <windows.h> also on Cygwin.
46575                 (find_executable): Add support for Cygwin.
46576                 (set_program_name_and_installdir): Handle also platforms with
46577                 nonempty EXEEXT.
46578
46579         2006-07-11  Bruno Haible  <bruno@clisp.org>
46580
46581                 * javacomp.c: Fix a comment.
46582                 Reported by Jim Meyering.
46583
46584         2006-04-30  Bruno Haible  <bruno@clisp.org>
46585
46586                 * javacomp.h (compile_java_class): Add source_version,
46587                 target_version arguments.
46588                 * javacomp.c: Rewritten to choose only a compiler that
46589                 respects the specified source_version and target_version.
46590
46591         2006-06-27  Bruno Haible  <bruno@clisp.org>
46592
46593                 Assume correct S_ISDIR macro.
46594                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46595
46596         2006-07-22  Bruno Haible  <bruno@clisp.org>
46597
46598                 * javaversion.h: New file, from GNU gettext.
46599                 * javaversion.c: New file, from GNU gettext.
46600                 * javaversion.java: New file, from GNU gettext.
46601                 * javaversion.class: New file, from GNU gettext.
46602
46603         2006-05-17  Bruno Haible  <bruno@clisp.org>
46604
46605                 Cygwin portability.
46606                 * javaexec.c (execute_java_class): Test for jview program
46607                 also on Cygwin.
46608
46609         2006-04-09  Bruno Haible  <bruno@clisp.org>
46610
46611                 * fatal-signal.c: Don't include string.h.
46612                 (at_fatal_signal): Use a copying loop instead of memcpy.
46613
46614         2005-12-04  Bruno Haible  <bruno@clisp.org>
46615
46616                 * csharpexec.c: Add support for 'clix' launcher (untested).
46617                 (execute_csharp_using_sscli): New function.
46618                 (execute_csharp_program): Call it.
46619
46620         2006-06-21  Bruno Haible  <bruno@clisp.org>
46621
46622                 Avoid warnings from recent versions of mcs.
46623                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46624                 -o, -L, -r any more. Use options documented since mcs-1.0
46625                 instead. Similarly for -g.
46626
46627         2005-07-09  Bruno Haible  <bruno@clisp.org>
46628
46629                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46630                 add a .dll suffix.
46631                 Reported by Mark Junker <mjscod@gmx.de>.
46632
46633         2006-06-17  Bruno Haible  <bruno@clisp.org>
46634
46635                 * config.charset: Update for NetBSD 3.0.
46636
46637         2006-05-17  Bruno Haible  <bruno@clisp.org>
46638
46639                 Cygwin portability.
46640                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46641
46642         2006-05-16  Bruno Haible  <bruno@clisp.org>
46643
46644                 * localcharset.c [CYGWIN]: Include <windows.h>.
46645                 (get_charset_aliases): For Cygwin, return the same CPxxx
46646                 aliases list as under WIN32.
46647                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46648                 the environment variables. Fall back to GetACP().
46649
46650         2006-04-05  Bruno Haible  <bruno@clisp.org>
46651
46652                 * config.charset: Update Juan Manuel Guerrero's address.
46653
46654         2005-02-12  Bruno Haible  <bruno@clisp.org>
46655
46656                 * allocsa.h: Add extern "C" for C++.
46657
46658         2005-02-10  Bruno Haible  <bruno@clisp.org>
46659
46660                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46661                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46662
46663         2006-07-22  Bruno Haible  <bruno@clisp.org>
46664
46665                 * gettext.h: Update to GNU gettext-0.15.
46666
46667 2006-07-22  Bruno Haible  <bruno@clisp.org>
46668
46669         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46670         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46671         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46672
46673 2006-07-21  Eric Blake  <ebb9@byu.net>
46674
46675         * modules/stdlib-safer: New file.
46676         * MODULES.html.sh (File stream based Input/Output): Add
46677         stdlib-safer.
46678
46679 2006-07-21  Eric Blake  <ebb9@byu.net>
46680
46681         * lib/stdlib-safer.h: New file from coreutils, required by
46682         stdlib--.h.
46683
46684 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46685
46686         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46687
46688 2006-07-20  Bruno Haible  <bruno@clisp.org>
46689
46690         * gnulib-tool: Recognize new option --assume-autoconf.
46691         (autoconf_minversion): New variable.
46692         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46693
46694 2006-07-20  Bruno Haible  <bruno@clisp.org>
46695
46696         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46697
46698 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46699
46700         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46701         Reindent and repaginate.
46702
46703 2006-07-19  Derek Price  <derek@ximbiot.com>
46704
46705         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46706         Correct grammar.
46707
46708 2006-07-17  Bruno Haible  <bruno@clisp.org>
46709
46710         * modules/list: New file.
46711         * modules/array-list: New file.
46712         * modules/carray-list, modules/carray-list-tests: New files.
46713         * modules/linked-list, modules/linked-list-tests: New files.
46714         * modules/avltree-list, modules/avltree-list-tests: New files.
46715         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46716         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46717         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46718         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46719         * modules/oset: New file.
46720         * modules/array-oset: New file.
46721         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46722         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46723         * tests/test-carray_list.c: New file.
46724         * tests/test-linked_list.c: New file.
46725         * tests/test-avltree_list.c: New file.
46726         * tests/test-rbtree_list.c: New file.
46727         * tests/test-linkedhash_list.c: New file.
46728         * tests/test-avltreehash_list.c: New file.
46729         * tests/test-rbtreehash_list.c: New file.
46730         * tests/test-avltree_oset.c: New file.
46731         * tests/test-rbtree_oset.c: New file.
46732         * MODULES.html.sh (Container data structures): New section.
46733
46734 2006-07-17  Bruno Haible  <bruno@clisp.org>
46735
46736         * m4/gl_list.m4: New file.
46737
46738 2006-07-17  Bruno Haible  <bruno@clisp.org>
46739
46740         * lib/gl_list.h: New file.
46741         * lib/gl_list.c: New file.
46742         * lib/gl_array_list.h: New file.
46743         * lib/gl_array_list.c: New file.
46744         * lib/gl_carray_list.h: New file.
46745         * lib/gl_carray_list.c: New file.
46746         * lib/gl_linked_list.h: New file.
46747         * lib/gl_linked_list.c: New file.
46748         * lib/gl_anylinked_list1.h: New file.
46749         * lib/gl_anylinked_list2.h: New file.
46750         * lib/gl_avltree_list.h: New file.
46751         * lib/gl_avltree_list.c: New file.
46752         * lib/gl_anyavltree_list1.h: New file.
46753         * lib/gl_anyavltree_list2.h: New file.
46754         * lib/gl_rbtree_list.h: New file.
46755         * lib/gl_rbtree_list.c: New file.
46756         * lib/gl_anyrbtree_list1.h: New file.
46757         * lib/gl_anyrbtree_list2.h: New file.
46758         * lib/gl_anytree_list1.h: New file.
46759         * lib/gl_anytree_list2.h: New file.
46760         * lib/gl_linkedhash_list.h: New file.
46761         * lib/gl_linkedhash_list.c: New file.
46762         * lib/gl_anyhash_list1.h: New file.
46763         * lib/gl_anyhash_list2.h: New file.
46764         * lib/gl_avltreehash_list.h: New file.
46765         * lib/gl_avltreehash_list.c: New file.
46766         * lib/gl_rbtreehash_list.h: New file.
46767         * lib/gl_rbtreehash_list.c: New file.
46768         * lib/gl_anytreehash_list1.h: New file.
46769         * lib/gl_anytreehash_list2.h: New file.
46770
46771         * lib/gl_oset.h: New file.
46772         * lib/gl_oset.c: New file.
46773         * lib/gl_array_oset.h: New file.
46774         * lib/gl_array_oset.c: New file.
46775         * lib/gl_avltree_oset.h: New file.
46776         * lib/gl_avltree_oset.c: New file.
46777         * lib/gl_rbtree_oset.h: New file.
46778         * lib/gl_rbtree_oset.c: New file.
46779         * lib/gl_anytree_oset.h: New file.
46780
46781 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46782
46783         * m4/mkancesdirs.m4: New file.
46784         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46785         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46786         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46787         it.
46788
46789 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46790
46791         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46792         * lib/mkancesdirs.h: New files.
46793         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46794         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46795         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46796         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46797         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46798         callers changed.  Revamp internals significantly, by not
46799         attempting to create directories that are temporarily more
46800         permissive than the final results.  Do not attempt to use
46801         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46802         This removes some race conditions, fixes some bugs, and simplifies
46803         things.  Use new dirchownmod function to do owner and mode changes.
46804         * lib/mkdir-p.h: Likewise.
46805         * lib/modechange.c (octal_to_mode): New function.
46806         (struct mode_change): New member mentioned.
46807         (make_node_op_equals): New arg mentioned.  All callers changed.
46808         (mode_compile): Keep track of which mode bits the user has explicitly
46809         mentioned.
46810         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46811         New arg PMODE_BITS, to keep track of which mode bits the user
46812         mentioned; it treats S_ISUID and S_ISGID speciall.
46813         All callers changed.
46814         * lib/modechange.h: Likewise.
46815
46816 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46817
46818         * MODULES.html.sh: Add mkancestors.
46819         * modules/mkancesdirs: New module.
46820         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46821         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46822         The chdir-safer and afs files are now orphans; I'll remove them
46823         unless someone speaks up.
46824         Add lib/dirchownmod.c, lib/dirchownmod.h.
46825         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46826         Add lchown, mkancesdirs.
46827         (Maintainer): Add self.
46828
46829 2006-07-15  Karl Berry  <karl@gnu.org>
46830
46831         * gnulib-tool: help message wording/arrangement.
46832
46833 2006-07-14  Simon Josefsson  <jas@extundo.com>
46834
46835         * doc/gnulib.texi (Libtool and Windows): New section.
46836
46837 2006-07-12  Simon Josefsson  <jas@extundo.com>
46838
46839         * modules/gendocs (License): Fix license, approved by Karl.
46840
46841 2006-07-12  Eric Blake  <ebb9@byu.net>
46842
46843         * MODULES.html.sh: Add gendocs.
46844
46845 2006-07-11  Eric Blake  <ebb9@byu.net>
46846
46847         * modules/fdl: New module, to install doc/fdl.texi.
46848         * MODULES.html.sh: Add new section for documentation modules.
46849         * gnulib-tool: Avoid space-tab.
46850         (--doc-base): New option, to manage files from doc.
46851
46852 2006-07-11  Eric Blake  <ebb9@byu.net>
46853
46854         * m4/absolute-header.m4: Fix comments to match recent change.
46855
46856 2006-07-11  Eric Blake  <ebb9@byu.net>
46857
46858         * gnulib-tool: List --doc-base before --tests-base.
46859
46860 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46861
46862         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46863
46864 2006-07-11  Bruno Haible  <bruno@clisp.org>
46865
46866         * README: Mention where to put documentation.
46867
46868 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46869
46870         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46871
46872 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46873
46874         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46875         to stdint.m4.
46876
46877 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46878
46879         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46880         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46881         "no/such/file/stdint.h" when there is no such file, so that
46882         the resulting C code can be parsed by dodgy compilers.
46883         Problems reported by Bob Proulx.
46884
46885 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46886
46887         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46888         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46889         macros into the GNU _D_EXACT_NAMLEN.
46890         * lib/savedir.c:  Likewise.
46891         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46892
46893 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46894         and Paul Eggert  <eggert@cs.ucla.edu>
46895
46896         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46897         * m4/savedir.m4:
46898         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46899         macros into the GNU _D_EXACT_NAMLEN.
46900
46901 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46902
46903         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46904         around the absolute name, to work around a problem with the HP-UX
46905         11.23 native C compiler, reported by Bob Proulx.
46906
46907 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46908
46909         * doc/maintain.texi, make-stds.texi: Sync from
46910         <http://savannah.gnu.org/projects/gnustandards>.
46911
46912 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46913
46914         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46915
46916 2006-07-09  Jim Meyering  <jim@meyering.net>
46917
46918         * m4/glob.m4: Remove a doubled word in a comment.
46919
46920 2006-07-09  Jim Meyering  <jim@meyering.net>
46921
46922         * lib/argp-pv.c: Remove a doubled word in a comment.
46923         * lib/check-version.c (check_version): Likewise.
46924         * lib/javacomp.c (compile_java_class): Likewise.
46925
46926 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46927
46928         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46929         for the benefit of people using Autoconf 2.60.  If you want to
46930         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46931         (or m4/onceonly.m4, if pre-2.57) manually.
46932
46933 2006-07-08  Jim Meyering  <jim@meyering.net>
46934
46935         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46936         comment.
46937         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46938         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46939         comment.
46940
46941 2006-07-08  Jim Meyering  <jim@meyering.net>
46942
46943         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46944
46945 2006-07-07  Simon Josefsson  <jas@extundo.com>
46946
46947         * tests/test-crc.c: Change expected crc value, the test vector
46948         were probably computed using the old broken crc.c?
46949
46950 2006-07-06  Simon Josefsson  <jas@extundo.com>
46951
46952         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46953         now the canonical place for the M4 file).
46954
46955         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46956         from the sys_socket dependency now.
46957
46958         * modules/inet_pton (Files): Ditto.
46959
46960         * modules/inet_ntop (Files): Ditto.
46961
46962 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46963
46964         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46965         not gl_PREREQ_GETUSERSHELL.
46966
46967 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46968
46969         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46970         with only one argument, for Autoconf 2.60.
46971         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46972         expand to nothing, so add a shell command to avoid syntax error.
46973         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46974
46975 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46976
46977         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46978
46979 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46980
46981         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46982         no longer needed.  Check for isblank decl.
46983         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46984         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46985         of existence.
46986
46987 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46988
46989         * lib/getloadavg.c: Use __VMS, not VMS.
46990         * lib/getopt.c: Likewise.
46991         * lib/getpagesize.h: Likewise.
46992         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46993         and probably does not work.
46994
46995 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46996
46997         * lib/.cppi-disable: Add wcwidth.
46998         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46999         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
47000         (ISGRAPH): Remove.  All uses changed to isgraph.
47001         (FOLD) [!defined _LIBC]: Remove special case.
47002         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
47003         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
47004         HAVE_ISBLANK.
47005         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
47006         case.
47007
47008 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47009
47010         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
47011         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
47012         brackets.  Other minor changes to suppress some compiler
47013         warnings.
47014
47015 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47016         and Paul Eggert  <eggert@cs.ucla.edu>
47017
47018         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
47019         of invoking obsolescent AC_HEADER_DIRENT macro.
47020         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
47021         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
47022         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
47023         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
47024         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
47025         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
47026         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
47027         * m4/readdir.m4: Remove; no longer needed.
47028
47029 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47030         and Paul Eggert  <eggert@cs.ucla.edu>
47031
47032         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
47033         Don't worry about this obsolete case any more.
47034         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
47035         directories.
47036         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
47037         worry about this obsolete case any more.
47038         * lib/fts.c: Likewise.
47039         * lib/getcwd.c: Likewise.
47040         * lib/glob.h: Likewise.
47041         * lib/savedir.c: Likewise.
47042
47043 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47044
47045         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47046         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47047         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47048         needed.
47049         All uses removed.
47050         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47051         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47052         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47053         needed.
47054         * m4/getdate.m4 (gl_GETDATE): Likewise.
47055         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47056         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47057         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47058         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47059         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47060         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47061         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47062         needed.
47063
47064 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47065
47066         * lib/memcasecmp.c: Include <limits.h>.
47067         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47068         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47069         Don't assume isdigit succeeds only on '0' through '9'.
47070
47071 2006-07-05  Eric Blake  <ebb9@byu.net>
47072
47073         * modules/getaddrinfo (Depends-on): Add snprintf.
47074
47075 2006-07-05  Eric Blake  <ebb9@byu.net>
47076
47077         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47078         to avoid 'header present but could not be compiled' on cygwin.
47079
47080 2006-07-05  Eric Blake  <ebb9@byu.net>
47081
47082         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47083         missing from netdb.h.
47084         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47085
47086 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47087
47088         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47089         no longer needed.
47090         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47091         * m4/getdate.m4 (gl_GETDATE): Likewise.
47092         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47093         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47094         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47095         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47096         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47097
47098 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47099
47100         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47101         All uses of is_space replaced by isspace.
47102         * lib/exit.h: Don't talk about STDC_HEADERS.
47103         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47104         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47105         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47106         replaced by isprint etc.
47107         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47108         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47109         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47110         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47111         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47112         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47113
47114 2006-07-05  Bruno Haible  <bruno@clisp.org>
47115
47116         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47117         the function exists, before testing against AIX.
47118         Reported by Martin Lambers <marlam@marlam.de>.
47119
47120 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47121
47122         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47123         From Mark D. Baushke.
47124
47125 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47126
47127         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47128         to the absolute name, not just one, to bypass Sun C 5.8's
47129         "warning: #include of /usr/include/... may be non-portable".
47130
47131 2006-07-04  Eric Blake  <ebb9@byu.net>
47132
47133         * modules/dirname-tests: New test module.
47134         * tests/test-dirname.c: New file, replacing dirname.c
47135         TEST_DIRNAME section that was recently deleted.
47136
47137 2006-07-04  Bruno Haible  <bruno@clisp.org>
47138
47139         Assume ANSI C header files and <ctype.h> functions.
47140         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47141         (mbsnwidth): Use isprint, iscntrl instead.
47142
47143 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47144
47145         Merge from coreutils.
47146         * MODULES.html.sh: Add xstrtold.
47147         * modules/xstrtold: New file.
47148         * modules/cycle-check (Files): Add lib/same-inode.h.
47149         * modules/dirname (Files): Add m4/double-slash-root.m4.
47150         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47151         * modules/mkdir-p (Files): Add lib/same-inode.h.
47152         * modules/same (Files): Add lib/same-inode.h.
47153
47154 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47155
47156         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47157         This is to keep the terminology clean; POSIX talks about
47158         "absolute pathnames", not "full pathnames", but the GNU
47159         Coding Standards say to use "path" for something else;
47160         so use "absolute" to keep both sides happy.
47161         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47162         Set gl_absolute_header, not gl_full_header_path.
47163         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47164         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47165         All uses changed.
47166
47167         Merge from coreutils.
47168
47169         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47170
47171         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47172         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47173         want to require the building of c-strtod.o.
47174         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47175         needs -lm directly.
47176         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47177
47178         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47179
47180         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47181         --as-needed option if available.  Problem reported by Albert Chin in
47182         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47183         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47184         cc merely issues a bunch of annoying warnings for --as-needed
47185         (this problem was reported by Bob Proulx).  Also, try linking with
47186         -lm to detect a bug in binutils 2.16 (this problem was reported
47187         by Ralf Wildenhues).
47188
47189         2006-06-18  Jim Meyering  <jim@meyering.net>
47190
47191         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47192         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47193         macro.
47194         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47195         also check for glibc-2.4's abort-inducing bug.
47196
47197         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47198         Low-probability clean-up should be to use rmdir to get rid of
47199         the just-created directory, not unlink.
47200
47201         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47202         configure fail, and request a bug report to inform us about it.
47203         Add a comment that, barring reports to the contrary, in 2007 we'll
47204         assume ftruncate is universally available.
47205
47206         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47207
47208         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47209
47210         2006-03-12  Jim Meyering  <jim@meyering.net>
47211
47212         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47213         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47214         * m4/same.m4 (gl_SAME): Likewise.
47215         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47216
47217         2006-03-11  Eric Blake  <ebb9@byu.net>
47218
47219         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47220         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47221         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47222         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47223
47224 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47225
47226         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47227         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47228         reported by Mark D. Baushke, one in
47229         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47230
47231         Merge from coreutils.
47232
47233         * lib/.cppi-disable: Add stdint_.h.
47234         * lib/.cvsignore: Add stdint.h.
47235
47236         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47237
47238         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47239         both double and long double versions.
47240         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47241         * lib/xstrtold.c: New file.
47242         * lib/xstrtod.h (xstrtold): New decl.
47243
47244         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47245
47246         * lib/filemode.c (setst): Remove.
47247         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47248         (arguably) clearer, and the generated code is a bit smaller on my
47249         Debian GNU/Linux stable x86 host.
47250
47251         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47252
47253         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47254         Assume that filemode.h includes sys/types.h and sys/stat.h.
47255         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47256         (ftypelet): Reorder to put common cases first, for efficiency.
47257         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47258         to do 'M'.
47259         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47260         of 10, for compatibility with FreeBSD.  All callers changed.
47261         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47262         types that can't be deduced solely from st_mode.  First arg is now a
47263         const pointer.
47264         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47265         (strmode): Renamed from mode_string.
47266         (filemodestring): New decl.
47267         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47268         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47269         needed.
47270         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47271
47272         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47273
47274         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47275         fsusage.h now does that.  Include fsusage.h first, to test interface.
47276         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47277         at most one method (the old code could have generated decls that
47278         didn't conform to C89, not that this was ever exercised).
47279         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47280
47281         2006-03-19  Jim Meyering  <jim@meyering.net>
47282
47283         Work even in a chroot where d_ino values for entries in "/"
47284         don't match the stat.st_ino values for the same names.
47285         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47286         number, iterate through all entries again, using lstat instead.
47287         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47288         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47289
47290         * lib/getcwd.c (__getcwd): Clarify a comment.
47291         Use memcpy in place of a call to strcpy.
47292
47293         2006-03-12  Jim Meyering  <jim@meyering.net>
47294
47295         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47296         matches that of the current directory (which we're about to chdir ".."
47297         out of), then save the dev-ino of the parent, instead.
47298
47299         * lib/same-inode.h (SAME_INODE): New file/macro.
47300         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47301         Include "same-inode.h", instead.
47302         * lib/same.c: Likewise.
47303         * lib/cycle-check.h: Include "same-inode.h".
47304         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47305         * lib/cycle-check.c (SAME_INODE): Remove definition.
47306         * lib/root-dev-ino.h: Include "same-inode.h".
47307
47308         2006-03-11  Eric Blake  <ebb9@byu.net>
47309
47310         * lib/same.c (same_name): s/base_name/last_component/
47311         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47312         * lib/filenamecat.c (file_name_concat): Likewise.
47313
47314         2006-03-11  Eric Blake  <ebb9@byu.net>,
47315                     Paul Eggert  <eggert@cs.ucla.edu>
47316
47317         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47318         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47319         drive prefix.
47320         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47321         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47322         (last_component): New method.
47323         * lib/dirname.c (dir_len): Determine when drive letters need a
47324         subsequent slash.  Preserve // when it is special.
47325         (dir_name): Don't append dot when drive letter is absolute.
47326         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47327         * lib/basename.c (base_name): New semantics - malloc the result.
47328         Preserve // when it is special.  Preserve relative files that look
47329         like drive letters.
47330         (base_len): Preserve // when it is special.
47331         (last_component): New method, similar to old base_name semantics.
47332         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47333         base_name.  Strip redundant slashes from ///.
47334
47335 2006-07-03  Jim Meyering  <jim@meyering.net>
47336
47337         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47338         macro is used before the first cycle_check call.
47339
47340 2006-07-03  Eric Blake  <ebb9@byu.net>
47341
47342         * modules/dirname (Depends-on): Add xstrndup.
47343
47344 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47345
47346         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47347         test cases, so that config.log is a bit easier to follow.
47348
47349 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47350
47351         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47352         both are 64 bits, since this seems to be the tradition, and this
47353         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47354         we ever run into a host that prefers long long to long in this
47355         case, we'll need another configure-time test.  Problem reported by
47356         Jim Meyering.
47357
47358 2006-07-02  Eric Blake  <ebb9@byu.net>
47359
47360         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47361
47362 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47363
47364         * modules/inttypes (Depends-on): No longer depends on stdint.
47365         * modules/stdint (Description): Say more about assumptions.
47366         Say that the fast types might differ.  Say macros are used.
47367         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47368         (Makefile.am): Revise list of substituted symbols to match
47369         new stdint.m4.
47370         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47371         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47372         * tests/test-stdint.c (verify_same_types)
47373         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47374         the code conforms to C99/C89.
47375         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47376         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47377
47378 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47379
47380         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47381         but fix a bug, by requiring at least 64 bits.
47382         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47383         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47384         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47385         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47386
47387         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47388         changes.  Make 2.59 a prerequisite.  Check and substitute for
47389         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47390         inttypes.h.  Do not use special include files; just use the
47391         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47392         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47393         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47394         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47395         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47396         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47397         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47398         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47399         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47400         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47401         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47402         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47403         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47404         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47405         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47406         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47407         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47408         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47409         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47410         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47411         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47412         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47413         not check for things that C99 does not require, e.g., int8_t.  If
47414         a test isn't needed unless <stdint.h> isn't working, and is
47415         unlikely to be needed for any other reason, then don't do it
47416         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47417         size_t, since we assume C89 freestanding at least.  Do not check
47418         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47419         the right thing even if the types are not defined.  Instead use:
47420         (gl_STDINT_TYPE_PROPERTIES): New macro.
47421         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47422         testing whether <sys/types.h> clashes, as Autoconf does this for
47423         us now.  All uses removed.
47424         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47425         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47426         (gl_CHECK_TYPE_SAME):
47427         Remove; no longer needed.
47428         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47429         exists, since we'll return 0 anyway in that case.
47430         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47431
47432 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47433
47434         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47435         possible collision with system files.
47436         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47437         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47438         WCHAR_MIN and WCHAR_MAX in this case.
47439         (<stddef.h>): Do not include; no longer needed.
47440         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47441         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47442         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47443         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47444         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47445         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47446         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47447         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47448         !defined(__c99))]: Include in this case too, since it's harmless
47449         now.
47450         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47451         dangerous to do so.
47452         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47453         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47454         (_STDINT_MIN, _STDINT_MAX): New macros.
47455         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47456         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47457         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47458         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47459         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47460         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47461         macros, not typedefs; this simplifies things quite a bit.
47462         Use long int for all types narrower than int64_t.
47463         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47464         Define in terms of long long int or int64_t or long int,
47465         not int64_t or int32_t.  This saves some compile-time testing.
47466         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47467         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47468         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47469         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47470         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47471         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47472         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47473         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47474         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47475         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47476         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47477         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47478         undef any previous version and define our own version, for
47479         simplicity and consistency with the new macros for types.
47480         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47481         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47482         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47483         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47484         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47485         @WINT_T_SUFFIX@ to keep things simple here.
47486         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47487         Simplify by assuming typical 8/16/32/64 host, since we're
47488         already doing that elsewhere anyway.
47489         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47490         and assume long long int is 64 bits if available.  This
47491         speeds up 'configure'.
47492
47493 2006-07-01  Eric Blake  <ebb9@byu.net>
47494
47495         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47496         Reported by Andreas Buening.
47497
47498 2006-07-01  Eric Blake  <ebb9@byu.net>
47499
47500         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47501
47502 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47503
47504         * lib/getaddrinfo.c: fixed typo
47505
47506 2006-06-29  Jim Meyering  <jim@meyering.net>
47507
47508         * modules/strftime (Maintainer): Add my name, since with the
47509         FPRINTFTIME changes strftime.c has forked from glibc.
47510
47511 2006-06-29  Eric Blake  <ebb9@byu.net>
47512
47513         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47514
47515 2006-06-29  Eric Blake  <ebb9@byu.net>
47516
47517         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47518
47519 2006-06-29  Eric Blake  <ebb9@byu.net>
47520
47521         * lib/stat_.h: New file.
47522
47523 2006-06-29  Eric Blake  <ebb9@byu.net>
47524
47525         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47526         unused static function.
47527
47528 2006-06-29  Eric Blake  <ebb9@byu.net>
47529
47530         * doc/functions.texi (Function Portability): Document missing lstat
47531         on mingw.
47532
47533 2006-06-29  Eric Blake  <ebb9@byu.net>
47534
47535         * MODULES.html.sh: Add sys_stat.
47536         * modules/sys_stat: New module.
47537         * modules/mkstemp (Depends-on): Add sys_stat.
47538
47539 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47540
47541         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47542
47543 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47544
47545         * m4/c-bs-a.m4: Removed.
47546
47547 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47548
47549         * lib/strftime.c: Assume strftime() exists.
47550
47551 2006-06-29  Derek Price  <derek@ximbiot.com>
47552
47553         * modules/c-bs-a: Removed - \a is C89.
47554         * MODULES.html.sh: Remove c-bs-a.
47555
47556 2006-06-29  Bruno Haible  <bruno@clisp.org>
47557
47558         * modules/wcwidth (License): Change to LGPL.
47559
47560 2006-06-28  Simon Josefsson  <jas@extundo.com>
47561
47562         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47563         on _WIN32.
47564
47565         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47566         getnameinfo.
47567
47568 2006-06-28  Simon Josefsson  <jas@extundo.com>
47569
47570         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47571
47572 2006-06-28  Simon Josefsson  <jas@extundo.com>
47573
47574         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47575         functions there.  It will succeed on Windows XP, but on Windows
47576         2000 and (presumably) earlier, it will fail, and use the internal
47577         re-implementation.
47578         (use_win32_p): New function.
47579         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47580         Support AI_NUMERICSERV to disable getservbyname.
47581         (getnameinfo): New function, only supports
47582         NI_NUMERICHOST|NI_NUMERICSERV for now.
47583
47584         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47585         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47586         getnameinfo.
47587
47588 2006-06-28  Eric Blake  <ebb9@byu.net>
47589
47590         * modules/wcwidth: New file.
47591         * modules/mbchar (Depends-on): Add wcwidth.
47592         * modules/mbswidth (Depends-on): Add wcwidth.
47593         * MODULES.html.sh: Add wcwidth.
47594
47595 2006-06-28  Eric Blake  <ebb9@byu.net>
47596
47597         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47598         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47599
47600 2006-06-28  Eric Blake  <ebb9@byu.net>
47601
47602         * lib/xvasprintf.h: Fix comments.
47603
47604 2006-06-28  Eric Blake  <ebb9@byu.net>
47605
47606         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47607         * lib/mbswidth.c (wcwidth): Move from here...
47608         * lib/wcwidth.h: ...to this new file.
47609
47610 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47611
47612         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47613
47614         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47615         it's obsolete.
47616         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47617
47618 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47619
47620         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47621         Autoconf 2.60 says this stuff was obsolete.
47622
47623 2006-06-28  Bruno Haible  <bruno@clisp.org>
47624
47625         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47626
47627 2006-06-28  Bruno Haible  <bruno@clisp.org>
47628
47629         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47630         gt_TYPE_WCHAR_T.
47631
47632 2006-06-28  Bruno Haible  <bruno@clisp.org>
47633
47634         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47635         declaration for wcwidth.
47636         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47637
47638 2006-06-28  Bruno Haible  <bruno@clisp.org>
47639
47640         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47641         (mkdir): Define using _mkdir.
47642
47643 2006-06-28  Bruno Haible  <bruno@clisp.org>
47644
47645         * lib/getaddrinfo.h: Fix POSIX URL.
47646         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47647         _WIN32.
47648         (use_win32_p): Make static.
47649         (getaddrinfo): Reject service name if it is empty or does not consist
47650         solely of decimal digits, or if its value is > 65535.
47651         (getnameinfo): Remove useless casts.
47652
47653 2006-06-27  Simon Josefsson  <jas@extundo.com>
47654
47655         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47656         Eggert and Martin Lambers.
47657
47658 2006-06-27  Simon Josefsson  <jas@extundo.com>
47659
47660         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47661         Eggert and Martin Lambers.
47662
47663 2006-06-27  Bruno Haible  <bruno@clisp.org>
47664
47665         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47666         result to 0, not to empty.
47667         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47668
47669 2006-06-27  Bruno Haible  <bruno@clisp.org>
47670
47671         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47672
47673 2006-06-26  Simon Josefsson  <jas@extundo.com>
47674
47675         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47676         present.
47677
47678 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47679
47680         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47681         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47682         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47683
47684 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47685
47686         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47687
47688 2006-06-26  Bruno Haible  <bruno@clisp.org>
47689
47690         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47691
47692 2006-06-26  Bruno Haible  <bruno@clisp.org>
47693
47694         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47695
47696 2006-06-26  Bruno Haible  <bruno@clisp.org>
47697
47698         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47699         SGI C compiler in pre-C99 mode.
47700         Suggested by Mark D. Baushke and Larry Jones.
47701
47702 2006-06-26  Bruno Haible  <bruno@clisp.org>
47703
47704         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47705         WCHAR_MAX.
47706         Reported by Mark D. Baushke and Larry Jones.
47707
47708 2006-06-26  Bruno Haible  <bruno@clisp.org>
47709
47710         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47711         in pre-C99 mode.
47712         Suggested by Mark D. Baushke and Larry Jones.
47713
47714 2006-06-23  Simon Josefsson  <jas@extundo.com>
47715             Bruno Haible  <bruno@clisp.org>
47716
47717         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47718         Emit mostlyclean-local rule.
47719         (func_emit_tests_Makefile_am): Likewise.
47720         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47721
47722 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47723
47724         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47725
47726 2006-06-23  Bruno Haible  <bruno@clisp.org>
47727
47728         * tests/test-stdint.c: Update to match ISO C 99 Technical
47729         Corrigendum 1.
47730
47731 2006-06-23  Bruno Haible  <bruno@clisp.org>
47732
47733         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47734
47735 2006-06-23  Bruno Haible  <bruno@clisp.org>
47736
47737         * lib/stdint_.h: Treat IRIX like OpenBSD.
47738
47739 2006-06-23  Bruno Haible  <bruno@clisp.org>
47740
47741         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47742         ISO C 99 Technical Corrigendum 1.
47743
47744 2006-06-22  Simon Josefsson  <jas@extundo.com>
47745
47746         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47747         MinGW.
47748
47749 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47750
47751         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47752         needed.  Some compiler complained about some of them.  Problem reported
47753         by Larry Jones in
47754         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47755
47756 2006-06-21  Simon Josefsson  <jas@extundo.com>
47757
47758         * tests/test-getaddrinfo.c: New file.
47759
47760         * modules/getaddrinfo-tests: New file.
47761
47762         * MODULES.html.sh: Add inet_pton.
47763
47764         * modules/inet_pton: New file.
47765
47766 2006-06-21  Simon Josefsson  <jas@extundo.com>
47767
47768         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47769         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47770         of using the (limited) gnulib implementation on Windows XP.
47771
47772         * m4/inet_pton.m4: New file.
47773
47774 2006-06-21  Simon Josefsson  <jas@extundo.com>
47775
47776         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47777         variable.
47778
47779         * lib/socket_.h: Don't define WINVER.
47780
47781         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47782         slightly modified to work in gnulib.
47783
47784 2006-06-21  Simon Josefsson  <jas@extundo.com>
47785
47786         * doc/gnulib.texi (Windows sockets): Add.
47787
47788 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47789
47790         * lib/read-file.c (fread_file): Start with buffer allocation of
47791         0 bytes rather than 1 byte; this simplifies the code.
47792         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47793         code to free buffer and save/restore errno.
47794         (internal_read_file): Remove unused local.
47795
47796 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47797
47798         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47799         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47800         Problem reported by Denis Excoffier in
47801         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47802
47803 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47804
47805         * modules/sys_socket, modules/socklen: Include sys/types since
47806         FreeBSD 4.x's sys/socket.h needs it.
47807
47808 2006-06-19  Simon Josefsson  <jas@extundo.com>
47809
47810         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47811
47812 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47813
47814         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47815
47816 2006-06-19  Bruno Haible  <bruno@clisp.org>
47817
47818         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47819         and FULL_PATH_INTTYPES_H in angle brackets.
47820         Reported by Mark D. Baushke <mdb@gnu.org>.
47821
47822 2006-06-17  Eric Blake  <ebb9@byu.net>
47823
47824         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47825         errno.
47826
47827 2006-06-17  Bruno Haible  <bruno@clisp.org>
47828
47829         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47830         <sys/inttypes.h>.
47831
47832 2006-06-17  Bruno Haible  <bruno@clisp.org>
47833
47834         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47835         whether errno is declared. Assume <errno.h> declares errno.
47836
47837 2006-06-17  Bruno Haible  <bruno@clisp.org>
47838
47839         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47840
47841 2006-06-17  Bruno Haible  <bruno@clisp.org>
47842
47843         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47844         problem on Solaris 2.5.1.
47845
47846 2006-06-16  Eric Blake  <ebb9@byu.net>
47847
47848         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47849         * lib/unicodeio.c [!defined errno]: Likewise.
47850         * lib/strtol.c [!defined errno]: Likewise.
47851         * lib/strtod.c [!defined errno]: Likewise.
47852
47853 2006-06-15  Eric Blake  <ebb9@byu.net>
47854
47855         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47856
47857 2006-06-15  Eric Blake  <ebb9@byu.net>
47858
47859         * config/srclist.txt (ssize_t.m4): Lose sync.
47860
47861 2006-06-15  Bruno Haible  <bruno@clisp.org>
47862
47863         * modules/stdint (Files): Include m4/full-header-path.m4,
47864         m4/size_max.m4, m4/wchar_t.m4.
47865         (Makefile.am): Many more substitutions.
47866         * modules/stdint-tests: New file.
47867         * tests/test-stdint.c: New file.
47868
47869 2006-06-15  Bruno Haible  <bruno@clisp.org>
47870
47871         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47872         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47873         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47874         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47875         gl_CHECK_TYPE_SAME): New macros.
47876
47877 2006-06-15  Bruno Haible  <bruno@clisp.org>
47878
47879         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47880
47881 2006-06-15  Bruno Haible  <bruno@clisp.org>
47882
47883         * lib/stdint_.h: Rewritten to be fully auto-configured.
47884         Fixes bug on HP-UX/IA64.
47885
47886 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47887
47888         * lib/getdate.y (__attribute__): Don't define if already defined.
47889         Problem reported by Larry Jones.
47890         * lib/utimens.c (__attribute__): Likewise.
47891
47892 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47893
47894         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47895         reported by Andreas Schwab.
47896
47897 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47898             Bruno Haible  <bruno@clisp.org>
47899
47900         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47901         check for the declaration of strnlen and a run test that exposes the
47902         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47903         rpl_strndup.
47904
47905 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47906             Bruno Haible  <bruno@clisp.org>
47907
47908         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47909
47910 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47911
47912         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47913         compile test, for Tru64 4.0D.
47914
47915 2006-05-28  Karl Berry  <karl@gnu.org>
47916
47917         * config/srclist.txt (printf-args.c): lose sync.
47918
47919 2006-05-26  Martin Lambers  <marlam@marlam.de>
47920
47921         * lib/getpass.c: Updates the test for the native W32 API, and adds
47922         missing includes, thus fixing compilation warnings.
47923
47924 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47925
47926         * lib/exclude.c (exclude_fnmatch): New function.
47927         (excluded_file_name): Call exclude_fnmatch.
47928         * lib/exclude.h (excluded_file_name): New prototype
47929
47930 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47931
47932         * lib/tempname.c (small_open, large_open): New macros.
47933         (__open, __open64) [!_LIBC]: Remove.
47934         (__gen_tempname): Use small_open and large_open instead of __open
47935         and __open64.  This fixes a portability bug on HP-UX 11.11i
47936         reported by Simon Wing-Tang in
47937         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47938
47939 2006-05-24  Bruno Haible  <bruno@clisp.org>
47940
47941         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47942         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47943         Reported by Thorsten Maerz <torte@netztorte.de> via
47944         Aaron Stone <aaron@serendipity.cx>.
47945
47946 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47947
47948         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47949         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47950         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47951         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47952         not really conditional on the cache.
47953         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47954
47955 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47956
47957         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47958         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47959         (my_usleep): Don't mishandle maximum value.
47960
47961 2006-05-19  Jim Meyering  <jim@meyering.net>
47962
47963         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47964
47965 2006-05-17  Bruno Haible  <bruno@clisp.org>
47966
47967         Cygwin portability.
47968         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47969
47970 2006-05-17  Bruno Haible  <bruno@clisp.org>
47971
47972         * lib/stdint_.h: Fix recognition of Cygwin.
47973
47974 2006-05-15  Bruno Haible  <bruno@clisp.org>
47975
47976         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47977         on libtool patch by Ralf Wildenhues.
47978
47979 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47980
47981         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47982         test for C99 conformance; (bool) 0.5 is an integer constant
47983         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47984         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47985
47986 2006-05-11  Simon Josefsson  <jas@extundo.com>
47987
47988         * m4/xvasprintf.m4: Fix obvious typo.
47989
47990 2006-05-11  Jim Meyering  <jim@meyering.net>
47991
47992         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47993         James Lemley.
47994
47995 2006-05-10  Simon Josefsson  <jas@extundo.com>
47996
47997         * lib/md4.c: Typo fix, update copyright years.
47998         (K1, K2): Don't use L because it turn computations into 64-bit on
47999         64-bit platforms.
48000
48001 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48002
48003         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
48004         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
48005         unwanted sign propagation, e.g., on hosts with 64-bit int.
48006         There still are some problems with reeelly weird theoretical hosts
48007         (e.g., 33-bit int) but it's not worth worrying about now.
48008         * lib/sha1.c (rol): Likewise.
48009         (K1, K2, K3, K4): Remove unnecessary L suffix.
48010
48011 2006-05-10  Bruno Haible  <bruno@clisp.org>
48012
48013         * lib/des.c: Cast to avoid warnings.
48014
48015 2006-05-09  Bruno Haible  <bruno@clisp.org>
48016
48017         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
48018         (Depends-on): Depend also on xsize, stdarg.
48019         (configure.ac): Add gl_XVASPRINTF.
48020
48021 2006-05-09  Bruno Haible  <bruno@clisp.org>
48022
48023         * m4/xvasprintf.m4: New file.
48024
48025 2006-05-09  Bruno Haible  <bruno@clisp.org>
48026
48027         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
48028         (EOVERFLOW): Define fallback value.
48029         (xstrcat): New function.
48030         (xvasprintf): Recognize the special case of a string concatenation.
48031
48032 2006-05-08  Eric Blake  <ebb9@byu.net>
48033
48034         * gnulib-tool (func_version): Base copyright year on CVS date.
48035         (func_emit_copyright_notice): New function.
48036         (func_emit_lib_Makefile_am): Use it.
48037         (func_emit_tests_Makefile_am): Likewise.
48038         (func_import): Likewise.
48039
48040 2006-05-08  Bruno Haible  <bruno@clisp.org>
48041
48042         * modules/stdarg: New file.
48043         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48044
48045 2006-05-08  Bruno Haible  <bruno@clisp.org>
48046
48047         * m4/stdarg.m4: New file, from GNU gettext.
48048
48049 2006-05-08  Bruno Haible  <bruno@clisp.org>
48050
48051         * config/srclist.txt (build-aux/config.rpath): different from latest
48052         release.
48053
48054 2006-05-08  Bruno Haible  <bruno@clisp.org>
48055
48056         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48057
48058 2006-05-05  Jim Meyering  <jim@meyering.net>
48059
48060         * m4/warning.m4: New file, derived from bison's file by the same name.
48061
48062 2006-05-03  Bruno Haible  <bruno@clisp.org>
48063
48064         * lib/stdint_.h: Shorter URL.
48065         * lib/inttypes.h: Likewise.
48066
48067 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48068
48069         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48070
48071 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48072
48073         * lib/verify.h: Document the internals better.  Most of this change
48074         was written by Bruno Haible.
48075
48076 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48077
48078         * doc/verify.texi: New file, partly based on a proposal by
48079         Bruno Haible.
48080
48081 2006-05-02  Bruno Haible  <bruno@clisp.org>
48082
48083         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48084         test from here...
48085         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48086
48087 2006-04-29  Bruno Haible  <bruno@clisp.org>
48088
48089         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48090         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48091
48092 2006-04-29  Bruno Haible  <bruno@clisp.org>
48093
48094         * gnulib-tool: Make --update option actually work.
48095
48096 2006-04-29  Bruno Haible  <bruno@clisp.org>
48097
48098         * doc/gcd.texi: New file.
48099         * doc/gnulib.texi: Include it.
48100
48101 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48102
48103         * lib/getdate.y (get_date): When adding relative date, start with the
48104         initial time, not with the result of the first mktime call.
48105
48106 2006-04-25  Bruno Haible  <bruno@clisp.org>
48107
48108         * gnulib-tool (func_import): Output the include directives in three
48109         blocks, sorted separately.
48110         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48111
48112 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48113
48114         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48115         to define main with arguments, for C++.  Reported by Eric Blake.
48116         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48117         Prefer 'int main ()' to 'int main (void)', for C++.
48118         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48119         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48120         for 'main', for C99 and C++.
48121
48122 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48123
48124         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48125         Don't assume that exit status -1 is valid.
48126         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48127         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48128         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48129         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48130         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48131         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48132         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48133         functions can be used without declaring them, or that you can
48134         exit with status -1.
48135         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48136
48137 2006-04-24  Karl Berry  <karl@gnu.org>
48138
48139         * config/srclist.txt (longdouble.m4): sync lost.
48140
48141 2006-04-24  Eric Blake  <ebb9@byu.net>
48142
48143         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48144
48145 2006-04-24  Bruno Haible  <bruno@clisp.org>
48146
48147         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48148         poll() implementation in AIX.
48149         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48150
48151 2006-04-24  Bruno Haible  <bruno@clisp.org>
48152
48153         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48154         assigned exactly once.
48155
48156 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48157             Bruno Haible  <bruno@clisp.org>
48158
48159         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48160         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48161         for AM_CPPFLAGS.
48162
48163 2006-04-23  Bruno Haible  <bruno@clisp.org>
48164
48165         * modules/copy-file: Depend on unistd.
48166         * modules/execute: Likewise.
48167         * modules/fatal-signal: Likewise.
48168         * modules/findprog: Likewise.
48169         * modules/mkdtemp : Likewise.
48170         * modules/pipe: Likewise.
48171         * modules/wait-process: Likewise.
48172
48173 2006-04-23  Bruno Haible  <bruno@clisp.org>
48174
48175         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48176         condition was already detected.
48177         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48178
48179 2006-04-23  Bruno Haible  <bruno@clisp.org>
48180
48181         * lib/copy-file.c: Include <unistd.h> unconditionally.
48182         * lib/execute.c: Likewise.
48183         * lib/fatal-signal.c: Likewise.
48184         * lib/findprog.c: Likewise.
48185         * lib/mkdtemp.c: Likewise.
48186         * lib/pipe.h: Likewise.
48187         * lib/pipe.c: Likewise.
48188         * lib/wait-process.h: Likewise.
48189
48190 2006-04-23  Bruno Haible  <bruno@clisp.org>
48191
48192         * gnulib-tool (func_usage): Fix --import description. Document
48193         --update.
48194         (func_import): Create temporary file in a temporary directory, if
48195         --dry-run is specified. Silence errors from 'grep' when there are no
48196         m4 files in $m4dir.
48197         (func_create_testdir): Silence errors from 'grep' when there are no
48198         m4 files in $m4dir.
48199         Reported by Karl Berry <karl@freefriends.org>.
48200
48201 2006-04-20  Bruno Haible  <bruno@clisp.org>
48202
48203         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48204         one argument, so that the code will be portable to Autoconf 2.60.
48205         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48206         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48207         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48208
48209 2006-04-19  Derek Price  <derek@ximbiot.com>
48210             Eric Blake  <ebb9@byu.net>
48211
48212         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48213         rather than "/full/path.h".  Update comment to match.  Shorten &
48214         generalize m4_translit call via AS_TR_CPP.
48215
48216 2006-04-19  Derek Price  <derek@ximbiot.com>
48217             Eric Blake  <ebb9@byu.net>
48218
48219         * lib/inttypes.h: Correct grammar in comment.
48220
48221 2006-04-18  Derek Price  <derek@ximbiot.com>
48222             Paul Eggert  <eggert@cs.ucla.edu>
48223
48224         * modules/inttypes: New file.
48225         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48226
48227 2006-04-18  Derek Price  <derek@ximbiot.com>
48228             Paul Eggert  <eggert@cs.ucla.edu>
48229
48230         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48231         New files.
48232
48233 2006-04-18  Derek Price  <derek@ximbiot.com>
48234             Paul Eggert  <eggert@cs.ucla.edu>
48235
48236         * lib/inttypes.h: New file.
48237         * lib/strtoimax.c: Assume <inttypes.h>.
48238
48239 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48240
48241         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48242         isn't mounted.  Problem reported by Kir Kolyshkin.
48243
48244 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48245
48246         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48247         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48248         Derek R. Price.
48249         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48250         implementation.
48251
48252 2006-04-12  Eric Blake  <ebb9@byu.net>
48253
48254         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48255         is now done automatically by the corresponding Autoconf macro.
48256
48257 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48258
48259         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48260         time_r.h.
48261
48262 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48263
48264         Merge regex changes from libc, removing some of our
48265         POSIX-conformance changes that were rejected and redoing them in a
48266         less-intrusive way.
48267
48268         * lib/regcomp.c (re_compile_internal, init_dfa):
48269         Length arg is now size_t, not Idx.  All uses changed.
48270         (peek_token): Forward decl now says internal_function.
48271         (__re_error_msgid, __re_error_msgid_idx):
48272         Now static rather than extern with attribute_hidden.
48273         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48274         For some reason libc prefers K&R style defns for external functions.
48275         (regerror) [!defined _LIBC]: Likewise.
48276         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48277         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48278         (build_range_exp, build_collating_symbol):
48279         Use K&R-style defn.
48280         (re_compile_fastmap): Use '\0' to memset, not 0.
48281         (utf8_sb_map): Make the calculations more obvious.
48282         (init_dfa, parse_bracket_exp, build_charclass_op):
48283         Call calloc and cast result, as glibc does.
48284         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48285         (build_range_exp, build_collating_symbol):
48286         Now internal functions.
48287
48288         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48289
48290         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48291         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48292         Don't depend on VMS; depend on __VMS instead, for POSIX
48293         namespace cleanness.
48294         (regoff_t): Define to ssize_t, not long int.
48295
48296         Remove the REG_ macros named below.  Instead, make the old names
48297         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48298         __USE_GNU_REGEX.
48299         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48300         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48301         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48302         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48303         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48304         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48305         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48306         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48307         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48308         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48309         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48310         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48311         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48312         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48313         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48314         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48315         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48316         (REG_NREGS):
48317         Remove.  All uses replaced by the old RE_* names.
48318         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48319         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48320         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48321         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48322         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48323         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48324         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48325         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48326         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48327         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48328         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48329         Don't bother having these macros be independent of each others'
48330         values, since they no longer exist in the POSIX name space.
48331
48332         Rename the following member names back to their old names,
48333         unless !__USE_GNU_REGEX.  All uses changed back.
48334         (buffer): Renamed from re_buffer.
48335         (allocated): Renamed from re_allocated.
48336         (used): Renamed from re_used.
48337         (syntax): Renamed from re_syntax.
48338         (fastmap): Renamed from re_fastmap.
48339         (translate): Renamed from re_translate.
48340         (can_be_null): Renamed from re_can_be_null.
48341         (regs_allocated): Renamed from re_regs_allocated.
48342         (fastmap_accurate): Renamed from re_fastmap_accurate.
48343         (no_sub): Renamed from re_no_sub.
48344         (not_bol): Renamed from re_not_bol.
48345         (not_eol): Renamed from re_not_eol.
48346         (newline_anchor): Renamed from re_newline_anchor.
48347         (num_regs): Renamed from rm_num_regs.
48348         (start): Renamed from rm_start.
48349         (end): Renamed from rm_end.
48350
48351         (free_state): Move up a bit.
48352
48353         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48354         #define to be empty.
48355         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48356         when that is what is intended.
48357         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48358         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48359         (MAX): New macro.
48360         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48361         All uses changed back to re_malloc, etc.  It's now the caller's
48362         responsibility to check for overflow; all callers changed.
48363         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48364         (re_x2nrealloc): Remove.
48365         (free_state): Remove decl.
48366
48367         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48368         (re_set_registers, re_exec):
48369         Use K&R-style defn.
48370
48371         2006-01-31  Roland McGrath  <roland@redhat.com>
48372
48373         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48374         Reported by Mike Frysinger <vapier@gentoo.org>.
48375
48376         2006-01-15  Andreas Jaeger  <aj@suse.de>
48377
48378         [BZ #1950]
48379         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48380         build_wcs_upper_buffer change.
48381         (build_wcs_upper_buffer): Change return type.
48382
48383         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48384
48385         * lib/regex_internal.h: Include <stdint.h> if available.
48386
48387         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48388
48389         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48390
48391         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48392
48393         * lib/regcomp.c: Adjust for changed secondary hash function.
48394
48395         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48396
48397         * lib/regex.h: Pretty printing.
48398         Clean up namespace a bit.
48399
48400         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48401
48402         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48403         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48404
48405         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48406                     Ulrich Drepper  <drepper@redhat.com>
48407
48408         [BZ #1302]
48409         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48410         changed.
48411         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48412
48413         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48414
48415         [BZ #281]
48416         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48417         * lib/regcomp.c: Remove unnecessary uses of
48418         unsigned RE_TRANSLATE_TYPE.
48419         * lib/regex_internal.h: Likewise.
48420         * lib/regex_internal.c: Likewise.
48421         * lib/regexec.c: Likewise.
48422         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48423
48424         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48425
48426         * lib/regexec.c (find_recover_state): Remove unnecessary
48427         initialization.
48428         (transit_state_bkref): Make DFA a const pointer.
48429         (get_subexp): Likewise.
48430         (check_arrival): Likewise.
48431         (update_cur_sifted_state): Likewise.
48432         (re_search_internal): Likewise.
48433         (prune_impossible_nodes): Likewise.
48434         (acquire_init_state_context): Likewise.
48435         (proceed_next_node): Likewise.
48436         (set_regs): Likewise.
48437         (free_fail_stack_return): Likewise.
48438         (check_arrival_expand_ecl): Mark DFA parameter as const.
48439         (check_arrival_expand_ecl_sub): Likewise.
48440         (check_subexp_limits): Likewise.
48441         (sub_epsilon_src_nodes):  Likewise.
48442         (add_epsilon_src_nodes):  Likewise.
48443         (merge_state_array): Likewise.
48444         (update_regs): Likewise.
48445         (build_trtable): Likewise.
48446         (sift_states_backward): Mark MCTX parameter as const.
48447         (build_sifted_states): Likewise.
48448         (update_cur_sifted_state): Likewise.
48449         (sift_states_mkref): Likewise.
48450         (check_arrival_expand_ecl): Mark eclosure as const.
48451         (check_dst_limits_calc_pos_1): Likewise.
48452         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48453         pointer.
48454
48455         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48456
48457         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48458         (transit_state_sb): Likewise.
48459         (transit_state_mb): Likewise.
48460         (sift_states_iter_mb): Likewise.
48461         (check_arrival_add_next_nodes): Likewise.
48462         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48463         [_LIBC] (re_search_2_stub): Use mempcpy.
48464
48465         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48466         mbrtowc for very simple UTF-8 case.
48467
48468         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48469         a pointer-to-const.
48470         (re_acquire_state_context): Likewise.
48471         * lib/regex_internal.h: Adjust prototypes.
48472
48473         * lib/regex.c: Prevent using C++ compilers.
48474
48475         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48476         (re_acquire_state_context): Likewise.
48477
48478 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48479
48480         * modules/regex (Depends-on): Add ssize_t.
48481
48482 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48483
48484         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48485         translation table.
48486
48487 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48488
48489         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48490
48491 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48492             Bruno Haible  <bruno@clisp.org>
48493
48494         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48495         <sys/types.h> and <inttypes.h>.
48496
48497 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48498
48499         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48500         `__error_t_defined', so argp.h will not typedef the former.
48501
48502 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48503
48504         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48505         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48506         glibc names.  Even if glibc is changed to conform to POSIX, the
48507         traditional names will be available anyway, since regex depends on
48508         the extensions module.  Also, fix a longstanding typo in the
48509         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48510         reported by Emanuele Giaquinta.  Also, change sense of cached
48511         variable, so that the message makes sense.
48512
48513 2006-03-24  Simon Josefsson  <jas@extundo.com>
48514
48515         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48516         including some doc fixes.
48517         (base64_encode_alloc): Fix +1 bug on allocation failures.
48518
48519 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48520
48521         * lib/base64.c (base64_encode): Do not read past end of array with
48522         unsanitized input on systems with CHAR_BIT > 8.
48523
48524 2006-03-24  Eric Blake  <ebb9@byu.net>
48525
48526         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48527
48528 2006-03-22  Karl Berry  <karl@gnu.org>
48529
48530         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48531         * config/srclistvars.sh (COREUTILS): new var.
48532
48533 2006-03-17  Jim Meyering  <jim@meyering.net>
48534
48535         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48536         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48537
48538 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48539
48540         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48541         no longer needs it.  Instead, check that regoff_t is as least
48542         as wide as ptrdiff_t.
48543
48544         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48545         so that our regex.h stays compatible with the installed regex.
48546         This is helpful for installers who configure --without-included-regex.
48547         Problem reported by Emanuele Giaquinta.
48548
48549 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48550
48551         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48552         Typedef to long int, not to off_, as POSIX will likely change
48553         in that direction.
48554
48555 2006-03-15  Eric Blake  <ebb9@byu.net>
48556
48557         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48558
48559 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48560
48561         * lib/argp-help.c (validate_uparams): Fix typo
48562         * lib/argp-parse.c (argp_default_options): Consistently begin help
48563         messages with a lowercase letter.
48564
48565 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48566
48567         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48568         overrun buffers and shouldn't be used (much as gets shouldn't be
48569         used).
48570         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48571
48572 2006-03-08  Simon Josefsson  <jas@extundo.com>
48573
48574         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48575         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48576
48577 2006-03-08  Simon Josefsson  <jas@extundo.com>
48578
48579         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48580         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48581
48582 2006-03-08  Simon Josefsson  <jas@extundo.com>
48583
48584         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48585         signal that configure disabled the device.
48586
48587 2006-03-08  Simon Josefsson  <jas@extundo.com>
48588
48589         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48590         languages.
48591
48592 2006-03-07  Simon Josefsson  <jas@extundo.com>
48593
48594         * modules/getopt (Depends-on): Add unistd.
48595
48596         * modules/unistd: New file.
48597
48598 2006-03-07  Simon Josefsson  <jas@extundo.com>
48599
48600         * modules/gc-random: New file.
48601
48602 2006-03-07  Simon Josefsson  <jas@extundo.com>
48603
48604         * m4/unistd_h.m4: New file.
48605
48606 2006-03-07  Simon Josefsson  <jas@extundo.com>
48607
48608         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48609         test to be side-effect free by storing the result in the cache
48610         variable gl_cv_lib_readline, and moving the assignment of
48611         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48612         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48613
48614 2006-03-07  Simon Josefsson  <jas@extundo.com>
48615
48616         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48617         error on missing devices (the functions will return an error).
48618
48619         * m4/gc.m4: Move random stuff to gc-random.m4
48620
48621 2006-03-07  Simon Josefsson  <jas@extundo.com>
48622
48623         * lib/unistd_.h: New file.
48624
48625 2006-03-07  Simon Josefsson  <jas@extundo.com>
48626
48627         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48628
48629 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48630
48631         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48632         Problem reported by Juan Manuel Guerrero.
48633
48634 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48635
48636         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48637         the unistd module.
48638         * lib/getlogin_r.c: Likewise.
48639         * lib/getlogin_r.h: Likewise.
48640         * lib/glob.c: Likewise.
48641         * lib/pagealign_alloc.c: Likewise.
48642         * lib/unistd_.h: Remove; no longer needed.
48643
48644 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48645
48646         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48647         Add unistd.
48648         * modules/c-stack (Depends-on): Add unistd.
48649         * modules/getlogin_r: Likewise.
48650         * modules/glob: Likewise.
48651         * modules/pagealign_alloc: Likewise.
48652         * modules/unistd (Files): Remove lib/unistd_.h.
48653         (EXTRA_DIST): Remove.
48654         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48655         need unistd_.h.
48656         (MOSTLYCLEANFILES): Remove unistd.h-t.
48657
48658 2006-03-03  Simon Josefsson  <jas@extundo.com>
48659
48660         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48661
48662 2006-03-03  Simon Josefsson  <jas@extundo.com>
48663
48664         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48665         libidn and bison.
48666
48667 2006-03-03  Simon Josefsson  <jas@extundo.com>
48668
48669         * build-aux/maint.mk: Add indent target.
48670
48671 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48672
48673         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48674         our replacement poll.h in any case, to avoid a differing
48675         declaration from a system header.  Seen on AIX.
48676
48677 2006-03-01  Simon Josefsson  <jas@extundo.com>
48678
48679         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48680         <kasal@ucw.cz>.
48681
48682 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48683
48684         * modules/gettime (Depends-on): Add extensions module.
48685         * modules/nanosleep (Depends-on): Likewise.
48686         * modules/settime (Depends-on): Likewise.
48687
48688 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48689
48690         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48691         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48692         pedantically.
48693         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48694         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48695
48696         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48697         not "==".  Reported by Ralf Wildenhues.
48698
48699 2006-03-01  Karl Berry  <karl@gnu.org>
48700
48701         * doc/Copyright/request-*: new files, synced from gnuorg.
48702
48703 2006-03-01  Karl Berry  <karl@gnu.org>
48704
48705         * config/srclist.txt (Copyright/*): new entries.
48706
48707 2006-02-28  Simon Josefsson  <jas@extundo.com>
48708
48709         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48710
48711 2006-02-27  Simon Josefsson  <jas@extundo.com>
48712
48713         * lib/base64.h: Indent #define's.  From Jim Meyering
48714         <jim@meyering.net>.
48715
48716 2006-02-27  Jim Meyering  <jim@meyering.net>
48717
48718         Revert the change of 2006-02-24, so these files can continue
48719         to be sync'd from gettext.
48720         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48721         of `config.h'.
48722
48723 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48724
48725         * modules/intprops: New file.
48726         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48727         Add intprops.
48728         * modules/getloadavg (Files): Remove lib/intprops.h.
48729         (Depends-on): Add intprops.
48730         * modules/human: Likewise.
48731         * modules/inttostr: Likewise.
48732         * modules/openat: Likewise.
48733         * modules/sig2str: Likewise.
48734         * modules/userspec: Likewise.
48735         * modules/utimecmp: Likewise.
48736         * modules/xnanosleep: Likewise.
48737         * modules/xstrtol: Likewise.
48738
48739 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48740
48741         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48742         * modules/lock-tests (TESTS): Use $(EXEEXT).
48743         * modules/tls-tests: Likewise.
48744         * modules/argp-tests: Likewise.
48745         (check_PROGRAMS): New var, replacing...
48746         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48747
48748 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48749
48750         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48751         `config.h'.
48752
48753 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48754
48755         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48756
48757 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48758
48759         Sync from coreutils.
48760         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48761         gl_CHDIR_SAFER.
48762
48763 2006-02-22  Jim Meyering  <jim@meyering.net>
48764
48765         Sync from coreutils.
48766         * m4/chdir-safer.m4: New file.
48767
48768 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48769
48770         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48771         AT_FDCWD exceeds INT_MAX.
48772         * lib/openat.h (AT_FDCWD): Likewise.
48773
48774 2006-02-17  Eric Blake  <address@hidden>
48775
48776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48777
48778 2006-02-16  Simon Josefsson  <jas@extundo.com>
48779
48780         * modules/getaddrinfo (Depends-on): Add sys_socket.
48781
48782 2006-02-15  Simon Josefsson  <jas@extundo.com>
48783
48784         * build-aux/maint.mk: Add dsyntax-check rule.
48785
48786 2006-02-15  Eric Blake  <ebb9@byu.net>
48787
48788         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48789         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48790         'present but cannot compile' warnings on cygwin.
48791         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48792         use ws2tcpip.h if sys/socket.h works.
48793         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48794         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48795
48796 2006-02-14  Simon Josefsson  <jas@extundo.com>
48797
48798         * modules/maintainer-makefile (Files): Rename.
48799
48800         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48801         and (the local) Makefile.cfg to maint-cfg.mk.
48802
48803         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48804         to the latter.
48805
48806         * modules/maintainer-makefile: New module.
48807
48808         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48809         severaly stripped to make it possible to build it up from scratch
48810         with reliable tests.
48811
48812         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48813         fixes to permit overriding the default actions when configure and
48814         makefile are not available.
48815
48816 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48817
48818         Sync from coreutils.
48819         * modules/lstat (Depends-on): Don't depend on xalloc.
48820         (License): Change from GPL to LGPL, since this is now simply a
48821         replacement for a libc function.
48822
48823 2006-02-14  Jim Meyering  <jim@meyering.net>
48824
48825         Sync from coreutils.
48826
48827         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48828         failure on deficient systems, and simplify gnulib lgpl dependencies.
48829         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48830         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48831
48832         * lib/xalloc-die.c: Remove unused definition of N_.
48833
48834 2006-02-14  Jim Meyering  <jim@meyering.net>
48835
48836         Sync from coreutils.
48837         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48838         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48839         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48840         double-quote uses of that variable, to accommodate the rare case in
48841         which getmntent is available in none of the libraries checked.  This
48842         happens at least on FreeBSD 5.0.
48843
48844 2006-02-13  Simon Josefsson  <jas@extundo.com>
48845
48846         * gnulib-tool (Usage): Fix --import, from
48847         karl@freefriends.org (Karl Berry).
48848
48849 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48850
48851         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48852
48853 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48854
48855         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48856         "autoupdate" on 2005-12-12.
48857
48858 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48859
48860         * modules/closeout (Depends-on): Remove atexit.
48861
48862 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48863
48864         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48865         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48866
48867 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48868
48869         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48870         __EXTENSIONS__ if this causes compilation to fail.  Problem
48871         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48872         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48873
48874 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48875
48876         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48877         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48878         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48879         All uses changed.
48880
48881 2006-01-26  Simon Josefsson  <jas@extundo.com>
48882
48883         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48884         prototype is visible on mingw32.
48885
48886         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48887         for mingw32.
48888
48889         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48890         mingw32).
48891
48892 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48893
48894         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48895         attempt to open for write; this always fails, at least on POSIX
48896         hosts.  This reinstates the 2006-01-09 change, which was
48897         inadvertently removed.
48898
48899 2006-01-26  Bruno Haible  <bruno@clisp.org>
48900
48901         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48902         Reported by Paul Eggert.
48903
48904 2006-01-26  Bruno Haible  <bruno@clisp.org>
48905             Paul Eggert  <eggert@cs.ucla.edu>
48906
48907         * lib/stdbool_.h (_Bool)
48908         [(! (defined __cplusplus || defined __BEOS__)
48909           && !defined __GNUC__
48910           && !(defined __HP_cc || defined __xlc__
48911                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48912                || defined __sgi))]:
48913         #define to signed char in these cases too; this simplifies
48914         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48915         etc., separately) and makes it more conservative.
48916
48917 2006-01-25  Simon Josefsson  <jas@extundo.com>
48918
48919         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48920         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48921         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48922
48923 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48924
48925         * lib/argp-namefrob.h: Bugfix. Remove stray #
48926
48927 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48928
48929         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48930         so that we test the test.
48931         Check for yet another HP-UX cc bug involving *bool |= bool.
48932
48933 2006-01-25  Karl Berry  <karl@gnu.org>
48934
48935         * config/srclist.txt (vasnprintf.c): sync lost.
48936
48937 2006-01-25  Jim Meyering  <jim@meyering.net>
48938
48939         Sync from the stable (b5) branch of coreutils:
48940
48941         * lib/fts.c (fts_children): Don't let close() clobber errno from
48942         failed fchdir().
48943
48944         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48945         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48946         a dangling symlink.  That can also happen at least for ELOOP.
48947         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48948         FYI, this bug predates the inclusion of fts.c in coreutils.
48949
48950         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48951         in their own block, so pre-c99 compilers don't object.
48952
48953         Avoid the double-free (first in fts_read, second in fts_close) that
48954         would occur when an `active' directory is made inaccessible (e.g.,
48955         via chmod a-x) during a traversal.
48956         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48957         before returning.  Reproduce this failure by
48958         mkdir -p a/b; cd a; chmod a-x . b
48959         Reported by Stavros Passas.
48960
48961 2006-01-25  Jim Meyering  <jim@meyering.net>
48962
48963         * lib/fileblocks.c: Remove more useless parentheses.
48964         * lib/readutmp.h: Likewise.
48965
48966 2006-01-25  Bruno Haible  <bruno@clisp.org>
48967
48968         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48969         warnings.
48970         Reported by Paul Eggert.
48971
48972 2006-01-25  Bruno Haible  <bruno@clisp.org>
48973
48974         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48975         rid of a trap command. For Solaris sh.
48976         Reported by Mark D. Baushke <mdb@gnu.org>.
48977
48978 2006-01-24  Simon Josefsson  <jas@extundo.com>
48979
48980         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48981         Bruno.
48982
48983 2006-01-24  Karl Berry  <karl@gnu.org>
48984
48985         * config/srclist.txt (argp-namefrob.h): sync lost.
48986
48987 2006-01-24  Jim Meyering  <jim@meyering.net>
48988
48989         * modules/openat (Files): Add lib/intprops.h.
48990         From Mark D. Baushke.
48991
48992 2006-01-24  Jim Meyering  <jim@meyering.net>
48993
48994         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48995         Reported by Mark D. Baushke.
48996
48997 2006-01-24  Jim Meyering  <jim@meyering.net>
48998
48999         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
49000
49001 2006-01-24  Bruno Haible  <bruno@clisp.org>
49002
49003         * modules/strnlen (Maintainer): Change from glibc to all.
49004
49005 2006-01-24  Bruno Haible  <bruno@clisp.org>
49006
49007         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
49008         Patch by Paul Eggert.
49009
49010 2006-01-24  Bruno Haible  <bruno@clisp.org>
49011
49012         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
49013         already has it.
49014         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
49015         2005-11-26.
49016
49017         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
49018         'signed char' to avoid problems with the built-in _Bool type.
49019         Reported by Paul Eggert on 2005-11-26.
49020
49021 2006-01-24  Bruno Haible  <bruno@clisp.org>
49022
49023         * gnulib-tool (func_import): Avoid constructing complicated sed
49024         expressions inside backquote.
49025         Report and solution by Mark D. Baushke <mdb@gnu.org>.
49026
49027 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
49028
49029         These changes imported from libc.
49030         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
49031         test and two separate function calls.
49032         * lib/strndup.c (__strndup): Add libc_hidden_def.
49033
49034 2006-01-23  Simon Josefsson  <jas@extundo.com>
49035
49036         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
49037         Remove the test_*_SOURCES variable: automake infers it by default.
49038         * modules/tls-tests: Likewise.
49039
49040 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49041
49042         Work around porting bugs reported by Dieter in
49043         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49044         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49045         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49046         Include "getopt.h" first, to check interface.
49047         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49048         !HAVE_DECL_GETENV.
49049         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49050         (__strndup): Revert to K&R-style function dfns, the glibc style.
49051         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49052         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49053         Include strnlen.h first, to get prototype properly.
49054         (strnlen): Renamed from __strnlen.
49055         Remove weak alias.
49056
49057 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49058
49059         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49060
49061 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49062
49063         * config/srclist.txt: Adjust to reflect glibc reorganization.
49064         This affects only comments.
49065
49066 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49067
49068          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49069          Reported by Bruce Korb <bkorb@gnu.org>.
49070
49071 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49072
49073         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49074         to pacify gcc -Wswitch-default.
49075
49076 2006-01-22  Bruno Haible  <bruno@clisp.org>
49077
49078         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49079         temporary buffer for sprintf, take into account the precision also
49080         for 'd', 'i', 'u', 'o', 'x', 'X'.
49081
49082 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49083
49084         * modules/argp-tests: New module
49085         * tests/test-argp.c: New file
49086         * tests/test-argp-2.sh: New file
49087
49088 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49089
49090         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49091         (__argp_base_name): Removed
49092         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49093         typo.
49094         (__argp_base_name): Provide macro definition or extern declaration
49095         depending on the configuration
49096
49097 2006-01-20  Simon Josefsson  <jas@extundo.com>
49098
49099         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49100
49101 2006-01-20  Simon Josefsson  <jas@extundo.com>
49102
49103         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49104
49105 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49106
49107         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49108         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49109         Suggested by Bruno Haible.
49110
49111 2006-01-20  Karl Berry  <karl@gnu.org>
49112
49113         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49114         until changes propagate, I guess.
49115
49116 2006-01-19  Simon Josefsson  <jas@extundo.com>
49117
49118         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49119
49120 2006-01-19  Simon Josefsson  <jas@extundo.com>
49121
49122         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49123
49124 2006-01-19  Simon Josefsson  <jas@extundo.com>
49125
49126         * gnulib-tool: Set check_PROGRAMS.
49127
49128         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49129         modules/des-tests, modules/gc-arcfour-tests,
49130         modules/gc-arctwo-tests, modules/gc-des-tests,
49131         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49132         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49133         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49134         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49135         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49136         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49137         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49138         test_*_SOURCES.
49139
49140 2006-01-18  Simon Josefsson  <jas@extundo.com>
49141
49142         * modules/socklen (Depends-on): Depend on sys_socket.
49143
49144 2006-01-18  Simon Josefsson  <jas@extundo.com>
49145
49146         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49147         modules/des-tests, modules/gc-arcfour-tests,
49148         modules/gc-arctwo-tests, modules/gc-des-tests,
49149         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49150         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49151         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49152         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49153         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49154         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49155         $(EXEEXT) to automake TESTS variable, for mingw32.
49156
49157 2006-01-17  Simon Josefsson  <jas@extundo.com>
49158
49159         * modules/socklen (Include): Need sys/socket.h.
49160
49161 2006-01-17  Bruno Haible  <bruno@clisp.org>
49162
49163         * modules/ssize_t (Include): Add <sys/types.h>.
49164
49165 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49166
49167         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49168         it's not portable and it doesn't work with cross-compiles.
49169         Problem reported by Bruno Haible.  Fix missing-$ typo in
49170         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49171         -zignore from being used with Sun's C compiler.
49172
49173 2006-01-12  Simon Josefsson  <jas@extundo.com>
49174
49175         * lib/base64.c: Fix warning, reported by Bruno Haible
49176         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49177
49178 2006-01-12  Bruno Haible  <bruno@clisp.org>
49179
49180         * modules/ldd: New file.
49181         * build-aux/ldd.sh.in: New file.
49182         * MODULES.html.sh (Support for building libraries and executables): Add
49183         ldd.
49184
49185 2006-01-12  Bruno Haible  <bruno@clisp.org>
49186
49187         * m4/ldd.m4: New file.
49188
49189 2006-01-12  Bruno Haible  <bruno@clisp.org>
49190
49191         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49192         endless loop while replacing $auxdir with build-aux.
49193
49194 2006-01-11  Simon Josefsson  <jas@extundo.com>
49195
49196         * lib/stdint_.h (SIZE_MAX): Add missing (.
49197
49198 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49199
49200         Sync from coreutils.
49201         * lib/md5.c: Fix commentary typos.
49202         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49203         * lib/md5.h (__attribute__): Remove; unused.
49204         * lib/sha1.c: Fix commentary to match md5 better.
49205         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49206         so that we don't need to worry about alignment.  All uses changed.
49207         This merges the 2005-10-28 md5 change into sha1.
49208
49209 2006-01-11  Jim Meyering  <jim@meyering.net>
49210
49211         Sync from coreutils.
49212         * lib/md5.c (OP): Fix spacing.
49213
49214 2006-01-11  Bruno Haible  <bruno@clisp.org>
49215
49216         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49217         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49218         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49219
49220 2006-01-11  Bruno Haible  <bruno@clisp.org>
49221
49222         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49223         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49224         the "early" section as well.
49225
49226 2006-01-11  Bruno Haible  <bruno@clisp.org>
49227
49228         Avoid "ar: no archive members specified" error on MacOS X.
49229         * gnulib-tool (func_modules_add_dummy): New function.
49230         (func_import, func_create_testdir): Invoke it.
49231
49232 2006-01-11  Bruno Haible  <bruno@clisp.org>
49233
49234         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49235         with $auxdir in AC_CONFIG_FILES statements.
49236
49237 2006-01-11  Bruno Haible  <bruno@clisp.org>
49238
49239         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49240         Initialize also noinst_HEADERS to empty.
49241
49242 2006-01-11  Bruno Haible  <bruno@clisp.org>
49243
49244         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49245         variables.
49246         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49247         autoreconf.
49248
49249 2006-01-11  Bruno Haible  <bruno@clisp.org>
49250
49251         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49252         overridable by the user.
49253         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49254
49255 2006-01-10  Simon Josefsson  <jas@extundo.com>
49256
49257         * modules/sys_socket: New file.
49258
49259 2006-01-10  Simon Josefsson  <jas@extundo.com>
49260
49261         * m4/sys_socket_h.m4: New file.
49262
49263 2006-01-10  Simon Josefsson  <jas@extundo.com>
49264
49265         * lib/socket_.h: New file.
49266
49267 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49268
49269         * modules/readutmp (Maintainer): Add myself.
49270
49271 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49272
49273         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49274         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49275         People who are still concerned with buggy memcmp implementations
49276         can invoke gl_FUNC_MEMCMP themselves.
49277
49278 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49279
49280         * lib/regex_internal.h (BITSET_WORD_BITS):
49281         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49282         preprocessor mishandles large unsigned values as if they were signed.
49283         Problem reported by Claudio Fontana in
49284         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49285
49286 2006-01-10  Jim Meyering  <jim@meyering.net>
49287
49288         Avoid the double-free (first in fts_read, second in fts_close) that
49289         would occur when an `active' directory is made inaccessible (e.g.,
49290         via chmod a-x) during a traversal.
49291         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49292         before returning.  Reproduce this failure by
49293         mkdir -p a/b; cd a; chmod a-x . b
49294         Reported by Stavros Passas.
49295
49296         Sync from coreutils.
49297         * lib/sha1.c: Tweak grammar in a comment.
49298
49299 2006-01-10  Jim Meyering  <jim@meyering.net>
49300
49301         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49302         Patch by Joerg Sonnenberger.
49303
49304 2006-01-10  Bruno Haible  <bruno@clisp.org>
49305
49306         * modules/readutmp: Depend on module free.
49307         * modules/strtok_r: Depend on module restrict.
49308
49309 2006-01-10  Bruno Haible  <bruno@clisp.org>
49310
49311         * modules/gettext (configure.ac): Add an invocation of
49312         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49313
49314 2006-01-10  Bruno Haible  <bruno@clisp.org>
49315
49316         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49317         Reported by Werner Lemberg <wl@gnu.org>.
49318
49319 2006-01-10  Bruno Haible  <bruno@clisp.org>
49320
49321         * lib/localcharset.c: Update from GNU gettext.
49322
49323 2006-01-10  Bruno Haible  <bruno@clisp.org>
49324
49325         * lib/argp.h (__const): Remove macro. Use const instead.
49326         * lib/argp-fmtstream.h (__const): Likewise.
49327         * lib/glob_.h (__const): Remove macro.
49328         * lib/glob-libc.h: Use const instead of __const.
49329
49330 2006-01-10  Bruno Haible  <bruno@clisp.org>
49331
49332         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49333         variable.
49334         Needed to avoid an automake error regarding the 'gettext' module.
49335
49336 2006-01-09  Simon Josefsson  <jas@extundo.com>
49337
49338         * modules/inet_ntop (Depends-on): Add restrict.
49339
49340 2006-01-09  Simon Josefsson  <jas@extundo.com>
49341
49342         * modules/gc-rijndael-tests (License): Put under LGPL.
49343
49344         * modules/gc-des-tests (License): Likewise.
49345
49346         * modules/gc-arcfour-tests (License): Likewise.
49347
49348         * modules/gc-arctwo-tests (License): Likewise.
49349
49350         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49351
49352         * modules/gc-hmac-sha1-tests (Files): Likewise.
49353
49354         * modules/gc-hmac-md5-tests (License): Likewise.
49355
49356         * modules/gc-sha1-tests (License): Likewise.
49357
49358         * modules/gc-md5-tests (License): Likewise.
49359
49360         * modules/gc-md4-tests (License): Likewise.
49361
49362         * modules/gc-md2-tests (License): Likewise.
49363
49364         * modules/gc-tests (License): Likewise.
49365
49366         * modules/des-tests (License): Likewise.
49367
49368         * modules/md4-tests (License): Likewise.
49369
49370         * modules/md2-tests (License): Likewise.
49371
49372 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49373
49374         Sync from coreutils:
49375
49376         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49377         * modules/lib-ignore: New file.
49378         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49379         chdir-safer.m4, lchmod.m4.
49380         * modules/openat: Add mkdirat.c, openat-priv.h.
49381
49382 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49383
49384         Sync from coreutils.
49385         * m4/lib-ignore.m4: New file.
49386         * m4/lchmod.m4: New file.
49387
49388 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49389
49390         Sync from coreutils.
49391         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49392         for write access: POSIX says that must fail.
49393         * lib/fts.c (diropen): Likewise.
49394         * lib/save-cwd.c (save_cwd): Likewise.
49395         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49396         well, for minor improvements on hosts that lack O_DIRECTORY.
49397         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49398         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49399         Fall back on chown if open failed with EACCES.
49400
49401         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49402         Report an error at compile-time if only a 1-second nominal clock
49403         resolution is found.
49404
49405         * lib/lchmod.h: New file.
49406         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49407         (make_dir_parents): Use lchown rather than chown, and
49408         lchmod rather than chmod.
49409
49410         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49411         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49412         "proc" reported by n0dalus.
49413
49414         * lib/mountlist.c: Include <limits.h>.
49415         (dev_from_mount_options)
49416         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49417         New function.  It no longer assumes "dev=" has the System V meaning
49418         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49419         (read_file_system_list)
49420         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49421         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49422         dev= in that case.
49423
49424         * lib/posixtm.h (PDS_PRE_2000): New macro.
49425         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49426         allow_century.  All usages changed.  Reject dates outside the range
49427         1969-1999 if PDS_PRE_2000 is used.
49428
49429 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49430
49431         Sync from coreutils.
49432         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49433         (Time of day items): Mention the possibility of leap seconds.
49434         Problem reported by Dr. David Alan Gilbert.
49435
49436 2006-01-09  Jim Meyering  <jim@meyering.net>
49437
49438         Sync from coreutils.
49439
49440         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49441
49442         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49443
49444         * lib/modechange.c (mode_compile): Reject an invalid mode string
49445         that starts with an octal digit.  From Andreas Gruenbacher.
49446
49447         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49448         and dup to open_safer and dup_safer, respectively.
49449         (openat_permissive): Fix typo in comment.
49450
49451         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49452         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49453         (_): Remove; no longer needed.
49454         (openat): Renamed from rpl_openat; no need for rpl_openat
49455         since openat.h renames openat for us.
49456         Replace most of the body with a call to openat_permissive,
49457         to avoid duplicate code.
49458         Port to (probably hypothetical) environments were mode_t is
49459         wider than int.
49460         (openat_permissive): Require mode arg, so that we can check
49461         types better.  Put it just after flags.  Change cwd failure
49462         indicator from pointer-to-bool to pointer-to-errno-value.
49463         All callers changed.
49464         Invoke openat_save_fail and/or openat_restore_fail if
49465         cwd_errno is null, so that openat can call us.
49466         (openat_permissive, fdopendir, fstatat, unlinkat):
49467         Simplify errno handling to avoid some duplicate code,
49468         as it's OK to set errno on success.
49469         * lib/openat.h: Revamp code so that function macros depend on
49470         __OPENAT_PREFIX only, not also on AT_FDCWD.
49471         (openat_ro): Remove.  Caller changed to use openat_permissive.
49472         (openat_permissive): Now a macro, if not a function.
49473         (openat_restore_fail, openat_save_fail): Now always functions,
49474         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49475
49476         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49477         and openat.c.
49478         * lib/mkdirat.c: Include openat-priv.h.
49479         Remove definitions of macros defined therein.
49480         * lib/openat.c: Likewise.
49481
49482         * lib/mkdirat.c (mkdirat): New file and function.
49483         * lib/openat.h (mkdirat): Declare.
49484
49485         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49486
49487         * lib/openat.h (openat_permissive): Declare.
49488         (openat_ro): Define.
49489
49490         * lib/openat.c (EXPECTED_ERRNO): New macro.
49491         (openat_permissive): New function -- used in remove.c rewrite.
49492         (all functions): Set errno just before returning, only if there
49493         was an actual failure.
49494         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49495
49496         Emulate openat-family functions using Linux's procfs, if possible.
49497         Idea and some code based on Ulrich Drepper's glibc changes.
49498
49499         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49500         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49501         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49502         before falling back on save_cwd and restore_cwd.
49503         (fdopendir, fstatat, unlinkat): Likewise.
49504
49505         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49506         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49507
49508         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49509         as second argument to va_arg.  Otherwise, some versions of gcc
49510         warn that `if this code is reached, the program will abort'.
49511
49512 2006-01-09  Jim Meyering  <jim@meyering.net>
49513
49514         Sync from coreutils.
49515         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49516         Require openat-priv.h.
49517
49518 2006-01-09  Bruno Haible  <bruno@clisp.org>
49519
49520         * modules/strnlen (Include): Use strnlen.h.
49521
49522 2006-01-09  Bruno Haible  <bruno@clisp.org>
49523
49524         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49525
49526 2006-01-09  Bruno Haible  <bruno@clisp.org>
49527
49528         * lib/sysexit_.h (EX_OK): New macro.
49529         Suggested by Martin Lambers <marlam@marlam.de>.
49530
49531 2006-01-09  Bruno Haible  <bruno@clisp.org>
49532
49533         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49534         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49535
49536 2006-01-09  Bruno Haible  <bruno@clisp.org>
49537
49538         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49539         numbers.
49540
49541 2006-01-09  Bruno Haible  <bruno@clisp.org>
49542
49543         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49544         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49545         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49546         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49547
49548 2006-01-09  Bruno Haible  <bruno@clisp.org>
49549
49550         * build-aux/javacomp.sh.in: New file, moved from lib/.
49551         * modules/javacomp-script (Files): Update.
49552         (configure.ac): Add AC_CONFIG_FILES invocation.
49553         (EXTRA_DIST): Remove variable.
49554
49555         * build-aux/javaexec.sh.in: New file, moved from lib/.
49556         * modules/javaexec (Files): Update.
49557         (configure.ac): Add AC_CONFIG_FILES invocation.
49558         (EXTRA_DIST): Remove javaexec.sh.in.
49559
49560         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49561         * modules/csharpcomp-script (Files): Update.
49562         (configure.ac): Add AC_CONFIG_FILES invocation.
49563         (EXTRA_DIST): Remove variable.
49564
49565         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49566         * modules/csharpexec (Files): Update.
49567         (configure.ac): Add AC_CONFIG_FILES invocation.
49568         (EXTRA_DIST): Remove csharpexec.sh.in.
49569
49570 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49571
49572         Sync from coreutils.
49573
49574         Add POSIX ACL support
49575         * lib/acl.h (copy_acl, set_acl): Add declarations.
49576         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49577         systems other than Linux.
49578         (chmod_or_fchmod): New function: use fchmod when possible,
49579         and chmod otherwise.
49580         (file_has_acl): Add a POSIX ACL implementation, with a
49581         Linux-specific subcase.
49582         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49583         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49584         acls are unsupported.
49585         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49586         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49587         are unsupported.
49588
49589 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49590
49591         Sync from coreutils.
49592         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49593
49594 2006-01-07  Bruno Haible  <bruno@clisp.org>
49595
49596         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49597         gl_EARLY.
49598
49599 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49600
49601         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49602         Problem reported for Mingw by Mark Junker.
49603
49604 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49605
49606         * README: Gnulib normally doesn't generate a tarball.
49607
49608 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49609
49610         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49611         long int, not int, for nanosecond counts, so that people who are
49612         used to POSIX struct timespec won't be surprised.  Reported by Jim
49613         Meyering.
49614
49615 2005-12-28  Bruno Haible  <bruno@clisp.org>
49616
49617         * build-aux/config.rpath: Update from GNU gettext.
49618
49619 2005-12-16  Jim Meyering  <jim@meyering.net>
49620
49621         * modules/fprintftime: New module.
49622         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49623
49624 2005-12-16  Jim Meyering  <jim@meyering.net>
49625
49626         * m4/fprintftime.m4: New file.
49627
49628 2005-12-16  Jim Meyering  <jim@meyering.net>
49629
49630         * lib/fprintftime.c, lib/fprintftime.h: New files.
49631
49632 2005-12-15  Simon Josefsson  <jas@extundo.com>
49633
49634         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49635         new m4/socklen.m4.
49636
49637 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49638
49639         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49640         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49641
49642 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49643
49644         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49645         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49646         struct uparams is valid. Fall back to the default values if it is
49647         not.
49648
49649 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49650
49651         * modules/argp (Files): Add argp-pin.c
49652         (Depends-on): dirname
49653         (lib_SOURCES): Add argp-pin.c
49654
49655 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49656
49657         * m4/argp.m4:  Check if program_invocation_name and
49658         program_invocation_short_name are declared and define appropriate
49659         macros if they are not.
49660
49661 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49662
49663         * lib/argp-help.c (__argp_base_name): New function
49664         (__argp_short_program_name): Rewrite using __argp_base_name
49665         * lib/argp-namefrob.h: Define program_invocation_name and
49666         program_invocation_short_name if requested
49667         (__argp_base_name): Add prototype
49668         * lib/argp-parse.c (argp_def): Use gettext wrappers
49669         (argp_default_parser): Use __argp_base_name
49670         * lib/argp-pin.c: New file. Defines program_invocation_name and
49671         program_invocation_short_name on systems that lack them.
49672
49673 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49674
49675         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49676         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49677         porting problem reported by Georg Schwarz in
49678         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49679
49680 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49681
49682         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49683         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49684         porting problem reported by Georg Schwarz in
49685         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49686
49687 2005-12-05  Bruno Haible  <bruno@clisp.org>
49688
49689         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49690         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49691         Reported by Mark Junker <mjscod@gmx.de>.
49692
49693 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49694
49695         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49696         Use implementation from Albert Chin, with some
49697         comments/corrections by Stepan Kasal and myself.
49698
49699 2005-12-02  Bruno Haible  <bruno@clisp.org>
49700
49701         * gnulib-tool (func_import): Accept GPLed build tool modules when
49702         --lgpl is given.
49703         * modules/csharpcomp-script: New file.
49704         * modules/csharpcomp: Depend on it.
49705         * modules/javacomp-script: New file.
49706         * modules/javacomp: Depend on it.
49707         Suggested by Simon Josefsson.
49708
49709 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49710
49711         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49712         statement, to work around an HP-UX 10.20 compiler bug reported by
49713         Peter O'Gorman.
49714
49715 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49716
49717         * modules/savedir (Depends-on): Add openat.
49718
49719 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49720
49721         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49722         (uintmax_t) [defined uintmax_t]: Do not declare.
49723         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49724         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49725         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49726         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49727         sake of portability to weird hosts that C allows (though we don't
49728         know of any practical examples).
49729
49730         * lib/savedir.h (fdsavedir): New decl.
49731         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49732         contains most of the former guts of savedir.
49733         (savedir): Use savedirstream.
49734         Include "openat.h".
49735
49736 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49737
49738         * modules/obstack (Files): Add m4/ulonglong.m4.
49739         Problem reported by Davide Angelocola.
49740
49741 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49742
49743         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49744         coreutils no longer futzes with rounding modes.
49745
49746 2005-11-14  Jim Meyering  <jim@meyering.net>
49747
49748         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49749         replacement of mkstemp.
49750
49751 2005-11-10  Simon Josefsson  <jas@extundo.com>
49752
49753         * lib/readline.c: Remove EOL.
49754
49755 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49756
49757         * modules/gethrxtime (Depends-on): Add gettime.
49758
49759 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49760
49761         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49762         or gettimeofday; no longer needed.
49763
49764 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49765
49766         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49767         time business.
49768         (gethrxtime) [! (HAVE_NANOUPTIME
49769         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49770         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49771         our own approximation.
49772
49773 2005-11-08  Eric Blake  <ebb9@byu.net>
49774
49775         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49776
49777 2005-11-08  Eric Blake  <ebb9@byu.net>
49778
49779         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49780
49781 2005-11-04  Bruno Haible  <bruno@clisp.org>
49782
49783         * gnulib-tool: Implement --update mode.
49784
49785 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49786
49787         Fix porting problem reported by Theodoros V. Kalamatianos.
49788         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49789         Don't assume that futimes failing means we must fail.
49790
49791 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49792
49793         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49794         variables to suggest the intended function of the PATH_MAX check.
49795
49796 2005-10-30  Kean Johnston  <jkj@sco.com>
49797
49798         Trivial changes to support SCO systems.
49799         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49800         as PATH_MAX.
49801         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49802         where __ptr is null when no I/O is pending.
49803
49804 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49805
49806         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49807         leave errno alone.  Problem reported by Dmitry V. Levin.
49808
49809 2005-10-28  Simon Josefsson  <jas@extundo.com>
49810
49811         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49812         Test more.
49813
49814         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49815
49816         * modules/md2, modules/md2-tests: New files.
49817
49818 2005-10-28  Simon Josefsson  <jas@extundo.com>
49819
49820         * m4/inet_ntop.m4: More tests.
49821
49822         * m4/gc-md2.m4, md2.m4: New file.
49823
49824 2005-10-28  Simon Josefsson  <jas@extundo.com>
49825
49826         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49827         "restrict" keywords, as per POSIX.  Protect the function
49828         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49829         Don't use K&R prototypes.  Check the sprintf return values.
49830         Re-define EAFNOSUPPORT if not present.  Indent.
49831
49832         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49833         suggested by Bruno Haible <bruno@clisp.org>.
49834
49835         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49836
49837         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49838
49839         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49840         libgcrypt).
49841
49842         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49843
49844         * lib/md2.h, lib/md2.c: New files.
49845
49846 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49847
49848         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49849         errno alone.  Problem reported by Frederic Jolliton.
49850
49851 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49852
49853         * modules/verify (License): Change from GPL to LGPL.  This is a
49854         tiny module and there are apparently near-equivalents that are
49855         under the BSD license.
49856
49857 2005-10-24  Simon Josefsson  <jas@extundo.com>
49858
49859         * modules/sha1: Relicense to LGPL.
49860
49861 2005-10-24  Simon Josefsson  <jas@extundo.com>
49862
49863         * lib/md4.h: Shrink buffer size, now that we changed the type.
49864
49865 2005-10-23  Simon Josefsson  <jas@extundo.com>
49866
49867         * gnulib-tool (func_import): Fix --tests-base.
49868
49869 2005-10-22  Simon Josefsson  <jas@extundo.com>
49870
49871         * modules/arcfour (Depends-on): Need stdint.
49872
49873 2005-10-22  Simon Josefsson  <jas@extundo.com>
49874
49875         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49876         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49877
49878 2005-10-22  Simon Josefsson  <jas@extundo.com>
49879
49880         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49881         suggested by Bruno Haible <bruno@clisp.org>.
49882
49883 2005-10-22  Simon Josefsson  <jas@extundo.com>
49884
49885         * lib/crc.h: Include stddef.h, for size_t.
49886
49887 2005-10-22  Simon Josefsson  <jas@extundo.com>
49888
49889         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49890         arcfour_context struct (simplify test vector testing in GNU
49891         Shishi).
49892
49893 2005-10-21  Simon Josefsson  <jas@extundo.com>
49894
49895         * modules/des, modules/des-tests: New files.
49896
49897         * modules/gc-des, modules/gc-des-tests: New files.
49898
49899         * tests/test-des.c, tests/test-gc-des.c: New file.
49900
49901 2005-10-21  Simon Josefsson  <jas@extundo.com>
49902
49903         * modules/arctwo, modules/arctwo-tests: New files.
49904
49905         * tests/test-arctwo.c: New file.
49906
49907         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49908
49909         * tests/test-gc-arctwo.c: New file.
49910
49911 2005-10-21  Simon Josefsson  <jas@extundo.com>
49912
49913         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49914         Bruno Haible <bruno@clisp.org>.
49915
49916         * m4/gc-des.m4: New file.
49917
49918 2005-10-21  Simon Josefsson  <jas@extundo.com>
49919
49920         * m4/arctwo.m4: New file.
49921
49922         * m4/gc-arctwo.m4: New file.
49923
49924 2005-10-21  Simon Josefsson  <jas@extundo.com>
49925
49926         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49927         block.
49928
49929 2005-10-21  Simon Josefsson  <jas@extundo.com>
49930
49931         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49932         <bruno@clisp.org>.
49933
49934         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49935
49936         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49937         Bruno Haible <bruno@clisp.org>.
49938
49939         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49940         <bruno@clisp.org>.
49941
49942 2005-10-21  Simon Josefsson  <jas@extundo.com>
49943
49944         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49945
49946 2005-10-21  Simon Josefsson  <jas@extundo.com>
49947
49948         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49949
49950 2005-10-21  Simon Josefsson  <jas@extundo.com>
49951
49952         * lib/des.h, lib/des.c: New files.
49953
49954         * lib/gc-gnulib.c: Support DES.c
49955
49956 2005-10-21  Simon Josefsson  <jas@extundo.com>
49957
49958         * lib/arctwo.h, lib/arctwo.c: New files.
49959
49960         * lib/gc-gnulib.c: Support ARCTWO.
49961
49962 2005-10-21  Simon Josefsson  <jas@extundo.com>
49963
49964         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49965         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49966
49967 2005-10-21  Simon Josefsson  <jas@extundo.com>
49968
49969         * gnulib-tool (func_import, func_create_testdir): Define automake
49970         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49971         Makefile.am snippet),
49972         suggested by Bruno Haible <bruno@clisp.org>.
49973
49974         * modules/gc (Makefile.am): Use it.
49975
49976 2005-10-21  Bruno Haible  <bruno@clisp.org>
49977
49978         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49979         patch.
49980
49981 2005-10-19  Simon Josefsson  <jas@extundo.com>
49982
49983         * tests/test-gc-rijndael.c: New file.
49984
49985         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49986
49987 2005-10-19  Simon Josefsson  <jas@extundo.com>
49988
49989         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49990         interface too.
49991
49992 2005-10-19  Simon Josefsson  <jas@extundo.com>
49993
49994         * tests/test-gc-arcfour.c: New file.
49995
49996         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49997
49998 2005-10-19  Simon Josefsson  <jas@extundo.com>
49999
50000         * modules/gc-md4, modules/gc-md4-tests: New file.
50001
50002         * tests/test-gc-md4.c: New file.
50003
50004 2005-10-19  Simon Josefsson  <jas@extundo.com>
50005
50006         * m4/gc-md4.m4: New file.
50007
50008 2005-10-19  Simon Josefsson  <jas@extundo.com>
50009
50010         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
50011         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
50012         <kasal@ucw.cz>.
50013
50014 2005-10-19  Simon Josefsson  <jas@extundo.com>
50015
50016         * m4/gc-arcfour.m4: New file.
50017
50018         * m4/gc-rijndael.m4: New file.
50019
50020 2005-10-19  Simon Josefsson  <jas@extundo.com>
50021
50022         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
50023
50024 2005-10-19  Simon Josefsson  <jas@extundo.com>
50025
50026         * lib/gc-gnulib.c: Support ARCFOUR.
50027
50028 2005-10-19  Simon Josefsson  <jas@extundo.com>
50029
50030         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
50031         support.
50032
50033         * lib/gc.h: Add ECB enum type.
50034
50035         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
50036
50037 2005-10-18  Simon Josefsson  <jas@extundo.com>
50038
50039         * tests/test-md5.c: New file.
50040
50041         * modules/md5-tests: New file.
50042
50043 2005-10-18  Simon Josefsson  <jas@extundo.com>
50044
50045         * tests/test-md4.c: New file.
50046
50047         * modules/md4, modules/md4-tests: New files.
50048
50049 2005-10-18  Simon Josefsson  <jas@extundo.com>
50050
50051         * m4/md4.m4: New file.
50052
50053 2005-10-18  Simon Josefsson  <jas@extundo.com>
50054
50055         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50056
50057 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50058
50059         * gnulib-tool (func_create_testdir): Omit the second check whether
50060         BUILT_SOURCES in nonempty.
50061
50062 2005-10-17  Simon Josefsson  <jas@extundo.com>
50063
50064         * tests/test-rijndael.c: New file.
50065
50066 2005-10-17  Simon Josefsson  <jas@extundo.com>
50067
50068         * modules/sha1: Depend on stdint instead of md5.
50069
50070         * modules/md5: Depend on stdint, remove uint32_t.
50071
50072 2005-10-17  Simon Josefsson  <jas@extundo.com>
50073
50074         * modules/gc-sha1-tests: New file.
50075
50076         * tests/test-gc-sha1.c: New file.
50077
50078 2005-10-17  Simon Josefsson  <jas@extundo.com>
50079
50080         * m4/md5.m4: Remove call to uint32_t.m4.
50081
50082 2005-10-17  Simon Josefsson  <jas@extundo.com>
50083
50084         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50085
50086         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50087         md5.h.
50088
50089         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50090
50091         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50092
50093 2005-10-17  Simon Josefsson  <jas@extundo.com>
50094
50095         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50096
50097 2005-10-17  Simon Josefsson  <jas@extundo.com>
50098
50099         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50100
50101 2005-10-17  Simon Josefsson  <jas@extundo.com>
50102
50103         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50104
50105         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50106
50107 2005-10-17  Bruno Haible  <bruno@clisp.org>
50108
50109         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50110         that it can also be used in a test.
50111
50112 2005-10-16  Bruno Haible  <bruno@clisp.org>
50113
50114         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50115         TESTS_ENVIRONMENT, so that individual tests can augment it.
50116
50117         * gnulib-tool (func_create_testdir): Use an intermediate target for
50118         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50119         macros, like $(ALLOCA_H), which cannot be passed through the command
50120         line.
50121
50122 2005-10-15  Simon Josefsson  <jas@extundo.com>
50123
50124         * modules/rijndael-tests: New file.
50125
50126         * modules/rijndael: New file.
50127
50128 2005-10-15  Simon Josefsson  <jas@extundo.com>
50129
50130         * m4/rijndael.m4: New file.
50131
50132 2005-10-15  Simon Josefsson  <jas@extundo.com>
50133
50134         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50135
50136         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50137
50138 2005-10-14  Simon Josefsson  <jas@extundo.com>
50139
50140         * tests/test-arcfour.c: New file.
50141
50142         * modules/arcfour, modules/arcfour-tests: New files.
50143
50144 2005-10-14  Simon Josefsson  <jas@extundo.com>
50145
50146         * m4/arcfour.m4: New file.
50147
50148 2005-10-14  Simon Josefsson  <jas@extundo.com>
50149
50150         * lib/arcfour.h, lib/arcfour.c: New files.
50151
50152 2005-10-14  Roland McGrath  <roland@redhat.com>
50153
50154         Import from libc.  [BZ #1331]
50155         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50156         macro argument.
50157         Reported by Matej Vela <vela@debian.org>.
50158
50159 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50160
50161         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50162         include <wchar.h>; no longer needed.
50163
50164 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50165
50166         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50167
50168 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50169         and  Ulrich Drepper  <drepper@redhat.com>
50170
50171         Import from libc.
50172         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50173         instead of inline stream orientation test and two separate
50174         function calls.  Pay no attention to USE_IN_LIBIO.
50175
50176 2005-10-13  Simon Josefsson  <jas@extundo.com>
50177
50178         * modules/gc-hmac-md5-tests: New file.
50179
50180         * tests/test-gc-hmac-sha1.c: New file.
50181
50182         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50183
50184         * modules/gc-hmac-md5-tests: New file.
50185
50186         * tests/test-gc-md5.c: New file.
50187
50188         * modules/gc-md5-tests: New file.
50189
50190 2005-10-13  Simon Josefsson  <jas@extundo.com>
50191
50192         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50193         Move memory allocation outside of loop.
50194
50195 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50196
50197         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50198         intermediate directory is in a read-only file system.  Problem
50199         reported by Eric Blake.
50200
50201 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50202
50203         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50204
50205 2005-10-12  Simon Josefsson  <jas@extundo.com>
50206
50207         * tests/test-hmac-sha1.c: New file.
50208
50209         * modules/hmac-sha1-tests: New file.
50210
50211         * modules/hmac-sha1: New file.
50212
50213 2005-10-12  Simon Josefsson  <jas@extundo.com>
50214
50215         * modules/gc-sha1: New file.
50216
50217 2005-10-12  Simon Josefsson  <jas@extundo.com>
50218
50219         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50220
50221         * tests/test-gc-pbkdf2-sha1.c: New file.
50222
50223 2005-10-12  Simon Josefsson  <jas@extundo.com>
50224
50225         * modules/gc-md5, modules/gc-hmac-md5: New files.
50226
50227         * modules/gc (Files): Remove md5, memxor and hmac files.
50228
50229 2005-10-12  Simon Josefsson  <jas@extundo.com>
50230
50231         * m4/gc-pbkdf2-sha1.m4: New file.
50232
50233         * m4/gc-hmac-sha1.m4: New file.
50234
50235         * m4/gc-sha1: New file.
50236
50237         * m4/hmac-sha1.m4: New file.
50238
50239 2005-10-12  Simon Josefsson  <jas@extundo.com>
50240
50241         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50242
50243         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50244
50245 2005-10-12  Simon Josefsson  <jas@extundo.com>
50246
50247         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50248         suggested by Bruno Haible <bruno@clisp.org>.
50249
50250 2005-10-12  Simon Josefsson  <jas@extundo.com>
50251
50252         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50253
50254 2005-10-12  Simon Josefsson  <jas@extundo.com>
50255
50256         * lib/gc-pbkdf2-sha1.c: New file.
50257
50258         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50259
50260 2005-10-12  Simon Josefsson  <jas@extundo.com>
50261
50262         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50263
50264         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50265
50266 2005-10-12  Simon Josefsson  <jas@extundo.com>
50267
50268         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50269         GC_USE_HMAC_MD5, respectively.
50270
50271         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50272         (gc_md5): Fix typo.
50273
50274         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50275
50276         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50277
50278         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50279
50280 2005-10-12  Bruno Haible  <bruno@clisp.org>
50281
50282         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50283         Reported by Stepan Kasal <kasal@ucw.cz>.
50284
50285 2005-10-11  Simon Josefsson  <jas@extundo.com>
50286
50287         * tests/test-crc.c: New file.
50288
50289         * modules/crc, modules/crc-tests: New files.
50290
50291 2005-10-11  Simon Josefsson  <jas@extundo.com>
50292
50293         * m4/crc.m4: New file.
50294
50295 2005-10-11  Simon Josefsson  <jas@extundo.com>
50296
50297         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50298
50299         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50300
50301         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50302
50303 2005-10-11  Simon Josefsson  <jas@extundo.com>
50304
50305         * lib/crc.h, lib/crc.c: New files.
50306
50307         * lib/gc.h (gc_hash_buffer): Add doc.
50308
50309 2005-10-11  Bruno Haible  <bruno@clisp.org>
50310
50311         * modules/c-strcasestr: New file.
50312         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50313
50314 2005-10-11  Bruno Haible  <bruno@clisp.org>
50315
50316         * modules/c-strcase: New file.
50317         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50318
50319 2005-10-11  Bruno Haible  <bruno@clisp.org>
50320
50321         * lib/strcasecmp.c: Include limits.h.
50322         (strcasecmp): Avoid integer overflow on exotic platforms.
50323         * lib/strncasecmp.c: Include limits.h.
50324         (strncasecmp): Avoid integer overflow on exotic platforms.
50325         Reported by Paul Eggert.
50326
50327 2005-10-11  Bruno Haible  <bruno@clisp.org>
50328
50329         * lib/c-strcasestr.h: New file, from GNU gettext.
50330         * lib/c-strcasestr.c: New file, from GNU gettext.
50331
50332 2005-10-11  Bruno Haible  <bruno@clisp.org>
50333
50334         * lib/c-strcase.h: New file, from GNU gettext.
50335         * lib/c-strcasecmp.c: New file, from GNU gettext.
50336         * lib/c-strncasecmp.c: New file, from GNU gettext.
50337
50338 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50339
50340         * modules/mempcpy (License): GPL -> LGPL.
50341         * modules/strchrnul (License): Likewise.
50342         * modules/sysexits (License): Likewise.
50343
50344 2005-10-08  Simon Josefsson  <jas@extundo.com>
50345
50346         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50347
50348 2005-10-07  Simon Josefsson  <jas@extundo.com>
50349
50350         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50351
50352 2005-10-06  Simon Josefsson  <jas@extundo.com>
50353
50354         * tests/test-hmac-md5.c: New file.
50355
50356         * modules/hmac-md5-tests: New file.
50357
50358         * modules/hmac-md5: New file.
50359
50360 2005-10-06  Simon Josefsson  <jas@extundo.com>
50361
50362         * m4/hmac-md5.m4: New file.
50363
50364         * m4/memxor.m4: Require gl_C_RESTRICT.
50365
50366 2005-10-06  Simon Josefsson  <jas@extundo.com>
50367
50368         * lib/memxor.c (memxor): Avoid casts and warnings.
50369
50370 2005-10-06  Simon Josefsson  <jas@extundo.com>
50371
50372         * lib/hmac-md5.c: New file.
50373
50374         * lib/hmac.h: New file.
50375
50376 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50377
50378         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50379         promotes to int, not unsigned int, to catch the AIX 5.3
50380         compiler bug.
50381
50382 2005-10-05  Simon Josefsson  <jas@extundo.com>
50383
50384         * modules/memxor: New file.
50385
50386         * modules/iconv (Files): Move config.rpath to havelib, it is used
50387         there.
50388
50389         * modules/havelib (Files): Add config.rpath.
50390
50391 2005-10-05  Simon Josefsson  <jas@extundo.com>
50392
50393         * m4/memxor.m4: New file.
50394
50395 2005-10-05  Simon Josefsson  <jas@extundo.com>
50396
50397         * lib/memxor.c (memxor): Fix compiler error.
50398
50399         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50400         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50401
50402         * lib/memxor.h, lib/memxor.c: New files.
50403
50404         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50405         we assume all systems have it, suggested by Jim Meyering
50406         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50407         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50408         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50409         same reasons.
50410
50411 2005-10-05  Simon Josefsson  <jas@extundo.com>
50412
50413         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50414
50415 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50416
50417         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50418         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50419         needed, since the source code now assumes these .h files.
50420
50421 2005-10-05  Derek Price  <derek@ximbiot.com>
50422
50423         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50424
50425 2005-10-05  Bruno Haible  <bruno@clisp.org>
50426
50427         * modules/stdint (License): Change to LGPL.
50428
50429 2005-10-04  Simon Josefsson  <jas@extundo.com>
50430
50431         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50432         D. Baushke" <mdb@gnu.org>.
50433
50434 2005-10-04  Bruno Haible  <bruno@clisp.org>
50435
50436         * lib/verify.h (verify_true): Provide alternative definition for C++.
50437
50438 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50439
50440         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50441         (SSIZE_MAX): New macro, if not already defined.
50442         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50443         than 2 GiB.
50444
50445 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50446
50447         Sync from coreutils.
50448         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50449         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50450         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50451         ULLONG_MAX doesn't work with 2.7.2.1.
50452
50453 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50454
50455         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50456         From Ben Pfaff.
50457
50458         * modules/exclude (Depends-on): Depend on verify.
50459         * modules/strtoimax (Depends-on): Likewise.
50460         * modules/utimecmp (Depends-on): Likewise.
50461
50462 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50463
50464         * lib/exclude.c: Include verify.h.
50465         (verify): Remove.  All callers changed to use verify.h's version.
50466         * lib/strtoimax.c: Likewise.
50467         * lib/utimecmp.c: Likewis.e
50468
50469         Sync from coreutils.
50470         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50471         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50472         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50473         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50474         bother returning ENOSYS if settimeofday or stime fails; just let
50475         them return whatever errno they want to return.
50476         * lib/utimens.c: Include unistd.h, for dup2.
50477         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50478         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50479
50480 2005-10-02  Jim Meyering  <jim@meyering.net>
50481
50482         Sync from coreutils.
50483         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50484         from glibc-2.2.5 that fails for read-only files.
50485
50486 2005-10-02  Jim Meyering  <jim@meyering.net>
50487
50488         Sync from coreutils.
50489         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50490         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50491         `#if HAVE_CONFIG_H'.
50492         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50493         Remove AT_FDCWD test.
50494         Do not consume the fd unless successful.
50495         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50496         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50497         block, so that we don't even try to compile it if settimeofday is
50498         available.  This works around a compilation failure on OSF1 V5.1,
50499         due to stime requiring a `long int*' while tv_sec is `int'.
50500
50501 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50502
50503         Sync from coreutils.
50504         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50505         against `yes', rather than just testing for nonempty.
50506
50507 2005-10-01  Simon Josefsson  <jas@extundo.com>
50508
50509         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50510         and Darwin.
50511
50512         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50513         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50514         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50515         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50516         Check if struct addrinfo is declared.
50517
50518 2005-10-01  Simon Josefsson  <jas@extundo.com>
50519
50520         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50521         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50522         AI_* and EAI_* definitions.  Protect function declarations.
50523
50524 2005-10-01  Jim Meyering  <jim@meyering.net>
50525
50526         Sync from coreutils.
50527
50528         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50529         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50530         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50531         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50532         in the inet and nsl libraries.  Required on Solaris 5.7.
50533
50534 2005-10-01  Jim Meyering  <jim@meyering.net>
50535
50536         Sync from coreutils.
50537         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50538         in the inet and nsl libraries.  Required on Solaris 5.7.
50539
50540 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50541
50542         * lib/getdelim.c (getdelim): Remove unused variables.
50543
50544 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50545
50546         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50547         so that the code works even with ancient cpp.  Portability problem
50548         with GCC 2.7.2.1 reported by Thomas M.Ott.
50549
50550 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50551
50552         * modules/regex (Depends-on): Add strcase.
50553
50554         * modules/gethostname (Licence): Change from GPL to LGPL, since
50555         gethostname.c is a trivial implementation of a standard library
50556         function.
50557         * modules/poll (License): Change from GPL to LGPL, since it's
50558         derived from LGPL code.
50559
50560 2005-09-27  Jim Meyering  <jim@meyering.net>
50561
50562         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50563         HAVE_CONFIG_H.
50564
50565         * lib/intprops.h (signed_type_or_expr__): Define.
50566         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50567         for unsigned types.
50568
50569 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50570
50571         * lib/verify.h (verify_expr): Remove, replacing with:
50572         (verify_true): New macro that returns true instead of void.
50573         (verify_type__): Remove.
50574         (verify): Use verify_true rather than verify_type__.
50575
50576 2005-09-26  Bruno Haible  <bruno@clisp.org>
50577
50578         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50579         is necessary.
50580         (lib_SOURCES): Remove mbchar.c.
50581         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50582         (Files): Add m4/mbrtowc.m4.
50583         * modules/mbiter: Likewise.
50584         * modules/mbuiter: Likewise.
50585
50586 2005-09-26  Bruno Haible  <bruno@clisp.org>
50587
50588         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50589         compile mbchar.c if they are not both present.
50590         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50591         * m4/mbiter.m4 (gl_MBITER): Likewise.
50592         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50593         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50594         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50595
50596 2005-09-25  Jim Meyering  <jim@meyering.net>
50597
50598         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50599         also uses socklen_t.
50600
50601 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50602
50603         * lib/utimens.c (ENOSYS): Define if not already defined.
50604         (futimens): Support having a null PATH if the file descriptor
50605         is nonnegative.
50606
50607         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50608         Remove.
50609         (__attribute): Define to empty unless GCC 3.1 or later.
50610         This works around a core dump on OpenBSD 3.4, which has GCC
50611         2.95.3, which dumps core when given __attribute__(()).  It also
50612         simplifies other tests, since we really don't want to bother with
50613         worrying about which ancient version of GCC supported what.
50614         Original problem reported by Yoann Vandoorselaere, with part of
50615         the fix suggested by Derek Price.
50616
50617 2005-09-24  Jim Meyering  <jim@meyering.net>
50618
50619         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50620         so we can once again use a positive bitfield width of 1 -- now we
50621         don't have to explain why we were using a bitfield width of 2.
50622
50623 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50624
50625         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50626         and similarly for the other external symbols.  Problem reported
50627         by James Gallager.
50628
50629         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50630         bug reported by Jim Meyering.
50631
50632         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50633         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50634         not needed, since socklen is a prerequisite module.
50635
50636 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50637
50638         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50639         Problem reported by Eric Blake.
50640         (getaddrinfo): Initialize se so that it's not garbage.
50641         Redo internal storage allocation so that it doesn't make unportable
50642         assumptions about alignment.
50643         Fix a memory leak.
50644
50645         * lib/utimens.c (futimens): Use futimesat if available.
50646         Prefer it to futimes since it doesn't have the futimes bug.
50647
50648         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50649         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50650         Instead, declare a function that returns a pointer to an array,
50651         and use verify_type__ to declare the size of the array.
50652         Problem and germ of a solution reported by Bruno Haible.
50653         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50654         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50655
50656 2005-09-23  Jim Meyering  <jim@meyering.net>
50657
50658         Sync from coreutils.
50659         Correct build failure (socklen_t not defined) on at least
50660         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50661         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50662
50663 2005-09-23  Jim Meyering  <jim@meyering.net>
50664
50665         * modules/getaddrinfo (Depends-on): Add socklen.
50666
50667 2005-09-23  Bruno Haible  <bruno@clisp.org>
50668
50669         * tests/test-verify.c: New file.
50670
50671 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50672
50673         Sync from coreutils.
50674
50675         * modules/argmatch (Depends-on): Add verify.
50676         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50677         unistd-safer.
50678         * modules/save-cwd (Depends-on): Likewise.
50679
50680         * modules/openat (Files): Add lib/openat-die.c.
50681         (Depends-on): Remove error, exitfail.
50682         Add dirname.
50683
50684         * modules/verify: New file.
50685         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50686         with "verify" module.
50687
50688 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50689
50690         Sync from coreutils.
50691
50692         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50693         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50694         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50695         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50696         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50697         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50698         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50699         Don't bother checking for string.h, stdlib.h, unistd.h.
50700         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50701         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50702         module's job.
50703         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50704         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50705
50706         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50707         (gl_GETDATE): Use it.
50708
50709         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50710
50711 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50712
50713         Sync from coreutils.
50714
50715         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50716         stat-time.h.
50717         * lib/argmatch.h: Include verify.h
50718         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50719         (ARGMATCH_ASSERT): Remove; unused.
50720         * lib/canonicalize.c: Assume STDC_HEADERS.
50721         * lib/exclude.c: Include "strcase.h".
50722         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50723         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50724         and stdio-safer.h.
50725         (getusershell): Call fopen, not fopen_safer.
50726         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50727         Do not include unistd-safer.h.
50728         (save_cwd): Don't call fd_safer; no longer needed
50729         now that we include fcntl--.h.
50730
50731         * lib/getdate.y (relative_time): New type.
50732         (RELATIVE_TIME_0): New constant.
50733         (parser_control): Use relative_time instead of doing it ourselves.
50734         (%union): Add new relative_time rel member.
50735         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50736         Now typeless.
50737         (relunit, relunit_snumber): Now of type rel.
50738         (zone, rel, relunit, get_date): Adjust to above changes.
50739
50740         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50741         Do not include unistd-safer.h.
50742         (getloadavg): Don't call fd_safer; no longer needed
50743         now that we include fcntl--.h.
50744
50745         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50746         (make_dir_parents): Treat ENOSYS like EEXIST.
50747
50748         Improve quality of diagnostics on restore_cwd failure.
50749         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50750         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50751         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50752         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50753         each time through the loop.  Do not diagnose restore_cwd failure;
50754         that is the caller's job (and perhaps the caller does not care).
50755
50756         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50757         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50758         If the file already exists but is not a directory, don't bother
50759         to try to make its parents.
50760         Close potential file descriptor leak if we can't chdir("/") (!).
50761         Don't always return true if chdir($PWD) fails; return true only
50762         if the requested action was done successfully (except for the
50763         chdir($PWD)).
50764         Don't log final directory unless we actually made it.
50765         Refactor to avoid duplicate code to fix up permissions.
50766         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50767
50768         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50769         to make it a bit faster and (I hope) clearer.
50770         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50771         Fix bug in formats like %2N.
50772
50773         * lib/verify.h: New file.
50774
50775 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50776
50777         Sync from coreutils.
50778         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50779
50780 2005-09-22  Jim Meyering  <jim@meyering.net>
50781
50782         Sync from coreutils.
50783
50784         * m4/lstat.m4 (gl_FUNC_LSTAT):
50785         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50786         Remove obsolete comment.
50787         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50788         * m4/xstrtod.m4: Likewise.
50789
50790         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50791
50792 2005-09-22  Jim Meyering  <jim@meyering.net>
50793
50794         Sync from coreutils.
50795
50796         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50797
50798         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50799         the .tm_year member, since otherwise gcc-4.0 would now warn about
50800         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50801
50802         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50803         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50804
50805         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50806         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50807         when run in a time zone for which daylight savings time is in effect
50808         for the starting date.
50809
50810         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50811         stop us from restricting permissions of just-created absolute-named
50812         directories.
50813         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50814         to restore initial working directory.
50815         * lib/mkdir-p.c (make_dir_parents): New parameter:
50816         different_working_dir, to tell caller if/when we change the working
50817         directory and are unable to return to the initial one.
50818         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50819         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50820         `return false'.  This fixes a bug introduced on 2004-07-30.
50821
50822         * lib/openat.c (fdopendir): Be sure to close the supplied
50823         file descriptor before returning.  This makes our replacement
50824         implementation a little closer to Solaris's, where fdopendir
50825         ties the file descriptor to the returned DIR* pointer.
50826         * lib/openat.c (unlinkat): New function.
50827         * lib/openat.h (unlinkat): Add prototype.
50828         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50829         (openat_restore_fail): Rename from openat_restore_die.
50830         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50831
50832         Provide an alternative to exiting immediately upon save_cwd or
50833         restore_cwd failure.  Now, an application can arrange e.g.,
50834         to perform a longjump in that case.
50835         * lib/openat.c: Include dirname.h.
50836         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50837         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50838         and openat_restore_die rather than calling error directly.
50839         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50840
50841         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50842         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50843         define.
50844
50845         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50846         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50847                             int utc, int nanoseconds);
50848         Background:
50849         date should not have to allocate a megabyte of virtual memory to
50850         handle a format argument like +%1048575T.  When implemented with
50851         strftime, it must allocate such a buffer, use strftime to fill it
50852         in, print it, then free it.
50853         With fprintftime, it simply prints everything and exits.
50854         With no need for memory allocation, that's one fewer way to fail.
50855         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50856         optional field width, not before, so we accept %9:z, not %:9z.
50857         (my_strftime): Be sure to use L_('x') for literals.
50858
50859         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50860         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50861         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50862         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50863         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50864         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50865         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50866         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50867         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50868         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50869         * lib/xgethostname.c, lib/xreadlink.c:
50870         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50871
50872         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50873         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50874         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50875         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50876         and don't include <sys/file.h>).
50877
50878 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50879
50880         Sync from coreutils.
50881
50882         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50883         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50884         [!LDAV_DONE]: Avoid unused variable warning.
50885
50886 2005-09-21  Bruno Haible  <bruno@clisp.org>
50887
50888         * lib/unicodeio.h (unicode_to_mb): New declaration.
50889
50890 2005-09-20  Derek Price  <derek@ximbiot.com>
50891
50892         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50893         getaddrinfo.h.
50894
50895 2005-09-20  Bruno Haible  <bruno@clisp.org>
50896
50897         * gnulib-tool: Remove trailing slashes from the values specified for
50898         --source-base, --m4-base, --tests-base, --aux-dir.
50899         Suggested by Simon Josefsson <jas@extundo.com>.
50900
50901 2005-09-20  Bruno Haible  <bruno@clisp.org>
50902
50903         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50904         func_modules_to_filelist, func_import, func_create_testdir): Make all
50905         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50906         change when gnulib-tool is invoked in a different locale.
50907
50908 2005-09-19  Simon Josefsson  <jas@extundo.com>
50909
50910         * m4/socklen.m4: Fix typo.
50911
50912 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50913
50914         Use a consistent style for including <config.h>.
50915         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50916         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50917         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50918         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50919         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50920         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50921         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50922         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50923         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50924         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50925         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50926         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50927         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50928         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50929         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50930         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50931         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50932         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50933         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50934         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50935         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50936         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50937         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50938         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50939         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50940         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50941         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50942         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50943         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50944         lib/xstrtoumax.c, lib/yesno.c:
50945         Standardize inclusion of config.h.
50946         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50947         lib/inttostr.h:  Removed inclusion of config.h from header files.
50948         * lib/inttostr.c:  Adjusted in-tree users.
50949         * lib/timespec.h: Remove superfluous warning to include config.h.
50950         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50951         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50952         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50953         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50954         config.h with HAVE_CONFIG_H.
50955
50956 2005-09-19  Jim Meyering  <jim@meyering.net>
50957
50958         * modules/pathmax (License): Change to LGPL.
50959
50960 2005-09-19  Derek Price  <derek@ximbiot.com>
50961
50962         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50963
50964 2005-09-19  Bruno Haible  <bruno@clisp.org>
50965
50966         * gnulib-tool (import): Provide default for --tests-base.
50967
50968 2005-09-19  Bruno Haible  <bruno@clisp.org>
50969
50970         * doc/quote.texi: New file, extracted from gnulib.texi.
50971         * doc/ctime.texi: New file, extracted from gnulib.texi.
50972         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50973         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50974         * doc/gnulib.texi: Include them.
50975
50976 2005-09-18  Bruno Haible  <bruno@clisp.org>
50977
50978         Portability fix.
50979         * gnulib-tool (func_readlink): New function.
50980         (func_ln_if_changed): Use it.
50981
50982 2005-09-18  Bruno Haible  <bruno@clisp.org>
50983
50984         * gnulib-tool: Support --with-tests also with --import.
50985         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50986         (func_import): Use variables $testsbase and $inctests. Emit a
50987         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50988         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50989         SUBDIRS += $testsdir.
50990         (func_create_testdir): Update.
50991
50992 2005-09-18  Bruno Haible  <bruno@clisp.org>
50993
50994         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50995         instead of $dry_run.
50996         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50997         (func_ln_if_changed): Don't handle dry-run here.
50998         (func_import): In dry-run mode, detect more precisely which actions
50999         would be performed, and don't use "...ing" verbs.
51000
51001 2005-09-18  Bruno Haible  <bruno@clisp.org>
51002
51003         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
51004         (func_import): Use join on two temporary files instead of three nested
51005         loops, in order to determine which files are new or old.
51006
51007 2005-09-18  Bruno Haible  <bruno@clisp.org>
51008
51009         * gnulib-tool (func_import): Comment out code that spits out the
51010         new files with --dry-run.
51011
51012 2005-09-18  Bruno Haible  <bruno@clisp.org>
51013
51014         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
51015
51016 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51017
51018         * lib/stat-time.h: New file.
51019         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
51020         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
51021         in a different way.
51022         (timespec_cmp): New function.
51023         * lib/utimecmp.c: Include stat-time.h.
51024         (SYSCALL_RESOLUTION): Depend on whether various struct stat
51025         members exist, not on the obsolescent ST_MTIM_NSEC.
51026         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
51027
51028 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51029
51030         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
51031
51032 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51033
51034         * MODULES.html.sh (File system functions): Add stat-time.
51035         * modules/stat-time: New file.
51036         * modules/timespec (Files): Remove m4/st_mtim.m4; this
51037         is now done in a different way, by the stat-time module.
51038         * modules/utimecmp (Depends-on): Add stat-time.
51039
51040 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51041
51042         * m4/st_mtim.m4: Remove.  Superseded by...
51043         * m4/stat-time.m4: New file.
51044         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51045         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51046
51047 2005-09-15  Derek Price  <derek@ximbiot.com>
51048
51049         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51050
51051 2005-09-15  Derek Price  <derek@ximbiot.com>
51052
51053         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51054         * lib/regex_internal.c: Ditto, using this...
51055         (__GNUC_PREREQ): ...new macro.
51056         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51057         using...
51058         (__GNUC_PREREQ): ...this new macro.
51059
51060         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51061
51062 2005-09-15  Derek Price  <derek@ximbiot.com>
51063             Paul Eggert  <eggert@cs.ucla.edu>
51064
51065         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51066         changes, consolidating in...
51067         * lib/regex_internal.h: ...this file.
51068
51069 2005-09-13  Jim Meyering  <jim@meyering.net>
51070
51071         * lib/canon-host.c: Filter through gnu indent and reword comments
51072         slightly.
51073         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51074
51075 2005-09-13  Derek Price  <derek@ximbiot.com>
51076
51077         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51078         failure.
51079         Reported by Jim Meyering  <jim@meyering.net>.
51080
51081 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51082
51083         * lib/base64.c: Typo.
51084         (base64_encode): Put b64str in initialized data section.
51085
51086 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51087
51088         Merge glibc and coreutils changes into gnulib, plus a few
51089         extra fixes.
51090         * lib/md5.c: Use #error rather than a string.
51091         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51092         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51093         (__attribute__): Define to empty for non recent-GCC.
51094         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51095         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51096         Renamed from their non-__ counterparts, with new macros replacing
51097         them if not _LIBC.  Add __THROW attribute.
51098         (rol): Remove.
51099         (struct md5_ctx): Align buffer if using GCC.
51100         * lib/sha1.h (struct sha1_ctx): Likewise.
51101         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51102         The old name was backwards.
51103         (NOTSWAP): Remove; not used.
51104         (rol): New macro, moved here from md5.h.
51105         (sha1_process_block): Remove a FIXME that doesn't make sense.
51106
51107 2005-09-12  Derek Price  <derek@ximbiot.com>
51108
51109         Return usable errors from canon-host.
51110         * lib/canon-host.h: New file.
51111         * lib/canon-host.c (canon_host): Wrap...
51112         (canon_host_r): ...this new function, which now relies exclusively on
51113         getaddrinfo.
51114         (ch_strerror): New function.
51115         (last_cherror): New global.
51116         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51117         interface.
51118         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51119         void *.
51120         (freeaddrinfo): Free ai->ai_canonname when set.
51121
51122 2005-09-12  Derek Price  <derek@ximbiot.com>
51123
51124         Make canon-host require getaddrinfo.
51125         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51126         AC_LIBSOURCE canon-host.h.  Call...
51127         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51128         gl_GETADDRINFO.
51129         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51130
51131 2005-09-12  Derek Price  <derek@ximbiot.com>
51132
51133         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51134         LGPL.
51135         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51136
51137 2005-09-12  Derek Price  <derek@ximbiot.com>
51138
51139         * lib/gai_strerror.c: Include config.h when available.  Include
51140         getaddrinfo.h before other headers to test interface.
51141         Reported by Larry Jones <lawrence.jones@ugs.com>.
51142
51143 2005-09-12  Derek Price  <derek@ximbiot.com>
51144             Paul Eggert  <eggert@cs.ucla.edu>
51145
51146         * modules/glob (Files): Add glob-libc.h.
51147
51148 2005-09-12  Derek Price  <derek@ximbiot.com>
51149             Paul Eggert  <eggert@cs.ucla.edu>
51150
51151         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51152         glob_.h, glob-libc.h.
51153         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51154
51155 2005-09-12  Derek Price  <derek@ximbiot.com>
51156             Paul Eggert  <eggert@cs.ucla.edu>
51157
51158         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51159         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51160         protecting things that should be done only in gnulib contexts.
51161         * lib/glob_.h: New file, containing only the glob things needed for
51162         gnulib.
51163         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51164         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51165         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51166         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51167         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51168         and to respect the namespace rules better.
51169
51170 2005-09-08  Simon Josefsson  <jas@extundo.com>
51171
51172         * modules/socklen: New file.
51173
51174 2005-09-08  Simon Josefsson  <jas@extundo.com>
51175
51176         * m4/socklen.m4: New file.
51177
51178 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51179
51180         * modules/utimens (Files): Add m4/utimbuf.m4, since
51181         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51182         Reported by Sergey Poznyakoff.
51183
51184 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51185
51186         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51187         definitions, since that's the preferred style in glibc.
51188         Fix a minor spacing issue, and update copyright notice to match
51189         glibc's.
51190
51191 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51192
51193         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51194
51195 2005-09-06  Simon Josefsson  <jas@extundo.com>
51196
51197         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51198         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51199
51200 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51201
51202         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51203         warning.
51204
51205 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51206
51207         * config/srclist.txt: Add glibc bug 1302.
51208
51209 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51210
51211         Change bitset word type from unsigned int to unsigned long int,
51212         as this has better performance on typical 64-bit hosts.
51213         Port bitset code to hosts with unusual word sizes.
51214         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51215         (build_collating_symbol):
51216         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51217         argument is a bitset.  This is merely a style issue, but it makes
51218         it clearer that an entire array is expected.
51219         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51220         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51221         Port to the case where bitset_word is not the same as unsigned int.
51222         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51223         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51224         Likewise.
51225         * lib/regexec.c (check_dst_limits_calc_pos_1,
51226         check_subexp_matching_top):
51227         (build_trtable, group_nodes_into_DFAstates):
51228         Likewise.
51229         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51230         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51231         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51232         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51233         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51234         * lib/regcomp.c (optimize_subexps, lower_subexp):
51235         Work even if bitset_word has holes in its bitwise representation.
51236         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51237         * lib/regexec.c (check_dst_limits_calc_pos_1,
51238         check_subexp_matching_top):
51239         Likewise.
51240         * lib/regex_internal.c (re_string_reconstruct):
51241         Don't assume UCHAR_MAX == 255.
51242         * lib/regex_internal.h (bitset_set_all): Likewise.
51243         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51244         All uses changed.
51245         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51246         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51247         All uses changed.
51248         (BITSET_WORD_MAX): New macro.
51249         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51250         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51251         (bitset_empty, bitset_copy):
51252         Prefer sizeof (bitset) to multiplying it out ourselves.
51253         (bitset_not_merge): Remove; unused.
51254         (bitset_contain): Return bool, not unsigned int with one bit on.
51255         All callers changed.
51256         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51257         alignment than re_node_set; do this by defining a new internal
51258         type struct dests_alloc and using it to allocate memory.
51259
51260 2005-09-05  Bruno Haible  <bruno@clisp.org>
51261
51262         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51263         links.
51264
51265 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51266
51267         * modules/size_max (Makefile.am): Add size_max.h
51268
51269 2005-09-04  Derek Price  <derek@ximbiot.com>
51270
51271         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51272
51273 2005-09-03  Simon Josefsson  <jas@extundo.com>
51274
51275         * gnulib-tool: Fix typo.
51276
51277 2005-09-03  Simon Josefsson  <jas@extundo.com>
51278
51279         * config/srclist.txt: Add glibc bug 1293.
51280
51281 2005-09-03  Derek Price  <derek@ximbiot.com>
51282
51283         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51284         From Larry Jones <lawrence.jones@ugs.com>.
51285
51286 2005-09-02  Simon Josefsson  <jas@extundo.com>
51287
51288         * modules/socklen: New file.
51289
51290 2005-09-02  Simon Josefsson  <jas@extundo.com>
51291
51292         * modules/havelib: New module.
51293
51294         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51295         Use havelib.
51296
51297 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51298
51299         Check for arithmetic overflow when calculating sizes, to prevent
51300         some buffer-overflow issues.  These patches are conservative, in the
51301         sense that when I couldn't determine whether an overflow was possible,
51302         I inserted a run-time check.
51303         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51304         macros.
51305         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51306         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51307         (re_xnrealloc, re_x2nrealloc): New inline functions.
51308         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51309         parse_bracket_exp):
51310         (build_equiv_class, build_charclass): Check for arithmetic overflow
51311         in size expression calculations.
51312         * lib/regex_internal.c (re_string_realloc_buffers):
51313         (build_wcs_upper_buffer, re_node_set_add_intersect):
51314         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51315         (re_dfa_add_node, register_state): Likewise.
51316         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51317         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51318         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51319         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51320
51321 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51322
51323         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51324         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51325
51326 2005-09-02  Bruno Haible  <bruno@clisp.org>
51327
51328         Support for lib vs. lib64 distinction on biarch platforms.
51329         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51330         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51331         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51332
51333 2005-09-02  Bruno Haible  <bruno@clisp.org>
51334
51335         * gnulib-tool (import): In the other first-use case, provide defaults
51336         as well.
51337
51338 2005-09-02  Bruno Haible  <bruno@clisp.org>
51339
51340         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51341         patches not yet found in the latest gettext release.
51342
51343 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51344
51345         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51346         to avoid a collision with bits/local_lim.h in glibc.
51347         All uses changed.  Problem reported by Dmitry V. Levin in
51348         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51349
51350         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51351         bugs in int versus size_t comparisons.
51352         (re_string_context_at): Fix bug where the code assumed that
51353         Idx is signed.
51354
51355         Use bool where appropriate.
51356         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51357         All callers changed.
51358         (calc_eclosure_iter): Likewise, for ROOT arg.
51359         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51360         (build_charclass_op): Likewise, for NON_MATCH arg.
51361         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51362         (re_string_construct_common): Likewise, for ICASE arg.
51363         * lib/regexec.c (re_search_2_stub, re_search_stub):
51364         Likewise, for RET_LEN arg.
51365         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51366         (set_regs): Likewise, for FL_BACKTRACK arg.
51367         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51368         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51369         (calc_eclosure_iter, parse_bracket_exp):
51370         Use bool for internal variables that are booleans.
51371         * lib/regexec.c (re_search_internal, check_matching,
51372         proceed_next_node):
51373         (set_regs, build_sifted_states, sift_states_bkref):
51374         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51375         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51376         (find_collation_sequence_value):
51377         Likewise.
51378         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51379         (re_node_set_compare):
51380         Return bool, not int. All callers changed.
51381         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51382         (build_trtable, check_node_accept): Likewise.
51383         * lib/regex_internal.h: Include stdbool.h.
51384
51385         Fix bugs uncovered when converting to bool.
51386         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51387         failure instead of charging ahead blindly.
51388         * lib/regex_internal.c (register_state): Likewise.
51389         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51390         for freeing internal storage.
51391         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51392         bitset pieces used as boolean, to avoid undefined behavior
51393         on hosts that do int overflow checking.
51394
51395 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51396
51397         * config/srclist.txt: Add glibc bugs 1285-1287.
51398
51399 2005-09-01  Jim Meyering  <jim@meyering.net>
51400
51401         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51402         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51403         Require gl_STAT_MACROS, too.
51404
51405 2005-09-01  Bruno Haible  <bruno@clisp.org>
51406
51407         * gnulib-tool (import): In the first-use case, provide defaults.
51408
51409 2005-09-01  Bruno Haible  <bruno@clisp.org>
51410
51411         * gnulib-tool (func_import): Remove the .tmp files.
51412
51413 2005-09-01  Bruno Haible  <bruno@clisp.org>
51414
51415         * gnulib-tool (func_import): Fix handling of symbolic links.
51416
51417 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51418
51419         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51420         old glibc regex code mishandles strings longer than 2**31 bytes.
51421         This patch fixes this when the regex code is used in gnulib
51422         (i.e., outside glibc).
51423
51424         This patch should not affect the use of the regex code inside
51425         glibc.  No doubt this problem also needs to be handled for glibc
51426         as well, but the result will be an incompatible change to the
51427         glibc ABI, and the old ABI will have to be supported too.  That
51428         can be the the subject for another patch.
51429
51430         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51431         governing whether the rest of this patch is active.  By default,
51432         the macro is disabled and the patch has no effect.
51433         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51434         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51435         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51436         (re_match_2, re_set_registers): Use the new types.
51437         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51438         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51439         New macros.
51440         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51441         (re_string_context_at, bin_tree_t, re_dfastate_t):
51442         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51443         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51444         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51445         (re_string_char_size_at, re_string_wchar_at):
51446         (re_string_elem_size_at):
51447         Use the new types and macros to port to 64-bit hosts.
51448         Use unsigned types for internal values, so that the code
51449         mostly works even for arrays larger than SSIZE_MAX.
51450         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51451         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51452         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51453         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51454         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51455         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51456         (calc_inveclosure, parse_dup_op, build_range_exp):
51457         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51458         (fetch_number, create_token_tree, mark_opt_subexp):
51459         Likewise.
51460         * lib/regex_internal.c (re_string_construct_common,
51461         create_ci_newstate):
51462         (create_cd_newstate, re_string_allocate, re_string_construct):
51463         (re_string_realloc_buffers, build_wcs_upper_buffer):
51464         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51465         (re_string_reconstruct, re_string_peek_byte_case):
51466         (re_string_fetch_byte_case, re_string_context_at):
51467         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51468         (re_node_set_init_copy, re_node_set_add_intersect):
51469         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51470         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51471         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51472         (re_acquire_state, re_acquire_state_context, register_state):
51473         Likewise.
51474         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51475         search_cur_bkref_entry):
51476         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51477         (re_search_internal, re_search_2_stub, re_search_stub)
51478         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51479         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51480         (update_cur_sifted_state, check_dst_limits):
51481         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51482         (check_subexp_limits, sift_states_bkref, merge_state_array):
51483         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51484         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51485         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51486         (expand_bkref_cache, check_node_accept_bytes):
51487         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51488         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51489         (acquire_init_state_context, check_halt_node_context):
51490         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51491         (sift_states_backward, clean_state_log_if_needed):
51492         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51493         (find_recover_state, transit_state_sb, transit_state_mb):
51494         (transit_state_bkref, build_trtable, match_ctx_clean):
51495         Likewise.
51496         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51497         to work around an assumption that REG_MISSING is negative.
51498
51499         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51500         (seek_collating_symbol_entry) [defined _LIBC]:
51501         (lookup_collation_sequence_value) [defined _LIBC]:
51502         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51503         Use prototypes rather than old-style function definitions.
51504         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51505         (transit_state_sb) [0]:
51506         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51507
51508         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51509         rm_eo.
51510
51511         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51512         (optimize_subexps, lower_subexp):
51513         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51514         since the signed shift might overflow.  Use 1u<<31 instead.
51515         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51516         Likewise.
51517         * lib/regexec.c (check_dst_limits_calc_pos_1,
51518         check_subexp_matching_top): Likewise.
51519
51520         * lib/regcomp.c (optimize_subexps, lower_subexp):
51521         Use CHAR_BIT rather than 8, for clarity.
51522         * lib/regexec.c (check_dst_limits_calc_pos_1):
51523         (check_subexp_matching_top): Likewise.
51524         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51525         have to worry about portability issues when shifting it left.
51526         Remove no-longer-needed test for table_size > 0.
51527         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51528         in a word, as the resulting behavior is undefined.
51529         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51530         in one case, a <= should have been an <, and in another case the
51531         whole test was missing.
51532         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51533         the standard name CHAR_BIT.
51534         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51535         this is not true on one's complement and signed-magnitude hosts.
51536
51537         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51538         next_last_offset.
51539         (struct re_dfa_t): Remove unused member states_alloc.
51540         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51541
51542 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51543
51544         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51545         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51546         and large-file glibc and in 32-bit large-file Solaris.
51547
51548 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51549
51550         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51551         lengths fit in regoff_t; this isn't true if regoff_t is the same
51552         width as size_t.
51553         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51554         (= START + RANGE) instead of RANGE.  This avoids overflow
51555         problems when regoff_t is the same width as size_t.
51556         All callers changed.
51557         (re_search_2_stub): Check for overflow when adding the
51558         sizes of the two strings.
51559         (re_search_stub): Check for overflow when adding START
51560         to RANGE; if it occurs, substitute the extreme value.
51561
51562 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51563
51564         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51565
51566 2005-08-31  Jim Meyering  <jim@meyering.net>
51567
51568         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51569         a pointer-to-const.
51570         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51571         (register_state): Likewise.
51572         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51573         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51574         (group_nodes_into_DFAstates): Likewise.
51575
51576 2005-08-31  Jim Meyering  <jim@meyering.net>
51577
51578         * check-module: Add a FIXME comment.
51579
51580 2005-08-31  Eric Blake  <ebb9@byu.net>
51581
51582         * modules/unistd-safer (Files): Add unistd--.h.
51583         * modules/stdio-safer (Files): Add stdio--.h.
51584
51585 2005-08-31  Derek Price  <derek@ximbiot.com>
51586
51587         * lib/getdelim.c (getdelim): Return EOF on EOF.
51588         Reported by Larry Jones <lawrence.jones@ugs.com>.
51589
51590 2005-08-31  Bruno Haible  <bruno@clisp.org>
51591
51592         Avoid unnecessary diffs in the generated lib/Makefile.am.
51593         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51594         the generated files.
51595         (func_import): Don't set cmd.
51596
51597 2005-08-31  Bruno Haible  <bruno@clisp.org>
51598
51599         * lib/strstr.c: Include <stddef.h>, for NULL.
51600         * lib/strcasestr.c: Likewise.
51601         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51602
51603 2005-08-31  Bruno Haible  <bruno@clisp.org>
51604
51605         * gnulib-tool: New option --macro-prefix.
51606         (func_import): Use macro_prefix.
51607         (import): Handle option --macro-prefix.
51608
51609 2005-08-31  Bruno Haible  <bruno@clisp.org>
51610
51611         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51612         Also use new variables cached_lgpl, cached_libtool.
51613
51614 2005-08-31  Bruno Haible  <bruno@clisp.org>
51615
51616         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51617         always instantiating them.
51618
51619 2005-08-31  Bruno Haible  <bruno@clisp.org>
51620
51621         * gnulib-tool (func_import): Read the previous cached settings
51622         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51623         earlier added by gnulib but are now dropped. Warn when a gnulib file
51624         overwrites a non-gnulib file.
51625
51626 2005-08-31  Bruno Haible  <bruno@clisp.org>
51627
51628         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51629         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51630         projects that don't keep autogenerated files in CVS. Put into
51631         actioncmd only the specified modules, not the transitive closure.
51632
51633 2005-08-31  Bruno Haible  <bruno@clisp.org>
51634
51635         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51636         Create directories that shall be filled.
51637         (import): Don't look for gl_* macros in configure.ac. Recurse across
51638         all directories containing a gnulib-cache.m4 files, if meaningful.
51639
51640 2005-08-31  Bruno Haible  <bruno@clisp.org>
51641
51642         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51643         (import): Set seen_libtool when we see gl_LIBTOOL.
51644
51645 2005-08-31  Bruno Haible  <bruno@clisp.org>
51646
51647         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51648         declaration macro definitions from generated gnulib.m4.
51649
51650 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51651
51652         * lib/iconvme.h: Add prototype for iconv_alloc.
51653
51654 2005-08-29  Simon Josefsson  <jas@extundo.com>
51655
51656         * lib/iconvme.c: Fix errno.
51657
51658 2005-08-29  Bruno Haible  <bruno@clisp.org>
51659
51660         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51661         that it works when the directory contains spaces.
51662
51663 2005-08-29  Bruno Haible  <bruno@clisp.org>
51664
51665         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51666
51667 2005-08-29  Bruno Haible  <bruno@clisp.org>
51668
51669         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51670         Emit more advice.
51671
51672 2005-08-29  Bruno Haible  <bruno@clisp.org>
51673         and Stepan Kasal  <kasal@ucw.cz>
51674
51675         * check-module: If more parameters are given, check each of them
51676         separately; add more exceptions, as noted by Jim Meyering.
51677         (check_module): New procedure.
51678         (%exempt_header): Now contains all exceptions.
51679
51680 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51681
51682         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51683
51684 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51685
51686         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51687
51688 2005-08-28  Bruno Haible  <bruno@clisp.org>
51689
51690         * m4/gnulib-tool.m4: New file.
51691
51692 2005-08-27  Jim Meyering  <jim@meyering.net>
51693
51694         * modules/unistd-safer (Files): Add pipe-safer.c.
51695         * modules/fcntl-safer (Files): Add creat-safer.c.
51696
51697 2005-08-27  Jim Meyering  <jim@meyering.net>
51698
51699         * m4/stdlib-safer.m4: New file.  From coreutils.
51700         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51701         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51702         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51703         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51704         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51705
51706 2005-08-27  Jim Meyering  <jim@meyering.net>
51707
51708         * lib/fopen-safer.c: Merge minor changes from coreutils.
51709         * lib/dup-safer.c: Likewise.
51710         * lib/fd-safer.c: Likewise.
51711
51712         Merge from coreutils.
51713         * lib/stdio--.h: New file.
51714         * lib/stdlib--.h: New file.
51715         * lib/mkstemp-safer.c: New file.
51716
51717         GNU tar needs these.
51718         * lib/pipe-safer.c: New file.
51719         * lib/creat-safer.c: New file.
51720         * lib/fcntl--.h (creat): Define to creat_safer.
51721         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51722         * lib/unistd--.h (pipe): Define to pipe_safer.
51723         * lib/unistd-safer.h: Declare pipe_safer.
51724
51725 2005-08-26  Simon Josefsson  <jas@extundo.com>
51726
51727         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51728         Haible <bruno@clisp.org>.
51729
51730 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51731
51732         * lib/regex_internal.h: Remove all references to
51733         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51734         or better.
51735         (bitset_not, bitset_merge, bitset_not_merge):
51736         (bitset_mask, re_string_allocate, re_string_construct):
51737         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51738         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51739         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51740         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51741         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51742         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51743         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51744         (re_acquire_state_context):
51745         Remove unnecessary forward decls.
51746         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51747         Put __attribute at function definition,
51748         now that the function decl has been removed.
51749         * lib/regex_internal.c (re_string_peek_byte_case):
51750         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51751         Likewise.
51752
51753 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51754
51755         * m4/regex.m4: Add AC_PREREQ(2.50).
51756         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51757
51758 2005-08-25  Simon Josefsson  <jas@extundo.com>
51759
51760         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51761         __fsetlocking.
51762
51763 2005-08-25  Simon Josefsson  <jas@extundo.com>
51764
51765         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51766         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51767         GLIBC specific code.
51768
51769 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51770
51771         Make regex safe for g++.  This fixes one real bug (an "err"
51772         that should have been "*err").  g++ problem reported by
51773         Sam Steingold.
51774         * lib/regex_internal.h (re_calloc): New macro, consistent with
51775         re_malloc etc.  All callers of calloc changed to use re_calloc.
51776         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51777         not int.  All callers changed.
51778         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51779         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51780         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51781         (find_recover_state): Change "err" to "*err"; this fixes what
51782         appears to be a real bug.
51783         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51784         versus int.
51785
51786 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51787
51788         * modules/regex (Depends-on): Add malloc, since the code
51789         assumes that !malloc(0) means failure.
51790
51791 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51792
51793         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51794
51795         alloca modernization/simplification for regex.
51796         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51797         needs to be at the start of the file, and can be moved into
51798         regex_internal.h and simplified.
51799         * lib/regex_internal.h: Include <alloca.h>.
51800         (__libc_use_alloca) [!defined _LIBC]: New macro.
51801         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51802         now works outside glibc.
51803
51804 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51805
51806         * config/srclist.txt: Add glibc bugs 1241, 1245.
51807
51808 2005-08-25  Jim Meyering  <jim@meyering.net>
51809
51810         * lib/open-safer.c: Include <config.h>.
51811         Otherwise, we'd lose LARGEFILE support in any file using
51812         e.g. "fcntl--.h"
51813
51814 2005-08-25  Bruno Haible  <bruno@clisp.org>
51815
51816         * m4/minmax.m4: Require autoconf 2.52.
51817         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51818         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51819         alternatives of translit over the alphabet.
51820         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51821
51822 2005-08-24  Simon Josefsson  <jas@extundo.com>
51823
51824         * tests/test-getpass.c: New file.
51825
51826 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51827
51828         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51829         for GNU regex features.
51830
51831 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51832
51833         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51834         * lib/regex.h (regerror): Likewise.
51835
51836         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51837         requires this.  (The code never needed it.)
51838
51839         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51840         All uses of recently-renamed identifiers changed to use the new,
51841         POSIX-compliant names.  The code will build and run just fine
51842         without these changes, but it's better to eat our own dog food
51843         and use the standard-conforming names.
51844
51845         * lib/regex.h: Fix a multitude of POSIX name space violations.
51846         These changes have an effect only for programs that define
51847         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51848         do not change anything for programs compiled in the normal way.
51849         Also, there is no effect on the ABI.
51850
51851         (_REGEX_SOURCE): New macro.
51852         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51853         defined and _GNU_SOURCE is not; this fixes a name space violation.
51854
51855         Rename the following macros to obey POSIX requirements.
51856         The old names are still visible as macros if _REGEX_SOURCE is defined.
51857         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51858         RE_BACKSLASH_ESCAPE_IN_LISTS.
51859         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51860         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51861         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51862         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51863         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51864         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51865         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51866         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51867         (REG_INTERVALS): renamed from RE_INTERVALS.
51868         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51869         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51870         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51871         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51872         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51873         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51874         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51875         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51876         RE_UNMATCHED_RIGHT_PAREN_ORD.
51877         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51878         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51879         (REG_DEBUG): renamed from RE_DEBUG.
51880         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51881         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51882         unusual, since we can't clash with the POSIX REG_ICASE.
51883         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51884         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51885         (REG_NO_SUB): renamed from RE_NO_SUB.
51886         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51887         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51888         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51889         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51890         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51891         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51892         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51893         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51894         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51895         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51896         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51897         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51898         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51899         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51900         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51901         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51902         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51903         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51904         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51905         (REG_FIXED): Renamed from REGS_FIXED.
51906         (REG_NREGS): Renamed from RE_NREGS.
51907
51908         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51909         of other REG_* macros, since POSIX says the user is allowed to
51910         #undef these macros selectively.
51911
51912         (reg_errcode_t): Update comment stating what other tables need
51913         to be consistent.
51914
51915         Rename the following enum values to obey POSIX requirements.
51916         The old names are still visible as macros.
51917         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51918         is not defined, since GNU is supposed to be a superset of POSIX as
51919         much as possible, and since we want reg_errcode_t to be a signed
51920         type for implementation consistency.
51921         (_REG_NOERROR): Renamed from REG_NOERROR.
51922         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51923         (_REG_BADPAT): Renamed from REG_BADPAT.
51924         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51925         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51926         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51927         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51928         (_REG_EBRACK): Renamed from REG_EBRACK.
51929         (_REG_EPAREN): Renamed from REG_EPAREN.
51930         (_REG_EBRACE): Renamed from REG_EBRACE.
51931         (_REG_BADBR): Renamed from REG_BADBR.
51932         (_REG_ERANGE): Renamed from REG_ERANGE.
51933         (_REG_ESPACE): Renamed from REG_ESPACE.
51934         (_REG_BADRPT): Renamed from REG_BADRPT.
51935         (_REG_EEND): Renamed from REG_EEND.
51936         (_REG_ESIZE): Renamed from REG_ESIZE.
51937         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51938         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51939         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51940         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51941         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51942
51943         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51944         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51945         changed.  But support the old name if the new one is not defined
51946         and if _REGEX_SOURCE.
51947
51948         Change the following member names in struct re_pattern_buffer.
51949         The old names are still supported if !_REGEX_SOURCE.
51950         The new names are always supported, regardless of _REGEX_SOURCE.
51951         (re_buffer): Renamed from buffer.
51952         (re_allocated): Renamed from allocated.
51953         (re_used): Renamed from used.
51954         (re_syntax): Renamed from syntax.
51955         (re_fastmap): Renamed from fastmap.
51956         (re_translate): Renamed from translate.
51957         (re_can_be_null): Renamed from can_be_null.
51958         (re_regs_allocated): Renamed from regs_allocated.
51959         (re_fastmap_accurate): Renamed from fastmap_accurate.
51960         (re_no_sub): Renamed from no_sub.
51961         (re_not_bol): Renamed from not_bol.
51962         (re_not_eol): Renamed from not_eol.
51963         (re_newline_anchor): Renamed from newline_anchor.
51964
51965         Change the following member names in struct re_registers.
51966         The old names are still supported if !_REGEX_SOURCE.
51967         The new names are always supported, regardless of _REGEX_SOURCE.
51968         (rm_num_regs): Renamed from num_regs.
51969         (rm_start): Renamed from start.
51970         (rm_end): Renamed from end.
51971
51972         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51973         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51974         Prepend __ to parameter names.
51975
51976         Undo yesterday's changes.
51977
51978 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51979
51980         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51981         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51982         lib/regex.c.
51983
51984 2005-08-24  Jim Meyering  <jim@meyering.net>
51985
51986         Sync from coreutils.
51987         * m4/fcntl-safer.m4: New file.
51988
51989         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51990         and object files for this module.
51991
51992 2005-08-24  Jim Meyering  <jim@meyering.net>
51993
51994         Sync from coreutils.
51995         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51996
51997 2005-08-24  Jim Meyering  <jim@meyering.net>
51998
51999         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
52000         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
52001
52002 2005-08-24  Jim Meyering  <jim@meyering.net>
52003
52004         * modules/fcntl-safer: New module.
52005         * modules/fts (Depends-on): Add fcntl-safer.
52006         * MODULES.html.sh (File descriptor based Input/Output):
52007         Add fcntl-safer.
52008
52009 2005-08-24  Bruno Haible  <bruno@clisp.org>
52010
52011         Support for unit test modules.
52012         * modules/README: Mention tests modules.
52013         * modules/TEMPLATE-TESTS: New file.
52014         * gnulib-tool: New options --extract-tests-module, --with-tests and
52015         --tests-base (unused for the moment).
52016         (testsbase, inctests): New variables.
52017         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
52018         (func_verify_module): Exclude TEMPLATE-TESTS.
52019         (func_verify_nontests_module, func_verify_tests_module): New functions.
52020         (func_get_dependencies): Add implicit dependency for tests modules.
52021         (func_get_tests_module): New function.
52022         (func_modules_transitive_closure): When --with-tests was specified,
52023         include the unit tests as well, unless explicitly avoided.
52024         (func_emit_lib_Makefile_am): Ignore the tests modules here.
52025         (func_emit_tests_Makefile_am): New function.
52026         (func_create_testdir): When --with-tests was specified, emit a
52027         tests/ directory.
52028         * MODULES.html.sh (Future developments): Update.
52029
52030 2005-08-24  Bruno Haible  <bruno@clisp.org>
52031
52032         * modules/tls-tests: New file.
52033         * tests/test-tls.c: New file, from GNU gettext.
52034
52035 2005-08-24  Bruno Haible  <bruno@clisp.org>
52036
52037         * modules/lock-tests: New file.
52038         * tests/test-lock.c: New file, from GNU gettext.
52039
52040 2005-08-24  Bruno Haible  <bruno@clisp.org>
52041
52042         * lib/lock.h: Add multiple inclusion guard.
52043         * lib/tls.h: Add multiple inclusion guard.
52044
52045 2005-08-24  Bruno Haible  <bruno@clisp.org>
52046
52047         * gnulib-tool: Add support for the --aux-dir option to
52048         --create-testdir, --create-megatestdir, --test, --megatest.
52049         (func_create_testdir, func_create_megatestdir): Optionally emit a
52050         AC_CONFIG_AUX_DIR directive.
52051         (create-testdir, create-megatestdir, test, megatest): Provide a
52052         default value for $auxdir.
52053
52054 2005-08-24  Bruno Haible  <bruno@clisp.org>
52055
52056         * gnulib-tool (import): Use compound statement instead of subshell
52057         where possible.
52058
52059 2005-08-24  Bruno Haible  <bruno@clisp.org>
52060
52061         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52062
52063 2005-08-24  Bruno Haible  <bruno@clisp.org>
52064
52065         * gnulib-tool (func_version): Update.
52066
52067 2005-08-24  Bruno Haible  <bruno@clisp.org>
52068
52069         * gnulib-tool (func_import, func_create_testdir,
52070         func_create_megatestdir): Quote all autoconf macro arguments.
52071
52072 2005-08-24  Bruno Haible  <bruno@clisp.org>
52073
52074         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52075         option --force, because --force causes the aclocal.m4 of each
52076         subdirectory to be newer than the corresponding config.h.in.
52077
52078 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52079
52080         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52081         All contents moved to gl_REGEX.
52082         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52083         assume that it does.
52084
52085 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52086
52087         * lib/regex.h (REG_NOSYS)
52088         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52089         Define, since POSIX requires it as of 2001.
52090         (_REG_ENOSYS)
52091         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52092         New private symbol, used to keep the enum signed in all cases.
52093         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52094         Youngman in
52095         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52096
52097         * lib/regex_internal.c (re_string_skip_chars, register_state):
52098         (calc_state_hash):
52099         Remove forward decls; no longer needed now that we use prototypes.
52100         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52101         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52102         (clean_state_log_if_needed): Likewise.
52103
52104 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52105
52106         * config/srclist.txt: Add glibc bugs 1231-1233.
52107
52108 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52109
52110         Fix problems reported by Sam Steingold in
52111         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52112         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52113         assumed that reg_errcode_t is a signed type, which is not
52114         necessarily true if _XOPEN_SOURCE is not defined.
52115         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52116         since some compilers warn about it otherwise.
52117
52118 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52119
52120         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52121         (init_word_char, create_initial_state, duplicate_node_closure):
52122         (fetch_token, peek_token_bracket, build_range_exp):
52123         (build_collating_symbol): Remove forward decls; no longer needed
52124         now that we use prototypes.
52125
52126         * lib/regcomp.c:
52127         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52128         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52129         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52130         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52131         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52132         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52133         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52134         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52135         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52136         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52137         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52138         (build_charclass, build_charclass_op, fetch_number, create_tree):
52139         (create_token_tree, mark_opt_subexp, duplicate_tree):
52140         Use prototypes rather than old-style definitions.
52141
52142         * lib/regex_internal.c:
52143         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52144         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52145         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52146         (re_string_reconstruct, re_string_peek_byte_case):
52147         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52148         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52149         (re_node_set_init_copy, re_node_set_add_intersect):
52150         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52151         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52152         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52153         (re_acquire_state, re_acquire_state_context, register_state):
52154         (create_ci_newstate, create_cd_newstate, free_state):
52155         Likewise.
52156         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52157         re_search_2):
52158         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52159         (re_search_internal, prune_impossible_nodes):
52160         (acquire_init_state_context, check_matching, static):
52161         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52162         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52163         (update_regs, sift_states_backward, build_sifted_states):
52164         (clean_state_log_if_needed, merge_state_array):
52165         (update_cur_sifted_state, add_epsilon_src_nodes):
52166         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52167         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52168         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52169         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52170         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52171         (check_arrival, check_arrival_add_next_nodes):
52172         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52173         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52174         (check_node_accept_bytes, check_node_accept, extend_buffers):
52175         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52176         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52177         (sift_ctx_init):
52178         Likewise.
52179
52180         * lib/regex_internal.h:
52181         (re_string_allocate, re_string_construct, re_string_reconstruct):
52182         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52183         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52184         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52185         (re_string_context_at, re_string_peek_byte_case):
52186         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52187         is defined, since we now use prototypes always.
52188
52189         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52190         C89 or better.  All uses removed.
52191
52192 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52193
52194         * config/srclist.txt: Add glibc bugs 1220-1227.
52195
52196 2005-08-20  Jim Meyering  <jim@meyering.net>
52197
52198         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52199         of unused local, dfa.
52200
52201 2005-08-20  Bruno Haible  <bruno@clisp.org>
52202
52203         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52204
52205 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52206
52207         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52208         (re_node_set_insert_last, re_dfa_add_node):
52209         Rename local variables to avoid GCC shadowing warnings.
52210
52211 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52212
52213         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52214         [defined lint]: Suppress bogus uninitialized-variable warnings.
52215
52216         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52217         and let the caller return REG_ESPACE if out of space.  This
52218         removes an uninitialied-variable warning with GCC 4.0.1, and also
52219         avoids taking the address of a local variable.  All callers
52220         changed.
52221
52222 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52223
52224         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52225         $LIBCSRC/posix/regexec.c.
52226         Add glibc bug 1217 for regcomp.c.
52227
52228 2005-08-19  Jim Meyering  <jim@meyering.net>
52229
52230         * lib/regexec.c (proceed_next_node): Redo local variables to
52231         avoid GCC shadowing warnings.
52232
52233 2005-08-18  Bruno Haible  <bruno@clisp.org>
52234
52235         * lib/strstr.c (strstr): Fix return value in multibyte case.
52236         * lib/strcasestr.c (strcasestr): Likewise.
52237
52238 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52239
52240         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52241
52242 2005-08-17  Jim Meyering  <jim@meyering.net>
52243
52244         Make the %s format (seconds since the epoch) work for a negative
52245         number and when used with a zero-padded field width, e.g. %015s.
52246
52247         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52248         label so that it precedes the code to set `digits'.  Otherwise,
52249         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52250         print `00-22'.  Now, it prints `-0022', as it should.
52251
52252 2005-08-17  Bruno Haible  <bruno@clisp.org>
52253
52254         * modules/strstr (Files): Add m4/mbrtowc.m4.
52255         (Depends-on): Add mbuiter.
52256
52257 2005-08-17  Bruno Haible  <bruno@clisp.org>
52258
52259         * modules/strcasestr: New file.
52260         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52261         strcasestr.
52262
52263 2005-08-17  Bruno Haible  <bruno@clisp.org>
52264
52265         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52266
52267 2005-08-17  Bruno Haible  <bruno@clisp.org>
52268
52269         * modules/mbuiter: New file.
52270         * MODULES.html.sh (Extended multibyte and wide character utilities):
52271         Add mbuiter.
52272
52273 2005-08-17  Bruno Haible  <bruno@clisp.org>
52274
52275         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52276         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52277
52278 2005-08-17  Bruno Haible  <bruno@clisp.org>
52279
52280         * m4/strcasestr.m4: New file.
52281
52282 2005-08-17  Bruno Haible  <bruno@clisp.org>
52283
52284         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52285         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52286
52287 2005-08-17  Bruno Haible  <bruno@clisp.org>
52288
52289         * lib/strcasestr.h: New file.
52290         * lib/strcasestr.c: New file.
52291
52292 2005-08-17  Bruno Haible  <bruno@clisp.org>
52293
52294         * lib/strcasecmp.c: Use mbuiter.h.
52295
52296 2005-08-17  Bruno Haible  <bruno@clisp.org>
52297
52298         * lib/mbuiter.h: New file.
52299
52300 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52301
52302         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52303         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52304         and gl_GETOPT are both invoked via different paths (as happens
52305         with GNU tar CVS because it uses both argp and getopt), the former
52306         wins.
52307
52308 2005-08-16  Bruno Haible  <bruno@clisp.org>
52309
52310         * modules/tls: New file.
52311         * MODULES.html.sh (Multithreading): Add tls.
52312
52313 2005-08-16  Bruno Haible  <bruno@clisp.org>
52314
52315         * modules/strnlen1: New file.
52316         * MODULES.html.sh (String handling): Add strnlen1.
52317
52318 2005-08-16  Bruno Haible  <bruno@clisp.org>
52319
52320         * modules/strcase (Files): Add m4/mbrtowc.m4.
52321         (Depends-on): Add strnlen1, mbchar.
52322
52323 2005-08-16  Bruno Haible  <bruno@clisp.org>
52324
52325         * modules/mbiter: New file.
52326         * MODULES.html.sh (Extended multibyte and wide character utilities):
52327         Add mbiter.
52328
52329 2005-08-16  Bruno Haible  <bruno@clisp.org>
52330
52331         * modules/mbfile: New file.
52332         * MODULES.html.sh (Extended multibyte and wide character utilities):
52333         Add mbfile.
52334
52335 2005-08-16  Bruno Haible  <bruno@clisp.org>
52336
52337         * modules/mbchar: New file.
52338         * MODULES.html.sh (Extended multibyte and wide character utilities):
52339         New section.
52340
52341 2005-08-16  Bruno Haible  <bruno@clisp.org>
52342
52343         * m4/tls.m4: New file, from GNU gettext.
52344
52345 2005-08-16  Bruno Haible  <bruno@clisp.org>
52346
52347         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52348         always.
52349         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52350
52351 2005-08-16  Bruno Haible  <bruno@clisp.org>
52352
52353         * m4/mbiter.m4: New file.
52354
52355 2005-08-16  Bruno Haible  <bruno@clisp.org>
52356
52357         * m4/mbfile.m4: New file.
52358
52359 2005-08-16  Bruno Haible  <bruno@clisp.org>
52360
52361         * m4/mbchar.m4: New file.
52362
52363 2005-08-16  Bruno Haible  <bruno@clisp.org>
52364
52365         * lib/tls.h: New file, from GNU gettext.
52366         * lib/tls.c: New file, from GNU gettext.
52367
52368 2005-08-16  Bruno Haible  <bruno@clisp.org>
52369
52370         * lib/strnlen1.h: New file.
52371         * lib/strnlen1.c: New file.
52372
52373 2005-08-16  Bruno Haible  <bruno@clisp.org>
52374
52375         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52376         (mbi_init): Update.
52377         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52378         NUL byte, not after it.
52379
52380 2005-08-16  Bruno Haible  <bruno@clisp.org>
52381
52382         * lib/strcase.h (strcasecmp): Add note in comments.
52383         * lib/strncasecmp.c: Use code from strcasecmp.c.
52384         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52385         (strcasecmp): Work correctly in multibyte locales.
52386
52387 2005-08-16  Bruno Haible  <bruno@clisp.org>
52388
52389         * lib/mbiter.h: New file.
52390
52391 2005-08-16  Bruno Haible  <bruno@clisp.org>
52392
52393         * lib/mbfile.h: New file.
52394
52395 2005-08-16  Bruno Haible  <bruno@clisp.org>
52396
52397         * lib/mbchar.h: New file.
52398         * lib/mbchar.c: New file.
52399
52400 2005-08-16  Bruno Haible  <bruno@clisp.org>
52401
52402         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52403         the valid ones. Makes the comparison operations transitive:
52404         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52405         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52406
52407 2005-08-15  Simon Josefsson  <jas@extundo.com>
52408
52409         * modules/ssize_t (License): Change to 'unlimited'.
52410
52411         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52412
52413 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52414
52415         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52416         Add comments for each pending glibc patch.
52417
52418 2005-08-15  Bruno Haible  <bruno@clisp.org>
52419
52420         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52421         __cplusplus is defined.
52422
52423 2005-08-14  Jim Meyering  <jim@meyering.net>
52424
52425         Sync from coreutils.
52426
52427         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52428         Use the hash-table-based cycle-detection code not just when
52429         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52430         Reported by James Youngman in
52431         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52432         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52433         FTS_TIGHT_CYCLE_CHECK.
52434         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52435         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52436         once again.
52437         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52438         * lib/fts.c (fd_safer): Remove decl.
52439         Include fcntl--.h rather than unistd-safer.h
52440         (fts_safe_changedir): Don't call fd_safer; no longer needed
52441         now that we include fcntl--.h.
52442
52443 2005-08-12  Simon Josefsson  <jas@extundo.com>
52444
52445         * modules/getndelim2: Use ssize_t module.
52446         * modules/getnline: Likewise.
52447         * modules/safe-read: Likewise.
52448         * modules/xreadlink: Likewise.
52449
52450         * modules/ssize_t: New file.
52451
52452 2005-08-12  Simon Josefsson  <jas@extundo.com>
52453
52454         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52455
52456 2005-08-12  Simon Josefsson  <jas@extundo.com>
52457
52458         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52459         ssize_t.
52460
52461 2005-08-12  Simon Josefsson  <jas@extundo.com>
52462
52463         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52464         readline, getdelim and check_version.
52465         (Support for systems lacking ISO C 99: Sizes of integer types):
52466         Add size_max.
52467
52468 2005-08-12  Bruno Haible  <bruno@clisp.org>
52469
52470         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52471
52472 2005-08-11  Simon Josefsson  <jas@extundo.com>
52473
52474         * modules/readline: New file.
52475
52476         * modules/strnlen (Files): Add strnlen.h.
52477
52478 2005-08-11  Simon Josefsson  <jas@extundo.com>
52479
52480         * m4/readline.m4: New file.
52481
52482 2005-08-11  Simon Josefsson  <jas@extundo.com>
52483
52484         * lib/readline.h, readline.c: New file.
52485
52486 2005-08-11  Simon Josefsson  <jas@extundo.com>
52487
52488         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52489         gl_AVOID.
52490
52491 2005-08-11  Bruno Haible  <bruno@clisp.org>
52492
52493         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52494
52495 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52496
52497         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52498
52499 2005-08-10  Simon Josefsson  <jas@extundo.com>
52500
52501         * tests/test-iconvme.c: New file.
52502
52503 2005-08-10  Simon Josefsson  <jas@extundo.com>
52504
52505         * m4/strnlen.m4: New file.
52506
52507         * m4/strndup.m4: Don't check for strnlen declaration, done in
52508         strnlen.m4.
52509
52510 2005-08-10  Simon Josefsson  <jas@extundo.com>
52511
52512         * lib/strndup.c: Use strnlen.h.
52513
52514         * lib/strnlen.h: New file.
52515
52516 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52517
52518         * README: Typos.
52519
52520 2005-08-02  Simon Josefsson  <jas@extundo.com>
52521
52522         * modules/readline: New file.
52523
52524 2005-08-02  Simon Josefsson  <jas@extundo.com>
52525
52526         * modules/getdelim: New file.
52527
52528         * modules/getline: Rewrite, don't use getndelim2.
52529
52530 2005-08-02  Simon Josefsson  <jas@extundo.com>
52531
52532         * m4/getline.m4: Separate out getdelim stuff into separate module.
52533
52534         * m4/getdelim.m4: New file.
52535
52536 2005-08-02  Simon Josefsson  <jas@extundo.com>
52537
52538         * lib/getline.h, getline.c: Rewrite.
52539
52540         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52541
52542 2005-07-31  Bruno Haible  <bruno@clisp.org>
52543
52544         * lib/lock.h (gl_lock_initializer): New macro.
52545         (gl_lock_define_initialized): Use it.
52546         (gl_rwlock_initializer): New macro.
52547         (gl_rwlock_define_initialized): Use it.
52548         (gl_recursive_lock_initializer): New macro.
52549         (gl_recursive_lock_define_initialized): Use it.
52550
52551 2005-07-30  Karl Berry  <karl@gnu.org>
52552
52553         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52554         Report from Ben Pfaff, regarding getopt.
52555
52556 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52557
52558         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52559         normal way.
52560         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52561         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52562         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52563         (gl_GETOPT): Use the new macros.  Most of the implementation
52564         is moved to the new macros.  This is for programs like Emacs
52565         that don't want all the functionality of gl_GETOPT.
52566
52567 2005-07-26  Bruno Haible  <bruno@clisp.org>
52568
52569         * m4/lock.m4: Update from GNU gettext.
52570
52571 2005-07-26  Bruno Haible  <bruno@clisp.org>
52572
52573         * lib/lock.h: Update from GNU gettext.
52574         * lib/lock.c: Update from GNU gettext.
52575
52576 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52577
52578         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52579         obsolescent AC_TRY_RUN.  Include the default includes files, for
52580         'exit'.
52581
52582 2005-07-24  Bruno Haible  <bruno@clisp.org>
52583
52584         * modules/visibility: New file.
52585         * MODULES.html.sh (Misc): Add visibility.
52586
52587 2005-07-24  Bruno Haible  <bruno@clisp.org>
52588
52589         * m4/visibility.m4: New file.
52590
52591 2005-07-24  Bruno Haible  <bruno@clisp.org>
52592
52593         * doc/visibility.texi: New file.
52594
52595 2005-07-22  Bruno Haible  <bruno@clisp.org>
52596
52597         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52598         $(ALLOCA_H), redundant through BUILT_SOURCES.
52599         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52600         redundant through BUILT_SOURCES.
52601         * modules/byteswap (Makefile.am): Remove explicit dependency on
52602         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52603         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52604         $(FNMATCH_H), redundant through BUILT_SOURCES.
52605         * modules/getopt (Makefile.am): Remove explicit dependency on
52606         $(GETOPT_H), redundant through BUILT_SOURCES.
52607         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52608         redundant through BUILT_SOURCES.
52609         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52610         redundant through BUILT_SOURCES.
52611         * modules/stdbool (Makefile.am): Remove explicit dependency on
52612         $(STDBOOL_H), redundant through BUILT_SOURCES.
52613         * modules/stdint (Makefile.am): Remove explicit dependency on
52614         $(STDINT_H), redundant through BUILT_SOURCES.
52615         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52616         Remove explicit dependency on $(SYSEXITS_H).
52617         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52618
52619 2005-07-18  Simon Josefsson  <jas@extundo.com>
52620
52621         * lib/check-version.c (check_version): Accept identical versions too.
52622
52623 2005-07-18  Bruno Haible  <bruno@clisp.org>
52624
52625         * modules/lock: New file.
52626         * MODULES.html.sh (Multithreading): New section.
52627
52628 2005-07-18  Bruno Haible  <bruno@clisp.org>
52629
52630         * m4/lock.m4: New file, from GNU gettext.
52631
52632 2005-07-18  Bruno Haible  <bruno@clisp.org>
52633
52634         * lib/lock.h: New file, from GNU gettext.
52635         * lib/lock.c: New file, from GNU gettext.
52636
52637 2005-07-18  Bruno Haible  <bruno@clisp.org>
52638
52639         * lib/lock.h (gl_once_t): New type.
52640         (gl_once_define, gl_once): New macros.
52641         * lib/lock.c (fresh_once): New variable.
52642         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52643         functions.
52644
52645 2005-07-16  Simon Josefsson  <jas@extundo.com>
52646
52647         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52648         workaround, suggested by Bruno.
52649
52650 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52651
52652         * modules/xalloc (Depends-on): Add xalloc-die.
52653         * modules/xvasprintf (Depends-on): Add xalloc-die.
52654
52655 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52656
52657         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52658         with a minor change.
52659
52660 2005-07-15  Bruno Haible  <bruno@clisp.org>
52661
52662         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52663         When using lib/poll.c, define poll as rpl_poll.
52664
52665 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52666
52667         * modules/argp (Depends-on): Remove unlocked-io.
52668
52669 2005-07-14  Derek Price  <derek@ximbiot.com>
52670
52671         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52672         for glob symlink bug.
52673
52674 2005-07-14  Bruno Haible  <bruno@clisp.org>
52675
52676         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52677         Instead, test for *_unlocked function declarations directly.
52678
52679 2005-07-11  Simon Josefsson  <jas@extundo.com>
52680
52681         * modules/size_max: New file.
52682
52683         * modules/xsize: Depend on size_max module for size_max.m4.
52684
52685 2005-07-11  Simon Josefsson  <jas@extundo.com>
52686
52687         * lib/size_max.h: New file.
52688
52689 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52690
52691         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52692         copyright symbol and the year.
52693         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52694         (version_etc_va): Use parameterized copyright notice.
52695         Reword to conform to the current GNU coding standards.
52696
52697 2005-07-11  Karl Berry  <karl@gnu.org>
52698
52699         * doc/gnulib.texi (Quoting): new node.
52700         (Initial import): more info, from Patrice.
52701
52702 2005-07-11  Bruno Haible  <bruno@clisp.org>
52703
52704         * gnulib-tool (func_usage): Document option --avoid.
52705         (Command line options): Handle --avoid.
52706         (func_acceptable): New function.
52707         (func_modules_transitive_closure): Use it.
52708
52709 2005-07-11  Bruno Haible  <bruno@clisp.org>
52710
52711         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52712         Reported by Jim Meyering.
52713
52714 2005-07-10  Bruno Haible  <bruno@clisp.org>
52715
52716         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52717         Needed when size_t is smaller than 'unsigned int'.
52718         Reported by Paul Eggert.
52719
52720 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52721
52722         * modules/argp (Depends-on): Add unlocked-io
52723
52724 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52725
52726         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52727         block of defines.
52728
52729 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52730
52731         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52732         fix now.
52733
52734 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52735         and Paul Eggert  <eggert@cs.ucla.edu>
52736
52737         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52738         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52739
52740 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52741
52742         * modules/regex (Files): Add lib/regex_internal.c,
52743         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52744         (Depends-on): Add extensions.
52745         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52746
52747 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52748
52749         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52750         pathconf.
52751         * m4/same.m4 (gl_SAME): Likewise.
52752         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52753
52754         * m4/regex.m4: Adjust to new libc regex implementation.
52755         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52756         all the .c and .h parts of (the new) regex.
52757         Quote the m4 stuff better.
52758         Check for RE_ICASE bug of old gnulib.
52759         Check for REG_STARTEND of recent libc.
52760         Rename local variables from jm_* to gl_*.
52761         Quote operand of "test -f".
52762         Say "recent enough" version of libc, not "version 2".
52763         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52764         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52765         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52766         Remove check for btowc, isascii.
52767         Require AM_LANGINFO_CODESET.
52768
52769 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52770
52771         * lib/regex.c, regex.h: Sync from libc.
52772         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52773         * lib/regexec.c:
52774         New files, synced from libc, except that regex_internal.h
52775         currently has a small porting fix.
52776
52777 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52778
52779         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52780         regex_internal.c, regexec.c.
52781         Add regex_internal.h too, but as a comment, since the libc version
52782         is currently broken in gnulib mode.
52783
52784 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52785
52786         Support programs like Emacs that use gnulib but not gettext.
52787         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52788         * modules/gettext-h: New file.
52789         * modules/gettext (Files): Remove lib/gettext.h.
52790         (Depends-on): Add gettext-h.
52791         (Makefile.am): Remove lib_SOURCES.
52792         * modules/argmatch, modules/c-stack, modules/closeout:
52793         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52794         * modules/execute, modules/file-type, modules/getaddrinfo:
52795         * modules/getopt, modules/human, modules/javacomp:
52796         * modules/javaexec, modules/mkdir-p, modules/obstack:
52797         * modules/openat, modules/pagealign_alloc, modules/pipe:
52798         * modules/quotearg, modules/regex, modules/rpmatch:
52799         * modules/unicodeio, modules/userspec, modules/version-etc:
52800         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52801         * modules/xsetenv:
52802         Depend on gettext-h, not gettext.
52803
52804 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52805
52806         * gnulib-tool (func_import): Add support for 'public domain' license.
52807         * modules/alloca, modules/atexit, modules/memmove:
52808         Now public domain, not GPL.
52809         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52810         * modules/realloc, modules/strerror, modules/strtod:
52811         Now LGPL, not GPL.
52812
52813 2005-07-05  Bruno Haible  <bruno@clisp.org>
52814
52815         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52816         autoconf CVS. Needed for mingw.
52817
52818 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52819
52820         Remove the dependency of the strftime module on the tzset module.
52821         * modules/strftime (Depends-on): Remove dependency on tzset.
52822
52823 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52824
52825         Remove the dependency of the strftime module on the tzset module.
52826         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52827         gl_FUNC_TZSET_CLOBBER.
52828
52829 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52830
52831         Remove the dependency of the strftime module on the tzset module.
52832         * lib/strftime.c (my_strftime)
52833         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52834         Copy the input structure, to work around some of the bug with
52835         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52836         Solaris releases, you should also use the tzset module, but we won't
52837         require it as a dependency any more since we don't want LGPLed code
52838         to depend on GPLed code.
52839
52840 2005-07-02  Jim Meyering  <jim@meyering.net>
52841
52842         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52843         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52844         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52845         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52846
52847 2005-07-02  Jim Meyering  <jim@meyering.net>
52848
52849         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52850
52851 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52852
52853         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52854         declares only 'struct timespec;' (!).
52855
52856 2005-07-01  Jim Meyering  <jim@meyering.net>
52857
52858         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52859         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52860         * lib/save-cwd.c, tempname.c:
52861         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52862         and don't include <sys/file.h>).
52863
52864 2005-06-29  Jim Meyering  <jim@meyering.net>
52865
52866         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52867         type name.  Use the variable name instead.
52868         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52869         Likewise.
52870
52871 2005-06-28  Simon Josefsson  <jas@extundo.com>
52872
52873         * modules/check-version (Files): Add check-version.m4.
52874
52875 2005-06-28  Simon Josefsson  <jas@extundo.com>
52876
52877         * m4/check-version.m4: New file, suggested by Jim Meyering
52878         <jim@meyering.net>.
52879
52880 2005-06-28  Simon Josefsson  <jas@extundo.com>
52881
52882         * lib/check-version.h, lib/check-version.c: New files.
52883
52884 2005-06-28  Simon Josefsson  <jas@extundo.com>
52885
52886         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52887         collision with global variable.  Better indentation.  Don't
52888         increment buffer pointer beyond buffer end.  Based on comments
52889         from Paul Eggert <eggert@cs.ucla.edu>.
52890
52891         * lib/base64.h: Indent.
52892
52893 2005-06-28  Simon Josefsson  <jas@extundo.com>
52894
52895         * doc/gnulib.texi (Library version handling): New section.
52896
52897 2005-06-28  Jim Meyering  <jim@meyering.net>
52898
52899         * check-module (find_included_lib_files): Hard-code another
52900         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52901         but modules/fts-lgpl (correctly) does not list those files.
52902
52903         * modules/canonicalize (Files): Add lib/pathmax.h.
52904
52905 2005-06-25  Simon Josefsson  <jas@extundo.com>
52906
52907         * modules/check-version: New file.
52908
52909 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52910
52911         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52912         initializer of struct addrinfo, as an indication that we don't
52913         care how many members the structure has.
52914
52915 2005-06-24  Derek Price  <derek@ximbiot.com>
52916         and Bruno Haible  <bruno@clisp.org>
52917
52918         Remove stat module & update lstat.
52919         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52920         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52921         * m4/stat.m4: Remove this file.
52922
52923 2005-06-24  Derek Price  <derek@ximbiot.com>
52924         and Bruno Haible  <bruno@clisp.org>
52925
52926         Remove stat module & update lstat.
52927         * lib/stat.c: Remove this file...
52928         (slash_aware_lstat): ...moving this content and its support...
52929         * lib/lstat.c (rpl_lstat): ...into here.
52930         * lib/lstat.h: New file.
52931
52932 2005-06-24  Derek Price  <derek@ximbiot.com>
52933         and Bruno Haible  <bruno@clisp.org>
52934
52935         Remove stat module & update lstat.
52936         * config/srclist.txt (libc sources): Remove stat.
52937
52938 2005-06-24  Derek Price  <derek@ximbiot.com>
52939         and Bruno Haible  <bruno@clisp.org>
52940
52941         Remove stat module & update lstat.
52942         * MODULES.html.sh (stat): Remove.
52943         * MODULES.html: Regenerated.
52944         * modules/lstat (Description): Correct function name.
52945         (Files): Add "lstat.h".
52946         (Depends-on): Remove stat, add xalloc, stat-macros.
52947         * modules/stat: Remove this file.
52948         (Include): Add "lstat.h", remove <sys/stat.h>.
52949
52950 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52951
52952         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52953         (ranged_convert): Don't save conversion in a temporary struct.
52954         This causes a warning with GCC 4.0.0, and anyway in the typical
52955         case it's not worth the extra 100 bytes or so of code.
52956         (ranged_convert, __mktime_internal): When calling a function via a
52957         pointer P, use P () rather than (*P) (), as we now assume C89 or
52958         better.
52959
52960 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52961
52962         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52963         "who -r" failed to give output.  Problem reported by Tim Waugh.
52964
52965         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52966         (xcalloc): Use it to avoid needless tests.
52967         Problem reported by Jim Meyering.
52968
52969 2005-06-20  Derek Price  <derek@ximbiot.com>
52970
52971         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52972         unnecessary for Autoconfs > 2.59c.
52973
52974 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52975
52976         * lib/argp.h (__option_is_short): Check upper limit of
52977         __key. Isprint() requires its argument to have the value
52978         of an unsigned char or EOF.
52979
52980 2005-06-16  Jim Meyering  <jim@meyering.net>
52981
52982         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52983         when either N or S is zero.
52984
52985 2005-06-16  Derek Price  <derek@ximbiot.com>
52986
52987         * m4/bison.m4: Declare YACC & YFLAGS precious.
52988
52989 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52990
52991         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52992         multibyte string or pattern, fall back on unibyte matching.
52993         Problem reported by James Youngman.
52994
52995 2005-06-08  Bruno Haible  <bruno@clisp.org>
52996
52997         * modules/csharpcomp: New file.
52998         * MODULES.html.sh (C#): Add csharpcomp.
52999
53000 2005-06-08  Bruno Haible  <bruno@clisp.org>
53001
53002         * m4/csharpcomp.m4: New file, from GNU gettext.
53003
53004 2005-06-08  Bruno Haible  <bruno@clisp.org>
53005
53006         * lib/csharpcomp.h: New file, from GNU gettext.
53007         * lib/csharpcomp.c: New file, from GNU gettext.
53008         * lib/csharpcomp.sh.in: New file, from GNU gettext.
53009
53010 2005-06-08  Bruno Haible  <bruno@clisp.org>
53011
53012         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
53013         warning on mingw.
53014
53015 2005-06-07  Derek Price  <derek@ximbiot.com>
53016
53017         Sync from CVS.
53018         * lib/glob_.h: Indent nested #ifdef.
53019
53020 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53021
53022         Sync from coreutils.
53023         Use "file name" when talking about file names, instead of "filename"
53024         or "path", as per the GNU coding standards.
53025         * lib/mkdir-p.c: Renamed from makepath.c.
53026         (make_dir_parents): Renamed from make_path.  All callers changed.
53027         * lib/mkdir-p.h: Likewise.  All includers changed.
53028         * lib/filenamecat.c: Renamed from path-concat.c.
53029         (file_name_concat): Renamed from path_concat.  All callers changed.
53030         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
53031         * lib/filenamecat.h: Likewise.  All includers changed.
53032         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
53033         in comments or local variable names.
53034         * lib/basename.c: Likewise.
53035         * lib/canonicalize.c, canonicalize.h: Likewise.
53036         * lib/dirname.c, dirname.h: Likewise.
53037         * lib/euidaccess.c: Likewise.
53038         * lib/exclude.c: Likewise
53039         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
53040         * lib/fsusage.c, fsuage.h: Likewise.
53041         * lib/fts.c, fts_.h: Likewise.
53042         * lib/getcwd.c: Likewise.
53043         * lib/getloadavg.c: Likewise.
53044         * lib/mkstemp.c: Likewise.
53045         * lib/mountlist.c, mountlist.h: Likewise.
53046         * lib/openat.c, openat.h: Likewise.
53047         * lib/readlink-stub.c: Likewise.
53048         * lib/readutmp.c, readutmp.h: Likewise.
53049         * lib/rename.c: Likewise.
53050         * lib/rmdir.c: Likewise.
53051         * lib/same.c: Likewise.
53052         * lib/savedir.c: Likewise.
53053         * lib/stripslash.c: Likewise.
53054         * lib/tempname.c: Likewise.
53055         * lib/xreadlink.c: Likewise.
53056         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53057         All uses changed.
53058         * lib/exclude.h: Likewise.
53059
53060         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53061         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53062         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53063         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53064         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53065         files have been getting away with it for years (MORE/BSD 4.3
53066         is extinct now).
53067         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53068         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53069
53070         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53071         Define to 256, not 255, as per modern POSIX.
53072
53073 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53074
53075         Sync from coreutils.
53076         Use "file name" when talking about file names, instead of "filename"
53077         or "path", as per the GNU coding standards.
53078         * MODULES.html.sh: mkdir-p renamed from makepath.
53079         filenamecat renamed from path-concat.
53080         * modules/filenamecat: Renamed from modules/path-concat.
53081         (Files): filenamecat.h and filenamecat.c renamed from
53082         path-concat.h and path-concat.c.
53083         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53084         (Include): filenamecat.h, not path-concat.h.
53085         * modules/mkdir-p: Renamed from modules/makepath.
53086         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53087         makepath.c.
53088         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53089         (Include): mkdir-p.h, not makepath.h.
53090
53091 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53092
53093         Sync from coreutils.
53094         * m4/mkdir-p.m4: Renamed from makepath.m4.
53095         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53096         Rename files from makepath.c to mkdir-p.c, and from
53097         makepath.h to mkdir-p.h.
53098         * m4/filenamecat.m4: Renamed from path-concat.m4.
53099         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53100         Rename files from path-concat.c to filenamecat.c,
53101         and from path-concat.h to filenamecat.h.
53102         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53103         "file name" in local variables or comments.
53104         * m4/rename.m4: Likewise.
53105
53106 2005-06-01  Bruno Haible  <bruno@clisp.org>
53107
53108         * modules/csharpexec: New file.
53109         * MODULES.html.sh (C#): New section.
53110
53111 2005-06-01  Bruno Haible  <bruno@clisp.org>
53112
53113         * m4/csharp.m4: New file, from GNU gettext.
53114         * m4/csharpexec.m4: New file, from GNU gettext.
53115
53116 2005-06-01  Bruno Haible  <bruno@clisp.org>
53117
53118         * lib/csharpexec.h: New file, from GNU gettext.
53119         * lib/csharpexec.c: New file, from GNU gettext.
53120         * lib/csharpexec.sh.in: New file, from GNU gettext.
53121
53122 2005-05-31  Derek Price  <derek@ximbiot.com>
53123             Paul Eggert  <eggert@cs.ucla.edu>
53124
53125         Sync from cvs.
53126         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53127
53128 2005-05-31  Derek Price  <derek@ximbiot.com>
53129             Paul Eggert  <eggert@cs.ucla.edu>
53130
53131         Sync from cvs.
53132         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53133
53134 2005-05-29  Derek Price  <derek@ximbiot.com>
53135
53136         * config/srclist.txt (glob_.h, glob.c): Add these files.
53137
53138 2005-05-29  Derek Price  <derek@ximbiot.com>
53139
53140         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53141         * modules/glob: New file.
53142         * modules/getlogin_r: Add link to POSIX spec in description.
53143
53144 2005-05-29  Derek Price  <derek@ximbiot.com>
53145             Paul Eggert  <eggert@cs.ucla.edu>
53146
53147         * m4/glob.m4: New file.
53148
53149 2005-05-29  Derek Price  <derek@ximbiot.com>
53150             Paul Eggert  <eggert@cs.ucla.edu>
53151
53152         * lib/glob_.h, lib/glob.c: New files.
53153
53154 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53155
53156         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53157         * modules/fts-lgpl (Depends-on): Remove gettext.
53158
53159 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53160
53161         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53162         and don't require gt_INTTYPES_PRI.
53163
53164 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53165
53166         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53167
53168         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53169         the configuration hassle isn't worth it.
53170         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53171         (LONGEST_MODIFIER, PRIuMAX): Remove.
53172
53173 2005-05-27  Bruno Haible  <bruno@clisp.org>
53174
53175         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53176
53177 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53178
53179         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53180         _POSIX_PTHREAD_SEMANTICS for Solaris.
53181
53182 2005-05-25  Derek Price  <derek@ximbiot.com>
53183
53184         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53185
53186 2005-05-25  Derek Price  <derek@ximbiot.com>
53187             Paul Eggert  <eggert@cs.ucla.edu>
53188
53189         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53190         * lib/getlogin_r.c, getlogin_r.h: New files.
53191
53192 2005-05-25  Bruno Haible  <bruno@clisp.org>
53193             Derek Price  <derek@ximbiot.com>
53194
53195         * lib/getlogin_r.h: Simplify API documentation.
53196
53197 2005-05-23  Derek Price  <derek@ximbiot.com>
53198
53199         * modules/minmax (Files): Add m4/minmax.m4.
53200         (configure.ac): Add gl_MINMAX.
53201
53202 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53203
53204         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53205         so that unistd-safer.h (GPL'ed code) need not be included.
53206
53207 2005-05-22  Bruno Haible  <bruno@clisp.org>
53208
53209         * m4/minmax.m4: New file.
53210         Based on a patch by Derek Price <derek@ximbiot.com>.
53211
53212 2005-05-22  Bruno Haible  <bruno@clisp.org>
53213
53214         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53215         (INT64_MIN): Fix definition.
53216         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53217
53218         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53219         NEED_SIGNED_INT_TYPES.
53220
53221         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53222         HAVE_SYSTEM_INTTYPES.
53223
53224 2005-05-22  Bruno Haible  <bruno@clisp.org>
53225
53226         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53227         Also include <sys/param.h> if it defines MIN, MAX.
53228         Based on a patch by Derek Price <derek@ximbiot.com>.
53229
53230 2005-05-21  Jim Meyering  <jim@meyering.net>
53231
53232         * modules/fts (Files): Add m4/inttypes-pri.m4.
53233         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53234
53235 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53236
53237         New fts module.
53238         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53239         (setup_dir, free_dir): New functions.
53240         (enter_dir, leave_dir): Define trivial
53241         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53242         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53243         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53244         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53245         Move to fts-cycle.c.
53246         (fts_open): Use setup_dir.
53247         (fts_close): Use free_dir.
53248         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53249         This adds a label and some gotos, but the alternatives were messier.
53250         Check for memory allocation failure when entering a dir.
53251         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53252         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53253         (FTS): New member fts_cycle, that is a union that contains the
53254         old active_dir_ht and cycle_state.  All uses changed to mention
53255         fts_cycle.ht and fts_cycle.state.
53256         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53257         fts.c, with the following changes:
53258         (setup_dir, free_dir): New functions.
53259         (enter_dir): Now returns bool.  Return true if successful, false
53260         if memory exhausted.  All callers changed.
53261         Do not bother partly cleaning up on
53262         memory allocation failure; that is free_dir's job.
53263         However, free ad if hash_insert fails, to avoid memory leak.
53264         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53265         fts->fts_options to see which union member to use.
53266
53267 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53268
53269         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53270         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53271
53272 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53273
53274         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53275
53276 2005-05-20  Jim Meyering  <jim@meyering.net>
53277
53278         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53279         Now a macro, to pacify GCC.
53280
53281 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53282
53283         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53284         of -1.
53285
53286 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53287
53288         * lib/chown.c (rpl_chown): Return -1 on failure.
53289
53290 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53291
53292         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53293         Don't check for stddef.h.
53294         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53295         don't use its results.
53296         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53297         since we include them unconditionally.  Don't require
53298         AM_STDBOOL_H, since stdbool is a prerequisite.
53299         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53300         since we assume C89 or better.
53301         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53302         as we don't use their results.
53303         Don't check for fchdir, memmove, memset, strrchr, as we use
53304         them unconditionally.
53305         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53306         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53307
53308 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53309
53310         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53311         Include <stddef.h> unconditionally, since we assume C89 now.
53312         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53313         * lib/fts.c: Include fts_.h first, to check interface.
53314         Do not include intprops.h; no longer needed.
53315         Include cycle-check.h and hash.h, since fts_.h no longer does.
53316         Remove unnecessary casts of closedir to void.
53317         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53318         decide whether to decrement nlinks.
53319         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53320         (FTS): Use struct hash_table * instead of Hash_table, so that
53321         we no longer need to include hash.h here.
53322
53323 2005-05-18  Jim Meyering  <jim@meyering.net>
53324
53325         * modules/dirfd (License): Change to LGPL.  Most of the code
53326         is already in the public domain.
53327
53328 2005-05-18  Jim Meyering  <jim@meyering.net>
53329
53330         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53331         Reported by Yoann Vandoorselaere.
53332
53333 2005-05-17  Jim Meyering  <jim@meyering.net>
53334
53335         * m4/fts.m4: New file, from coreutils.
53336
53337 2005-05-17  Jim Meyering  <jim@meyering.net>
53338
53339         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53340
53341 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53342
53343         Sync from coreutils.
53344         * m4/unlinkdir.m4: New file.
53345
53346 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53347
53348         Sync from coreutils.
53349         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53350         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53351         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53352         White space changes only.
53353         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53354         special.
53355         * lib/yesno.c: Include getline.h, not ctype.h.
53356         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53357         Use getline to remove arbitrary restriction on response length.
53358
53359 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53360
53361         * config/srclist-update: Spell out "Street" in FSF postal
53362         mail address; this is the style the FSF seems to prefer.
53363
53364         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53365         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53366         this updates FSF postal mail address.
53367
53368         Sync from coreutils.
53369         * modules/unlinkdir: New file.
53370         * modules/yesno (Depends-on): Add getline.
53371         * MODULES.html.sh (File system functions): Add unlinkdir.
53372
53373 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53374
53375         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53376         lib/strsep.h:
53377         Change the initial comment to refer to GPL, not LGPL.
53378         gnulib-tool will change it to LGPL as needed.
53379
53380         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53381         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53382         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53383         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53384         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53385         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53386         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53387         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53388         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53389         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53390         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53391         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53392         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53393         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53394         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53395         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53396         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53397         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53398         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53399         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53400         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53401         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53402         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53403         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53404         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53405         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53406         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53407         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53408         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53409         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53410         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53411         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53412         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53413         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53414         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53415         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53416         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53417         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53418         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53419         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53420         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53421         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53422         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53423         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53424         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53425         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53426         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53427         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53428         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53429         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53430         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53431         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53432         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53433         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53434         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53435         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53436         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53437         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53438         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53439         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53440         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53441         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53442         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53443         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53444         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53445         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53446         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53447         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53448         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53449         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53450         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53451         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53452         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53453         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53454         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53455         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53456         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53457         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53458         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53459         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53460         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53461         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53462         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53463         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53464         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53465         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53466         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53467         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53468         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53469         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53470         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53471         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53472         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53473         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53474         lib/yesno.c, lib/yesno.h:
53475         Update FSF postal mail address.
53476
53477 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53478
53479         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53480         tests/test-memmem.c, tests/test-stpncpy.c:
53481         Update FSF postal mail address.
53482
53483 2005-05-13  Bruno Haible  <bruno@clisp.org>
53484
53485         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53486         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53487         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53488         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53489         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53490         Add support for 64-bit integers in the MSVC compiler.
53491
53492 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53493
53494         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53495
53496 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53497
53498         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53499
53500 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53501
53502         * doc/getdate.texi (General date syntax): Don't say that date
53503         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53504         Problem reported by Nic Ferrier.
53505
53506 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53507
53508         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53509         specified in ai_socktype. Fix invalid ai_protocol
53510         check. ai_protocol is usually set to 0 or depending on
53511         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53512         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53513         ai_socktype / ai_protocol in the returned addrinfo structure.
53514
53515 2005-05-10  Simon Josefsson  <jas@extundo.com>
53516
53517         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53518         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53519
53520 2005-05-10  Karl Berry  <karl@gnu.org>
53521
53522         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53523         (from http://www.gnu.org/licenses).
53524         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53525         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53526         fdl.texi suffices.
53527
53528 2005-05-10  Karl Berry  <karl@gnu.org>
53529
53530         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53531         (COPYING.DOC): remove.
53532
53533         * config/srclist-update: new FSF address.
53534
53535 2005-05-10  Derek Price  <derek@ximbiot.com>
53536
53537         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53538         possible.
53539
53540 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53541             Bruno Haible  <bruno@clisp.org>
53542
53543         * modules/inet_ntop: New file.
53544         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53545         inet_ntop.
53546
53547 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53548             Bruno Haible  <bruno@clisp.org>
53549
53550         * m4/inet_ntop.m4: New file.
53551
53552 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53553             Bruno Haible  <bruno@clisp.org>
53554
53555         * lib/inet_ntop.h: New file.
53556         * lib/inet_ntop.c: New file, from glibc with modifications.
53557
53558 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53559
53560         * modules/time_r (License): Change to LGPL.
53561         * modules/extensions (License): Change to LGPL.  Actually,
53562         the license is more permissive than that, but currently gnulib-tool
53563         doesn't know how to handle more-permissive licenses.
53564
53565         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53566         Problem reported by Dave Love.
53567
53568 2005-05-08  Jim Meyering  <jim@meyering.net>
53569
53570         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53571         blank.
53572
53573 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53574
53575         * modules/argmatch (Depends-on): Add stdbool.
53576         * modules/backupfile (Depends-on): Likewise.
53577         * modules/chdir-long (Depends-on): Likewise.
53578         * modules/closeout (Depends-on): Likewise.
53579         * modules/cycle-check (Depends-on): Likewise.
53580         * modules/dirname (Depends-on): Likewise.
53581         * modules/fnmatch (Depends-on): Likewise.
53582         * modules/fsusage (Depends-on): Likewise.
53583         * modules/fwriteerror (Depends-on): Likewise.
53584         * modules/getcwd (Depends-on): Likewise.
53585         * modules/getloadavg (Depends-on): Likewise.
53586         * modules/hard-locale (Depends-on): Likewise.
53587         * modules/makepath (Depends-on): Likewise.
53588         * modules/mountlist (Depends-on): Likewise.
53589         * modules/nanosleep (Depends-on): Likewise.
53590         * modules/posixtm (Depends-on): Likewise.
53591         * modules/quotearg (Depends-on): Likewise.
53592         * modules/readtokens (Depends-on): Likewise.
53593         * modules/readtokens0 (Depends-on): Likewise.
53594         * modules/readutmp (Depends-on): Likewise.
53595         * modules/save-cwd (Depends-on): Likewise.
53596         * modules/strftime (Depends-on): Likewise.
53597         * modules/userspec (Depends-on): Likewise.
53598         * modules/utimecmp (Depends-on): Likewise.
53599         * modules/xgetcwd (Depends-on): Likewise.
53600         * modules/xnanosleep (Depends-on): Likewise.
53601         * modules/xstrtod (Depends-on): Likewise.
53602         * modules/yesno (Depends-on): Likewise.
53603
53604 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53605
53606         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53607         needless checks.
53608
53609 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53610
53611         Merge from coreutils.  Among other things,
53612         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53613         * lib/fd-safer.c: New file.
53614         * lib/fcntl-safer.h, open-safer.c: Remove.
53615         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53616         * lib/dup-safer.c: Include unistd-safer.h first.
53617         Don't include errno.h.
53618         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53619         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53620         * lib/file-type.c: Rely on file-type.h change.
53621         * lib/getloadavg.c: Include unistd-safer.h.
53622         (getloadavg): Use safer open.
53623         * lib/getusershell.c: Include "stdio-safer.h".
53624         (getusershell): Use safer fopen.
53625         * lib/long-options.c (long_options): Use NULL rather than 0.
53626         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53627         'free'.
53628         * lib/modechange.c: Likewise.
53629         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53630         (MODE_DONE): New constant.
53631         (struct mode_change): Remove 'next' member.
53632         (make_node_op_equals): New function; like the old one of the
53633         same name, except it allocates an array.
53634         (mode_compile, mode_create_from_ref): Use it.
53635         (mode_compile): Allocate result as an array, not a linked list.
53636         Parse octal string ourself, so that we catch mistakes like "+0".
53637         (mode_adjust): Arg is an array, not a linked list.
53638         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53639         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53640         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53641         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53642         Remove.  This is now stat-macros.h's job.
53643         (talloc): Remove.  All callers replaced by xalloc, so that
53644         our invokers don't have to worry about reporting memory failures.
53645         (make_node_op_equals): Remove.
53646         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53647         New constants.
53648         (struct mode_change): Moved here from modechange.h.
53649         (mode_append_entry): Remove.
53650         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53651         apps to have incorrect behavior.  Use simpler algorithm for head
53652         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53653         Detect more invalid usages rather than having somewhat-random behavior.
53654         Don't insert an "a=" action, as that leads to incorrect behavior.
53655         (mode_compile, mode_create_from_ref): Return NULL on error instead
53656         of an enum, since now there's only one way to have an error.  All
53657         callers changed.
53658         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53659         at the correct time.  Simplify calculation of "+u" and its ilk.
53660         Don't mishandle "+X".
53661         (mode_free): Remove "register" and localize decls.
53662         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53663         (struct mode_change): Move to modechange.c; callers don't
53664         need to see this stuff.
53665         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53666         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53667         (mode_change, mode_adjust): Reflect the new signatures noted above.
53668         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53669         that might redefine system include files.
53670         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53671         (my_usleep): Use NULL rather than (void *) 0.
53672         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53673         Use siginterrupt to specify that system calls should be interrupted.
53674         (rpl_nanosleep): Move initialization of suspended closer to call of
53675         my_usleep.
53676         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53677         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53678         (desirable_utmp_entry): New function.
53679         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53680         using x2nrealloc, to simplify logic.
53681         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53682         size calculation.  Do not assume utmp file is a regular file.
53683         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53684         (READ_UTMP_CHECK_PIDS): New constant.
53685         * lib/save-cwd.c: Include unistd-safer.h.
53686         (save_cwd): Use fd_safer.
53687         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53688         [!_LIBC] Include "stat-macros.h" instead.
53689         * lib/unistd-safer.h (fd_safer): New decl.
53690
53691 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53692
53693         * modules/getloadavg (Depends-on): Add unistd-safer.
53694         * modules/getusershell (Depends-on): Add stdio-safer.
53695         * modules/lstat (Depends-on): Remove xalloc.
53696         * modules/mkstemp (Depends-on): Add stat-macros.
53697         * modules/modechange (Depends-on): Remove xstrtol.
53698         Add stat-macros, xalloc.
53699         * modules/save-cwd (Depends-on): Add unistd-safer.
53700         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53701         * modules/unistd-safer (Files): Add lib/fd-safer.c
53702         (Makefile.am): Remove lib_SOURCES.
53703
53704         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53705         Remove fcntl-safer; unistd-safer supersedes it.
53706
53707 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53708
53709         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53710         AC_HEADER_STAT.
53711         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53712         (gl_PREREQ_CHOWN): Remove.
53713         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53714         it.  Don't require AC_HEADER_STAT.
53715         (gl_PREREQ_LSTAT): Remove.
53716         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53717         Don't require AC_HEADER_STAT.
53718         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53719         (gl_PREREQ_RMDIR): Remove.
53720         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53721         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53722         the stat-macros module a prerequisite.
53723         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53724         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53725         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53726         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53727         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53728         variable names.
53729         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53730         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53731         variable prefixes.
53732         * m4/fcntl-safer.m4: Remove.
53733         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53734         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53735         Invoke gl_PREREQ_FD_SAFER.
53736         (gl_PREREQ_FD_SAFER): New macro.
53737         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53738         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53739         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53740         Remove duplicate call to AC_LIBOBJ(readutmp).
53741         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53742
53743         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53744         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53745
53746 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53747
53748         * MODULES.html.sh (Misc): Add byteswap.
53749
53750 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53751
53752         * modules/getcwd (Depends-on): Add extensions.
53753         * modules/openat (Depends-on): Likewise.
53754
53755 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53756
53757         * modules/byteswap: New file.
53758
53759 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53760
53761         * m4/byteswap.m4: New file.
53762
53763 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53764
53765         * lib/byteswap_.h: New file.
53766
53767 2005-04-25  Karl Berry  <karl@gnu.org>
53768
53769         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53770
53771 2005-04-25  Albert Chin  <china@thewrittenword.com>
53772
53773         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53774         Toolkit C bug.
53775
53776 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53777
53778         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53779         (func_ln_if_changed) Remove forcibly for no error message
53780         in case file does not exist.
53781
53782 2005-04-19  Simon Josefsson  <jas@extundo.com>
53783
53784         * gnulib-tool (Options): Make --symlink mean --symbolic.
53785
53786 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53787
53788         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53789
53790 2005-04-16  Simon Josefsson  <jas@extundo.com>
53791
53792         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53793
53794 2005-04-15  Simon Josefsson  <jas@extundo.com>
53795
53796         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53797
53798 2005-04-15  Simon Josefsson  <jas@extundo.com>
53799
53800         * gnulib-tool: Rename --symlink to --symbolic.
53801
53802 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53803
53804         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53805         symbolic links to files instead of copying/moving.  Add --aux-dir,
53806         specifying directory relative --dir where auxiliary build tools
53807         are placed.
53808
53809 2005-04-14  Bruno Haible  <bruno@clisp.org>
53810
53811         * modules/allocsa (License): Change to LGPL.
53812         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53813
53814 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53815
53816         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53817         that "UTC +1 second" continues to work.  Problem reported
53818         by Dmitry V. Levin.
53819         (relunit_snumber): New rule.
53820         (relunit): Use it.
53821
53822 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53823
53824         * lib/getdate.y (universal_time_zone_table): New constant.
53825         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53826         universal_time_zone_table.
53827         (lookup_zone): Prefer universal_time_zone_table to
53828         local_time_zone_table, so that "GMT" time stamps are allowed in
53829         London during the summer.  Problem reported by Ian Abbott.
53830
53831 2005-04-12  Jim Meyering  <jim@meyering.net>
53832
53833         * lib/human.c (humblock): Set *options even when returning due to
53834         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53835         warning from gcc-4.
53836
53837 2005-04-09  Jim Meyering  <jim@meyering.net>
53838
53839         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53840         -Wuninitialized: initialize tm0.tm_year.
53841
53842 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53843
53844         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53845         count, since there's no maximum.  All uses changed.
53846         Add member dsts_seen.
53847         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53848         not being INT_MAX.
53849         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53850         Use pc_rels_seen to decide whther a date is absolute.
53851
53852         * lib/getdate.y (number): Don't overwrite year.
53853         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53854         check.
53855
53856 2005-04-02  Simon Josefsson  <jas@extundo.com>
53857
53858         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53859         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53860
53861 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53862
53863         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53864         where no absolute path name can be longer than PATH_MAX.
53865
53866 2005-03-27  Jim Meyering  <jim@meyering.net>
53867
53868         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53869
53870 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53871
53872         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53873         "one's complement" -> "ones' complement" in comment, as per Knuth.
53874         "value of type" -> "type or expression" in comment.
53875         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53876
53877 2005-03-26  Jim Meyering  <jim@meyering.net>
53878
53879         Comment nits.
53880         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53881         Correct typos: s/or/of/.
53882
53883 2005-03-26  Jim Meyering  <jim@meyering.net>
53884
53885         * modules/check-include-files: Move to ../ and rename to...
53886         * check-module: ...this.
53887
53888 2005-03-25  Jim Meyering  <jim@meyering.net>
53889
53890         * modules/xvasprintf (Files): Add xalloc.h.
53891
53892 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53893
53894         * modules/gettext (Files): config/config.rpath ->
53895         build-aux/config.rpath
53896         * modules/iconv (Files): Likewise.
53897         Problem reported by Oskar Liljeblad.
53898
53899 2005-03-23  Jim Meyering  <jim@meyering.net>
53900
53901         * modules/check-include-files: New script to check for
53902         missing dependencies, multiple includes, etc.
53903
53904         * modules/c-strtold (Depends-on): Add xalloc.
53905         * modules/c-strtod (Depends-on): Add xalloc.
53906         * modules/hash (Depends-on): Add xalloc.
53907         (Files): Remove lib/xalloc.h.
53908
53909         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53910         * modules/userspec (Files): Add lib/inttostr.h.
53911
53912 2005-03-23  Jim Meyering  <jim@meyering.net>
53913
53914         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53915
53916 2005-03-22  Jim Meyering  <jim@meyering.net>
53917
53918         * modules/stat-macros: New module.
53919         * modules/canonicalize, modules/euidaccess, modules/file-type,
53920         * modules/filemode, modules/lchown, modules/makepath,
53921         * modules/rmdir, modules/stat: Depend on new stat-macros module
53922         rather than listing lib/stat-macros.h manually.
53923         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53924
53925 2005-03-22  Jim Meyering  <jim@meyering.net>
53926
53927         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53928
53929 2005-03-22  Bruno Haible  <bruno@clisp.org>
53930
53931         * config/srclist.txt: Replace target directory 'config' with
53932         'build-aux'.
53933         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53934         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53935         ../build-aux/.
53936
53937 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53938
53939         * modules/chdir-long (Depends-on): Add mempcpy.
53940
53941         * modules/acl, modules/backupfile, modules/c-strtod,
53942         modules/c-strtold, modules/canon-host, modules/canonicalize,
53943         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53944         modules/exclude, modules/exitfail, modules/file-type,
53945         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53946         modules/getdate, modules/getline, modules/getpagesize,
53947         modules/getpass, modules/getugroups, modules/group-member,
53948         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53949         modules/inttostr, modules/long-options, modules/makepath,
53950         modules/md5, modules/memcasecmp, modules/memcoll,
53951         modules/modechange, modules/mountlist, modules/path-concat,
53952         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53953         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53954         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53955         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53956         modules/strftime, modules/strndup, modules/strverscmp,
53957         modules/timespec, modules/unlocked-io, modules/userspec,
53958         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53959         modules/yesno:
53960         Remove lib_SOURCES line from Makefile.am section, as this is now
53961         done automatically by the corresponding Autoconf macro.
53962
53963 2005-03-21  Jim Meyering  <jim@meyering.net>
53964
53965         Changes imported from coreutils.
53966
53967         * lib/cycle-check.c: Don't include xalloc.h.
53968
53969         * lib/path-concat.c: Don't include assert.h.
53970         (path_concat): Remove assertion that would have triggered
53971         for ABASE starting with more than one slash.
53972         Reported by Andreas Schwab.
53973
53974         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53975         properly when ABASE is an absolute file name.
53976         Correct the description of this function.
53977         Include <assert.h>.
53978         Add an assertion and a test driver.
53979         This fixes a bug introduced on 2004-07-02.
53980         Andreas Schwab reported the resulting failure of cp --parents:
53981         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53982
53983 2005-03-21  Jim Meyering  <jim@meyering.net>
53984
53985         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53986         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53987
53988 2005-03-21  Jim Meyering  <jim@meyering.net>
53989         and  Paul Eggert  <eggert@cs.ucla.edu>
53990
53991         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53992         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53993         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53994         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53995         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53996         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53997         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53998         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53999         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
54000         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
54001         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
54002         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
54003         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
54004         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
54005         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
54006         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
54007         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
54008         for these modules.
54009
54010 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
54011
54012         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
54013         (which shouldn't happen), generate nothing instead of returning 0
54014         immediately, so that nstrftime (NULL, ...) doesn't return 0.
54015
54016 2005-03-16  Bruno Haible  <bruno@clisp.org>
54017
54018         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
54019         HAVE_LONGLONG_64BIT.
54020
54021 2005-03-16  Bruno Haible  <bruno@clisp.org>
54022
54023         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
54024         HAVE_LONGLONG_64BIT.
54025
54026 2005-03-16  Bruno Haible  <bruno@clisp.org>
54027
54028         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
54029         HAVE_LONGLONG_64BIT.
54030
54031 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54032
54033         * lib/strftime.c (my_strftime): Prepend space to format so that we can
54034         reliably distinguish strftime failure from empty output on POSIX
54035         hosts.
54036
54037 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54038
54039         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
54040         (iconv_string): Don't guess a size-zero buffer, as that might cause
54041         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54042         result would be 'too large', where 'too large' is (heuristically)
54043         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54044         overflow concerns.  This will prevent some unwanted malloc failures
54045         when the inputs are very large.
54046
54047 2005-03-15  Karl Berry  <karl@gnu.org>
54048
54049         * config/srclist.txt (config.rpath): from gettext.
54050         * config/config.rpath: update.
54051
54052 2005-03-15  Bruno Haible  <bruno@clisp.org>
54053
54054         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54055         to 'negate'.
54056
54057         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54058         variable.
54059
54060         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54061         results.
54062
54063 2005-03-14  Simon Josefsson  <jas@extundo.com>
54064
54065         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54066         <fx@gnu.org>.
54067
54068 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54069
54070         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54071         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54072         intprops.h.
54073         * lib/strtol.c: Likewise.
54074
54075 2005-03-14  Jim Meyering  <jim@meyering.net>
54076
54077         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54078         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54079         to be nonzero so that we (and caller) can detect the difference
54080         between a valid zero-length expansion and an error return, even
54081         when the underlying strftime fails before writing anything into
54082         that location.
54083
54084 2005-03-14  Bruno Haible  <bruno@clisp.org>
54085
54086         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54087         Update from GNU gettext 0.14.3.
54088
54089 2005-03-10  Jim Meyering  <jim@meyering.net>
54090
54091         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54092
54093 2005-03-10  Jim Meyering  <jim@meyering.net>
54094
54095         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54096         so that this module works on systems without fchdir.
54097
54098 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54099
54100         Factor int-properties macros into a single file, except for
54101         glibc-related files.
54102         * lib/intprops.h: New file.
54103         * lib/getloadavg.c: Include it instead of limits.h.
54104         (INT_STRLEN_BOUND): Remove.
54105         * lib/human.c: Include intprops.h.
54106         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54107         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54108         302/1000.
54109         * lib/inttostr.h: Include intprops.h instead of limits.h.
54110         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54111         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54112         for consistency with intprops.h.
54113         (time_t_is_integer, twos_complement_arithmetic): Use them.
54114         * lib/sig2str.h: Include <signal.h>, intprops.h.
54115         (INT_STRLEN_BOUND): Remove.
54116         * lib/strftime.c (TYPE_SIGNED): Remove.
54117         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54118         * lib/strtol.c: Adjust comments to match intprops.h.
54119         * lib/userspec.c: Include intprops.h.
54120         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54121         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54122         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54123         instead of rolling our own expressions.
54124         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54125
54126         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54127         instead of int.
54128         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54129         the right thing even if adding 1900 would overflow.  Similarly
54130         for tm_mon + 1 and tm_yday + 1.
54131         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54132         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54133         (DO_SIGNED_NUMBER): New macro.
54134         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54135
54136 2005-03-07  Bruno Haible  <bruno@clisp.org>
54137
54138         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54139
54140 2005-03-07  Bruno Haible  <bruno@clisp.org>
54141
54142         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54143
54144 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54145
54146         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54147         (func_import): Only replace files via --import when they have actually
54148         changed.
54149
54150 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54151
54152         * m4/mmap-anon.m4: New file.
54153         * m4/pagealign_alloc.m4: New file.
54154
54155 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54156             Bruno Haible  <bruno@clisp.org>
54157
54158         * modules/pagealign_alloc: New file.
54159         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54160
54161 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54162             Bruno Haible  <bruno@clisp.org>
54163
54164         * lib/pagealign_alloc.h: New file.
54165         * lib/pagealign_alloc.c: New file.
54166
54167 2005-03-03  Bruno Haible  <bruno@clisp.org>
54168
54169         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54170         Use an all-permissive copyright notice, recommended by RMS.
54171
54172 2005-03-02  Bruno Haible  <bruno@clisp.org>
54173
54174         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54175         of AIX, the replacement has to be done only after <string.h> is
54176         included, therefore not in config.h. stpncpy.h does the replacement,
54177         and stpncpy.c uses it.
54178
54179 2005-03-02  Bruno Haible  <bruno@clisp.org>
54180
54181         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54182         stpncpy.c uses it.
54183
54184 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54185
54186         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54187         The workaround isn't strictly needed for POSIX conformance, and
54188         it's too much of a pain to configure and maintain.  We'll ask
54189         people to fix their kernels instead.
54190         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54191         (NANOSLEEP_BUG_WORKAROUND): Remove.
54192         (xnanosleep): Remove the workaround.
54193
54194 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54195
54196         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54197         Reported by Derek Price.
54198         (Include): Add "timespec.h".
54199
54200         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54201
54202 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54203
54204         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54205         to detect nanosleep bug.
54206
54207 2005-03-01  Bruno Haible  <bruno@clisp.org>
54208
54209         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54210
54211 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54212
54213         * modules/gethrxtime: New file.
54214         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54215         (Depends-on): Add gethrxtime.
54216         (configure.ac): Add gl_XNANOSLEEP.
54217         (Makefile.am): Remove lib_SOURCES line.
54218
54219 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54220
54221         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54222         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54223
54224 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54225
54226         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54227         * lib/timespec.h (gettime): Return void, since it always
54228         succeeds now.  All uses changed.
54229         * lib/gettime.c (gettime) Likewise.
54230         [HAVE_NANOTIME]: Prefer nanotime.
54231         Assume gettimeofday succeeds, as POSIX requires.
54232         Assime time () succeeds, since other code already does.
54233         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54234         (timespec_subtract): Remove.
54235         (NANOSLEEP_BUG_WORKAROUND): New constant.
54236         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54237         things considerably.  Use it only on GNU/Linux hosts, since the
54238         workaround shouldn't be needed elsewhere.
54239
54240 2005-02-24  Bruno Haible  <bruno@clisp.org>
54241
54242         * modules/gettext (Files): Add m4/glibc2.m4.
54243
54244 2005-02-24  Bruno Haible  <bruno@clisp.org>
54245
54246         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54247         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54248         * m4/progtest.m4:
54249         Update from GNU gettext 0.14.2.
54250         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54251
54252 2005-02-24  Bruno Haible  <bruno@clisp.org>
54253
54254         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54255         * lib/config.charset: Update from GNU gettext 0.14.2.
54256
54257 2005-02-24  Bruno Haible  <bruno@clisp.org>
54258
54259         * lib/gettext.h: Update from GNU gettext 0.14.2.
54260
54261 2005-02-23  Simon Josefsson  <jas@extundo.com>
54262
54263         * m4/iconvme.m4: New file.
54264
54265 2005-02-23  Jim Meyering  <jim@meyering.net>
54266
54267         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54268         change.
54269         Thanks to Bruno Haible for catching it.
54270
54271 2005-02-22  Simon Josefsson  <jas@extundo.com>
54272
54273         * modules/iconvme: New file.
54274
54275         * MODULES.html.sh: Add iconvme.
54276
54277 2005-02-22  Simon Josefsson  <jas@extundo.com>
54278
54279         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54280
54281 2005-02-22  Simon Josefsson  <jas@extundo.com>
54282
54283         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54284
54285 2005-02-22  Jim Meyering  <jim@meyering.net>
54286
54287         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54288         s/ifndef/ifdef/.
54289
54290 2005-02-20  Neil Conway  <neilc@samurai.com>
54291
54292         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54293         returned by OSX/Darwin if the specified buffer is not large
54294         enough for the hostname.
54295
54296 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54297
54298         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54299         pass it to _help, otherwise the latter coredumps trying to
54300         dereference state.root_argp.
54301
54302 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54303
54304         * modules/chdir-long (Depends-on): Add memrchr.
54305         * modules/memrchr (Files): Add lib/memrchr.h.
54306         (Include): "memrchr.h".
54307
54308 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54309
54310         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54311
54312 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54313
54314         * lib/memrchr.h: New file.
54315         * lib/chdir-long.c: Include it.
54316         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54317         Don't bother including stddef.h.
54318
54319 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54320
54321         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54322         inclusion.
54323         Include <sys/types.h>, for dev_t.
54324         (ME_DUMMY, ME_REMOTE): Move from here....
54325         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54326         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54327         Dmitry V. Levin.
54328         Include mountlist.h first, to test the interface.
54329
54330 2005-01-29  Bruno Haible  <bruno@clisp.org>
54331
54332         * lib/progname.c (program_name): Initialize.
54333         Needed when linking statically on MacOS X.
54334
54335 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54336
54337         Sync from coreutils.
54338         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54339         (Depends-on): Add c-strtod.
54340         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54341
54342 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54343
54344         Sync from coreutils.
54345         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54346
54347         Remove files that are specific to coreutils.
54348         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54349
54350 2005-01-28  Bruno Haible  <bruno@clisp.org>
54351
54352         * modules/javacomp: New file.
54353         * MODULES.html.sh (Java): Add javacomp.
54354
54355 2005-01-28  Bruno Haible  <bruno@clisp.org>
54356
54357         * m4/javacomp.m4: New file, from GNU gettext.
54358
54359 2005-01-28  Bruno Haible  <bruno@clisp.org>
54360
54361         * lib/javacomp.sh.in: New file, from GNU gettext.
54362         * lib/javacomp.h: New file, from GNU gettext.
54363         * lib/javacomp.c: New file, from GNU gettext.
54364
54365 2005-01-26  Simon Josefsson  <jas@extundo.com>
54366
54367         * lib/gai_strerror.c: Use GPL in header.
54368
54369 2005-01-26  Bruno Haible  <bruno@clisp.org>
54370
54371         * modules/javaexec: New file.
54372         * MODULES.html.sh (Java): Add javaexec.
54373
54374 2005-01-26  Bruno Haible  <bruno@clisp.org>
54375
54376         * m4/javaexec.m4: New file, from GNU gettext.
54377
54378 2005-01-26  Bruno Haible  <bruno@clisp.org>
54379
54380         * lib/javaexec.sh.in: New file, from GNU gettext.
54381         * lib/javaexec.h: New file, from GNU gettext.
54382         * lib/javaexec.c: New file, from GNU gettext.
54383
54384 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54385
54386         * modules/lchown (Depends-on): Remove lchown.h
54387
54388 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54389
54390         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54391         must be defined if the header file was not found, in order
54392         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54393
54394 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54395
54396         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54397         initializers for struct pentry_state.
54398         (__argp_error): Check return value of __asprintf
54399         (__argp_failure): Translate error message
54400
54401         * lib/argp-parse.c: Removed braces around the expansion of N_()
54402
54403 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54404
54405         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54406         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54407         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54408         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54409         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54410         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54411         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54412         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54413         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54414         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54415         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54416         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54417         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54418         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54419         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54420         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54421         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54422         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54423         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54424         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54425         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54426         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54427         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54428         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54429         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54430         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54431         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54432         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54433         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54434         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54435         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54436         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54437         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54438         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54439         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54440         Use an all-permissive copyright notice, recommended by RMS.
54441
54442 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54443
54444         * modules/chdir-long (Depends-on): Remove mempcpy.
54445
54446 2005-01-21  Jim Meyering  <jim@meyering.net>
54447
54448         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54449         same value as for Solaris 9.
54450
54451         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54452         component length.  This included changing the parameter to be
54453         of type `char *' rather than `char const *'.
54454         * lib/chdir-long.h (chdir_long): Update prototype.
54455
54456         * lib/openat.c (fdopendir, fstatat): New functions.
54457         * lib/openat.h: Include headers required for use of DIR and struct
54458         stat.
54459         [AT_SYMLINK_NOFOLLOW]: Define.
54460         (fdopendir, fstatat): Add prototypes.
54461
54462 2005-01-21  Bruno Haible  <bruno@clisp.org>
54463
54464         * modules/classpath: New file.
54465         * MODULES.html.sh (Java): Add classpath.
54466
54467 2005-01-21  Bruno Haible  <bruno@clisp.org>
54468
54469         * lib/classpath.h: New file, from GNU gettext.
54470         * lib/classpath.c: New file, from GNU gettext.
54471
54472 2005-01-20  Simon Josefsson  <jas@extundo.com>
54473
54474         * modules/version-etc-fsf: New file.
54475
54476 2005-01-20  Simon Josefsson  <jas@extundo.com>
54477
54478         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54479         * lib/version-etc.c: Remove version_etc_copyright.
54480         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54481         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54482
54483 2005-01-20  Simon Josefsson  <jas@extundo.com>
54484
54485         * lib/base64.h (isbase64): Add.
54486
54487         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54488         using a unsigned prototype, don't inline.
54489         (base64_decode): Use it.
54490
54491 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54492
54493         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54494         it.
54495
54496 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54497
54498         * lib/save-cwd.c (save_cwd): Remove code to support the case
54499         where fchdir is missing or flaky.
54500
54501 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54502
54503         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54504
54505 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54506
54507         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54508         AC_LIBSOURCES now does this.
54509         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54510         with new ullong_max module.
54511
54512 2005-01-19  Bruno Haible  <bruno@clisp.org>
54513
54514         * modules/sh-quote: New file.
54515         * MODULES.html.sh (Executing programs): Add sh-quote.
54516
54517 2005-01-19  Bruno Haible  <bruno@clisp.org>
54518
54519         * lib/sh-quote.h: New file, from GNU gettext.
54520         * lib/sh-quote.c: New file, from GNU gettext.
54521
54522 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54523
54524         Merge from coreutils.
54525         * m4/ullong_max.m4: New file.
54526         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54527         (gl_MACROS): Assume localeconv exists.
54528
54529 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54530
54531         Merge changes from coreutils, as described below in several
54532         changelogs dated today.
54533
54534         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54535         (O_DIRECTORY): Remove; not needed here, since "." must be
54536         a directory.  All uses removed.
54537         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54538         universal on Suns, and we also need to test for IRIX.
54539         Revamp code to use 'if' rather than '#if'.
54540         Avoid unnecessary comparison of cwd->desc to 0.
54541
54542         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54543         for known valid error numbers rather than observed invalid ones.
54544
54545 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54546
54547         * modules/ullong_max: New file.
54548
54549         * modules/chdir-long, modules/openat: New files.
54550         * modules/save-cwd (Depends-on): Depend on chdir-long.
54551         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54552
54553 2005-01-18  Jim Meyering  <jim@meyering.net>
54554
54555         Merge from coreutils.
54556         * m4/chdir-long.m4, m4/openat.m4: New files.
54557         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54558         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54559         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54560         is sane and DOES follow symlinks.  Besides, testing 20 different
54561         systems found no broken chown implementations.
54562         Prompted by a change in rsync's copy of this macro.
54563         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54564
54565         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54566
54567         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54568         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54569         NULL-means-set-to-current-time semantics.
54570         Remove temporary file immediately, rather than waiting
54571         for configure's at-exit trap code to do it.
54572
54573 2005-01-18  Jim Meyering  <jim@meyering.net>
54574
54575         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54576
54577         * lib/utimens.c (futimens): Account for the fact that futimes
54578         can also fail with errno == ENOSYS or errno == ENOENT.
54579         Patch from Dmitry V. Levin.
54580
54581         Change the name of the robust chdir function from chdir to chdir_long.
54582         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54583         (restore_cwd): Use chdir_long, not chdir.
54584         * lib/chdir-long.c: Renamed from chdir.c.
54585         * lib/chdir-long.h: Renamed from chdir.h.
54586         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54587         Hurd.
54588
54589 2005-01-18  Bruno Haible  <bruno@clisp.org>
54590
54591         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54592         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54593         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54594         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54595         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54596         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54597         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54598         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54599         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54600         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54601         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54602         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54603         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54604         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54605         Use an all-permissive copyright notice, recommended by RMS.
54606
54607 2005-01-18  Bob Proulx  <bob@proulx.com>
54608
54609         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54610         simplify offsetof() macro construct to avoid compile failure with
54611         native HP-UX 11.0 ANSI C compiler.
54612
54613 2005-01-17  Bruno Haible  <bruno@clisp.org>
54614
54615         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54616         redundant because stpncpy.m4 takes care of it.
54617
54618 2005-01-17  Bruno Haible  <bruno@clisp.org>
54619
54620         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54621
54622 2005-01-17  Bruno Haible  <bruno@clisp.org>
54623
54624         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54625         used.
54626
54627 2005-01-17  Bruno Haible  <bruno@clisp.org>
54628
54629         * lib/fwriteerror.h (fwriteerror): Change specification to include
54630         fclose.
54631         * lib/fwriteerror.c: Include <stdbool.h>.
54632         (fwriteerror): At the end, close the file stream. Record whether
54633         stdout was already closed.
54634
54635 2005-01-17  Bruno Haible  <bruno@clisp.org>
54636
54637         * lib/execute.c (environ): Declare if needed.
54638         * lib/pipe.c (environ): Likewise.
54639         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54640
54641 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54642
54643         * modules/argp: Depend on vsnprintf
54644
54645 2005-01-10  Jim Meyering  <jim@meyering.net>
54646
54647         * modules/closeout (Depends-on): Add atexit.
54648
54649 2005-01-06  Bruno Haible  <bruno@clisp.org>
54650
54651         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54652
54653 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54654
54655         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54656         definitions to be after all include files, to avoid collisions.
54657         Problem reported by Bob Proulx.
54658
54659 2005-01-04  Jim Meyering  <jim@meyering.net>
54660
54661         Changes imported from coreutils.
54662         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54663         as the mkstemp template, use a temporary directory and an
54664         8.3-friendly template to avoid trouble on systems like DJGPP.
54665         Reported by Juan M. Guerrero via Stepan Kasal.
54666         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54667         close. Remove the temporary directory right away, rather than waiting
54668         for configure's at-exit trap code to do it.
54669         Suggestion from Stepan Kasal.
54670
54671 2005-01-01  Simon Josefsson  <jas@extundo.com>
54672
54673         * gnulib-tool: Print #include directives when --import'ing.
54674
54675 2004-12-28  Simon Josefsson  <jas@extundo.com>
54676
54677         * tests/test-base64.c: Include required header files.  Remove
54678         unused variables.
54679
54680 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54681
54682         * modules/error (Depends-on): Remove gettext.
54683
54684 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54685
54686         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54687         not needed.  This removes a dependency on the gettext module.
54688         [defined _LIBC]: Do not include <libintl.h>; not needed.
54689
54690 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54691
54692         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54693         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54694
54695 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54696
54697         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54698         HAVE_DECL_STRTOLD.
54699
54700 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54701
54702         * modules/getdate (Depends-on): Remove alloca-opt.
54703
54704 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54705
54706         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54707
54708 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54709
54710         * lib/argp-parse.c: Include <stddef.h>.
54711         (alignof, alignto): New macros.
54712         (parser_init): Don't assume that void * is aligned sufficiently
54713         for struct option.
54714
54715         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54716         need to extend the stack.
54717         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54718         large.
54719
54720 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54721
54722         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54723
54724 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54725
54726         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54727         (2004-10-24) change.  Apparently this was a false alarm.
54728
54729         * modules/getdate: Depend on alloca-opt, not alloca.
54730
54731 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54732
54733         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54734         Remove now-obsolete comment about AIX.
54735         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54736         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54737         (YYMAXDEPTH): New macro.
54738
54739 2004-12-18  Simon Josefsson  <jas@extundo.com>
54740
54741         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54742
54743 2004-12-18  Bruno Haible  <bruno@clisp.org>
54744
54745         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54746
54747 2004-12-18  Bruno Haible  <bruno@clisp.org>
54748
54749         * lib/fatal-signal.c (fatal_signals): Make non-const.
54750         (init_fatal_signals): New function.
54751         (uninstall_handlers, install_handlers): Ignore signals that were set to
54752         SIG_IGN.
54753         (at_fatal_signal): Call init_fatal_signals.
54754         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54755         SIG_IGN.
54756         Reported by Paul Eggert.
54757
54758 2004-12-18  Bruno Haible  <bruno@clisp.org>
54759
54760         * doc/alloca.texi: New file.
54761         * doc/alloca-opt.texi: New file.
54762
54763 2004-12-17  Jim Meyering  <jim@meyering.net>
54764
54765         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54766         Otherwise, install-sh could exit with improper exit status when
54767         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54768
54769 2004-12-16  Simon Josefsson  <jas@extundo.com>
54770
54771         * tests/test-base64.c: Add license.
54772
54773 2004-12-15  Stepan Kasal  <address@hidden>
54774
54775         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54776
54777 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54778
54779         * modules/getcwd (Files): Add m4/d-ino.m4.
54780         Suggested by Mark D. Baushke.
54781
54782 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54783
54784         * lib/getdate.y (textint): New member "negative".
54785         (time_zone_hhmm): New function.
54786         Expect 14 shift-reduce conflicts, not 13.
54787         (o_colon_minutes): New rule.
54788         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54789         (yylex): Set the "negative" member of signed numbers.
54790
54791 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54792
54793         * doc/getdate.texi (Time of day items, Time zone items):
54794         Describe new formats +00:00, UTC+00:00.
54795
54796 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54797
54798         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54799         spurious "-l"s.  Problem reported by Stepan Kasal.
54800
54801 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54802
54803         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54804         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54805
54806 2004-12-04  Simon Josefsson  <jas@extundo.com>
54807
54808         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54809         Vandoorselaere <yoann@prelude-ids.org>.
54810
54811 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54812
54813         Changes imported from coreutils.
54814         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54815         exist.
54816         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54817
54818 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54819
54820         Changes imported from coreutils.
54821         * lib/hard-locale.c: Assume <locale.h> exists.
54822         Include "strdup.h".
54823         (GLIBC_VERSION): New macro.
54824         (hard_locale): Assume setlocale exists.
54825         Rewrite to avoid #ifdef.
54826         Use strdup rather than malloc + strcpy.
54827         * lib/human.c: Assume <locale.h> exists.
54828         (human_readable): Assume localeconv exists.
54829
54830 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54831
54832         * modules/hard-locale (Depends-on): Add strdup.
54833
54834 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54835
54836         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54837         convert T2, not T.  (Imported from libc.)
54838
54839 2004-11-30  Simon Josefsson  <jas@extundo.com>
54840
54841         * modules/restrict (License): Change to LGPL.
54842
54843 2004-11-30  Simon Josefsson  <jas@extundo.com>
54844
54845         * m4/restrict.m4: Add copyright and copying conditions.
54846
54847 2004-11-30  Simon Josefsson  <jas@extundo.com>
54848
54849         * m4/base64.m4: New file.
54850
54851 2004-11-30  Simon Josefsson  <jas@extundo.com>
54852
54853         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54854         base64.
54855
54856         * tests/test-base64.c: New file.
54857
54858         * modules/base64: New file.
54859
54860 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54861
54862         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54863         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54864
54865         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54866
54867 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54868
54869         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54870         (__getcwd.c): Don't restore errno; glibc doesn't.
54871         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54872         first, falling back to our code only if its results look suspicious.
54873         Ensure that the resulting buffer is only as large as necessary.
54874
54875         * lib/readutmp.c: Include readutmp.h first.
54876         Include <errno.h>, since readutmp.h no longer does that.
54877         * lib/readutmp.h: Don't include <errno.h>,
54878         <sys/param.h>, <time.h>; not needed to establish interface.
54879         (errno): Remove decl.
54880         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54881         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54882         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54883
54884 2004-11-28  Simon Josefsson  <jas@extundo.com>
54885
54886         * lib/base64.h, base64.c: New file.
54887
54888 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54889
54890         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54891
54892 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54893
54894         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54895         (Depends-on): Remove pathmax, same.  Add mempcpy.
54896         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54897         (Makefile.am): Append getcwd.h to lib_SOURCES.
54898         (Include): Add getcwd.h.
54899         (Maintainer): Change from Jim Meyering to "all, glibc",
54900         since getdate now uses intended-for-glibc code.
54901         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54902         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54903
54904 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54905
54906         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54907         HP's ANSI C compiler.
54908         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54909         Declaring int functions causes warnings on some modern systems and
54910         shouldn't be needed to compile on ancient ones.
54911         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54912         defined.
54913
54914         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54915         with the following changes.
54916         (__set_errno): Parenthesize properly.
54917         Include <stdbool.h>.
54918         (MIN, MAX, MATCHING_INO): New macros.
54919         (__getcwd): Define with prototype, not K&R form.
54920         Use heuristics to allocate default buffer on stack if possible.
54921         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54922         behavior, and to avoid the PATH_MAX limit when computing
54923         ../../../../...
54924         Use MATCHING_INO to compare inode number to file.
54925         Check for arithmetic overflow in size calculations.
54926         Fix bug in reallocation of dot array that caused getcwd to fail
54927         on directories nested deeper than 75.
54928         Be more careful about saving errno on error.
54929         Do not use realloc; use only free+malloc, as this is a bit
54930         more flexible and avoids a needless copy operation.
54931         Do not inspect st_dev and st_ino for symbolic links; POSIX
54932         doesn't specify the latter.
54933         Check for closedir errors.
54934         Avoid needless casts.
54935         Use "#ifdef weak_alias" around weak_alias, to be like other
54936         glibc code.
54937         The following changes to getcwd.c have effect only when used in
54938         gnulib; they have no effect inside glibc proper.
54939         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54940         as alloca isn't used.
54941         (alloca, __alloca): Likewise.
54942         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54943         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54944         unconditionally, as gnulib assumes C89 or better.
54945         Do not include <sys/param.h>.
54946         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54947         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54948         better.
54949         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54950         Include <dirent.h> in a way that is compatible with modern Autoconf.
54951         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54952         New macros, if not already defined.
54953         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54954         Use "_LIBC", not "defined _LIBC", for consistency.
54955         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54956         a mempcpy module.
54957         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54958         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54959         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54960         credit only to Jim Meyering and adjust the copyright dates.
54961         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54962         <stdlib.h>, <unistd.h>, "pathmax.h".
54963         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54964         (INITIAL_BUFFER_SIZE): Remove.
54965         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54966
54967 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54968
54969         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54970         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54971         Use the _ONCE methods, for efficiency.
54972         Check for fcntl.h.  In test program, include <errno.h>
54973         and <fcntl.h> if available.  Remove old K&R cruft from
54974         test program.  Check for common errors in GNU/Linux,
54975         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54976         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54977         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54978         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54979         name accordingly.
54980         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54981         accommodate new getcwd.c.
54982         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54983         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54984         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54985         that's all we need now.
54986
54987 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54988
54989         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54990         argp-parse.c depends on getopt internals, that means we should
54991         always use our getopt, to be on the safe side.
54992         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54993         order not to spoil the result of an eventual previous invocation
54994         of gl_GETOPT_SUBSTITUTE.
54995
54996 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54997
54998         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54999         redefinition warnings. To avoid them, include the defines
55000         in `#if !defined __need_getopt ... #endif'. The only place
55001         where __getopt_argv_const is used is in definitions
55002         of getopt_long and getopt_long_only below, which are as well
55003         protected by `#ifndef __need_getopt'.
55004         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
55005         __need_getopt after including <stdio.h> and <unistd.h> These
55006         headers might have defined it.
55007
55008 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55009
55010         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
55011
55012 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55013
55014         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
55015         (futimens): New function, which uses futimes if available.
55016         (futimens, utimens): Support timespec==NULL, with same semantics
55017         as utime and utimens.
55018         * lib/utimens.h (futimens): New decl.
55019
55020 2004-11-23  Jim Meyering  <jim@meyering.net>
55021
55022         * lib/getopt_.h: Remove trailing blanks.
55023
55024 2004-11-23  Jim Meyering  <jim@meyering.net>
55025
55026         * lib/__fpending.c: Add comment.
55027
55028 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
55029
55030         * modules/canonicalize (Depends-on): Add xreadlink.
55031         Problem reported by James Youngman.
55032
55033 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
55034
55035         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
55036         New macros.
55037         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
55038         optopt): Use them instead of invoking ## directly; otherwise, the
55039         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
55040
55041 2004-11-19  Bruno Haible  <bruno@clisp.org>
55042
55043         * lib/strtok_r.c: Move comments from here...
55044         * lib/strtok_r.h: ... to here.
55045
55046 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55047
55048         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55049         implementations that mishandle size_t overflow.
55050
55051 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55052
55053         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55054         might fail.  Problem reported by Yoann Vandoorselaere.
55055         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55056         implementations that mishandle size_t overflow.
55057
55058 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55059
55060         * modules/canon-host (Depends-on): Add strdup.
55061
55062 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55063
55064         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55065
55066 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55067
55068         * lib/canon-host.c: Include "strdup.h".
55069         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55070         Use strdup instead of malloc/strcpy to duplicate strings.
55071
55072         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55073         (human_space_before_unit): New constant.
55074         * lib/human.c (human_readable): Support it.
55075
55076         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55077         (xgetcwd): Set errno correctly when failing.
55078         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55079         the failure is actually due to a PATH_MAX problem.
55080
55081         Further getopt changes to make it more likely that glibc will
55082         buy the changes back.
55083         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55084         (getopt): Use it, so to preserve glibc semantic
55085         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55086         when compiling for libc.
55087         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55088         (getopt_long, getopt_long_only): Use it.
55089
55090         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55091         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55092         (getopt): Argv is now char * const *, as per standard.
55093         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55094         not char *__getopt_argv_const *.
55095         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55096         _getopt_long_only_r): Likewise.
55097         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55098         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55099         _getopt_long_r, _getopt_long_only_r): Likewise.
55100         * lib/getopt_.h (__getopt_argv_const): Remove.
55101         (getopt): Argv is now char * const *, as per standard.
55102
55103         * lib/getdate.y (tORDINAL): New token.
55104         (day, relunit): Allow it for relative times.
55105         (relative_time_table): Use tORDINAL for ordinals.
55106
55107 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55108
55109         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55110         Document that "second" isn't allowed as an ordinal number.
55111
55112 2004-11-16  Jim Meyering  <jim@meyering.net>
55113
55114         * modules/closeout (Depends-on): Add fpending.
55115
55116 2004-11-15  Jim Meyering  <jim@meyering.net>
55117
55118         * lib/closeout.c: Include "__fpending.h" once again.
55119         Include <stdbool.h>.
55120         (close_stdout): Don't fail just because stdout was closed initially,
55121         since some programs don't write to stdout in the normal course of
55122         operation (other than --version and --help), and we don't want this
55123         function to make e.g. `touch file >&-' fail.
55124         But do fail if it was closed and someone has tried to write to it.
55125         E.g., `printf foo >&-' must fail.
55126
55127 2004-11-13  Jim Meyering  <jim@meyering.net>
55128
55129         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55130
55131 2004-11-12  Simon Josefsson  <jas@extundo.com>
55132
55133         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55134         small doc fix is still pending.
55135
55136 2004-11-11  Simon Josefsson  <jas@extundo.com>
55137
55138         * modules/strtok_r: New file.
55139
55140         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55141         strtok_r.
55142
55143 2004-11-11  Simon Josefsson  <jas@extundo.com>
55144
55145         * m4/strtok_r.m4: New file.
55146
55147         * m4/getopt.m4: Replace opterr.
55148
55149 2004-11-11  Simon Josefsson  <jas@extundo.com>
55150
55151         * lib/strtok_r.h, strtok_r.c: New file.
55152
55153 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55154
55155         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55156         of replacing opterr, getopt, etc.  This should handle the
55157         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55158
55159 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55160
55161         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55162         we can stop lying to compilers about the constness of argv when we
55163         are compiled outside glibc.
55164         (getopt, getopt_long, getopt_long_only): Use it.
55165         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55166         _getopt_internal, getopt): Likewise.
55167         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55168         _getopt_long_only_r): Likewise.
55169         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55170         _getopt_long_r, _getopt_long_only_r): Likewise.
55171
55172         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55173         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55174         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55175         the other external symbols.
55176         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55177         declaration, since the above renaming now works around collisions.
55178
55179 2004-11-11  Jim Meyering  <jim@meyering.net>
55180
55181         * lib/linebreak.c: Remove trailing blanks.
55182         * lib/alloca_.h: Likewise.
55183         * lib/acosl.c: Likewise.
55184         * lib/euidaccess.c: Likewise.
55185         * lib/allocsa.h: Likewise.
55186
55187 2004-11-10  Simon Josefsson  <jas@extundo.com>
55188
55189         * m4/getaddrinfo.m4: New file.
55190
55191 2004-11-10  Simon Josefsson  <jas@extundo.com>
55192
55193         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55194
55195 2004-11-10  Simon Josefsson  <jas@extundo.com>
55196
55197         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55198         getaddrinfo.
55199
55200         * modules/getaddrinfo: New file.
55201
55202 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55203
55204         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55205
55206 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55207
55208         * lib/mktime.c (SHR): New macro, which is a portable
55209         substitute for >> that should work even on Crays.
55210         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55211         Problem reported by Mark D. Baushke in
55212         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55213         * lib/getdate.y (SHR): Likewise.
55214         (tm_diff): Use it.
55215         * lib/strftime.c (SHR): Likewise.
55216         (tm_diff): Use it.
55217         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55218         quote_these_too, so that right shifts are well defined.  All uses
55219         changed.
55220
55221 2004-11-10  Jim Meyering  <jim@meyering.net>
55222
55223         Ensure that no close failure goes unreported.
55224         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55225         return early when it seems there's nothing to flush.
55226         Don't include __fpending.h.
55227
55228 2004-11-10  Jim Meyering  <jim@meyering.net>
55229
55230         * modules/closeout (Depends-on): Remove fpending.
55231
55232 2004-11-10  Jim Meyering  <jim@meyering.net>
55233
55234         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55235
55236 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55237
55238         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55239         gl_FUNC_STRFTIME.
55240         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55241         and AC_REQUIRE when possible, to avoid duplicate checks.
55242         Check for <wchar.h>.
55243
55244 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55245
55246         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55247
55248 2004-11-09  Bruno Haible  <bruno@clisp.org>
55249
55250         * m4/sockpfaf.m4: New file.
55251
55252 2004-11-05  Bruno Haible  <bruno@clisp.org>
55253
55254         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55255         Reported by Mark D. Baushke <mdb@cvshome.org>.
55256
55257 2004-11-04  Bruno Haible  <bruno@clisp.org>
55258
55259         2004-09-11  Bruno Haible  <bruno@clisp.org>
55260                 * allocsa.valgrind: New file.
55261         2004-02-06  Bruno Haible  <bruno@clisp.org>
55262                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55263                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55264                 Reported by Christopher Seip <chris.seip@hp.com>.
55265
55266 2004-11-04  Bruno Haible  <bruno@clisp.org>
55267
55268         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55269         (Makefile.am): Distribute it.
55270
55271 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55272
55273         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55274         with errno == ERANGE if the buffer is too small.
55275         Problem reported by Mark D. Baushke.
55276
55277 2004-11-03  Albert Chin  <china@thewrittenword.com>
55278             Paul Eggert  <eggert@cs.ucla.edu>
55279
55280         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55281         equivalent, substitute $ac_type for equivalent type rather than
55282         blindly using uint32_t *always* which won't work if uint32_t is not
55283         available.  Define _UINT32_T to work around typedef of uint32_t if
55284         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55285         2.5.1.
55286
55287 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55288
55289         * m4/jm-macros.m4: Sync from coreutils.
55290         (gl_MACROS): Check for mbrlen, for pathchk.
55291         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55292
55293 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55294
55295         * lib/xreadlink.c (MAXSIZE): New macro.
55296         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55297         size does not exceed MAXSIZE.  Avoid cast.
55298         As suggested by Mark D. Baushke in
55299         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55300         if readlink fails with buffer size just under MAXSIZE, try again
55301         with MAXSIZE.
55302
55303 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55304
55305         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55306
55307 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55308         and  Paul Eggert  <eggert@cs.ucla.edu>
55309
55310         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55311         (get_date): Overparenthesize to avoid GCC warning.
55312
55313 2004-11-02  Bruno Haible  <bruno@clisp.org>
55314
55315         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55316         returns void.
55317
55318 2004-11-02  Bruno Haible  <bruno@clisp.org>
55319
55320         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55321         function returns void.
55322
55323 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55324
55325         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55326         fflush_unlocked, flockfile, funlockfile, funlockfile,
55327         fputs_unlocked, putc_unlocked.
55328
55329 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55330
55331         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55332         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55333         already declared.
55334
55335 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55336
55337         * modules/getdate (Files): Add doc/getdate.texi.
55338         (Depends-on): Add setenv, xalloc.
55339
55340 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55341
55342         * lib/getdate.y: Add support for TZ="foo" within a date string.
55343         Fix some bugs near time_t boundaries.  Reject dates with
55344         out-of-range components, e.g., "Sept 31".
55345         Include <stdlib.h>, "setenv.h", "xalloc.h".
55346         (ISDIGIT_LOCALE): Remove; unused.
55347         Note that the TZ and time functions used here are not reentrant.
55348         (mktime_ok, get_tz): New functions.
55349         (TZBUFSIZE): New constant.
55350         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55351         This requires that we sometimes generate our own TZ="XXX..." setting.
55352
55353 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55354
55355         * doc/getdate.texi: New file, from coreutils with modifications for
55356         the new TZ parsing.
55357
55358 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55359
55360         * lib/mktime.c (not_equal_tm): Remove redundant check.
55361
55362 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55363
55364         * modules/regex (lib_SOURCES): Add regex.c.
55365         Reported by James Youngman in
55366         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55367
55368 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55369
55370         * lib/getdate.y: Use Bison 1.875 features, and some minor
55371         code cleanups.  This change does not affect semantics.
55372         Don't include <stdlib.h>; no longer needed.
55373         Don't include unlocked-io.h; only the "#if TEST" code uses
55374         stdio, and performance isn't crucial there.
55375         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55376         Bison 1.875 features as described below.
55377         All uses of "PC." replaced by "pc->".
55378         (YYSTYPE): Add a forward declaration.
55379         (yylex, yyerror): Use full prototypes in forward decls.
55380         Use "%pure-parser" rather than obsolescent "%pure_parser".
55381         Use %parse-param and %lex-param instead of obsolescent
55382         YYPARSE_PARAM and YYLEX_PARAM.
55383         (meridian_table, month_and_day_table, time_units_table,
55384         relative_time_table, time_zone_table, military_table,
55385         lookup_zone, lookup_word, get_date):
55386         Use NULL instead of 0 where appropriate.
55387         (to_hour): Avoid abort (), to avoid a dependency on
55388         stdlib.h.
55389         (yyerror, yylex): Now accepts parser_control * arg.
55390         (main) [TEST]: Use '\0' rather than 0 for char.
55391
55392 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55393
55394         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55395
55396 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55397
55398         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55399         It's now the caller's responsibility to handle the case where
55400         !HAVE_GETPAGESIZE && !defined getpagesize.
55401
55402         * lib/mktime.c (leapyear): Arg is long int, not int.
55403
55404 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55405
55406         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55407
55408 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55409
55410         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55411         missing.  Problem reported by James Youngman.
55412
55413 2004-10-16  Simon Josefsson  <jas@extundo.com>
55414
55415         * gnulib-tool: Fix comments.  Fix parse problem.
55416         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55417
55418 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55419
55420         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55421         implementation of getopt_long.  Problem reported by Alexander Taler in:
55422         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55423
55424 2004-10-15  Bruno Haible  <bruno@clisp.org>
55425
55426         * gnulib-tool: Untabify. Initialize supplied_libname.
55427         (func_usage): More homogenous output.
55428         (func_modules_transitive_closure, func_modules_to_filelist,
55429         func_emit_lib_Makefile_am): New functions.
55430         (func_import): New function, extracted from big case statement. Use
55431         func_get_license, func_modules_transitive_closure,
55432         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55433         opt_lgpl. Don't use test -a, as it's not portable.
55434         (func_create_testdir): Use func_modules_transitive_closure,
55435         func_modules_to_filelist, func_emit_lib_Makefile_am.
55436
55437 2004-10-15  Bruno Haible  <bruno@clisp.org>
55438
55439         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55440
55441 2004-10-15  Bruno Haible  <bruno@clisp.org>
55442
55443         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55444         the portions belonging to each module.
55445         Suggested by Derek Robert Price <derek@ximbiot.com>.
55446
55447 2004-10-12  Simon Josefsson  <jas@extundo.com>
55448
55449         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55450         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55451         to real functions.
55452
55453 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55454
55455         * modules/vsnprintf: New file.
55456
55457 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55458
55459         * m4/vsnprintf.m4: New file.
55460
55461 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55462
55463         * lib/vsnprintf.h: New file.
55464         * lib/vsnprintf.c: New file.
55465
55466 2004-10-11  Bruno Haible  <bruno@clisp.org>
55467
55468         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55469         vsnprintf.
55470
55471 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55472
55473         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55474
55475 2004-10-07  Bruno Haible  <bruno@clisp.org>
55476
55477         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55478         fits into the provided buffer.
55479
55480 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55481
55482         * lib/diacrit.c, diacrit.h: Add GPL notice.
55483
55484         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55485         notice.
55486         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55487         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55488         This avoids a potential constant-folding bug.
55489
55490 2004-10-05  Bruno Haible  <bruno@clisp.org>
55491
55492         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55493         for the declaration of strsep.
55494
55495 2004-10-05  Bruno Haible  <bruno@clisp.org>
55496
55497         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55498
55499 2004-10-04  Simon Josefsson  <jas@extundo.com>
55500
55501         * modules/memmem: New file.
55502         * tests/test-memmem.c: New file.
55503         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55504
55505 2004-10-04  Simon Josefsson  <jas@extundo.com>
55506
55507         * m4/memmem.m4: New file.
55508
55509 2004-10-04  Simon Josefsson  <jas@extundo.com>
55510
55511         * lib/memmem.h: New file.
55512         * lib/memmem.c: New file, taken from glibc.
55513
55514 2004-10-04  Simon Josefsson  <jas@extundo.com>
55515
55516         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55517         '#ifdef USE_UNLOCKED_IO'.
55518
55519 2004-10-04  Simon Josefsson  <jas@extundo.com>
55520
55521         * config/srclist.txt: Add memmem from glibc.
55522
55523 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55524
55525         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55526
55527         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55528         modules/exclude, modules/getdate, modules/getline,
55529         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55530         modules/getusershell, modules/linebuffer, modules/md5,
55531         modules/mountlist, modules/posixtm, modules/readtokens,
55532         modules/readutmp, modules/regex, modules/sha1,
55533         modules/version-etc, modules/yesno:
55534         Remove dependency on unlocked-io.
55535
55536 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55537
55538         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55539
55540         * m4/unlocked-io.m4: Add copyright notice.
55541         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55542
55543 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55544
55545         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55546         * lib/xmalloc.c (xmemdup): Likewise.
55547         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55548         XFREE): Remove these long-obsolescent macros.
55549         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55550         * lib/xstrdup.c: Remove.
55551
55552         * lib/regex.c (re_comp): Cast gettext return value to char *,
55553         Problem reported by Martin Neitzel via Mark D. Baushke.
55554
55555 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55556
55557         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55558         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55559         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55560         regex.c, sha1.c, version-etc.c, yesno.c:
55561         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55562         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55563         the includer's responsibility.
55564
55565         Sync from coreutils.
55566
55567         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55568         points to the start of a string, as the C Standard says the
55569         resulting behavior is undefined.
55570
55571         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55572         simple -> simple_backups, numbered_existing ->
55573         numbered_existing_backups, numbered -> numbered_backups
55574         to avoid shadowing problems.  All uses changed.
55575         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55576         * lib/backupfile.c (check_extension, numbered_backup):
55577         Rename locals to avoid shadowing 'basename'.
55578         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55579         once.
55580
55581         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55582         * lib/.cvsignore: Add getopt.h.
55583
55584 2004-10-04  Bruno Haible  <bruno@clisp.org>
55585
55586         * modules/README: New file.
55587         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55588         not a module.
55589
55590 2004-10-02  Jim Meyering  <jim@meyering.net>
55591
55592         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55593
55594 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55595
55596         * modules/strsep: New file.
55597
55598 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55599
55600         * m4/strsep.m4: New file.
55601
55602 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55603
55604         * lib/strsep.h: New file.
55605         * lib/strsep.c: New file.
55606
55607 2004-10-01  Simon Josefsson  <jas@extundo.com>
55608
55609         * lib/snprintf.c (snprintf): Handle size==0.
55610
55611 2004-10-01  Simon Josefsson  <jas@extundo.com>
55612             Bruno Haible  <bruno@clisp.org>
55613
55614         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55615         (snprintf): Declare 'args'.
55616
55617 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55618
55619         * lib/snprintf.c: Remove comments as to why each header is needed.
55620
55621 2004-10-01  Bruno Haible  <bruno@clisp.org>
55622
55623         * MODULES.html.sh: Add strsep.
55624
55625 2004-09-30  Simon Josefsson  <jas@extundo.com>
55626
55627         * modules/snprintf: New file.
55628
55629 2004-09-30  Simon Josefsson  <jas@extundo.com>
55630
55631         * m4/snprintf.m4: New file.
55632
55633 2004-09-30  Simon Josefsson  <jas@extundo.com>
55634
55635         * lib/snprintf.h, lib/snprintf.c: New files.
55636
55637 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55638
55639         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55640         (hol_entry_help): Never translate an empty string.
55641         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55642         * lib/argp.h (OPTION_NO_TRANS): New option.
55643
55644 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55645
55646         * modules/argp (Maintainer): Replace Simon Josefsson
55647         by Sergey Poznyakoff.
55648
55649 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55650
55651         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55652         changes merged back into glibc.
55653
55654 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55655
55656         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55657
55658 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55659
55660         * lib/xvasprintf.c: Include xalloc.h.
55661         (xvasprintf): Use xalloc_die, not xmalloc_die.
55662
55663 2004-09-29  Bruno Haible  <bruno@clisp.org>
55664
55665         * modules/alloca-opt: New file, derived from modules/alloca.
55666         * modules/allocsa: Depend on alloca-opt instead of alloca.
55667         * modules/setenv: Likewise.
55668         * modules/vasnprintf: Likewise.
55669         * MODULES.html.sh: Add alloca-opt.
55670
55671 2004-09-28  Simon Josefsson  <jas@extundo.com>
55672
55673         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55674         LGPL, and to replace license template from GPL to LGPL.
55675
55676 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55677
55678         * modules/dummy: Change license to LGPL.
55679
55680 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55681
55682         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55683
55684 2004-09-24  Simon Josefsson  <jas@extundo.com>
55685
55686         * modules/minmax (License): Change from GPL to LGPL.
55687
55688 2004-09-23  Simon Josefsson  <jas@extundo.com>
55689
55690         * gnulib-tool (--import): Typo.
55691
55692 2004-09-23  Simon Josefsson  <jas@extundo.com>
55693
55694         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55695
55696 2004-09-22  Bruno Haible  <bruno@clisp.org>
55697
55698         * modules/*: Add 'License' field.
55699         * gnulib-tool: Accept --extract-license option.
55700         (func_get_license): New function.
55701
55702 2004-09-21  Bruno Haible  <bruno@clisp.org>
55703
55704         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55705         Reported by Simon Josefsson.
55706
55707 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55708
55709         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55710         gl_AC_TYPE_LONG_LONG.
55711
55712 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55713
55714         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55715
55716 2004-09-18  Simon Josefsson  <jas@extundo.com>
55717         and  Paul Eggert  <eggert@cs.ucla.edu>
55718
55719         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55720         calls with autoreconf.  Define GL_LIB.
55721
55722 2004-09-14  Karl Berry  <karl@gnu.org>
55723
55724         * config/srclist.txt: unsync setenv.c, sigh.
55725
55726 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55727
55728         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55729         Problem reported by Bruno Haible in:
55730         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55731
55732 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55733
55734         * config/srclist.txt: Comment out argp-pvh.c.
55735
55736 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55737
55738         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55739         in case some system header has #define'd it.  Problem reported by
55740         Soeren D. Schulze in
55741         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55742
55743 2004-09-09  Karl Berry  <karl@gnu.org>
55744
55745         * regex.[ch]: delete from the root.  These were supposed to be
55746                 synced with emacs cvs, but this has not happened for about
55747                 a year, and anyway nothing else uses emacs regex.[ch].
55748                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55749                 lib/regex[.ch] is untouched.
55750
55751 2004-09-09  Bruno Haible  <bruno@clisp.org>
55752
55753         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55754
55755 2004-09-09  Bruno Haible  <bruno@clisp.org>
55756
55757         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55758         modifications.
55759         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55760
55761 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55762
55763         * modules/xvasprintf: New file.
55764         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55765
55766 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55767
55768         * lib/xvasprintf.h: New file.
55769         * lib/xvasprintf.c: New file.
55770         * lib/xasprintf.c: New file.
55771
55772 2004-09-08  Bruno Haible  <bruno@clisp.org>
55773
55774         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55775
55776 2004-09-08  Bruno Haible  <bruno@clisp.org>
55777
55778         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55779         length is > INT_MAX.
55780         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55781         more.
55782
55783 2004-09-08  Bruno Haible  <bruno@clisp.org>
55784
55785         * lib/stdint_.h: New file, taken from GNU clisp.
55786
55787 2004-09-08  Bruno Haible  <bruno@clisp.org>
55788             Oskar Liljeblad  <oskar@osk.mine.nu>
55789
55790         * modules/stdint: New file.
55791         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55792
55793 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55794
55795         Import from coreutils.
55796         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55797         strings on unbounded length.  alloca's performance benefits aren't
55798         that important here.
55799         (V_STRDUP): Remove.
55800         (parse_with_separator): New function, with most of the internals
55801         of the old parse_user_spec.  Allow user to omit both user and group,
55802         for compatibility with FreeBSD.
55803         Clone only the user name, not the entire spec.
55804         Do not set *uid, *gid unless entirely successful.
55805         Avoid memory leak in some failing cases.
55806         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55807         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55808         (parse_user_spec): Rewrite to use parse_with_separator.
55809
55810 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55811
55812         * modules/userspec: Don't depend on alloca.
55813
55814 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55815
55816         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55817
55818 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55819
55820         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55821         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55822         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55823
55824 2004-08-16  Simon Josefsson  <jas@extundo.com>
55825
55826         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55827         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55828         Add --dry-run for --import.
55829         Let user provided command line parameters override configure.ac
55830         settings.
55831
55832 2004-08-12  Simon Josefsson  <jas@extundo.com>
55833
55834         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55835         as discussed with Paul Eggert in threads rooted at
55836         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55837         and
55838         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55839         Before, the test was empty, and relied on ELIDE_CODE in source
55840         code.)
55841         (gl_PREREQ_GETOPT): New macro.
55842         (gl_GETOPT): Use them.
55843
55844 2004-08-12  Simon Josefsson  <jas@extundo.com>
55845
55846         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55847         * lib/getopt_.h: Renamed from getopt.h.
55848
55849 2004-08-12  Simon Josefsson  <jas@extundo.com>
55850
55851         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55852         Change default library name from libfoo to libgnu.
55853         Now, if you have a configure.ac that says:
55854                 gl_SOURCE_BASE(gl)
55855                 gl_M4_BASE(gl/m4)
55856                 gl_MODULES(error getopt etcetera)
55857                 gl_INIT
55858         you can import all you need by running:
55859                 ../gnulib/gnulib-tool --import
55860
55861         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55862         (Makefile.am): Rewrite, use logic from argz.
55863         (Include): Use <getopt.h> instead of "getopt.h".
55864
55865 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55866
55867         * modules/argp (Files): Add m4/unlocked-io.m4.
55868         (Depends-on): Add extensions.
55869
55870 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55871
55872         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55873         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55874         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55875         Check for program_invocation_name, program_invocation_short_name,
55876         flockfile, funlockfile, features.h, _getopt_long_only_r.
55877
55878 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55879
55880         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55881         its complicated substitute.
55882         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55883         and program_invocation_name.
55884         (__argp_basename) [!_LIBC]: Remove; the only use was
55885         replaced by its body.
55886         (__argp_short_program_name): Change condition from
55887         !defined __argp_short_program_name to
55888         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55889         to match argp-namefrob.h.
55890         (__argp_failure): Don't assume strerror_r returns char *.
55891         * lib/argp-parse.c (N_): Define unconditionally.
55892         (argp_default_options): Fill out initializers with 0 to avoid
55893         gcc warnings.
55894
55895 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55896
55897         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55898         getopt1.c.
55899
55900 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55901
55902         Merge from coreutils.
55903
55904         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55905
55906         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55907         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55908
55909 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55910
55911         Merge from coreutils.
55912
55913         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55914         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55915         for Reliant Unix 5.43.
55916
55917         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55918         (union fooround): Use uintmax_t, not long int.
55919         The rest is a merge from libc:
55920         [defined _LIBC]: Include <shlib-compat.h>.
55921         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55922
55923         * lib/settime.c (settime): Recode to avoid warning with
55924         Sun Forte C 6U2.
55925
55926         * lib/strverscmp.c: Convert to UTF-8.
55927
55928 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55929
55930         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55931         m4/uintmax_t.m4.
55932
55933 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55934
55935         * modules/xalloc-die: New file.
55936         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55937
55938         * modules/md5 (Files): Add m4/uint32_t.m4.
55939         * modules/sha1: Renamed from modules/sha.
55940         (Files):
55941         Rename lib/sha.h to lib/sha1.h.
55942         Rename lib/sha.c to lib/sha1.c.
55943         Rename m4/sha.m4 to m4/sha1.m4.
55944         (lib_SOURCES): Likewise.
55945         (configure.ac): Rename gl_SHA to gl_SHA1.
55946         (Include): sha.h -> sha1.h.
55947
55948 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55949
55950         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55951         * m4/sha1.m4: Renamed from sha.m4.
55952         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55953
55954 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55955
55956         * lib/obstack.h (obstack_empty_p):
55957         Don't assume that chunk->contents is suitably aligned.
55958         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55959         Likewise. Problem reported by Benno in
55960         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55961
55962         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55963         readable.  This could be improved further but it'd take some work.
55964
55965 2004-08-08  Simon Josefsson  <jas@extundo.com>
55966
55967         * modules/xgethostname (Depends-on): Remove exit and error (not
55968         used).
55969
55970         * modules/getpass-gnu: Add getpass.h.
55971         (Depends-on): Add stdbool.
55972         * modules/getpass: Add getpass.h.
55973
55974 2004-08-08  Simon Josefsson  <jas@extundo.com>
55975
55976         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55977         Check getpass declaration.
55978
55979 2004-08-08  Simon Josefsson  <jas@extundo.com>
55980
55981         * lib/xgethostname.c: Don't include error.h (not used).
55982
55983         * lib/getpass.h: Add.
55984         * lib/getpass.c: Include getpass.h first.
55985
55986 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55987
55988         * lib/xalloc-die.c: New file.
55989         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55990         All uses removed.
55991         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55992         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55993         xalloc-die.c.
55994         (_, N_, xalloc_die): Move to xalloc-die.c.
55995         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55996         so that we needn't mess with xalloc_msg_memory_exhausted.
55997
55998         * lib/sha1.h: Renamed from sha.h.
55999         (SHA1_H): Renamed from _SHA_H.
56000         (sha1_ctx): Renamed from sha_ctx.
56001         (sha1_init_ctx): Renamed from sha_init_ctx.
56002         (sha1_process_block): Renamed from sha_process_block.
56003         (sha1_process_bytes): Renamed from sha_process_bytes.
56004         (sha1_finish_ctx): Renamed from sha_finish_ctx.
56005         (sha1_read_ctx): Renamed from sha_read_ctx.
56006         (sha1_stream): Renamed from sha_stream.
56007         (sha1_buffer): Renamed from sha_buffer.
56008         * lib/sha1.c: Likewise; renamed from sha.c.
56009         Do not include <sys/types.h>.
56010         Include <stddef.h> rather than <stdlib.h>.
56011
56012 2004-08-08  Bruno Haible  <bruno@clisp.org>
56013
56014         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
56015         FILESYSTEM_PREFIX_LEN.
56016         * lib/progreloc.c: Likewise.
56017         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
56018
56019 2004-08-06  Simon Josefsson  <jas@extundo.com>
56020
56021         * modules/progname (Depends-on): Don't depend on stdbool.
56022
56023 2004-08-06  Simon Josefsson  <jas@extundo.com>
56024
56025         * modules/getsubopt: New file.
56026         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
56027         getsubopt.
56028
56029 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56030
56031         More merge from coreutils.
56032
56033         * m4/utimens.m4, m4/utimecmp.m4: New files.
56034         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
56035         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
56036         prereq.m4, sha.m4: Import changes from coreutils.
56037
56038 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56039
56040         More merge from coreutils.
56041         * modules/raise, modules/readtokens0, modules/utimens:
56042         * modules/utimecmp, module/xnanosleep: New files.
56043         * modules/strftime: Add lib/strftime.h.
56044         Change include from <time.h> to "strftime.h".
56045         * modules/yesno: Add lib/yesno.h.
56046         * modules/backupfile: Remove lib/addext.c.
56047         * modules/euidaccess: Add stat-macros.h.
56048         * modules/canonicalize, modules/euidaccess,
56049         modules/filemode, modules/lchown, modules/makepath,
56050         modules/rmdir, modules/stat: Likewise.
56051
56052 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56053
56054         Merge from tar.
56055         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56056         SIZE_MAX is a valid preprocessor constant.
56057         (__argp_basename): Change from "#ifndef _LIBC"
56058         to "#ifndef __argp_short_program_name", so that
56059         we don't compile these functions for tar.
56060
56061         More merges from coreutils.
56062         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56063         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56064         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56065         * lib/addext.c: Remove; no longer needed.
56066         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56067         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56068         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56069         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56070         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56071         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56072         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56073         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56074         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56075         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56076         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56077         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56078         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56079         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56080         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56081         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56082         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56083         Import changes from coreutils.
56084
56085 2004-08-05  Simon Josefsson  <jas@extundo.com>
56086
56087         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56088
56089 2004-08-05  Simon Josefsson  <jas@extundo.com>
56090
56091         * m4/getsubopt.m4: New file.
56092
56093 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56094
56095         Merge from coreutils.
56096
56097         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56098         * m4/getcwd-path-max.m4: New files.
56099
56100         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56101         FILESYSTEM_PREFIX_LEN ->
56102         FILE_SYSTEM_PREFIX_LEN.
56103         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56104         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56105         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56106         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56107
56108         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56109         prerequisite modules now handle the DOS stuff.
56110         Don't check for unistd.h.
56111
56112 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56113
56114         Merge from coreutils.
56115
56116         * lib/.gdb-history: Remove; this doesn't belong here.
56117
56118         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56119         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56120         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56121         * lib/getcwd.c: New files.
56122
56123         * lib/dirname.h: Include <stdbool.h>.
56124         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56125         for consistency with POSIX terminology.  All uses changed.
56126         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56127         (strip_trailing_slashes): Use bool for booleans.
56128         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56129
56130         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56131         sometimes returns a positive errno value even when it succeeds.
56132         (print_errno_message) [!LIBC]: Fall back on strerror if
56133         __strerror_r fails.
56134
56135         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56136         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56137         (longest_relative_suffix): New function.
56138         (path_concat): Use it.  Assume first argument is not NULL.
56139         Port to DOS.  Omit redundant separators.
56140         Report an error instead of returning NULL.
56141         Use mempcpy instead of memcpy.
56142         (xpath_concat): Remove: not declared or used.
56143
56144         * lib/same.h: Include <stdbool.h>
56145         (same_name): Return bool, not int.
56146         * lib/same.c (same_name): Likewise.
56147         (errno): Don't declare; we assume C89 or better now.
56148
56149         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56150         if not already defined.
56151
56152         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56153         * lib/dup-safer.c (errno): Likewise.
56154
56155 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56156
56157         Merge from coreutils.
56158         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56159         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56160         * modules/path-concat: Don't depend on strdup.
56161
56162 2004-08-03  Simon Josefsson  <jas@extundo.com>
56163
56164         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56165         * lib/progname.h: Don't include stdbool.h.
56166
56167 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56168
56169         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56170         * MODULES.html.sh (func_all_modules): Remove fatal.
56171
56172 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56173
56174         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56175
56176 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56177
56178         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56179         working.
56180
56181 2004-08-02  Simon Josefsson  <jas@extundo.com>
56182
56183         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56184         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56185         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56186
56187 2004-08-01  Simon Josefsson  <jas@extundo.com>
56188
56189         * lib/xgetdomainname.c: Include stdlib.h, for free().
56190
56191 2004-07-19  Bruno Haible  <bruno@clisp.org>
56192
56193         * MODULES.html.sh (func_all_modules): Add dummy.
56194
56195 2004-07-16  Simon Josefsson  <jas@extundo.com>
56196
56197         * modules/dummy: New file.
56198
56199 2004-07-16  Simon Josefsson  <jas@extundo.com>
56200
56201         * lib/dummy.c: New file.
56202
56203 2004-07-16  Bruno Haible  <bruno@clisp.org>
56204
56205         * lib/backupfile.h: Add extern "C" for C++.
56206         * lib/closeout.h: Likewise.
56207         * lib/copy-file.h: Likewise.
56208         * lib/findprog.h: Likewise.
56209         * lib/full-write.h: Likewise.
56210         * lib/pathname.h: Likewise.
56211         * lib/progname.h: Likewise.
56212         * lib/stpcpy.h: Likewise.
56213         * lib/stpncpy.h: Likewise.
56214         * lib/strcase.h: Likewise.
56215         * lib/strstr.h: Likewise.
56216         * lib/xalloc.h: Likewise.
56217
56218         * lib/mbswidth.h: Add extern "C" for C++.
56219         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56220
56221 2004-07-13  Robert Millan  <robertmh@gnu.org>
56222
56223         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56224
56225 2004-07-09  Simon Josefsson  <jas@extundo.com>
56226
56227         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56228         failed without this.)
56229
56230 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56231
56232         * modules/chown (Files): Add lib/fchown-stub.c, since
56233         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56234
56235 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56236
56237         * lib/fchown-stub.c: New file.
56238
56239 2004-06-24  Jim Meyering  <jim@meyering.net>
56240
56241         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56242
56243 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56244
56245         * modules/argz: Omit "#include".
56246
56247         * MODULES.html.sh (func_all_modules): Add calloc, to match
56248         2004-06-01 addition of calloc module.
56249
56250 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56251
56252         * m4/argz.m4: New file, which is autoupdated from libtool.
56253
56254 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56255
56256         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56257         libtool.
56258
56259 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56260
56261         * config/srclist-update: Don't insist on "USA." before the
56262         close-comment, as libtool omits the period and puts the */ on a
56263         separate line.
56264         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56265         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56266
56267 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56268
56269         * modules/argz: New file.
56270         * MODULES.html.sh (func_all_modules): Add argz.
56271
56272 2004-06-12  Jim Meyering  <jim@meyering.net>
56273         and  Paul Eggert  <eggert@cs.ucla.edu>
56274
56275         * modules/hash (Files): Add lib/xalloc.h.
56276         * modules/pipe (Depends-on): Add wait-process.
56277         * modules/stat (Depends-on): Add xalloc.
56278         * modules/userspec (Files): Add lib/userspec.h.
56279         * modules/xstrto
56280
56281         Upgrade from gettext-0.13.
56282         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56283         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56284         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56285
56286 2004-06-10  Jim Meyering  <jim@meyering.net>
56287
56288         * lib/calloc.c: New file.
56289
56290 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56291
56292         * lib/getdate.y (yylex): Allow space between sign and number.
56293         Problem reported by Dan Jacobson.
56294
56295 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56296
56297         Merge from coreutils CVS.
56298
56299         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56300         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56301         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56302         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56303         xstrtol.m4: Fix copyright date and/or serial number.
56304
56305         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56306         See if we need an fchown replacement.
56307         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56308         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56309         and use the replacement function if we detect either defect.
56310
56311         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56312         gl_UTIMECMP.
56313
56314 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56315         and  Jim Meyering  <jim@meyering.net>
56316
56317         Merge from coreutils CVS.
56318
56319         * lib/stat-macros.h: New file, with contents from file-type.h
56320         and coreutils' system.h.
56321         * lib/file-type.c: Include "stat-macros.h".
56322         * lib/file-type.h (file_type): Move all macro definitions to new file,
56323         stat-macros.h.
56324
56325         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56326         Wrap old code with this conditional.
56327         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56328         function that does not dereference symlinks.
56329         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56330
56331         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56332         dependency problems.
56333         (xreadlink): Accept new arg SIZE, for efficiency.
56334         All decls and uses changed.
56335         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56336
56337         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56338         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56339
56340         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56341         sysexits.h.
56342
56343 2004-06-01  Jim Meyering  <jim@meyering.net>
56344
56345         * m4/calloc.m4: New file.
56346
56347 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56348
56349         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56350         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56351         Also, fix a typo in a diagnostic.
56352
56353 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56354
56355         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56356         or AC_FUNC_REALLOC.
56357
56358 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56359
56360         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56361         macros to be defined.
56362         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56363         the allocator returns NULL because the requested size is zero.
56364
56365 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56366
56367         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56368         var.  Add comment explaining why libc still defines it.  This
56369         merges the following patch from glibc:
56370         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56371
56372 2004-05-20  Andreas Schwab  <schwab@suse.de>
56373
56374         * m4/free.m4: Replace free if it not known to work, not the other
56375         way round.
56376
56377 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56378
56379         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56380         present in glibc since revision 1.1 of this file.
56381         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56382         obstack_alignment_mask, obstack_alloc, obstack_base,
56383         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56384         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56385         obstack_grow0, obstack_init, obstack_int_grow,
56386         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56387         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56388         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56389         nonexistent functions.
56390
56391 2004-05-18  Karl Berry  <karl@gnu.org>
56392
56393         * config/srclist.txt: break link for vasnprintf.c.
56394
56395 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56396
56397         Port obstack to the AS/400, where pointers are 16 bytes wide and
56398         you cannot cast an integer to a valid pointer.  This patch is
56399         currently waiting to be integrated into glibc; see
56400         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56401
56402         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56403         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56404         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56405         (struct obstack): temp member is now a union of a pointer and
56406         an integer, instead of an integer.  All integer uses changed.
56407         This does not affect the physical layout of struct obstack,
56408         except on hosts (like the AS/400) where the size or alignment of
56409         void * is greater than that of ptrdiff_t.
56410         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56411         __STDC__)]: Store temporary in pointer member of union, not
56412         integer member.
56413         * lib/obstack.c: Include <stddef.h>, for offsetof.
56414         (struct fooalign): Remove; it doesn't need a name.
56415         (union fooround): Change double to long double, and add void *.
56416         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56417         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56418         not a macro.  Hence the values are always int; so remove all
56419         casts-to-int in uses.
56420
56421 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56422
56423         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56424         we can get this patch merged into glibc.
56425
56426 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56427             Paul Eggert  <eggert@cs.ucla.edu>
56428
56429         * m4/argp: Depend on alloca.
56430
56431 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56432             Paul Eggert  <eggert@cs.ucla.edu>
56433
56434         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56435         freecoding.
56436
56437 2004-05-17  Bruno Haible  <bruno@clisp.org>
56438
56439         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56440         precision that consists of a '.' followed by an empty digit string.
56441         Patch by Tor Lillqvist <tml@iki.fi>.
56442
56443 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56444
56445         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56446         for backward compatibility with older code.  We need our own
56447         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56448         it under some other name, and our alloca.h will define it.
56449
56450 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56451             Derek Price  <derek@ximbiot.com>
56452
56453         * lib/alloca.c: Include <alloca.h>, to get our interface.
56454         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56455         include <alloca.h> first.  Use C89 prototype for alloca; this
56456         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56457         Use #elif for simplicity, since we can assume C89 now.
56458         Don't try to source the system alloca.h since it will not be found
56459         and to prevent recursively including its replacement.
56460         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56461         * lib/regex.c: Likewise.
56462
56463 2004-05-16  Derek Price  <derek@ximbiot.com>
56464             Paul Eggert  <eggert@cs.ucla.edu>
56465
56466         getline cleanup.  This changes the getndelim2 API: both order of
56467         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56468         no delimiter).
56469
56470         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56471         interface does that.
56472         (getline): Always use getdelim, so that we don't have two
56473         copies of this code.
56474         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56475         if available.
56476         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56477         (GETNDELIM2_MAXIMUM): New macro.
56478         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56479         instead of the old practice of delim2==0.  All callers changed.
56480         Return -1 on overflow, instead of returning junk.
56481         Do not set *linesize unless allocation succeeds.
56482         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56483         that we include sys/types.h.
56484         * lib/getnline.h: Likewise.
56485         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56486         (getndelim2): Reorder arguments.
56487         * lib/getnline.c (getnline, getndelim):
56488         Don't discard the NMAX argument.
56489         (getnline): Invoke getndelim, to avoid code duplication.
56490         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56491         of (size_t) -1 by callers of the getnline family.
56492
56493 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56494
56495         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56496         Check for gettimeofday.
56497         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56498         Check for settimeofday, stime.
56499
56500 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56501
56502         * lib/nanosleep.c (suspended): Change its type from int to
56503         sig_atomic_t volatile.
56504         (first_call): Make it private to rpl_nanosleep, and have it
56505         be zero initially as that's a bit faster.
56506         (my_usleep): Round up fractional times instead of truncating them,
56507         as this is the usual meaning for 'sleep'.
56508
56509         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56510         doesn't work.
56511         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56512         (ENOSYS): Define if not defined.
56513         (settime): Fall back on stime if it exists and settimeofday fails.
56514         But don't bother with fallbacks if a method fails with errno == EPERM.
56515
56516 2004-05-11  Jim Meyering  <jim@meyering.net>
56517
56518         Prior to this change, the save_cwd caller required read access to the
56519         current directory on most systems (ones with the fchdir function).
56520
56521         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56522         fails, try write-only, and finally, resort to using xgetcwd.
56523
56524 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56525
56526         * lib/obstack.c, obstack.h: Import changes from libc.
56527
56528 2004-04-28  Bruno Haible  <bruno@clisp.org>
56529
56530         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56531         also implicitly appends .exe to executables.
56532         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56533         accepts Windows pathnames.
56534         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56535         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56536         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56537         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56538         Reported by Derek Robert Price <derek@ximbiot.com>.
56539
56540 2004-04-21  Karl Berry  <karl@gnu.org>
56541
56542         * config/srclist.txt (localcharset.c): break sync.
56543
56544 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56545
56546         * m4/host-os.m4: Add a copyright notice.
56547
56548 2004-04-20  Jim Meyering  <jim@meyering.net>
56549
56550         Change UTILS_ to gl_ in AC_DEFINE'd names.
56551         Change utils_- and jm_-prefixed variables, too.
56552         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56553         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56554         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56555
56556         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56557         Don't emit trailing blanks.
56558         Also rename jm_-prefixed variables to have gl_ prefix.
56559
56560         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56561         Also rename jm_-prefixed variables to have gl_ prefix.
56562
56563         * m4/jm-macros.m4: Reflect the renamings.
56564         * m4/prereq.m4: Likewise.
56565
56566 2004-04-20  Jim Meyering  <jim@meyering.net>
56567
56568         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56569         memory.
56570
56571 2004-04-20  Jim Meyering  <jim@meyering.net>
56572             Bruno Haible  <bruno@clisp.org>
56573
56574         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56575         memory when realloc fails.
56576
56577 2004-04-19  Jim Meyering  <jim@meyering.net>
56578
56579         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56580         now that readutmp.c may call `free (0)'.
56581
56582 2004-04-19  Bruno Haible  <bruno@clisp.org>
56583
56584         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56585         * m4/inttypes_h.m4: Likewise.
56586         * m4/stdint_h.m4: Likewise.
56587         * m4/intmax_t.m4: Likewise.
56588         * m4/uintmax_t.m4: Likewise.
56589
56590 2004-04-18  Jim Meyering  <jim@meyering.net>
56591
56592         * m4/prereq.m4: Don't forbid jm_ prefix.
56593
56594         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56595         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56596         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56597         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56598         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56599         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56600         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56601         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56602         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56603         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56604         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56605         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56606         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56607         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56608         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56609         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56610         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56611         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56612         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56613
56614 2004-04-18  Jim Meyering  <jim@meyering.net>
56615
56616         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56617         failure, don't leak memory and do call END_UTMP_ENT.
56618
56619 2004-04-16  Jim Meyering  <jim@meyering.net>
56620
56621         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56622         coreutils' stat program.
56623         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56624
56625 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56626
56627         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56628         C89.
56629         (CHAR_BIT): Remove, since we assume C89.
56630         Include <stdint.h> if available, as per current Autoconf CVS advice.
56631
56632 2004-03-31  Jim Meyering  <jim@meyering.net>
56633
56634         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56635         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56636         * m4/xalloc.m4: Likewise.
56637
56638 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56639
56640         Merge from coreutils.
56641
56642         * m4/inttostr.m4: New file.
56643         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56644         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56645         Require gl_CLOCK_TIME.
56646         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56647
56648 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56649
56650         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56651         not bool, to be more consistent with Unix conventions.
56652         Suggested by Bruno Haible.
56653
56654         Merge from coreutils.
56655
56656         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56657         * lib/umaxtostr.c: New files.
56658
56659         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56660         the usual <time.h> dance.
56661         (get_date): Change signature to support fractional time stamps.
56662         All callers changed.
56663         * lib/getdate.y: Include "getdate.h" first, as we can now
56664         assume C89 and don't need to worry about 'const'.
56665         Similarly, include "unlocked-io.h" near start, not in middle.
56666         Include <limits.h>.
56667         (textint.value): Use long int rather than int.
56668         (textint.digits): Use size_t rather than int.
56669         (BILLION, LOG10_BILLION): New constants.
56670         (parser_control): New member rel_ns.  Members day_ordinal,
56671         time_zone, month, day, hour, minutes, rel_year, rel_month,
56672         rel_day, rel_hour, rel_minutes, rel_seconds
56673         are now long int, not int.  Member seconds is now struct timespec,
56674         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56675         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56676         not int.
56677         (%union.intval): Now long int, not int.
56678         New member timespec.
56679         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56680         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56681         (spec): Now is a timespec or an item list.
56682         (timespec, items): New nonterminals.
56683         (time, rel, relunit, number, get_date):
56684         Add support for fractional seconds.
56685         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56686         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56687         (to_hour): First arg is now long int, not int.
56688         (to_year): Returns long int, not int.
56689         Don't treat year -70 like 70.
56690         (tm_diff): Returns long int, not int.
56691         (lookup_word): Use bool instead of int when appropriate.
56692         (yylex): Use size_t for count, not int.
56693         Detect overflow when parsing large integer constants.
56694         Add support for fractions.
56695         (get_date): Make pointers 'const' if possible.
56696         Use more-portable code to detect integer overflow.
56697         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56698         Don't use ctime; it's not reliable if the year has >4 digits.
56699
56700         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56701         This is for compatibility with BSD.
56702
56703         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56704         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56705         From coreutils' system.h.
56706
56707         * lib/userspec.c: Don't include "posixver.h".
56708         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56709         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56710         compatible extension.  Simplify code by removing a boolean int
56711         that was always nonzero if a string was nonnull.
56712
56713 2004-03-30  Jim Meyering  <jim@meyering.net>
56714
56715         Merge from coreutils.
56716
56717         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56718         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56719         on some systems one must include <grp.h> before it.
56720         Reported by Christian Krackowizer.
56721
56722 2004-03-30  Jim Meyering  <jim@meyering.net>
56723
56724         Merge from coreutils.
56725
56726         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56727
56728         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56729         an empty input stream.
56730
56731         * lib/readtokens.c: Include <stdbool.h>.
56732         (readtoken): Use `size_t' rather than int/long.
56733         All callers adjusted.
56734         Use `bool' rather than `int' where appropriate.
56735         Use memset rather than an explicit loop.
56736         Use x2nrealloc rather than xrealloc.
56737         Allow the use of `\0' as a delimiter.
56738         (readtokens): Likewise.
56739         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56740
56741 2004-03-30  Jim Meyering  <jim@meyering.net>
56742
56743         * m4/realloc.m4: Remove file, since now it does no more than
56744         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56745         the `configure.ac' section of module/realloc.
56746         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56747
56748 2004-03-30  Bruno Haible  <bruno@clisp.org>
56749
56750         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56751         nonnull.
56752
56753 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56754
56755         Merge changes to getloadavg.c from coreutils and Emacs.
56756
56757         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56758         Define to an expression, not to the empty string.
56759         Include cloexec.h and xalloc.h.
56760         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56761         Use set_cloexec_flag rather than rolling our own.
56762         * lib/cloexec.c, lib/cloexec.h: New files.
56763
56764 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56765
56766         * m4/cloexec.m4: New file.
56767
56768 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56769
56770         * lib/getopt.h: Sync with libc CVS.
56771
56772 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56773             Bruno Haible  <bruno@clisp.org>
56774
56775         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56776         mbswidth.
56777
56778 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56779             Bruno Haible  <bruno@clisp.org>
56780
56781         * lib/mbswidth.h: Include <wchar.h> only if
56782         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56783         <wchar.h>.
56784         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56785
56786 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56787
56788         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56789         Sync with libc CVS.
56790         * lib/getopt_int.h: New file, also synced from libc.
56791
56792 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56793
56794         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56795         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56796         Bring back getopt.c, getopt.h, getopt1.c.
56797
56798 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56799
56800         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56801         All uses changed.  Check for sa_sigaction member; this fixes
56802         a bug first reported by Jason Andrade in
56803         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56804
56805 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56806
56807         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56808         '#if' expressions.  Unlike the code it replaces, it does not
56809         depend on (defined _SC_PAGESIZE).  However, it does depend on
56810         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56811         first reported by Jason Andrade in
56812         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56813
56814 2004-02-25  Simon Josefsson  <jas@extundo.com>
56815
56816         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56817
56818 2004-02-25  Simon Josefsson  <jas@extundo.com>
56819
56820         * lib/strdup.h: New file.
56821         * lib/strdup.c: Include it.
56822         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56823         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56824
56825 2004-02-23  Karl Berry  <karl@gnu.org>
56826
56827         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56828         (from fencepost.gnu.org:/gd/gnuorg).
56829
56830 2004-02-23  Karl Berry  <karl@gnu.org>
56831
56832         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56833         * config/srclist.txt: add maintain/standards documents.
56834
56835 2004-02-18  Bruno Haible  <bruno@clisp.org>
56836
56837         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56838         Reported by Derek Robert Price <derek@ximbiot.com>.
56839
56840 2004-02-16  Karl Berry  <karl@gnu.org>
56841
56842         * config/mkinstalldirs, install-sh: update from automake.
56843
56844 2004-02-06  Karl Berry  <karl@gnu.org>
56845
56846         * m4/po.m4: update from gettext 0.14.1.
56847
56848 2004-02-06  Karl Berry  <karl@gnu.org>
56849
56850         * lib/config.charset: update from gettext 0.14.1.
56851
56852 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56853
56854         Add comments and code, prompted by suggestions from Bruno Haible
56855         for sh-quote.
56856         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56857         describing the enum quoting_style values.
56858         * lib/quotearg.c (quotearg_alloc): New function.
56859         (quotearg_buffer_restyled): Treat lone { and } as special.
56860         Treat = as special.  Work around bug with older shells
56861         that "see" a '\' that is really the 2nd byte of a multibyte char.
56862         Quote empty string with shell_quoting_style.
56863
56864 2004-02-03  Bruno Haible  <bruno@clisp.org>
56865
56866         * m4/pipe.m4: New file, from GNU gettext.
56867
56868 2004-02-03  Bruno Haible  <bruno@clisp.org>
56869
56870         * lib/pipe.h: New file, from GNU gettext.
56871         * lib/pipe.c: New file, from GNU gettext.
56872
56873 2004-01-27  Bruno Haible  <bruno@clisp.org>
56874
56875         * m4/execute.m4: New file, from GNU gettext.
56876
56877 2004-01-27  Bruno Haible  <bruno@clisp.org>
56878
56879         * lib/execute.h: New file, from GNU gettext.
56880         * lib/execute.c: New file, from GNU gettext.
56881         * lib/w32spawn.h: New file, from GNU gettext.
56882
56883 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56884
56885         Merge from diffutils.
56886
56887         * lib/file-type.c (file_type): Add typed memory objects.
56888         * lib/file-type.h (S_TYPEISTMO): New macro.
56889
56890         * lib/c-stack.h (c_stack_action): Remove argv argument.
56891         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56892         (die): Don't calculate message unless segv_action returns.
56893         (get_stack_location, min_address_from_argv, max_address_from_argv,
56894         volatile stack_base, volatile_stack_size): Remove.
56895         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56896         that every segmentation violation is a stack overflow.  (Ouch!)
56897         See Debian bug 136249 (still outstanding) for more info about why
56898         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56899
56900 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56901
56902         Exit-status fix from coreutils.
56903
56904         Use exit_failure consistently in place of EXIT_FAILURE,
56905         so that program exit statuses are consistent on failure.
56906
56907         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56908         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56909         * lib/argmatch.h: Comment fix to match the above.
56910         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56911         Now a macro referring to exit_failure, instead of a separate
56912         variable.  Include "exitfail.h" to get it.
56913         * lib/xstrtol.h: Include "exitfail.h".
56914         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56915
56916         * lib/long-options.c (parse_long_options): Use prototype
56917         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56918         for clarity.
56919
56920 2004-01-21  Jim Meyering  <jim@meyering.net>
56921
56922         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56923         so as not to conflict with a different-sized __mktime_internal
56924         function in GNU libc.
56925         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56926         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56927
56928 2004-01-20  Karl Berry  <karl@gnu.org>
56929
56930         * config/config.guess: update from config.
56931
56932         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56933
56934 2004-01-20  Bruno Haible  <bruno@clisp.org>
56935
56936         Safer stack allocation.
56937         * lib/setenv.c: Include allocsa.h.
56938         (alloca): Remove fallback definition.
56939         (freea): Remove macro.
56940         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56941         instead of freea.
56942
56943 2004-01-20  Bruno Haible  <bruno@clisp.org>
56944
56945         * m4/eealloc.m4: New file, from GNU gettext.
56946
56947 2004-01-20  Bruno Haible  <bruno@clisp.org>
56948
56949         * m4/allocsa.m4: New file, from GNU gettext.
56950
56951 2004-01-20  Bruno Haible  <bruno@clisp.org>
56952
56953         * lib/xallocsa.h: New file, from GNU gettext.
56954         * lib/xallocsa.c: New file, from GNU gettext.
56955
56956 2004-01-20  Bruno Haible  <bruno@clisp.org>
56957
56958         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56959
56960 2004-01-20  Bruno Haible  <bruno@clisp.org>
56961
56962         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56963         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56964         specially.
56965
56966 2004-01-20  Bruno Haible  <bruno@clisp.org>
56967
56968         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56969         patch.
56970
56971 2004-01-20  Bruno Haible  <bruno@clisp.org>
56972
56973         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56974
56975 2004-01-20  Bruno Haible  <bruno@clisp.org>
56976
56977         * lib/eealloc.h: New file.
56978
56979 2004-01-20  Bruno Haible  <bruno@clisp.org>
56980
56981         * lib/binary-io.h: Avoid warnings on Cygwin.
56982
56983 2004-01-20  Bruno Haible  <bruno@clisp.org>
56984
56985         * lib/allocsa.h: New file, from GNU gettext.
56986         * lib/allocsa.c: New file, from GNU gettext.
56987
56988 2004-01-18  Karl Berry  <karl@gnu.org>
56989
56990         * doc/gpl.texi, doc/lgpl.texi: new files.
56991
56992 2004-01-18  Karl Berry  <karl@gnu.org>
56993
56994         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56995         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56996
56997 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56998
56999         Merge from coreutils.
57000
57001         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
57002         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
57003         (gl_DEFAULT_POSIX2_VERSION): Move
57004         the documentation from 'configure' into 'config.hin',
57005         so that 'configure --help' isn't burdened by it and
57006         we don't have to worry about its formatting there.
57007         Reword the documentation so that it's more succinct
57008         and can be run together into a single paragraph.
57009         * m4/same.m4 (gl_SAME): Check for pathconf.
57010
57011 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57012
57013         Merge from coreutils.
57014
57015         * lib/posixver.c: Include posixver.h.
57016
57017         * lib/same.c: Include <stdbool.h>, <limits.h>.
57018         (_POSIX_NAME_MAX): Define if not defined.
57019         (MIN): New macro.
57020         (same_name): If file names are silently truncated, report
57021         that the file names are the same if they are the same after
57022         the silent truncation.
57023
57024         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
57025         conversion function.
57026         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
57027         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
57028         longer needed.
57029
57030 2004-01-15  Jim Meyering  <jim@meyering.net>
57031
57032         Merge from coreutils.
57033
57034         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
57035         if no library is required.
57036         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
57037         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
57038         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
57039         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
57040         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57041         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57042         value, $ac_cv_search_crypt, if it's "none required".
57043         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57044         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57045         not gl_FUNC_GETLOADAVG.
57046         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57047         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57048
57049 2004-01-15  Jim Meyering  <jim@meyering.net>
57050
57051         Merge from coreutils.
57052
57053         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57054         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57055         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57056
57057         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57058         optional configure-time default.
57059
57060         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57061
57062         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57063
57064 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57065
57066         Merge from coreutils.
57067
57068         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57069         value, $ac_cv_search_nanosleep, if it's "none required".
57070
57071 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57072
57073         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57074         with like-named macro in fnmatch.c.
57075         (EXT): Use an internal constant instead.
57076
57077         Merge fnmatch patches from glibc.
57078         * lib/fnmatch.c (mbsinit): Remove define.
57079         Add libc_hidden_ver (__fnmatch, fnmatch).
57080         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57081         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57082
57083 2004-01-14  Karl Berry  <karl@gnu.org>
57084
57085         * config/install-sh: update from automake.
57086
57087 2004-01-13  Karl Berry  <karl@gnu.org>
57088
57089         * config/install-sh: update from automake.
57090
57091 2004-01-09  Karl Berry  <karl@gnu.org>
57092
57093         * config/install-sh: update from automake.
57094
57095 2004-01-05  Karl Berry  <karl@gnu.org>
57096
57097         * config/config.{sub,guess}: update from config.
57098
57099 2003-12-31  Karl Berry  <karl@gnu.org>
57100
57101         * config/depcomp: update from automake.
57102
57103 2003-12-14  Karl Berry  <karl@gnu.org>
57104
57105         * lib/config.charset: update from gettext-runtime.
57106
57107 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57108
57109         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57110         Bug reported by Alfred M. Szmidt.
57111
57112 2003-12-03  Bruno Haible  <bruno@clisp.org>
57113
57114         * m4/gettext.m4: Upgrade from gettext-0.13.
57115         * m4/po.m4: Upgrade from gettext-0.13.
57116         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57117         * m4/intmax.m4: New file, from gettext-0.13.
57118         * m4/printf-posix.m4: New file, from gettext-0.13.
57119
57120 2003-11-29  Karl Berry  <karl@gnu.org>
57121
57122         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57123
57124 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57125             Bruno Haible  <bruno@clisp.org>
57126
57127         * lib/printf-parse.h: Don't include sys/types.h.
57128         (ARG_NONE): New macro.
57129         (char_directive): Change type of *arg_index fields to size_t.
57130         * lib/printf-parse.c: Don't include sys/types.h.
57131         (SSIZE_MAX): Remove macro.
57132         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57133         Remove unnecessary overflow check.
57134         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57135         fields.
57136
57137 2003-11-25  Bruno Haible  <bruno@clisp.org>
57138
57139         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57140
57141 2003-11-25  Bruno Haible  <bruno@clisp.org>
57142
57143         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57144         gt_TYPE_SSIZE_T.
57145
57146 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57147
57148         * modules/alloca: Remove dependency on xalloc.
57149
57150 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57151
57152         * lib/alloca.c: Remove dependency on xalloc module.
57153         (xalloc_die): Remove.
57154         (memory_full) [!defined emacs]: New macro.
57155         [!defined emacs]: Don't include xalloc.h.
57156         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57157         address arithmetic overflows.  Change datatypes a bit to avoid
57158         unnecessary casts.
57159
57160 2003-11-22  Jim Meyering  <jim@meyering.net>
57161
57162         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57163         s/size/size_t/.
57164
57165 2003-11-21  Karl Berry  <karl@gnu.org>
57166
57167         * config/config.{sub,guess}: update from config.
57168
57169 2003-11-18  Karl Berry  <karl@gnu.org>
57170
57171         * config/config.{sub,guess}: update from config.
57172
57173         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57174
57175 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57176
57177         * README: Mention that S+T cannot overflow if S is the size of
57178         an existing object and T is sufficiently small.
57179
57180 2003-11-17  Jim Meyering  <jim@meyering.net>
57181
57182         On systems without utime and without a utimes function capable of
57183         dealing with a NULL struct utimbuf* argument, this utime replacement
57184         could -- in unusual circumstances -- leak a file descriptor.
57185         * lib/utime.c: Include <unistd.h> and <errno.h>.
57186         (utime_null): Be sure to close `fd' and to preserve errno.
57187         Reported by Geoff Collyer via Arnold Robbins.
57188
57189 2003-11-17  Bruno Haible  <bruno@clisp.org>
57190
57191         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57192         (Depends-on): Add xsize.
57193
57194 2003-11-17  Bruno Haible  <bruno@clisp.org>
57195
57196         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57197
57198 2003-11-17  Bruno Haible  <bruno@clisp.org>
57199
57200         * lib/vasnprintf.c (alloca): Remove fallback definition.
57201         (freea): Remove definition.
57202         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57203         Reported by Paul Eggert.
57204
57205 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57206             Bruno Haible  <bruno@clisp.org>
57207
57208         Protect against address arithmetic overflow.
57209         * lib/printf-args.h: Include stddef.h.
57210         (arguments): Change type of field 'count' to size_t.
57211         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57212         'unsigned int' where appropriate.
57213         * lib/printf-parse.h: Include sys/types.h.
57214         (char_directive): Change type of *arg_index fields to ssize_t.
57215         (char_directives): Change type of fields 'count', max_*_length to
57216         size_t.
57217         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57218         (SSIZE_MAX): Define fallback value.
57219         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57220         instead of 'int' where appropriate. Check a_allocated, d_allocated
57221         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57222         * lib/vasnprintf.c: Include xsize.h.
57223         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57224         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57225         overflow. Avoid wraparound when converting a width or precision from
57226         decimal to binary.
57227
57228 2003-11-16  Bruno Haible  <bruno@clisp.org>
57229
57230         Update from GNU gettext.
57231         * lib/printf-parse.c: Generalize to it can be compiled for wide
57232         strings.
57233         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57234         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57235         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57236         SNPRINTF): New macros.
57237         Don't include <alloca.h> if the file is used inside libintl.
57238         (local_wcslen): New function, for Solaris 2.5.1.
57239         (VASNPRINTF): Use it instead of wcslen.
57240
57241 2003-11-16  Bruno Haible  <bruno@clisp.org>
57242
57243         * lib/xsize.h (xmax): New function.
57244         (xsum, xsum3, xsum4): Declare as "pure" functions.
57245
57246 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57247
57248         * modules/xalloc (Files): Undo latest change, since xalloc.h
57249         no longer needs SIZE_MAX or PTRDIFF_MAX.
57250
57251 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57252
57253         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57254         gl_PTRDIFF_MAX.
57255
57256 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57257
57258         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57259         "return", to pacify some unknown compiler.  Problem reported
57260         by Joerg Schilling.
57261
57262 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57263
57264         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57265         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57266         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57267         heuristic is just as accurate as far as we know, and it removes a
57268         dependency on size_max.m4 and ptrdiff_max.m4.
57269
57270 2003-11-11  Bruno Haible  <bruno@clisp.org>
57271
57272         * modules/xsize (Files): Add m4/size_max.m4.
57273         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57274
57275 2003-11-11  Bruno Haible  <bruno@clisp.org>
57276
57277         * m4/size_max.m4: New file.
57278         * m4/ptrdiff_max.m4: New file.
57279         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57280         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57281         (gl_XALLOC): Invoke it.
57282
57283 2003-11-11  Bruno Haible  <bruno@clisp.org>
57284
57285         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57286         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57287         defined.
57288
57289 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57290
57291         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57292         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57293         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57294         From Bruno Haible.
57295         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57296         not (size_t) -1, since it's defined here.
57297
57298 2003-11-09  Karl Berry  <karl@gnu.org>
57299
57300         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57301
57302 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57303
57304         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57305         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57306         Reject sizes of exactly SIZE_MAX bytes.
57307         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57308         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57309
57310 2003-11-05  Bruno Haible  <bruno@clisp.org>
57311
57312         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57313         SIZE_MAX defined in <limits.h> on Solaris.
57314
57315 2003-11-04  Jim Meyering  <jim@meyering.net>
57316
57317         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57318         variable names, rather than @VAR@.
57319         * modules/poll: Likewise.
57320
57321 2003-11-04  Bruno Haible  <bruno@clisp.org>
57322
57323         * modules/xsize: New file.
57324         * modules/linebreak: Depend on xsize.
57325         * MODULES.html.sh (func_all_modules): Add xsize.
57326
57327 2003-11-04  Bruno Haible  <bruno@clisp.org>
57328
57329         * m4/xsize.m4: New file.
57330
57331 2003-11-04  Bruno Haible  <bruno@clisp.org>
57332
57333         * lib/xsize.h: New file.
57334         * lib/linebreak.c: Include xsize.h.
57335         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57336         argument for overflow.
57337         Suggested by Paul Eggert.
57338
57339 2003-11-03  Karl Berry  <karl@gnu.org>
57340
57341         * config/config.{guess,sub}: update from config.
57342
57343 2003-11-03  Jim Meyering  <jim@meyering.net>
57344
57345         * modules/userspec (lib_SOURCES): Add userspec.h.
57346         (Include): Add "userspec.h".
57347         Improve description.
57348
57349 2003-11-03  Jim Meyering  <jim@meyering.net>
57350
57351         * lib/userspec.c: Include "userspec.h".
57352         * lib/userspec.h: New file.
57353
57354 2003-11-03  Bruno Haible  <bruno@clisp.org>
57355
57356         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57357
57358 2003-11-03  Bruno Haible  <bruno@clisp.org>
57359
57360         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57361         available, to avoid (extremely rare) race condition.
57362         Suggested by Paul Eggert.
57363
57364 2003-11-02  Karl Berry  <karl@gnu.org>
57365
57366         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57367
57368 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57369
57370         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57371         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57372         (read_filesystem_list): Set and use me_type_malloced.
57373         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57374         whatever the type happens to be), for brevity and consistency.
57375         Check for size calculation overflow on Alphas running OSF/1.
57376
57377 2003-10-31  Jim Meyering  <jim@meyering.net>
57378
57379         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57380
57381         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57382
57383 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57384             Bruno Haible  <bruno@clisp.org>
57385
57386         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57387         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57388
57389 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57390
57391         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57392         netbsd*-gnu*.  Suggested by Robert Millan.
57393
57394 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57395
57396         * modules/group-member: Depend on stdbool.
57397
57398 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57399
57400         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57401
57402 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57403
57404         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57405         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57406         after the 'gnu' in these cases.  This fixes some bugs in the
57407         previous change, and is based on suggestions by Robert Millan.
57408
57409 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57410
57411         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57412         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57413         no longer needed.
57414         * lib/quotearg.c (quotearg_n_options): Use it.
57415         * lib/group-member.c: Include <stdbool.h>.
57416         (free_group_info): Arg is now const *; don't free arg.
57417         (get_group_info): Now returns bool and accepts struct group_info *,
57418         rather than returning a malloc'ed struct group_info *.
57419         All uses changed.  Check for overflow in internal size calculation.
57420
57421         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57422         rather than xmalloc/xrealloc.
57423         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57424         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57425         conformance bug: the old code used a pointer after freeing the
57426         storage that it addressed.
57427         * lib/hash.c (hash_initialize): Simplify the code by using
57428         xalloc_oversized rather than doing it by hand.
57429         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57430         the buffer preserved.  Use free and xmalloc instead.
57431         * lib/quotearg.c (quotearg_n_options): Likewise.
57432         Use a simpler test for size overflow.  Don't use xalloc_oversized
57433         because unsigned int might be wider than size_t (!); this suggests
57434         that we should switch from unsigned int to size_t for slot numbers.
57435
57436 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57437
57438         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57439         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57440         NetBSD kernels.  Requested by Richard Stallman.
57441
57442 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57443
57444         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57445         to allocate the returned structure.  Do not allocate a subarray,
57446         as x2nrealloc will do that.
57447         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57448         instead of xnrealloc.
57449         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57450
57451 2003-10-27  Bruno Haible  <bruno@clisp.org>
57452
57453         * lib/stdbool_.h: Better support for BeOS.
57454
57455 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57456
57457         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57458         now uses inline.
57459
57460 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57461
57462         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57463         callers that want to do their own size-overflow checking.  Include
57464         <stdbool.h>, since xalloc_oversized returns bool.
57465         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57466         to use xalloc_oversized.
57467
57468         Add two functions x2realloc, x2nrealloc, for programs that grow
57469         arrays dynamically by doubling their sizes.
57470         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57471         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57472         New functions.
57473
57474         Port to C99 semantics for 'inline' of external functions.
57475         Bug reported by Bruno Haible.
57476         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57477         with the old contents of xnmalloc.
57478         (xnmalloc, xmalloc): Use it.
57479         (xnrealloc_inline): New static inline function,
57480         with the old contents of xnrealloc.
57481         (xnrealloc, xrealloc): Use it.
57482
57483         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57484         that.
57485
57486 2003-10-26  Karl Berry  <karl@gnu.org>
57487
57488         * config/srclist.txt (COPYING.DOC): no longer available from
57489         /gd/gnuorg; don't know where the ultimate source is.
57490
57491 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57492
57493         Fix several address-calculation bugs in the hash modules,
57494         plus some minor code cleanup.
57495
57496         * lib/hash.h: Include <stdbool.h>, for bool.
57497         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57498         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57499         hash_get_n_entries, hash_get_max_bucket_length,
57500         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57501         hash_rehash): Use size_t rather than unsigned.
57502         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57503         hash_get_n_buckets_used, hash_get_n_entries,
57504         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57505         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57506         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57507         Likewise.
57508         (SIZE_MAX): Define if not defined.
57509         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57510         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57511         hash_print):
57512         Use const * when possible.
57513         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57514         (check_tuning): Fix bug: if tuning parameters were very close to
57515         0 or 1, rounding errors could have caused subscript violations.
57516         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57517         (hash_initialize): Add 'fail:' label
57518         to free table and return NULL, and use it to simplify code.
57519         Use calloc rather than clearing the storage ourself.
57520         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57521         buffer size calculations.
57522         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57523         Include <stddef.h>, for size_t.
57524         * lib/hash-pjw.c (hash_pjw): Likewise.
57525         Switch to method described by Bruno Haible.
57526         Include <limits.h>, for CHAR_BIT.
57527         (SIZE_BITS): New macro.
57528
57529 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57530
57531         * m4/getline.m4 (AM_FUNC_GETLINE):
57532         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57533         hosts.  Problem reported by Derek Robert Price in
57534         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57535         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57536         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57537
57538 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57539
57540         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57541         ceiling the allocation at NMAX bytes rather than silently
57542         discarding input bytes before NMAX is reached.  This makes
57543         a difference only if NMAX exceeds SIZE_MAX / 2.
57544
57545         * lib/obstack.c: Merge from glibc.
57546         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57547         Add libc_hidden_def (_obstack_newchunk).
57548         (_obstack_free) [! defined _LIBC]: Remove.
57549         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57550         a clone of the function body.
57551         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57552         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57553
57554         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57555         glibc.
57556         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57557         arg to memcpy.
57558
57559         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57560         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57561         Don't use lvalue casts, as GCC plans to remove support for them
57562         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57563         was also present in the non-GCC version, indicating that this
57564         code had always been buggy and had never been widely used.
57565         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57566         Use the fast variant of each macro, rather than copying the
57567         definiens of the fast variant; that way, we'll be more likely to
57568         catch future bugs in the fast variants.
57569
57570 2003-10-20  Bruno Haible  <bruno@clisp.org>
57571
57572         * modules/wait-process: New file.
57573         * MODULES.html.sh (func_all_modules): Add wait-process.
57574
57575 2003-10-20  Bruno Haible  <bruno@clisp.org>
57576
57577         * m4/wait-process.m4: New file.
57578
57579 2003-10-20  Bruno Haible  <bruno@clisp.org>
57580
57581         * lib/wait-process.h: New file, from GNU gettext.
57582         * lib/wait-process.c: New file, from GNU gettext.
57583
57584 2003-10-19  Jim Meyering  <jim@meyering.net>
57585
57586         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57587         HPUX 10.20.
57588
57589 2003-10-18  Karl Berry  <karl@gnu.org>
57590
57591         * config/config.guess: update from config.
57592
57593 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57594
57595         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57596         (getgroups): First arg is int, not size_t.
57597         Don't let 'free' mangle errno.
57598
57599 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57600
57601         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57602
57603 2003-10-16  Karl Berry  <karl@gnu.org>
57604
57605         * config/config.{guess,sub}: update from config.
57606
57607 2003-10-16  Jim Meyering  <jim@meyering.net>
57608
57609         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57610         memcpy.
57611
57612 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57613
57614         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57615         (SIZE_MAX): Remove.
57616         (new_exclude, add_exclude_file): Initial size no longer needs to
57617         be a power of 2.
57618         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57619         our own address arithmetic overflow checking.
57620
57621         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57622         (fnmatch): Do not alloca more than 2000 wide characters;
57623         instead, use malloc for large buffers.
57624         Check for address arithmetic overflow, and return -1
57625         with errno set to ENOMEM in that case.
57626         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57627         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57628         instead, return -1.  Check for address arithmetic overflow.
57629
57630 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57631
57632         Handle invalid suffixes and overflow independently, so that
57633         callers can treat them independently as needed.  Fix some bugs in
57634         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57635         suffix for a human-readable blocksize.  The major caller-visible
57636         change is the addition of a new
57637         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57638         that both overflow and suffix chars were found.
57639
57640         * lib/human.c (humblock): Don't check separately for invalid suffix
57641         char; that is xstrtoumax's job (now that its bug is fixed).
57642         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57643         INTMAX_MAX]: New macros.
57644         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57645         TYPE_MAXIMUM): New macros.
57646         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57647         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57648         if overflow occurs, as it's what __strtol does and it's more useful
57649         in practice.
57650         (__xstrtol): If __strtol reports some error other than ERANGE,
57651         reflect it to the caller as LONGINT_INVALID.  If it reports
57652         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57653         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57654         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57655         value.
57656         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57657         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57658         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57659         [defined UINTMAX_MAX]: New macros.
57660
57661 2003-10-14  Bruno Haible  <bruno@clisp.org>
57662
57663         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57664
57665 2003-10-14  Bruno Haible  <bruno@clisp.org>
57666
57667         * m4/sig_atomic_t: New file, from GNU gettext.
57668         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57669
57670 2003-10-14  Bruno Haible  <bruno@clisp.org>
57671
57672         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57673         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57674         Also use volatile where needed.
57675
57676 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57677
57678         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57679         Change maintainer from Bruno Haible to 'all'.
57680
57681 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57682
57683         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57684
57685 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57686
57687         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57688         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57689         and define in terms of the other primitives.
57690         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57691         (SIZE_MAX): Define if not already defined.
57692         (array_size_overflow): New function.
57693         (xalloc_die): Abort instead of exiting if 'error' returns.
57694         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57695         (xmalloc, xrealloc): Use them.
57696         (xcalloc): Check for address arithmetic overflow.
57697         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57698         a bit faster than strcpy.
57699
57700 2003-10-10  Simon Josefsson  <jas@extundo.com>
57701
57702         * modules/argp (Depends-on): Add restrict and strcase.
57703
57704 2003-10-10  Simon Josefsson  <jas@extundo.com>
57705
57706         * m4/argp.m4: Add AC_C_INLINE.
57707
57708 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57709
57710         Merge getpass from libc, plus a few fixes.
57711
57712         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57713         Include <stdbool.h>.
57714         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57715         __fsetlocking to empty.
57716         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57717         do include <bits/libc-lock.h>.
57718         Do not include <fcntl.h>; not needed.
57719         [_LIBC]: Include <wchar.h>.
57720         (NOTCANCEL_MODE): New macro.
57721         (flockfile, funlockfile) [_LIBC]: New macros.
57722         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57723         [!_LIBC]: New macros.
57724         (call_fclose): New function.
57725         (getpass): Use it.  Save tty stream separately; this simplifies the
57726         code and makes it more reliable if stdin happens to equal stdout.
57727         Invoke __fsetlocking on tty.
57728         Handle thread cancellation if needed.
57729         Namespace cleanup (use __tcgetattr, __getline).
57730         Use bool for Booleans.
57731         [USE_IN_LIBIO]: Handle wide streams.
57732         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57733         stream might go where.
57734
57735         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57736         doesn't have to include <stdio.h> before us.
57737         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57738         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57739         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57740         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57741         if not declared, so that we can use getpass.c code from libc without
57742         rewriting it.
57743         (flockfile, ftrylockfile, funlockfile): New macros.
57744
57745 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57746
57747         * modules/getpass: Depend on stdbool.
57748
57749 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57750
57751         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57752
57753 2003-10-07  Karl Berry  <karl@gnu.org>
57754
57755         * config/config.{guess,sub}: update from config.
57756
57757 2003-10-06  Jim Meyering  <jim@meyering.net>
57758             Bruno Haible  <bruno@clisp.org>
57759
57760         This lets translators provide better translations for the
57761         "Written by ..." part of --version output.
57762         * lib/version-etc.h: Include stdarg.h.
57763         (version_etc_copyright): Declare as readonly.
57764         (version_etc): Make this function variadic with a NULL-terminated list
57765         of author name strings.
57766         (version_etc_va): New declaration.
57767         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57768         (version_etc_copyright): Declare as readonly.
57769         (version_etc_va): New function. Provide a different translatable string
57770         for each possible number of authors < 10. Abbreviate when there are 10
57771         authors or more.
57772         (version_etc): Make this function variadic. Call version_etc_va.
57773         Suggestion from Gary V. Vaughan.
57774
57775         * lib/long-options.h (parse_long_options): Change prototype: the
57776         authors string is moved to the end and becomes variadic.
57777         * lib/long-options.c: Include stdarg.h.
57778         (parse_long_options): Make this function variadic, too.
57779         Call version_etc_va, not version_etc.
57780
57781 2003-10-06  Bruno Haible  <bruno@clisp.org>
57782
57783         * modules/version-etc-2: Remove file.
57784         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57785
57786 2003-10-06  Bruno Haible  <bruno@clisp.org>
57787
57788         * modules/fatal-signal: New file.
57789         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57790
57791 2003-10-06  Bruno Haible  <bruno@clisp.org>
57792
57793         * m4/fatal-signal.m4: New file.
57794         * m4/signalblocking.m4: New file, from GNU gettext.
57795
57796 2003-10-06  Bruno Haible  <bruno@clisp.org>
57797
57798         * lib/version-etc-2.h: Remove file.
57799         * lib/version-etc-2.c: Remove file.
57800
57801 2003-10-06  Bruno Haible  <bruno@clisp.org>
57802
57803         * lib/fatal-signal.h: New file, from GNU gettext.
57804         * lib/fatal-signal.c: New file, from GNU gettext.
57805
57806 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57807
57808         * README: Rework advice for preventing empty .o files.
57809         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57810         not <sys/types.h>.
57811
57812 2003-10-04  Karl Berry  <karl@gnu.org>
57813
57814         * lib/argp*: update from libc.
57815
57816 2003-10-04  Karl Berry  <karl@gnu.org>
57817
57818         * config/config.{guess,sub}: update from config.
57819
57820 2003-10-02  Bruno Haible  <bruno@clisp.org>
57821
57822         * modules/lchown (Include): Add lchown.h.
57823         * modules/time_r (Include): Use "..." syntax.
57824         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57825
57826 2003-10-01  Simon Josefsson  <jas@extundo.com>
57827
57828         * MODULES.html.sh (func_all_modules): Move gethostname from section
57829         'based on' to section 'lacking' POSIX:2001.
57830
57831 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57832
57833         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57834         to output mode on the same stream.
57835
57836 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57837
57838         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57839         Fix arg typo in previous patch.
57840
57841 2003-09-28  Jim Meyering  <jim@meyering.net>
57842
57843         * lib/error.c: Correct cpp indentation.
57844
57845 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57846
57847         * modules/free: New file.
57848
57849 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57850
57851         * m4/free.m4: New file.
57852
57853 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57854
57855         * lib/minmax.h (MIN, MAX)
57856         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57857         Omit the special code that used __typeof__, since we worry that
57858         it could be more trouble than it's worth.  See:
57859         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57860         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57861
57862         * lib/free.c: New file.
57863
57864 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57865
57866         Trivial fixes to Makefile.am parts of module listings.
57867         * modules/strstr: Append strstr.h to lib_SOURCES.
57868         * modules/strcase: Likewise, for strcase.h.
57869
57870 2003-09-27  Karl Berry  <karl@gnu.org>
57871
57872         * config/mkinstalldirs: update from automake.
57873
57874 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57875
57876         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57877         (error_tail): Do not loop, reallocating temporary buffer, since
57878         the output cannot contain more wide characters than the input
57879         contains bytes, the size must be big enough already.  This avoids
57880         one potential size overflow calculation.  Check for size overflow
57881         when calculating temporary buffer size.  Free temporary buffer
57882         when done, if it was allocated with malloc; this plugs a memory
57883         leak.  Remove casts from void * to pointers, that are no longer
57884         needed now that we're assuming C89 or better.
57885
57886         Merge error changes from glibc.
57887
57888         * lib/error.c, error.h: Update copyright notice header to match glibc.
57889         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57890         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57891         Disable cancellation while printing error.
57892         * lib/error.h: Prepend __ to parameter names.
57893
57894 2003-09-26  Jim Meyering  <jim@meyering.net>
57895
57896         * lib/error.c (error_tail): Move some declarations
57897         into inner scope where the local variables are used.
57898
57899 2003-09-26  Bruno Haible  <bruno@clisp.org>
57900
57901         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57902         stpncpy().
57903         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57904
57905 2003-09-26  Bruno Haible  <bruno@clisp.org>
57906
57907         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57908         (stpncpy): Define as alias for gnu_stpncpy.
57909         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57910
57911 2003-09-25  Simon Josefsson  <jas@extundo.com>
57912
57913         * lib/xgetdomainname.h: New file.
57914         * lib/xgetdomainname.c: New file.
57915
57916 2003-09-25  Simon Josefsson  <jas@extundo.com>
57917             Bruno Haible  <bruno@clisp.org>
57918
57919         * modules/getdomainname: New file.
57920         * modules/xgetdomainname: New file.
57921         * MODULES.html.sh (func_all_modules): Add getdomainname,
57922         xgetdomainname.
57923
57924 2003-09-25  Simon Josefsson  <jas@extundo.com>
57925             Bruno Haible  <bruno@clisp.org>
57926
57927         * m4/getdomainname.m4: New file.
57928
57929 2003-09-25  Simon Josefsson  <jas@extundo.com>
57930             Bruno Haible  <bruno@clisp.org>
57931
57932         * lib/getdomainname.h: New file.
57933         * lib/getdomainname.c: New file.
57934
57935 2003-09-25  Karl Berry  <karl@gnu.org>
57936
57937         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57938
57939 2003-09-25  Karl Berry  <karl@gnu.org>
57940
57941         * config/install-sh: update from automake.
57942
57943 2003-09-25  Bruno Haible  <bruno@clisp.org>
57944
57945         * modules/version-etc-2: New file, from modules/version-etc with
57946         modifications.
57947         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57948
57949 2003-09-25  Bruno Haible  <bruno@clisp.org>
57950
57951         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57952         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57953
57954 2003-09-24  Simon Josefsson  <jas@extundo.com>
57955
57956         * modules/xgethostname: Add xgethostname.h.
57957
57958 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57959
57960         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57961         the buffer associated with the argument.  Bug reported by
57962         Simon Josefsson.
57963
57964 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57965
57966         * README: Document assumptions that 'int' is at least 32 bits
57967         wide, that integer arithmetic is 2's complement without overflow,
57968         that there are no holes in integer values, that adding sizes of
57969         two nonoverlapping objects can't overflow, and that all-bits-zero
57970         yields scalar zero.  Fix spelling and capitalization typos.
57971
57972 2003-09-19  Karl Berry  <karl@gnu.org>
57973
57974         * lib/argp.h: update from libc.
57975
57976 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57977
57978         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57979         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57980         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57981
57982 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57983
57984         * gnulib-tool: Use "test -h", not "test -L", for portability
57985         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57986         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57987         (sed_extract_prog): Issue s commands one-by-one, rather than
57988         using \| in one s command.
57989
57990 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57991
57992         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57993         input error, instead of returning NULL the next time we are called
57994         (and therefore losing track of errno).
57995
57996 2003-09-16  Bruno Haible  <bruno@clisp.org>
57997
57998         * gnulib-tool (func_create_testdir): Warn about duplicated
57999         dependencies.
58000
58001 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58002
58003         * modules/argmatch, modules/fatal, modules/obstack,
58004         modules/xalloc, modules/xgethostname: Sort dependencies by
58005         importance, not alphabetically.
58006
58007 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58008
58009         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
58010         fails, so that the caller gets the proper errno.
58011
58012         * lib/readutmp.c (read_utmp): Likewise.
58013         Check for fstat error.  Close stream and free storage
58014         when failing.
58015
58016 2003-09-14  Karl Berry  <karl@gnu.org>
58017
58018         * config/srclist.txt (strdup.c): disable for c89 changes.
58019
58020 2003-09-14  Jim Meyering  <jim@meyering.net>
58021
58022         * lib/getloadavg.c: Correct cpp indentation.
58023         * lib/strdup.c: Likewise.
58024         * lib/vasnprintf.c: Likewise.
58025
58026 2003-09-14  Bruno Haible  <bruno@clisp.org>
58027
58028         * modules/fwriteerror: New file.
58029         * MODULES.html.sh (func_all_modules): Add fwriteerror.
58030
58031 2003-09-14  Bruno Haible  <bruno@clisp.org>
58032
58033         * lib/fwriteerror.h: New file.
58034         * lib/fwriteerror.c: New file.
58035
58036 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58037
58038         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
58039         modules/xgethostname, modules/xalloc: Depend on exit.
58040
58041 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58042
58043         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58044
58045         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58046         and AC_MINIX, too, so that their extensions are available.
58047
58048         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58049         This macro has been superseded by gl_BACKUPFILE.
58050
58051         More patches to assume C89 or better.
58052
58053         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58054
58055         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58056         unconditionally.
58057         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58058         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58059         Include <string.h>, <stdlib.h> unconditionally.
58060         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58061         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58062         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58063         headers or for string.h.
58064         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58065         or strtoul.
58066
58067         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58068         headers.
58069         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58070         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58071         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58072         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58073         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58074         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58075         memcpy, memset.
58076         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58077         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58078         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58079         strtol.
58080         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58081         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58082         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58083         strtoul.
58084
58085 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58086
58087         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58088         * lib/obstack.c [!defined _LIBC]: Likewise.
58089         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58090         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58091         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58092
58093         More changes to assume C89 or better.
58094
58095         * lib/error.c (error_tail): Assume vprintf.
58096
58097         * lib/argmatch.c (getenv): Remove decl.
58098         * lib/progreloc.c (get_full_program_name): Define via prototype.
58099         * lib/setenv.c (clearenv): Likewise.
58100         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58101         needed.
58102         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58103         (malloc, memcpy): Remove decls.
58104         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58105         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58106         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58107         (memcpy): Remove macro.
58108         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58109         (__P): Remove.  All uses removed.
58110         (PTR): Remove.  All uses changed to void *.
58111         (CHAR_BIT, NULL): Remove.
58112         (spaces, zeros, memset_space, memset_zero)
58113         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58114         Remove.
58115         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58116         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58117         Define with prototype.
58118         Remove now-unnecessary prototype decl.
58119         (extra_args_spec): Assume ANSI C.  All uses changed.
58120         (extra_args_spec_iso): Remove.
58121         (my_strftime, emacs_strftimeu): Define via prototype.
58122         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58123         unconditionally.
58124         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58125         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58126         (strtoul, strtol): Remove decls.
58127         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58128         LONG_MAX): Remove.
58129         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58130         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58131         (LOCALE_PARAM_PROTO): New macro.
58132         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58133         (INTERNAL (strtol), strtol): Define with a prototype.
58134         (PARAMS): Remove.  All uses removed.
58135         * lib/tempname.c: Include <string.h> unconditionally.
58136         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58137         * lib/xgethostname.c (main): Define with a prototype.
58138         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58139         Include <stdlib.h> unconditionally.
58140         (calloc, malloc, realloc, free): Remove decls.
58141         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58142         Include <stdlib.h> unconditionally.  Sort include file names.
58143         (strtod): Remove.
58144         (xstrtod): Define with a prototype.
58145         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58146         (strtol, strtoul): Remove decls.
58147
58148 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58149
58150         More patches to assume C89 or better.
58151         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58152         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58153         string.h, memchr, STDC_HEADERS.
58154
58155 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58156
58157         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58158         Include <stdlib.h>, <string.h> unconditionally.
58159         Remove now-unnecessary cast to char *.
58160         * lib/strnlen.c: Include <string.h> unconditionally.
58161         * lib/yesno.c (yesno): Define with a prototype.
58162
58163 2003-09-11  Bruno Haible  <bruno@clisp.org>
58164
58165         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58166
58167 2003-09-10  Jim Meyering  <jim@meyering.net>
58168
58169         * lib/error.c: Correct indentation of cpp directives.
58170
58171 2003-09-10  Bruno Haible  <bruno@clisp.org>
58172
58173         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58174         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58175         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58176         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58177         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58178         <stdlib.h> and <string.h> checks.
58179         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58180         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58181
58182 2003-09-10  Bruno Haible  <bruno@clisp.org>
58183
58184         * lib/strcspn.c: Include <string.h> unconditionally.
58185         * lib/strpbrk.c: Include <string.h> unconditionally.
58186         * lib/strstr.c: Include <string.h> unconditionally.
58187         * lib/unicodeio.c: Include <string.h> unconditionally.
58188         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58189         * lib/unsetenv.c: Likewise.
58190         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58191         * lib/yesno.c: Include <stdlib.h> unconditionally.
58192         (rpmatch): Add prototype.
58193
58194 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58195
58196         More patches to assume C89 or better.
58197         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58198         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58199         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58200         or for string.h.
58201         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58202         stdlib.h.
58203         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58204         C headers.
58205         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58206         string.h.
58207         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58208         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58209         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58210         or for string.h.
58211         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58212         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58213         C headers.
58214         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58215         memcpy.
58216         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58217         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58218         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58219         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58220         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58221         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58222         string.h, free.
58223         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58224         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58225         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58226         C headers, or for string.h.
58227         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58228         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58229         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58230         headers, memory.h, stdlib.h, string.h, strings.h.
58231         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58232         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58233         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58234         strchr.
58235         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58236         headers, memory.h, string.h.
58237         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58238         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58239         free.
58240         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58241         headers.
58242         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58243         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58244         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58245         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58246         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58247
58248 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58249
58250         More K&R removal.
58251
58252         * lib/acosl.c (main): Use a prototype.
58253         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58254         tanl.c: Likewise.
58255
58256         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58257
58258         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58259         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58260         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58261         with a prototype.
58262         * lib/getopt.c (const): Remove macro.
58263         Include <string.h> unconditionally.
58264         (my_index): Remove; all uses changed to strchr.
58265         (strlen): Remove decl.
58266         (exchange): Remove forward decl; no longer needed.
58267         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58268         Define with prototype.
58269         * lib/getopt1.c (const): Remove macro.
58270         (getopt_long, getopt_long_only, main): Define with prototype.
58271
58272         * lib/getugroups.c: Include <string.h> unconditionally.
58273
58274         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58275         (getusershell, setusershell, endusershell, readname, main):
58276         Define with prototypes.
58277
58278         * lib/group-member.c: Include group-member.h first.
58279         Include <stdlib.h> unconditionally.
58280
58281         * lib/hard-locale.c: Include hard-locale.h first.
58282         Include <stdlib.h>, <string.h> unconditionally.
58283
58284         * lib/hash.c (free, malloc): Remove decls.
58285         Include <stdlib.h> unconditionally.
58286
58287         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58288         (getenv): Do not declare.
58289
58290         * lib/idcache.c: Include <string.h> unconditionally.
58291
58292         * lib/long-options.c: Include long-options.h first, to test interface.
58293         Include <stdlib.h> unconditionally.
58294
58295         * lib/makepath.c: Include makepath.h first, to test interface.
58296         Include <stdlib.h> and <string.h> unconditionally.
58297
58298         * lib/linebuffer.c: Include <stdlib.h>.
58299         (free): Remove decl.
58300
58301         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58302         stddef.h. rpl_malloc returns void *, not char *.
58303         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58304         prototype.
58305
58306         * lib/md5.h: Include <limits.h> unconditionally.
58307         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58308         (__P): Remove; all uses removed.
58309         * lib/md5.c: Include "md5.h" first.
58310         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58311         md5_buffer, md5_process_bytes, md5_process_block):
58312         Define with prototypes.
58313         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58314         * lib/sha.c: Include "sha.h" first.
58315         Include <stdlib.h>, <string.h> unconditionally.
58316
58317         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58318         * lib/memcmp.c (__ptr_t): Likewise.
58319         * lib/memrchr.c (__ptr_t): Likewise.
58320         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58321         Include <string.h> unconditionally.
58322         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58323         * lib/memchr.c: Include <stdlib.h> unconditionally.
58324         * lib/memchr.c (LONG_MAX): Remove.
58325         * lib/memrchr.c (LONG_MAX): Likewise.
58326         * lib/memchr.c (__memchr): Define via a prototype.
58327         * lib/memrchr.c (__memrchr): Likewise.
58328         * lib/memcmp.c (__P): Remove, and remove all uses.
58329         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58330         Remove forward decls; no longer needed.
58331         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58332         Use types required by C89 in prototype.
58333
58334         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58335         * lib/savedir.c: Likewise.
58336         * lib/mkdir.c (free): Remove decl.
58337         * lib/rmdir.c (rmdir): Define with a prototype.
58338         * lib/savedir.c: Include savedir.h first, to test interface.
58339
58340         * lib/mktime.c (STDC_HEADERS): Remove.
58341         Include <stdlib.h>, <string.h> unconditionally.
58342
58343         * lib/modechange.c: Include <stdlib.h> unconditionally.
58344         (malloc): Remove decl.
58345
58346         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58347         (free): Remove decl.
58348
58349         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58350         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58351         (This type really should be intptr_t, but that's a C99ism.)
58352         (_obstack_memcpy): Remove: all uses changed to memcpy.
58353         Include <string.h> unconditionally.
58354         (struct obstack): Assume __STDC__ for types of members
58355         chunkfun, freefun, extra_arg.
58356         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58357         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58358         obstack_begin, obstack_specify_allocation,
58359         obstack_specify_allocation_with_arg, obstack_chunkfun,
58360         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58361         Remove unprototyped decls and the macros that use them.
58362         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58363         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58364         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58365         (defined __STDC__ && __STDC__)]:
58366         Remove nonprototyped code.
58367         Include <stdlib.h> unconditionally.
58368         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58369         _obstack_allocated_p, _obstack_free, obstack_free,
58370         _obstack_memory_used, print_and_abort):
58371         Define using prototypes.
58372         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58373         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58374         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58375         obstack_next_free, obstack_object_size, obstack_room) [0]:
58376         Remove unused, unprototyped code.
58377
58378         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58379
58380         * lib/physmem.c (physmem_total, physmem_available, main): Define
58381         with prototypes.
58382
58383         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58384         (main): Define with a prototype.
58385
58386         * lib/posixver.c (getenv): Remove decl.
58387
58388         * lib/putenv.c (malloc): Returns void *, not char *.
58389         Include <string.h> unconditionally.
58390         (strchr, memcpy, NULL): Do not define.
58391
58392         * lib/readtokens.c: Include readtokens.h first, to test interface.
58393         Include <stdlib.h>, <string.h> unconditionally.
58394         (init_tokenbuffer): Define with a prototype.
58395
58396         * lib/regex.c (PARAMS): Remove.  All uses removed.
58397         All uses of _RE_ARGS removed, too.
58398         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58399         unconditionally.
58400         (bzero): Assume memset exists.
58401         (memcmp, memcpy, NULL): Remove.
58402         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58403         char, or assignments to local vars of type signed char.
58404         (init_syntax_once, PREFIX(extract_number_and_incr),
58405         PREFIX(print_partial_compiled_pattern),
58406         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58407         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58408         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58409         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58410         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58411         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58412         wcs_compile_range, byte_compile_range, truncate_wchar,
58413         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58414         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58415         count_mbs_length, wcs_re_match_2_internal,
58416         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58417         PREFIX(alt_match_null_string_p),
58418         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58419         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58420         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58421         now-unnecessary declaration, if any.
58422         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58423         regcomp, regexec):
58424         Remove now-unnecessary casts among pointer types.
58425         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58426
58427         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58428         (free): Remove decl.
58429
58430         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58431
58432         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58433         (free): Remove decl.
58434
58435         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58436         * lib/xgetcwd.c: Likewise.
58437
58438         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58439         (free): Remove decl.
58440
58441         * lib/strchrnul.c (strchrnul): Define with a prototype.
58442         Fix bug: c_in was not converted to char before searching.
58443
58444         The following changes are not K&R related:
58445
58446         * lib/group-member.h: Include <sys/types.h>, so that this file is
58447         self-contained.
58448         * lib/makepath.h: Likewise.
58449
58450         * lib/getusershell.c (readname, default_index, line_size, readname):
58451         Use size_t, not int, for sizes.
58452         (readname): If the size overflows, report an error instead of
58453         looping forever.
58454
58455 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58456
58457         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58458         libc.
58459
58460 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58461
58462         * README: New section: portability guidelines.
58463
58464 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58465
58466         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58467         C89 spec.
58468
58469 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58470
58471         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58472
58473 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58474
58475         Assume C89 or better; remove K&R cruft.
58476         A few of these changes were first proposed by Derek Robert Price
58477         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58478
58479         * lib/addext.c: Include <string.h> unconditionally.
58480         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58481         Don't declare getenv or malloc.
58482
58483         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58484         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58485         (NULL): Remove.
58486         (find_stack_direction, alloca): Use prototypes.
58487
58488         * lib/atexit.c (atexit): Define using a prototype.
58489
58490         * lib/basename.c, dirname.c, stripslash.c:
58491         Include <string.h> unconditionally.
58492
58493         * lib/bcopy.c: Include <stddef.h>.
58494         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58495
58496         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58497
58498         * lib/error.h (error, error_at_line, error_print_progname)
58499         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58500         * lib/error.c: Include error.h first, to check interface.
58501         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58502         (VA_START): Remove; all uses changeed to va_start.
58503         (exit, strerror): Remove decls.
58504         (error_print_progname): Prototype uncondionally.
58505         Don't include <errno.h>; no longer needed.
58506         (private_strerror): Remove.
58507         (error_tail): Always define.
58508         (error, error_at_line): Assume C89 or better; always use prototypes.
58509         * lib/fatal.c: Include "fatal.h" first, to test interface.
58510         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58511         (VA_START): Remove; all uses changed to va_start.
58512         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58513         this case.
58514         (exit): Remove decl.
58515         (fatal): Prototype unconditionally.  Assume va_start works.
58516         Abort at end, to pacify gcc.
58517
58518         * lib/euidaccess.c (main): Define with a prototype.
58519
58520         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58521
58522         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58523
58524         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58525         prototypes.
58526         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58527         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58528         (getenv): Remove decl.
58529         (fnmatch): Define using a prototype.
58530         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58531         (FCT): Define using a prototype.
58532
58533         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58534
58535         * lib/gethostname.c: Include <stddef.h>.
58536         (gethostname): Define with prototype.  Length is size_t, not int.
58537
58538 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58539
58540         Assume C89 or better; remove K&R cruft.
58541         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58542         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58543         string.h, getenv, malloc.
58544         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58545         headers.
58546         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58547         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58548         do not check for strerror.
58549         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58550         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58551         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58552         do not check for doprnt or vprintf.
58553         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58554         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58555
58556 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58557
58558         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58559         getversion.c should have been removed then, but was accidentally
58560         preserved.
58561
58562         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58563         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58564
58565 2003-09-08  Karl Berry  <karl@gnu.org>
58566
58567         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58568                 config, forget about prep.
58569
58570         * config/depcomp, missing: update from automake.
58571
58572 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58573
58574         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58575         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58576
58577 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58578
58579         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58580         copy_tm_result.  Bug reported by Simon Josefsson in
58581         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58582
58583 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58584
58585         * m4/time_r.m4: New file.
58586         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58587         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58588         is. Check for timegm declaration.
58589         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58590         Do not check for gmtime_r.
58591         Replace mktime if __mktime_internal does not exist and if mktime
58592         hasn't been replaced already.
58593
58594 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58595
58596         * lib/time_r.c, lib/time_r.h: New files.
58597
58598         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58599         __localtime_r.
58600         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58601         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58602
58603         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58604         __gmtime_r.
58605         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58606         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58607         Include <time_r.h>.
58608
58609         * lib/timegm.c: Switch to glibc implementation, with the following
58610         changes:
58611         [defined HAVE_CONFIG_H]: Include <config.h>.
58612         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58613         (__mktime_internal) [!defined _LIBC]: New decl.
58614         (__gmtime_r) [!defined _LIBC]: New macro and function.
58615         (timegm): Use a prototype, since gnulib assumes C89.
58616         Do not bother declaring tmp to be const, as it's not really usefu.
58617         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58618         (timegm): Declare only if HAVE_DECL_TIMEGM.
58619
58620 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58621
58622         * MODULES.html.sh (func_all_modules): Add time_r.
58623         * modules/time_r: New file.
58624         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58625         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58626
58627 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58628
58629         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58630         Bug reported by Lute Kamstra in
58631         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58632
58633         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58634         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58635         course with correspondingly smaller numbers for tomorrow and
58636         yesterday.  From Tadayoshi Funaba.  Originally installed into
58637         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58638         coreutils merge?).
58639
58640 2003-08-31  Simon Josefsson  <jas@extundo.com>
58641
58642         * modules/timegm: New file.
58643         * MODULES.html.sh (func_all_modules): Add timegm.
58644
58645 2003-08-31  Simon Josefsson  <jas@extundo.com>
58646
58647         * m4/timegm.m4: New file.
58648
58649 2003-08-31  Simon Josefsson  <jas@extundo.com>
58650
58651         * lib/timegm.h: New file.
58652         * lib/timegm.c: New file.  Based on
58653         wget-1.8.2/src/http.c:mktime_from_utc.
58654
58655 2003-08-31  Karl Berry  <karl@gnu.org>
58656
58657         * lib/argp.h: update from libc.
58658
58659 2003-08-28  Bruno Haible  <bruno@clisp.org>
58660
58661         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58662         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58663         followed by '#define fnmatch fnmatch_posix' gives an error.
58664
58665 2003-08-28  Bruno Haible  <bruno@clisp.org>
58666
58667         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58668         warning on QNX, which defines O_BINARY to 000000.
58669
58670 2003-08-27  Jim Meyering  <jim@meyering.net>
58671
58672         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58673         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58674         would fail after 32.  Reported by Danny Levinson.  Details here:
58675         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58676
58677 2003-08-24  Bruno Haible  <bruno@clisp.org>
58678
58679         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58680         MSVC7 <stdio.h> is included later.
58681
58682 2003-08-22  Simon Josefsson  <jas@extundo.com>
58683
58684         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58685
58686 2003-08-20  Karl Berry  <karl@gnu.org>
58687
58688         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58689
58690 2003-08-20  Bruno Haible  <bruno@clisp.org>
58691
58692         * modules/progname: New file.
58693         * MODULES.html.sh (func_all_modules): Add progname.
58694
58695 2003-08-20  Bruno Haible  <bruno@clisp.org>
58696
58697         * lib/progname.h: New file, from GNU gettext.
58698         * lib/progname.c: New file, from GNU gettext.
58699         * lib/progreloc.c: New file, from GNU gettext.
58700
58701 2003-08-19  Jim Meyering  <jim@meyering.net>
58702
58703         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58704         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58705
58706 2003-08-19  Bruno Haible  <bruno@clisp.org>
58707
58708         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58709         more.
58710
58711 2003-08-19  Bruno Haible  <bruno@clisp.org>
58712
58713         * lib/xstrdup.c: Assume <string.h> exists.
58714
58715 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58716
58717         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58718         in makefile rules.
58719
58720 2003-08-18  Jim Meyering  <jim@meyering.net>
58721
58722         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58723         * m4/lib-ld.m4: Likewise.
58724
58725 2003-08-18  Jim Meyering  <jim@meyering.net>
58726
58727         * lib/setenv.h: Indent nested cpp directive.
58728         * lib/vasnprintf.c: Remove trailing blanks.
58729
58730 2003-08-17  Simon Josefsson  <jas@extundo.com>
58731
58732         * modules/xstrndup: New file.
58733         * MODULES.html.sh (func_all_modules): Add xstrndup.
58734
58735 2003-08-17  Simon Josefsson  <jas@extundo.com>
58736
58737         * modules/argp: Fix autoconf macro name. Add more dependencies.
58738
58739 2003-08-17  Simon Josefsson  <jas@extundo.com>
58740
58741         * m4/xstrndup.m4: New file.
58742
58743 2003-08-17  Simon Josefsson  <jas@extundo.com>
58744
58745         * m4/argp.m4: New file.
58746
58747 2003-08-17  Simon Josefsson  <jas@extundo.com>
58748             Bruno Haible  <bruno@clisp.org>
58749
58750         * lib/xstrndup.h: New file.
58751         * lib/xstrndup.c: New file.
58752
58753 2003-08-17  Bruno Haible  <bruno@clisp.org>
58754
58755         * modules/strndup (Files, Include): Add lib/strndup.h.
58756
58757 2003-08-17  Bruno Haible  <bruno@clisp.org>
58758
58759         * modules/euidaccess (Files): Add lib/euidaccess.h.
58760
58761 2003-08-17  Bruno Haible  <bruno@clisp.org>
58762
58763         * lib/strndup.h: New file.
58764
58765 2003-08-17  Bruno Haible  <bruno@clisp.org>
58766
58767         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58768         like AC_GNU_SOURCE.
58769         * modules/extensions (configure.ac): Comment out the invocation of
58770         gl_USE_SYSTEM_EXTENSIONS.
58771
58772 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58773
58774         Merges from coreutils, etc.
58775         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58776         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58777         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58778         fixing a typo.
58779         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58780         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58781
58782 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58783
58784         Document merge from coreutils.
58785         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58786         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58787         * modules/utime: Add m4/utimes-null.m4.
58788
58789 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58790
58791         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58792         space, undoing this 2003-08-12 change:
58793         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58794
58795 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58796
58797         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58798         strtoul.c from libc, undoing this 2003-08-12 change:
58799         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58800
58801 2003-08-16  Jim Meyering  <jim@meyering.net>
58802
58803         Merges from coreutils.
58804         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58805         prefix.  Adjust cache variables similarly.  Create 500 rather than
58806         just 300 files, to exercise bug on Darwin6.5, too.
58807         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58808         $missing_dir.
58809         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58810         AM_SYS_POSIX_TERMIOS.
58811         Reported by mkc@mathdogs.com.
58812         Also change use of $am_cv_sys_posix_termios
58813         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58814         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58815         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58816         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58817         in /proc/mounts until it finds one with matching device number.  This
58818         is unnecessary when the FILE argument *is* a mount point.  No stat call
58819         is necessary in that case.  So, disable the statvfs-testing code on
58820         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58821         as RedHat bug# 84846.
58822         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58823         to 1MB, so as not to render systems with no stack size limit (e.g.,
58824         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58825         Include <unistd.h>.  On some systems,
58826         it is required for the definition of _SC_PAGESIZE.
58827
58828 2003-08-16  Jim Meyering  <jim@meyering.net>
58829
58830         Merge from coreutils.
58831         * lib/xstrtoimax.c: #else #if -> #elif.
58832         * lib/xstrtoumax.c: Likewise.
58833
58834 2003-08-16  Jim Meyering  <jim@meyering.net>
58835
58836         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58837         * m4/utimes.m4: Removed.
58838         * m4/utimes-null.m4: Renamed from utimes.m4.
58839
58840         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58841         to 1MB, so as not to render systems with no stack size limit (e.g.,
58842         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58843         Include <unistd.h>.  On some systems,
58844         it is required for the definition of _SC_PAGESIZE.
58845
58846 2003-08-16  Jim Meyering  <jim@meyering.net>
58847         and Paul Eggert  <eggert@cs.ucla.edu>
58848
58849         Merges from coreutils, etc.
58850
58851         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58852         using the latest version from cvs.  This avoids problems with #line
58853         directives using a vendor (Sun) compiler.
58854         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58855         Don't set GETGROUPS_LIB here; now it's
58856         done via getgroups.m4's wrapper function.
58857         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58858         rather than just in sh-util/configure.in, so that the
58859         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58860         same.
58861         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58862         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58863         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58864         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58865         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58866         Remove code that is now done by the newly-required macros.
58867         Append $(EXEEXT) to DF_PROG.
58868         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58869         Do not invoke or require the following here,
58870         since prereq.m4 or some gnulib .m4 now does this for us:
58871         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58872         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58873         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58874         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58875         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58876         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58877         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58878         AC_FUNC_OBSTACK.
58879         Do not replace the following functions, as this is now the job
58880         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58881         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58882         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58883         atexit getpass, strdup, getpagesize.
58884         Replace 'raise'.
58885         Do not check for the following functions, as this is now the job
58886         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58887         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58888         setregid.
58889         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58890         Check for sys/sysctl.h.
58891         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58892         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58893         of checking for ssize_t ourselves.
58894
58895         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58896         Require every macro that gnulib/modules/* suggests for us.
58897         (jm_PREREQ_ADDEXT): New macro.
58898         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58899         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58900
58901         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58902         (gl_PHYSMEM): Use it.
58903         Also check for `table' function.
58904         Check for new headers and functions.
58905         Add check for sys/sysmp.h.
58906         With suggestions from Kaveh Ghazi.
58907         Ignore headers that are present but cannot be compiled.  This
58908         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58909         C 5.4.
58910
58911 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58912
58913         Document merge from coreutils.
58914         * modules/userspec: Depend on posixver.
58915         * modules/strftime: Depend on tzset.
58916
58917 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58918
58919         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58920         rather than tab, after '#' in shell-script copyright notices.
58921         Suggested by Bruno Haible.
58922
58923 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58924
58925         * config/srclist-update: Use three spaces, rather than tab, after '#'
58926         in shell-script copyright notices.  Suggested by Bruno Haible.
58927         Remove unnecessary parenthesization in regular expression.
58928
58929 2003-08-15  Jim Meyering  <jim@meyering.net>
58930
58931         Merge from coreutils.
58932         * lib/xgethostname.c: Include <stdlib.h>.
58933         (xghostname): Don't exit for anything other than memory-related
58934         failure; just return NULL.
58935         * lib/userspec.c: Include "posixver.h".
58936         (parse_user_spec): Accept `.' as a separator only
58937         in pre-POSIX-200112 mode.
58938         * lib/strtoimax.c: Use #elif rather than #else #if.
58939         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58940         Remove function, now that we can rely on a working tzset function.
58941         [!_LIBC]: Ensure that the required autoconf test has been run.
58942         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58943         Use underlying_strftime for %r.
58944         * lib/sha.c: Merge in some clean-up and optimization changes from
58945         glibc.
58946         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58947         Ensure that it is a multiple of 64.
58948         Rearrange loop exit tests so as to avoid performing an
58949         additional fread after encountering an error or EOF.
58950         * lib/realloc.c: Update copyright date.
58951
58952 2003-08-15  Jim Meyering  <jim@meyering.net>
58953         and Paul Eggert  <eggert@twinsun.com>
58954
58955         Merge from coreutils.
58956         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58957         member but strut utmpx does not.  Needed for AIX 4.3.3.
58958         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58959
58960 2003-08-15  Jim Meyering  <jim@meyering.net>
58961         and Paul Eggert  <eggert@cs.ucla.edu>
58962
58963         Merges from coreutils, etc.
58964         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58965         Require gl_FUNC_TZSET_CLOBBER.
58966         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58967         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58968         members.
58969
58970 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58971
58972         Help the merge from coreutils.
58973         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58974         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58975         * m4/tzset.m4: Use it too.
58976
58977 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58978
58979         * modules/tzset: New file.
58980
58981 2003-08-14  Jim Meyering  <jim@meyering.net>
58982
58983         Merges from coreutils.
58984         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58985         variable names, rather than @FNMATCH_H@.
58986         * modules/alloca: Likewise for $(ALLOCA_H).
58987
58988         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58989         the three copies of the literal target, `fnmatch.h'.
58990         * modules/alloca (alloca.h): Likewise.
58991
58992 2003-08-14  Jim Meyering  <jim@meyering.net>
58993
58994         Merge from coreutils.
58995         * m4/tzset.m4: New file.
58996         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58997         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58998         otherwise, AIX 5.1 systems would end up using the latter.
58999         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
59000         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
59001         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
59002         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
59003
59004 2003-08-14  Jim Meyering  <jim@meyering.net>
59005
59006         Merge from coreutils.
59007         * lib/obstack.h: Whitespace changes.
59008         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
59009         and xcalloc return values.
59010         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
59011         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
59012         hang on OSF/1 5.1 for DIR on both local and remote file systems.
59013         Reported by (and fix confirmed by) Nelson H. F. Beebe.
59014         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59015         error from mntctl.
59016         Use mntctl's return value to drive the entry-processing loop, since
59017         we can't rely on the value of the vmt_length member in the last
59018         entry.  On some systems doing so could result in exhausting
59019         virtual memory.  Based in part on a patch from Mike Jetzer.
59020
59021 2003-08-14  Jim Meyering  <jim@meyering.net>
59022         and Paul Eggert  <eggert@twinsun.com>
59023
59024         Merges from coreutils, plus other fixes.
59025         * lib/physmem.c: Merge in portability changes from gcc/libiberty
59026         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
59027         for credits and details.  Thanks to Kaveh Ghazi for helping
59028         to keep these files in sync.
59029         (ARRAY_SIZE): Define it.
59030         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
59031         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
59032         (memcasecmp): Don't assume size_t fits in unsigned int.
59033         Remove casts and duplicate code.
59034         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
59035         (memcpy): Remove definition.
59036         Merge in some clean-up and optimization changes from glibc.
59037         [BLOCKSIZE]: Move definition to top of file.
59038         Ensure that it is a multiple of 64.
59039         Rearrange loop exit tests so as to avoid performing an
59040         additional fread after encountering an error or EOF.
59041         * lib/md5.h (md5_uintptr): Define.
59042         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59043         return to the initial working directory.  Preserve errno
59044         for caller.
59045         * lib/idcache.c: Include "xalloc.h".
59046         (xmalloc, xrealloc): Remove decls.
59047         (getuser): Remove casts no longer required in C89.
59048         * lib/human.c: Include stdio.h, for sprintf.
59049         * lib/group-member.c: Include "xalloc.h".
59050         (xmalloc, xrealloc): Remove decls.
59051         (get_group_info): Remove casts no longer required in C89.
59052         * lib/getusershell.c (readname): Remove casts no longer required in
59053         C89.
59054         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59055         * lib/getline.c: Whitespace fix, from coreutils.
59056
59057 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59058
59059         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59060         Check for isascii.
59061
59062         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59063         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59064         Undo previous (whitespace-only) change.
59065
59066 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59067
59068         * lib/exclude.c: Include <ctype.h>
59069         (IN_CTYPE_DOMAIN): New macro.
59070         (is_space): New fn.
59071         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59072         and empty lines.
59073
59074         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59075         Undo previous (whitespace-only) change.
59076
59077 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59078
59079         * config/srclist-update: Change update back to the old behavior,
59080         leaving whitespace alone.  Use one 'sed' command rather than a
59081         pipeline.
59082         (fixlicense): Now a variable, not a function.
59083         (remove_trailing_blanks): Remove.
59084         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59085         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59086         Undo previous (whitespace-only) change.
59087
59088 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59089
59090         Merge from coreutils.
59091         * modules/euidaccess: Add lib_SOURCES, include for new
59092         file euidaccess.h
59093
59094 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59095
59096         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59097         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59098         Normalize leading white space and remove trailing white space.
59099
59100         Merge from coreutils
59101         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59102
59103         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59104         0.12.1.  These files are now being upgraded automatically by
59105         ../config/srclist-update.
59106
59107 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59108
59109         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59110         Normalize leading white space and remove trailing white space.
59111         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59112         notice, as per ../config/srclist-update.
59113
59114         Merge from coreutils.
59115         * lib/euidaccess.h: New file.
59116         * lib/euidaccess.c: Include it.
59117         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59118         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59119         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59120
59121 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59122
59123         * config/srclist-update: Add copyright notice.
59124         (remove_id_lines, remove_trailing_blanks): New constants.
59125         (fixfile): Use them to normalize spacing a bit in copied files.
59126         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59127         Normalize leading white space and remove trailing white space.
59128
59129         * config/texinfo.tex: Sync with texinfo.
59130
59131         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59132         strtoul.c from libc, to merge coreutils whitespace changes.
59133
59134         * config/srclist.txt: Get the following m4 files from gettext:
59135         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59136         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59137         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59138         wint_t.m4.
59139
59140 2003-08-12  Karl Berry  <karl@gnu.org>
59141
59142         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59143         been made.
59144
59145 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59146
59147         * modules/gnu-source, m4/gnu-source.m4:
59148         Remove; we're assuming Autoconf 2.54 or later now.
59149         Suggested by Bruno Haible.
59150         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59151
59152 2003-08-11  Bruno Haible  <bruno@clisp.org>
59153
59154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59155
59156 2003-08-11  Bruno Haible  <bruno@clisp.org>
59157
59158         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59159         (vasnprintf): Use it instead of wcslen.
59160
59161 2003-08-11  Bruno Haible  <bruno@clisp.org>
59162
59163         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59164         value to ensure that _Bool promotes to int. Use #define for _Bool when
59165         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59166
59167 2003-08-10  Karl Berry  <karl@gnu.org>
59168
59169         * lib/regex.h: update from libc (whitespace fix).
59170
59171 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59172
59173         Merge some files from coreutils.  These changes were
59174         originally made by Jim Meyering.
59175         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59176         many older Unixes require this.
59177         * lib/alloca.c (alloca): Remove cast to argument of free;
59178         no longer needed in C89.
59179         * lib/alloca_.h, regex.h: Fix white space to match
59180         what GNU indent does.
59181
59182 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59183
59184         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59185         apparently Emacs's Unicode mode got confused before my 2003-08-05
59186         checkin.
59187
59188 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59189
59190         * m4/extensions.m4: New file.
59191         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59192         Require gl_USE_SYSTEM_EXTENSIONS.
59193         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59194         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59195
59196 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59197
59198         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59199         * modules/extensions, modules/gnu-source: New files.
59200         * modules/timespec, modules/unlocked-io: Depend on extensions.
59201
59202 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59203
59204         * modules/restrict: New file.
59205         * MODULES.html.sh (func_all_modules): Add restrict.
59206         * modules/regex: Depend on restrict.
59207
59208 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59209
59210         * m4/restrict.m4: New file.
59211         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59212
59213 2003-08-07  Bruno Haible  <bruno@clisp.org>
59214
59215         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59216         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59217
59218 2003-08-07  Bruno Haible  <bruno@clisp.org>
59219
59220         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59221         makes the module 'getndelim2' compatible with the module 'getline'.
59222
59223 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59224
59225         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59226         byte with "\201" to avoid glitches when editing that source file
59227         with multi-gnome-terminal.
59228
59229 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59230
59231         * lib/bumpalloc.h: Remove.
59232
59233 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59234
59235         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59236         * modules/bumpalloc: Remove.
59237
59238 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59239
59240         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59241         GNU coding style.
59242
59243         Merge from coreutils.
59244         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59245         1. From glibc.
59246         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59247         from Karl Berry, implemented by Jim Meyering.
59248         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59249         from Dmitry V. Levin.
59250         Remove anachronistic cast of xrealloc.
59251         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59252         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59253         type. Otherwise, it wouldn't compile with at least /bin/cc on
59254         ymp-cray-unicos9.0.2.X.
59255         Combine two mostly-identical uses of alloca into one.
59256         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59257
59258 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59259
59260         [From Emacs.]
59261
59262         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59263         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59264         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59265         obsolete NLIST_NAME_UNION.
59266         [__GNU__]: Undef BSD and FSCALE.
59267         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59268
59269 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59270
59271         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59272         an enum type, so that it's guaranteed to promote to int.  See:
59273         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59274
59275 2003-08-03  Karl Berry  <karl@gnu.org>
59276
59277         * config/depcomp: update from automake.
59278
59279 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59280
59281         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59282         (strerror): Don't assume that a printable int fits in 14 bytes.
59283
59284 2003-07-31  Bruno Haible  <bruno@clisp.org>
59285
59286         * modules/getpass-gnu: New file.
59287         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59288
59289 2003-07-31  Bruno Haible  <bruno@clisp.org>
59290
59291         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59292
59293 2003-07-24  Karl Berry  <karl@gnu.org>
59294
59295         * config/missing: update from automake.
59296
59297 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59298             Bruno Haible  <bruno@clisp.org>
59299
59300         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59301         * lib/getline.c (getline, getdelim): Likewise.
59302         Remove _GNU_SOURCE define; now it's defined in config.h through
59303         m4/getline.m4.
59304
59305 2003-07-23  Karl Berry  <karl@gnu.org>
59306
59307         * config/config.sub: update from prep.
59308
59309 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59310
59311         * modules/xalloc (Depends-on): Add exitfail.
59312         * modules/xmemcoll: Likewise.
59313
59314 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59315
59316         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59317         over-parenthesization in macros.
59318
59319         Sync with coreutils.
59320
59321         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59322         required by C99.
59323
59324         Use `exit_failure' for xalloc and xmemcoll instead of their own
59325         private exit-failure variables.
59326         * lib/xalloc.h (xalloc_exit_failure): Remove.
59327         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59328         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59329         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59330         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59331         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59332
59333 2003-07-20  Jim Meyering  <jim@meyering.net>
59334
59335         * modules/closeout (Depends-on): Add exitfail.
59336         Suggestion from Bruno Haible.
59337
59338 2003-07-19  Karl Berry  <karl@gnu.org>
59339
59340         * config/config.sub: update from prep.
59341
59342 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59343
59344         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59345         Remove.
59346         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59347         to test that it can stand by itself.  Include "exitfail.h".
59348         Clients should set exit_failure instead.
59349         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59350
59351 2003-07-18  Bruno Haible  <bruno@clisp.org>
59352
59353         * modules/getndelim2: New file.
59354         * modules/getline: Share files with module getndelim2.
59355         * modules/getnline: Depend on getndelim2 instead of sharing files with
59356         it. Add getnline.c to lib_SOURCES.
59357         * MODULES.html.sh (func_all_modules): Add getndelim2.
59358
59359 2003-07-18  Bruno Haible  <bruno@clisp.org>
59360
59361         * m4/getndelim2.m4: New file.
59362         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59363         invoke gl_PREREQ_GETNDELIM2.
59364         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59365         gl_PREREQ_GETNDELIM2.
59366         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59367         gl_GETNDELIM2.
59368
59369 2003-07-18  Bruno Haible  <bruno@clisp.org>
59370
59371         * lib/getndelim2.h: New file.
59372         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59373         getndelim2.h.
59374         (getndelim2): Make non-static. Change return type to ssize_t.
59375         * lib/getline.h: Change argument names.
59376         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59377         * lib/getnline.c: Include getndelim2.h.
59378
59379 2003-07-18  Andreas Schwab  <schwab@suse.de>
59380
59381         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59382
59383 2003-07-17  Karl Berry  <karl@gnu.org>
59384
59385         * config/config.sub: update from prep.
59386
59387 2003-07-17  Bruno Haible  <bruno@clisp.org>
59388
59389         * modules/getnline: New file.
59390         * modules/getline: Add lib/getndelim2.c to source file list.
59391         * MODULES.html.sh (func_all_modules): Add getnline.
59392
59393 2003-07-17  Bruno Haible  <bruno@clisp.org>
59394
59395         * m4/getnline.m4: New file.
59396
59397 2003-07-17  Bruno Haible  <bruno@clisp.org>
59398
59399         * m4/Makefile.am.in: Remove file.
59400         * m4/Makefile.am: Remove file.
59401         * m4/Makefile.in: Remove file.
59402
59403 2003-07-17  Bruno Haible  <bruno@clisp.org>
59404
59405         * lib/getnline.h: New file.
59406         * lib/getnline.c: New file.
59407         * lib/getndelim2.c: New file, extracted from getline.c.
59408         (getndelim2): Renamed from getdelim2, with added nmax argument.
59409         * lib/getline.c: Include getndelim2.c.
59410         (getdelim2): Moved out to getndelim2.c.
59411         (getline, getdelim): Update.
59412
59413 2003-07-17  Bruno Haible  <bruno@clisp.org>
59414
59415         * lib/Makefile.am: Remove file.
59416         * lib/Makefile.in: Remove file.
59417
59418 2003-07-17  Bruno Haible  <bruno@clisp.org>
59419
59420         * configure.in: Remove file.
59421         * Makefile.in: Remove file.
59422
59423 2003-07-17  Bruno Haible  <bruno@clisp.org>
59424
59425         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59426
59427 2003-07-16  Karl Berry  <karl@gnu.org>
59428
59429         * config/srclist-update: was running fixlicense twice, which caused
59430                 texinfo.tex to be nullified for some reason.  Simplify,
59431                 $gplsrc is no longer needed as far as I can see?
59432
59433 2003-07-16  Jim Meyering  <jim@meyering.net>
59434
59435         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59436
59437 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59438
59439         * config/srclist.txt: Get the following files from gettext-runtime/intl
59440         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59441         ref-del.sin.  From Bruno Haible.
59442         * config/srclist-update (fixfile): Change grep pattern again, since the
59443         previous fix didn't work (there was another trailing $).  Use
59444         '[$]' to escape the $s.
59445
59446 2003-07-15  Karl Berry  <karl@gnu.org>
59447
59448         * lib/vasnprintf.c: update from gettext.
59449
59450 2003-07-15  Karl Berry  <karl@gnu.org>
59451
59452         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59453         gets expanded when surrounded by '$'.
59454
59455 2003-07-15  Jim Meyering  <jim@meyering.net>
59456
59457         * modules/save-cwd: Don't depend on error.  From Derek Price.
59458
59459 2003-07-15  Jim Meyering  <jim@meyering.net>
59460
59461         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59462
59463 2003-07-14  Simon Josefsson  <jas@extundo.com>
59464
59465         * modules/mempcpy: New file.
59466         * MODULES.html.sh (func_all_modules): Add mempcpy.
59467
59468 2003-07-14  Simon Josefsson  <jas@extundo.com>
59469
59470         * m4/mempcpy.m4: New file.
59471
59472 2003-07-14  Simon Josefsson  <jas@extundo.com>
59473
59474         * lib/mempcpy.h: New file.
59475         * lib/mempcpy.c: New file.
59476
59477 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59478
59479         * modules/getdate, modules/posixtm: Depend on mktime.
59480
59481 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59482
59483         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59484         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59485         unicodeio.c, unicodeio.h, unlocked-io.h:
59486         Switch from LGPL to GPL.
59487
59488 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59489
59490         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59491         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59492         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59493         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59494         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59495         updated automatically by ../config/srclist-update.  This changes
59496         their license from LPGL to GPL.
59497
59498 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59499
59500         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59501         assumed to refer to the root of the most recent stable gettext version.
59502         * config/srclistvars.sh: Add defaults for eggert.
59503         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59504         Match "This program" as well as "The program".  This is needed
59505         for gettext.
59506
59507 2003-07-14  Jim Meyering  <jim@meyering.net>
59508
59509         Don't emit diagnostics.  Let callers do that.
59510         * lib/save-cwd.c: Don't include "error.h".
59511         (save_cwd): Don't call error.  Ensure that errno is valid
59512         when returning nonzero.
59513
59514         * lib/save-cwd.h (restore_cwd): Update prototype.
59515         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59516         Simplify.  Don't call error upon failure.  Let callers do that.
59517         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59518         when auditing is enabled.  But don't bother updating the #if.
59519
59520 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59521
59522         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59523         it breaks C++ compilation.
59524         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59525
59526 2003-07-10  Simon Josefsson  <jas@extundo.com>
59527
59528         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59529
59530 2003-07-10  Jim Meyering  <jim@meyering.net>
59531
59532         * m4/clock_time.m4: Remove trailing blank.
59533         * m4/intmax_t.m4: Likewise.
59534
59535 2003-07-10  Jim Meyering  <jim@meyering.net>
59536
59537         * lib/vasnprintf.c: Remove trailing blanks.
59538         Make cpp indentation consistent.
59539
59540 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59541
59542         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59543         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59544         Switch from LGPL to GPL.
59545
59546 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59547
59548         * config/srclist.txt: Sort sublists.  Add
59549         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59550         that differ from gnulib for one reason or another; we'd like this list
59551         to be smaller but for now let's document what we have.
59552
59553 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59554
59555         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59556         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59557         and sweeter "eval x=$x".
59558         * config/srclist.txt: Get lib/argp* from glibc.
59559
59560 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59561
59562         * lib/mktime.c: Fix some boundary cases and remove need for floating
59563         point.
59564
59565         Issue a compile-time diagnostic if time_t is floating point, or if
59566         two's complement arithmetic is not in effect, or if arithmetic
59567         right shift does not propagate the sign.  These assumptions were
59568         all in the original code but they weren't checked.
59569
59570         (TIME_T_MIDPOINT, verify): New macros.
59571         (__isleap): Remove; it has integer overflow problems.
59572         (leapyear): New function, without those problems.
59573         (ydhms_tm_diff): Remove; splitting into two parts.
59574         (ydhms_diff): New function, containing the arithmetic part of
59575         the old ydhms_tm_diff function.  Issue a compile-time
59576         diagnostic if we are not using C99 integer division.
59577         Avoid casts when possible.
59578         (guess_time_tm): New function, containing the checking part of
59579         the old ydhms_tm_diff function.  Return the new value, rather than
59580         the difference between it and the old.  Accept a new argument T
59581         so that *T specifies the old value.  Check for overflow in the result.
59582
59583         (__mktime_internal): Use a time_t offset, not a long int offset.
59584         This undoes the 2003-06-04 change, which is no longer needed now
59585         that we have better overflow checking.
59586         (localtime_offset): Likewise.
59587
59588         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59589         and long are 64-bit but int is only 32-bit.
59590         (ydhms_diff): Use long int to store year1 and yday1.
59591         Issue a compile-time diagnostic if long int is not wide enough.
59592
59593         (__mktime_internal): Use long int to store adjusted year and yday.
59594         Use plain C rather than preprocessor commands, if that doesn't
59595         affect efficiency.
59596         Check for overflow (and try to repair) after each probe
59597         rather than checking only at the very end.  This avoids some bugs
59598         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59599         does not equal GMT offset at maximum time).
59600         Use integer to check for overflow rather than floating point; this
59601         is more portable to non-IEEE hosts, and is a tad faster.
59602         When we detect that we are oscillating between two values,
59603         don't check whether tm_isdst has the requested value, since
59604         we already know the answer.  When tm_isdst has the wrong value,
59605         use a different heuristic to find the right one, based on the
59606         extreme values actually observed in practice in tz2003a,
59607         rather than the (overly optimistic) "previous 3 calendar quarters".
59608
59609         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59610         "T const" to accommodate glibc style.
59611         (check_result): Use less-confusing report format.  "long" -> "long int.
59612         (main): Likewise.
59613         Don't loop if the iteration overflows time_t.
59614         Allow a negative step in the iteration.
59615
59616 2003-07-06  Karl Berry  <karl@gnu.org>
59617
59618         * config/depcomp: update from automake.
59619         * config/config.sub: update from prep.
59620
59621 2003-07-03  Karl Berry  <karl@gnu.org>
59622
59623         * config/config.guess: update from prep.
59624
59625 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59626
59627         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59628         xreadlink.c now includes it unconditionally.
59629
59630 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59631
59632         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59633         having it depend on HAVE_SYS_TYPES_H.
59634
59635 2003-07-01  Bruno Haible  <bruno@clisp.org>
59636
59637         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59638         <sys/types.h> should be sufficient.
59639         Reported by Paul Eggert.
59640
59641 2003-06-26  Karl Berry  <karl@gnu.org>
59642
59643         * config/depcomp: update from automake.
59644
59645 2003-06-26  Bruno Haible  <bruno@clisp.org>
59646
59647         * modules/human: Depend on module stdbool.
59648
59649 2003-06-25  Bruno Haible  <bruno@clisp.org>
59650
59651         * modules/readlink: New file.
59652         * modules/xreadlink: Depend on it.
59653         * MODULES.html.sh (func_all_modules): Add readlink.
59654
59655 2003-06-25  Bruno Haible  <bruno@clisp.org>
59656
59657         * m4/readlink.m4: New file.
59658
59659 2003-06-25  Bruno Haible  <bruno@clisp.org>
59660
59661         * lib/readlink.c: New file.
59662
59663 2003-06-22  Karl Berry  <karl@gnu.org>
59664
59665         * config/srclist.txt: update mkinstalldirs from automake.
59666         * config/mkinstalldirs: update.
59667
59668 2003-06-22  Bruno Haible  <bruno@clisp.org>
59669
59670         Portability to mingw32.
59671         * m4/ssize_t.m4: New file, from GNU gettext.
59672         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59673         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59674
59675 2003-06-22  Bruno Haible  <bruno@clisp.org>
59676
59677         * modules/safe-read: Add m4/ssize_t.m4.
59678         * modules/xreadlink: Add m4/ssize_t.m4.
59679
59680 2003-06-20  Bruno Haible  <bruno@clisp.org>
59681
59682         Assume C89, so PARAMS isn't needed.
59683         * lib/unicodeio.h (PARAMS): Remove.
59684         * lib/unicodeio.c: Don't use PARAMS.
59685
59686 2003-06-18  Karl Berry  <karl@gnu.org>
59687
59688         * config/config.{guess,sub}: update from prep.
59689
59690 2003-06-18  Jim Meyering  <jim@meyering.net>
59691
59692         Merge changes from coreutils.
59693         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59694         Remove explicit declarations of xmalloc and realloc.
59695         Include xalloc.h.
59696         (read_utmp): Remove anachronistic cast of xmalloc.
59697
59698 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59699
59700         Assume C89, so PARAMS isn't needed.
59701         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59702         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59703         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59704         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59705         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59706         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59707         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59708         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59709         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59710         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59711         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59712         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59713         no longer needed. Anyway, config.h should always be included before any
59714         other file.
59715
59716 2003-06-11  Simon Josefsson  <jas@extundo.com>
59717
59718         * modules/sysexits: New file.
59719         * MODULES.html.sh (func_all_modules): Add sysexits.
59720
59721 2003-06-11  Simon Josefsson  <jas@extundo.com>
59722
59723         * lib/sysexit_.h: New file.
59724
59725 2003-06-11  Derek Price  <derek@ximbiot.com>
59726
59727         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59728         necessary.
59729
59730 2003-06-11  Bruno Haible  <bruno@clisp.org>
59731
59732         * m4/sysexits.m4: New file.
59733
59734 2003-06-10  Simon Josefsson  <jas@extundo.com>
59735
59736         * lib/argp.h: New file, from glibc.
59737         * lib/argp-ba.c: New file, from glibc.
59738         * lib/argp-eexst.c: New file, from glibc.
59739         * lib/argp-fmtstream.c: New file, from glibc.
59740         * lib/argp-fmtstream.h: New file, from glibc.
59741         * lib/argp-fs-xinl.c: New file, from glibc.
59742         * lib/argp-help.c: New file, from glibc.
59743         * lib/argp-namefrob.h: New file, from glibc.
59744         * lib/argp-parse.c: New file, from glibc.
59745         * lib/argp-pv.c: New file, from glibc.
59746         * lib/argp-pvh.c: New file, from glibc.
59747         * lib/argp-xinl.c: New file, from glibc.
59748
59749 2003-06-10  Simon Josefsson  <jas@extundo.com>
59750
59751         * modules/strchrnul: New file.
59752
59753 2003-06-10  Simon Josefsson  <jas@extundo.com>
59754
59755         * modules/argp: New file.
59756
59757 2003-06-10  Simon Josefsson  <jas@extundo.com>
59758
59759         * m4/strchrnul.m4: New file.
59760
59761 2003-06-10  Simon Josefsson  <jas@extundo.com>
59762
59763         * lib/strchrnul.h: New file.
59764         * lib/strchrnul.c: New file.
59765
59766 2003-06-10  Bruno Haible  <bruno@clisp.org>
59767
59768         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59769
59770 2003-06-07  Karl Berry  <karl@gnu.org>
59771
59772         * config/config.{guess,sub}: update from prep.
59773
59774 2003-06-07  Jim Meyering  <jim@meyering.net>
59775
59776         * modules/strtod: Use $(...) notation, not @...@ for
59777         AC_REPLACE'd variables.
59778         * modules/localcharset: Likewise.
59779
59780 2003-06-07  Jim Meyering  <jim@meyering.net>
59781
59782         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59783         in place of my name in the copyright comment.
59784         Remove definition and uses of __P.
59785
59786         From coreutils.
59787         * lib/stat.c: Don't declare xmalloc explicitly.
59788         Instead, include "xalloc.h".
59789         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59790         xrealloc, and xcalloc return values.
59791         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59792         Improve comment.
59793         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59794
59795 2003-06-07  Bruno Haible  <bruno@clisp.org>
59796
59797         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59798         avoid AC_CONFIG_LINKS.
59799         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59800         fnmatch.h, to avoid AC_CONFIG_LINKS.
59801         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59802
59803 2003-06-07  Bruno Haible  <bruno@clisp.org>
59804
59805         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59806         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59807         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59808         directory.
59809         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59810         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59811         directory.
59812
59813 2003-06-06  Jim Meyering  <jim@meyering.net>
59814
59815         Merge from coreutils.
59816         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59817         Consolidate declarations and initializations of *_base* locals.
59818
59819         Merge from coreutils.
59820         This avoids a core dump on systems without GNU putenv,
59821         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59822         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59823         (unsetenv): New static function, from GNU libc.
59824         (rpl_putenv): Use it.
59825
59826         * lib/modechange.c: Remove trailing blanks.
59827
59828         Merge from coreutils.
59829         * lib/fsusage.c: Remove declaration of statfs.
59830         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59831
59832         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59833
59834 2003-06-06  Jim Meyering  <jim@meyering.net>
59835
59836         * lib/stdbool_.h: Renamed from stdbool.h.in.
59837
59838 2003-06-06  Jim Meyering  <jim@meyering.net>
59839             Bruno Haible  <bruno@clisp.org>
59840
59841         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59842         Adjust Makefile.am snippet not to redirect directly to target.
59843         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59844
59845 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59846
59847         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59848         mismatch, look in future quarters as well as past.  This fixes a
59849         bug when processing fall-backwards gaps immediately after a long
59850         period of daylight-saving time.
59851
59852         * lib/mktime.c: Assume freestanding C89 or better.
59853         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59854         (__P): Remove; not used.
59855         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59856         (mktime, not_equal_tm, print_tm, check_result,
59857         main): Use prototypes.  Use const * where appropriate.
59858         (main): Fix typo in testing code that uncovered by above changes.
59859         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59860
59861 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59862
59863         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59864         locale.h, localeconv.  This merges changes from coreutils.
59865
59866         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59867         It can be removed after the next Autoconf is released.
59868         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59869         needed.
59870
59871 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59872
59873         * lib/mktime.c: Fix Debian bug 177940
59874         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59875         (localtime_offset): Now long int, not time_t, because we want it
59876         to be guaranteed to be signed.  All uses changed.
59877         (__mktime_internal): If overflow would occur when adding offset,
59878         don't add it.
59879
59880         Merge 'human' changes from coreutils.  Rewrite to support
59881         locale-specific notations like thousands separators.
59882         * lib/human.c: Simplify authorship notice.
59883         Include human.h immediately after config.h.
59884         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59885         <limits.h>: Do not include, since human.h does.
59886         (SIZE_MAX, UINTMAX_MAX): New macros.
59887         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59888         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59889         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59890         (power_letter): Renamed from suffixes.
59891         (generate_suffix_backwards): Remove.
59892         (adjust_value): Now takes int style (because of human.h changes)
59893         and long double value (for greater precision on some platforms).
59894         (group_number): New function.
59895         (human_readable): Use it.  Use integer options, not enum.
59896         Put the options before the sizes in the arg list.
59897         Support all the new options.
59898         The old human_readable function has been removed;
59899         use inttostr.h instead.
59900         (human_readable, default_block_size, humblock):
59901         Use uintmax_t, not int, for block sizes.
59902         (human_readable_inexact, block_size_types): Remove.
59903         (block_size_opts): New constant.
59904         (human_options): Renamed from human_block_size, with new signature
59905         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59906         * lib/human.h: Add copyright and authorship notice.
59907         Include <limits.h> and <stdbool.h> unconditionally.
59908         (PARAMS): Remove.  All uses removed.
59909         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59910         (enum human_inexact_style): Remove tag; now a nameless enum.
59911         (human_floor, human_ceiling, human_round_to_even): Now have
59912         values 2, 0, 1 rather than -1, 1, 0.
59913         (human_group_digits, human_suppress_point_zero, human_autoscale,
59914         human_base_1024, human_SI, human_B): New constants.
59915         (human_readable_inexact, human_block_size): Remove.
59916         (human_readable): Size args are now uintmax_t, not int.
59917         (human_options): New decl.
59918
59919         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59920         unnecessary now that we assume C89 or better.  This change
59921         imported from coreutils.
59922
59923         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59924         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59925         in the 2003-05-30 sync from glibc.
59926
59927         .h files should stand alone, but we shouldn't include <sys/types.h>
59928         if we can get away with just <stddef.h>.
59929
59930         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59931         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59932         rather than <sys/types.h>, as we merely need size_t.
59933         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59934         to get size_t.
59935         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59936         Include <stdio.h>, to get FILE.
59937         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59938         memcasecmp.h has included <stddef.h> and all we need is size_t.
59939         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59940         our interface, instead of including <sys/types.h>
59941
59942 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59943
59944         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59945         now, as glibc mktime is buggy on non-glibc systems.
59946
59947 2003-06-03  Karl Berry  <karl@gnu.org>
59948
59949         * config/config.sub: update from prep.
59950
59951 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59952
59953         [from coreutils]
59954         Fix some minor time-related bugs with POSIX time arguments.
59955         Some valid time stamps were being rejected (notably -1, and
59956         time stamps before 1900 on 64-bit hosts).  And some invalid
59957         time stamps were being accepted, e.g. September 31.
59958
59959         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59960         that we can return (time_t) -1 successfully.
59961         * lib/posixtm.c: Likewise.
59962         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59963         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59964         (t): Remove static var.
59965         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59966         of static var.  All uses changed.
59967         (year): Do not reject years before 1900; they can occur with
59968         64-bit time_t.
59969         (posix_time_parse): Do not check for out-of-range components;
59970         that is now the caller's responsibility, since our checks were
59971         only approximations.
59972         (posixtime): Use mktime to check for out-of-range components,
59973         since it knows them exactly.
59974         If mktime returns (time_t) -1, check whether an error actually occurred
59975         by invoking localtime on -1.
59976         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59977         posixtime failures better.
59978         Improve the test data (in comments only).
59979
59980 2003-06-02  Karl Berry  <karl@gnu.org>
59981
59982         * config/mkinstalldirs (version): new variable.
59983         (--version): new option.
59984         (usage): improve message.
59985
59986 2003-05-30  Karl Berry  <karl@gnu.org>
59987
59988         * lib/mktime.c: update from libc.
59989
59990 2003-05-30  Bruno Haible  <bruno@clisp.org>
59991
59992         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59993         * config/config.rpath: Upgrade to gettext-0.12.1.
59994
59995 2003-05-30  Bruno Haible  <bruno@clisp.org>
59996
59997         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59998         * m4/nls.m4: New file, from gettext-0.12.1.
59999         * m4/po.m4: New file, from gettext-0.12.1.
60000         * m4/progtest.m4: Upgrade to gettext-0.12.1.
60001
60002 2003-05-30  Bruno Haible  <bruno@clisp.org>
60003
60004         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
60005         * lib/localcharset.h: Likewise.
60006         * lib/localcharset.c: Likewise.
60007
60008 2003-05-29  Karl Berry  <karl@gnu.org>
60009
60010         * config/config.rpath: update from gettext.
60011
60012 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60013
60014         Assume the headers required for C89 freestanding compilers.
60015         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
60016         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
60017         * m4/human.m4 (gl_HUMAN): Likewise.
60018         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
60019         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
60020         * m4/userspec.m4 (gl_USERSPEC): Likewise.
60021         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
60022         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
60023         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
60024
60025 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60026
60027         Assume the headers required for C89 freestanding compilers.
60028         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
60029         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
60030         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
60031         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
60032         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
60033         define, since <limits.h> is guaranteed to do that.
60034         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
60035         * lib/exclude.c: Include <stdbool.h> unconditionally.
60036         * lib/tempname.c: Include <stddef.h> unconditionally.
60037         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
60038         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
60039         <stddef.h> does that.
60040         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60041         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60042         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60043         needed.
60044         * lib/xstrtol.c: Likewise.
60045         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60046         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60047
60048         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60049         warnings on some platforms.
60050
60051         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60052         arbitrarily.
60053
60054 2003-05-26  Jim Meyering  <jim@meyering.net>
60055
60056         Merge in a change from coreutils:
60057         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60058         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60059         that condition, rather than `-1' which is slightly misleading.
60060         Change the name of the cache variable to have the gl_ prefix.
60061         Prompted by a patch from Richard Dawe for DJGPP.
60062
60063 2003-05-24  Karl Berry  <karl@gnu.org>
60064
60065         * config/config.guess: update from prep.
60066
60067 2003-05-22  Karl Berry  <karl@gnu.org>
60068
60069         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60070
60071 2003-05-20  Karl Berry  <karl@gnu.org>
60072
60073         * config/config.guess: update from prep.
60074
60075 2003-05-18  Karl Berry  <karl@gnu.org>
60076
60077         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60078         might actually be set by the user.
60079
60080         * config/depcomp, install-sh, mdate-sh: update from automake.
60081
60082 2003-05-17  Bruno Haible  <bruno@clisp.org>
60083
60084         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60085         invalid expansion for AC_EGREP_CPP.
60086         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60087         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60088         Suggested by Akim Demaille <akim@epita.fr> in
60089         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60090
60091 2003-05-12  Jim Meyering  <jim@meyering.net>
60092
60093         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60094         the space-padded-by-default conversion specifiers, %e, %k, %l.
60095
60096 2003-05-12  Bruno Haible  <bruno@clisp.org>
60097
60098         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60099         the string is longer than 4 KB.
60100
60101 2003-05-11  Karl Berry  <karl@gnu.org>
60102
60103         * config/config.{guess,sub}: update from prep.
60104
60105 2003-05-09  Bruno Haible  <bruno@clisp.org>
60106
60107         * modules/error: Add m4/strerror_r.m4 to file list.
60108
60109 2003-05-03  Bruno Haible  <bruno@clisp.org>
60110
60111         Upgrade to Unicode-4.0.
60112         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60113         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60114         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60115         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60116         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60117         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60118         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60119         Change width of U+E0100..U+E01EF from 1 to 0.
60120
60121 2003-04-25  Jim Meyering  <jim@meyering.net>
60122
60123         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60124         of type size_t, not int.
60125
60126 2003-04-25  Bruno Haible  <bruno@clisp.org>
60127
60128         * lib/copy-file.c: Include <stddef.h>, for size_t.
60129
60130 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60131
60132         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60133         code which expansion is under static control.  Patch imported from
60134         Akim Demaille's patch to Bison; see
60135         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60136
60137 2003-04-14  Bruno Haible  <bruno@clisp.org>
60138
60139         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60140
60141 2003-04-11  Jim Meyering  <jim@meyering.net>
60142
60143         Merge changes from Coreutils.
60144
60145         2003-03-22  Jim Meyering  <jim@meyering.net>
60146
60147         * lib/strftime.c (widen): Cast alloca return value to proper type.
60148
60149         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60150
60151         From GNU libc.
60152         * lib/strftime.c (my_strftime): Handle very large width
60153         specifications for numeric values correctly.  Improve checks for
60154         overflow.
60155
60156         2003-01-19  Jim Meyering  <jim@meyering.net>
60157
60158         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60159         definitions.
60160         (nl_get_alt_digit) [! defined my_strftime]: Define.
60161         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60162         _nl_get_alt_digit and _nl_get_walt_digit.
60163
60164         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60165         libc. These changes have no effect outside of _LIBC.
60166
60167 2003-04-10  Bruno Haible  <bruno@clisp.org>
60168
60169         * modules/findprog: New file.
60170         * MODULES.html.sh (func_all_modules): Add it.
60171
60172 2003-04-10  Bruno Haible  <bruno@clisp.org>
60173
60174         * m4/findprog.m4: New file.
60175         * m4/eaccess.m4: New file.
60176
60177 2003-04-10  Bruno Haible  <bruno@clisp.org>
60178
60179         * lib/findprog.h: New file, from GNU gettext.
60180         * lib/findprog.c: New file, from GNU gettext.
60181
60182 2003-04-05  Jim Meyering  <jim@meyering.net>
60183
60184         Merge changes from Coreutils.
60185
60186         * lib/exclude.h (PARAMS): Remove definition and uses.
60187         * lib/exclude.c: Remove uses of `PARAMS'.
60188
60189         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60190         Add test-cases for DOS filenames. Declare program_name.
60191         (main): Set up program_name.  Patch by Rich Dawe.
60192
60193         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60194         error from mntctl.
60195         Use mntctl's return value to drive the entry-processing loop, since
60196         we can't rely on the value of the vmt_length member in the last
60197         entry.  On some systems doing so could result in exhausting
60198         virtual memory.  Based in part on a patch from Mike Jetzer.
60199
60200 2003-04-04  Bruno Haible  <bruno@clisp.org>
60201
60202         * modules/linebreak: New file.
60203         * MODULES.html.sh (func_all_modules): Add it.
60204
60205 2003-04-04  Bruno Haible  <bruno@clisp.org>
60206
60207         * m4/linebreak.m4: New file.
60208
60209 2003-04-04  Bruno Haible  <bruno@clisp.org>
60210
60211         * lib/linebreak.h: New file, from GNU gettext.
60212         * lib/linebreak.c: New file, from GNU gettext with slight
60213         modifications.
60214         * lib/lbrkprop.h: New file, from GNU gettext.
60215
60216 2003-04-03  Bruno Haible  <bruno@clisp.org>
60217
60218         * modules/utf8-ucs4: New file.
60219         * modules/utf16-ucs4: New file.
60220         * modules/ucs4-utf8: New file.
60221         * modules/ucs4-utf16: New file.
60222         * MODULES.html.sh (func_all_modules): Add them.
60223
60224 2003-04-03  Bruno Haible  <bruno@clisp.org>
60225
60226         * m4/utf-ucs4.m4: New file.
60227         * m4/ucs4-utf.m4: New file.
60228
60229 2003-04-03  Bruno Haible  <bruno@clisp.org>
60230
60231         * lib/utf8-ucs4.h: New file, from GNU gettext.
60232         * lib/utf16-ucs4.h: New file, from GNU gettext.
60233         * lib/ucs4-utf8.h: New file, from GNU gettext.
60234         * lib/ucs4-utf16.h: New file, from GNU gettext.
60235
60236 2003-04-02  Bruno Haible  <bruno@clisp.org>
60237
60238         * modules/binary-io: New file.
60239         * MODULES.html.sh (func_all_modules): Add it.
60240
60241 2003-04-02  Bruno Haible  <bruno@clisp.org>
60242
60243         * lib/binary-io.h: New file, from GNU gettext.
60244
60245 2003-04-01  Bruno Haible  <bruno@clisp.org>
60246
60247         * modules/pathname: New file.
60248         * MODULES.html.sh (func_all_modules): Add it.
60249
60250 2003-04-01  Bruno Haible  <bruno@clisp.org>
60251
60252         * lib/pathname.h: New file, from GNU gettext.
60253         * lib/concatpath.c: New file, from GNU gettext.
60254
60255 2003-03-30  Bruno Haible  <bruno@clisp.org>
60256
60257         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60258
60259 2003-03-30  Bruno Haible  <bruno@clisp.org>
60260
60261         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60262         function chown() doesn't exist.
60263
60264 2003-03-28  Bruno Haible  <bruno@clisp.org>
60265
60266         * modules/copy-file: New file.
60267         * MODULES.html.sh (func_all_modules): Add it.
60268
60269 2003-03-28  Bruno Haible  <bruno@clisp.org>
60270
60271         * m4/copy-file.m4: New file.
60272
60273 2003-03-28  Bruno Haible  <bruno@clisp.org>
60274
60275         * lib/copy-file.h: New file, from GNU gettext.
60276         * lib/copy-file.c: New file, from GNU gettext.
60277
60278 2003-03-18  Jim Meyering  <jim@meyering.net>
60279
60280         * lib/quote.c (quote_n): Fix typo in comment.
60281
60282 2003-03-18  Bruno Haible  <bruno@clisp.org>
60283
60284         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60285         checking.
60286         * m4/onceonly_2_57.m4: Likewise.
60287
60288 2003-03-17  Bruno Haible  <bruno@clisp.org>
60289
60290         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60291         (m4_quote): Remove macro.
60292         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60293
60294 2003-03-14  Jim Meyering  <jim@meyering.net>
60295
60296         Merge changes from Coreutils.
60297         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60298         to be const, in order to avoid warnings.
60299         (obstack_room): Likewise.
60300         (obstack_empty_p): Likewise.
60301
60302 2003-03-14  Bruno Haible  <bruno@clisp.org>
60303
60304         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60305         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60306
60307 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60308
60309         Merge changes from Bison.
60310         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60311         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60312         when compiling Bison 1.875's `bitset bset = obstack_alloc
60313         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60314         * lib/hash.c: Include <stdbool.h> unconditionally.
60315
60316 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60317
60318         * m4/onceonly.m4 (m4_quote): New macro.
60319         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60320         Quote AC_FOREACH variable-expansions properly.
60321
60322 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60323
60324         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60325
60326 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60327
60328         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60329         Reported by Bruce Becker; see:
60330         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60331
60332 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60333             Bruno Haible  <bruno@clisp.org>
60334
60335         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60336         Reported by John Hughes, see
60337         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60338
60339 2003-02-20  Bruno Haible  <bruno@clisp.org>
60340
60341         * MODULES.html.sh (func_all_modules): Add poll.
60342
60343 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60344
60345         * modules/poll: New file.
60346
60347 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60348
60349         * lib/poll_.h: New file.
60350         * lib/poll.c: New file.
60351
60352 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60353
60354         * m4/poll.m4: New file.
60355
60356 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60357
60358         * modules/mathl: New file.
60359
60360 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60361
60362         * lib/mathl.h: New file.
60363         * lib/acosl.c: New file.
60364         * lib/asinl.c: New file.
60365         * lib/atanl.c: New file.
60366         * lib/ceill.c: New file.
60367         * lib/cosl.c: New file.
60368         * lib/expl.c: New file.
60369         * lib/floorl.c: New file.
60370         * lib/frexpl.c: New file.
60371         * lib/ldexpl.c: New file.
60372         * lib/logl.c: New file.
60373         * lib/sincosl.c: New file.
60374         * lib/sinl.c: New file.
60375         * lib/sqrtl.c: New file.
60376         * lib/tanl.c: New file.
60377         * lib/trigl.c: New file.
60378         * lib/trigl.h: New file.
60379
60380 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60381
60382         * m4/mathl.m4: New file.
60383
60384 2003-02-18  Bruno Haible  <bruno@clisp.org>
60385
60386         * MODULES.html.sh (func_all_modules): Add mathl.
60387
60388 2003-02-17  Bruno Haible  <bruno@clisp.org>
60389
60390         * modules/mkdtemp: New module.
60391         * MODULES.html.sh (func_all_modules): Add it.
60392
60393 2003-02-17  Bruno Haible  <bruno@clisp.org>
60394
60395         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60396
60397 2003-02-17  Bruno Haible  <bruno@clisp.org>
60398
60399         * lib/mkdtemp.h: New file, from GNU gettext.
60400         * lib/mkdtemp.c: New file, from GNU gettext.
60401
60402 2003-02-02  Jim Meyering  <jim@meyering.net>
60403
60404         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60405         e.g. glibc-2.2.93.
60406
60407 2003-01-31  Bruno Haible  <bruno@clisp.org>
60408
60409         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60410         'rpl_rename'.
60411         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60412         'rpl_strnlen'.
60413         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60414         'rpl_strtod'.
60415         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60416         'rpl_utime'.
60417
60418 2003-01-31  Bruno Haible  <bruno@clisp.org>
60419
60420         * lib/rename.c: #undef rename before defining rpl_rename.
60421         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60422
60423 2003-01-30  Bruno Haible  <bruno@clisp.org>
60424
60425         * modules/vasnprintf, modules/vasprintf: New modules.
60426         * MODULES.html.sh (func_all_modules): Add them.
60427
60428 2003-01-30  Bruno Haible  <bruno@clisp.org>
60429
60430         * m4/signed.m4: New file, from GNU gettext.
60431         * m4/longdouble.m4: New file, from GNU gettext.
60432         * m4/wchar_t.m4: New file, from GNU gettext.
60433         * m4/wint_t.m4: New file, from GNU gettext.
60434         * m4/vasnprintf.m4: New file.
60435         * m4/vasprintf.m4: New file.
60436
60437 2003-01-30  Bruno Haible  <bruno@clisp.org>
60438
60439         * lib/printf-args.h: New file, from GNU gettext.
60440         * lib/printf-args.c: New file, from GNU gettext.
60441         * lib/printf-parse.h: New file, from GNU gettext.
60442         * lib/printf-parse.c: New file, from GNU gettext.
60443         * lib/vasnprintf.h: New file, from GNU gettext.
60444         * lib/vasnprintf.c: New file, from GNU gettext.
60445         * lib/asnprintf.c: New file, from GNU gettext.
60446         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60447         * lib/vasprintf.c: New file, from GNU gettext.
60448         * lib/asprintf.c: New file, from GNU gettext.
60449
60450 2003-01-29  Bruno Haible  <bruno@clisp.org>
60451
60452         * modules/stpncpy: New module.
60453         * MODULES.html.sh (func_all_modules): Add it.
60454
60455 2003-01-29  Bruno Haible  <bruno@clisp.org>
60456
60457         * m4/stpncpy.m4: New file.
60458
60459 2003-01-29  Bruno Haible  <bruno@clisp.org>
60460
60461         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60462         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60463
60464 2003-01-28  Bruno Haible  <bruno@clisp.org>
60465
60466         * modules/c-ctype: New module.
60467         * MODULES.html.sh (func_all_modules): Add it.
60468
60469 2003-01-28  Bruno Haible  <bruno@clisp.org>
60470
60471         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60472         Paul Eggert.
60473         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60474         Paul Eggert.
60475
60476 2003-01-27  Bruno Haible  <bruno@clisp.org>
60477
60478         * modules/xsetenv: New module.
60479         * MODULES.html.sh (func_all_modules): Add it.
60480
60481 2003-01-27  Bruno Haible  <bruno@clisp.org>
60482
60483         * lib/xsetenv.h: New file, from GNU gettext.
60484         * lib/xsetenv.c: New file, from GNU gettext.
60485
60486 2003-01-23  Jim Meyering  <jim@meyering.net>
60487
60488         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60489         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60490
60491 2003-01-23  Bruno Haible  <bruno@clisp.org>
60492
60493         * modules/minmax: New module.
60494         * MODULES.html.sh (func_all_modules): Add it.
60495
60496 2003-01-23  Bruno Haible  <bruno@clisp.org>
60497
60498         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60499         Eggert.
60500
60501 2003-01-22  Bruno Haible  <bruno@clisp.org>
60502
60503         * modules/exit: New module.
60504         * MODULES.html.sh (func_all_modules): Add it.
60505
60506 2003-01-22  Bruno Haible  <bruno@clisp.org>
60507
60508         * lib/exit.h: New file, from GNU gettext.
60509
60510 2003-01-19  Bruno Haible  <bruno@clisp.org>
60511
60512         * gnulib-tool: Recognize option --extract-maintainer.
60513         (func_get_maintainer): New function.
60514         * modules/*: Add Maintainer entry.
60515
60516 2003-01-16  Jim Meyering  <jim@meyering.net>
60517
60518         * m4/regex.m4: The `regex' struct is both input and output.
60519         Initialize it before each use.  Patch by Tim Waugh.
60520
60521 2003-01-16  Bruno Haible  <bruno@clisp.org>
60522
60523         * MODULES.html.sh: Add a table of contents. Add the module name as
60524         leftmost column. Add hyperlinks.
60525
60526 2003-01-15  Bruno Haible  <bruno@clisp.org>
60527
60528         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60529
60530 2003-01-15  Bruno Haible  <bruno@clisp.org>
60531
60532         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60533         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60534         suffix.
60535
60536 2003-01-15  Bruno Haible  <bruno@clisp.org>
60537
60538         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60539
60540 2003-01-15  Bruno Haible  <bruno@clisp.org>
60541
60542         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60543         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60544
60545 2003-01-14  Jim Meyering  <jim@meyering.net>
60546
60547         * lib/same.c (same_name): Tweak a comment.
60548
60549 2003-01-14  Bruno Haible  <bruno@clisp.org>
60550
60551         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60552         when a string comparison is sufficient.
60553
60554 2003-01-14  Bruno Haible  <bruno@clisp.org>
60555
60556         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60557         'unsigned int'.
60558
60559 2003-01-14  Bruno Haible  <bruno@clisp.org>
60560
60561         * lib/hash-pjw.c: Add comment about low quality of this function.
60562
60563 2003-01-13  Bruno Haible  <bruno@clisp.org>
60564
60565         * modules/stpcpy: Distribute lib/stpcpy.h.
60566         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60567
60568 2003-01-13  Bruno Haible  <bruno@clisp.org>
60569
60570         * modules/*: Add a description.
60571         * modules/strpbrk: Fix Makefile.am snippet.
60572         * modules/strtoimax: Fix dependencies.
60573         * modules/strtoumax: Likewise.
60574
60575 2003-01-13  Bruno Haible  <bruno@clisp.org>
60576
60577         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60578         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60579         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60580
60581 2003-01-13  Bruno Haible  <bruno@clisp.org>
60582
60583         * gnulib-tool (func_create_testdir): Store config/* files in the main
60584         directory.
60585         * config.rpath: Move to ...
60586         * config/config.rpath: ... here.
60587         * modules/gettext: Contains config/config.rpath, not config.rpath.
60588         * modules/iconv: Likewise.
60589
60590 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60591
60592         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60593         to avoid collisions with libcurses and libreadline.
60594
60595         * m4/getstr.m4: Remove.
60596         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60597
60598 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60599
60600         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60601         to avoid collisions with libcurses and libreadline.
60602
60603         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60604         * lib/getstr.h, getstr.c: Remove.
60605         * lib/getline.c: Include "getline.h", to check interface.
60606         Move body of old getstr.c here: this defines MIN_CHUNK and
60607         declares getdelim2, which is renamed from getstr.
60608         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60609
60610         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60611         All uses changed.
60612         * lib/linebuffer.h: Likewise.
60613         (readline): Remove backward-compatibility macro.
60614
60615 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60616
60617         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60618         to avoid collisions with libcurses and libreadline.
60619         * getstr: Remove.
60620         * MODULES.html.sh: Remove getstr.
60621         * modules/getline: Depend on unlocked-io, not getstr.
60622
60623 2003-01-12  Jim Meyering  <jim@meyering.net>
60624
60625         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60626
60627 2003-01-10  Bruno Haible  <bruno@clisp.org>
60628
60629         * modules/alloca: Change Makefile.am requirements. Simplify Include
60630         requirements. Add lib/alloca_.h to file list.
60631
60632 2003-01-10  Bruno Haible  <bruno@clisp.org>
60633
60634         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60635
60636 2003-01-10  Bruno Haible  <bruno@clisp.org>
60637
60638         * lib/alloca_.h: New file.
60639         * lib/getdate.y: Unconditionally include alloca.h.
60640         * lib/makepath.c: Likewise.
60641         * lib/setenv.c: Likewise.
60642         * lib/userspec.c: Likewise.
60643
60644 2003-01-09  Karl Berry  <karl@gnu.org>
60645
60646         * MODULES.html.sh: include `dirname $0` in PATH, to find
60647         gnulib-tool.
60648
60649 2003-01-09  Bruno Haible  <bruno@clisp.org>
60650
60651         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60652         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60653
60654 2003-01-09  Bruno Haible  <bruno@clisp.org>
60655
60656         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60657
60658 2003-01-09  Bruno Haible  <bruno@clisp.org>
60659
60660         * lib/stdbool.h.in: New file.
60661
60662 2003-01-09  Bruno Haible  <bruno@clisp.org>
60663
60664         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60665         * MODULES.html.sh: Likewise.
60666
60667 2003-01-08  Jim Meyering  <jim@meyering.net>
60668
60669         * lib/full-write.c: Undefine and define-away `const' after inclusion
60670         of errno.h, not before.  Suggestion from Bruno Haible.
60671
60672 2003-01-08  Bruno Haible  <bruno@clisp.org>
60673
60674         * modules/full-read: Depend on full-write.
60675
60676 2003-01-08  Bruno Haible  <bruno@clisp.org>
60677
60678         * lib/safe-read.c: Include specification header first, to ensure its
60679         selfcontainedness.
60680         * lib/full-write.c: Likewise.
60681
60682 2003-01-07  Jim Meyering  <jim@meyering.net>
60683
60684         * lib/full-write.c: Rework so that it may serve to define full_read,
60685         too.
60686         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60687
60688 2003-01-07  Bruno Haible  <bruno@clisp.org>
60689
60690         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60691         <inttypes.h>.
60692         * lib/xstrtol.h: Likewise.
60693         * lib/xstrtoimax.c: Likewise.
60694         * lib/xstrtoumax.c: Likewise.
60695         * lib/human.h: Likewise.
60696
60697         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60698         on systems that have <inttypes.h> but not <stdint.h>.
60699
60700 2003-01-07  Bruno Haible  <bruno@clisp.org>
60701
60702         * MODULES.html.sh: Add copyright notice.
60703         (missed_files): Omit CVS directory entries.
60704         (func_module): Make it work with sed-3.02.
60705         * MODULES.txt: Remove file.
60706
60707 2003-01-06  Jim Meyering  <jim@meyering.net>
60708
60709         * lib/version-etc.c: Update year in translatable copyright string.
60710
60711 2003-01-03  Karl Berry  <karl@gnu.org>
60712
60713         * config/config.{guess,sub}: update from prep.
60714
60715 2003-01-02  Karl Berry  <karl@gnu.org>
60716
60717         * doc/COPYING.DOC: belatedly updated to 1.2.
60718
60719 2003-01-01  Karl Berry  <karl@gnu.org>
60720
60721         * gnulib-tool (func_verify_module): report module name $module in
60722         error message, not $1.
60723         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60724         be created, only if it doesn't exist.
60725         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60726
60727 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60728
60729         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60730
60731 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60732
60733         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60734         memcmp if strcoll doesn't work.
60735
60736 2002-12-31  Bruno Haible  <bruno@clisp.org>
60737
60738         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60739         nonempty.
60740
60741 2002-12-31  Bruno Haible  <bruno@clisp.org>
60742
60743         * lib/memcoll.c (STRCOLL): New macro.
60744         (memcoll): Use it.
60745
60746 2002-12-31  Bruno Haible  <bruno@clisp.org>
60747
60748         * lib/localcharset.h: New file.
60749         * lib/localcharset.c: Include it.
60750         * lib/unicodeio.c: Likewise.
60751
60752 2002-12-31  Bruno Haible  <bruno@clisp.org>
60753
60754         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60755         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60756
60757 2002-12-31  Bruno Haible  <bruno@clisp.org>
60758
60759         * lib/getline.h: Include <stddef.h>, for size_t.
60760
60761         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60762         * lib/unicodeio.c: Don't include <stddef.h>.
60763
60764 2002-12-31  Bruno Haible  <bruno@clisp.org>
60765
60766         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60767         HAVE_TM_ZONE.
60768
60769 2002-12-24  Karl Berry  <karl@gnu.org>
60770
60771         * config/config.guess: update from prep.
60772
60773 2002-12-24  Bruno Haible  <bruno@clisp.org>
60774
60775         General infrasructure.
60776         * m4/README: Rewritten.
60777         * m4/onceonly.m4: New file.
60778         * m4/onceonly_2_57.m4: New file.
60779
60780         Module atexit.
60781         * m4/atexit.m4: New file.
60782
60783         Module strtod.
60784         * m4/strtod.m4: New file.
60785
60786         Module strtol.
60787         * m4/strtol.m4: New file.
60788
60789         Module strtoul.
60790         * m4/strtoul.m4: New file.
60791
60792         Module memchr.
60793         * m4/memchr.m4: New file.
60794
60795         Module memcmp.
60796         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60797         (jm_FUNC_MEMCMP): Invoke it.
60798
60799         Module memcpy.
60800         * m4/memcpy.m4: New file.
60801
60802         Module memmove.
60803         * m4/memmove.m4: New file.
60804
60805         Module memset.
60806         * m4/memset.m4: New file.
60807
60808         Module strcspn.
60809         * m4/strcspn.m4: New file.
60810
60811         Module strpbrk.
60812         * m4/strpbrk.m4: New file.
60813
60814         Module strstr.
60815         * m4/strstr.m4: New file.
60816
60817         Module strerror.
60818         * m4/strerror.m4: New file.
60819
60820         Module mktime.
60821         * m4/mktime.m4: Renamed from jm-mktime.m4.
60822         (gl_PREREQ_MKTIME): New macro.
60823         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60824
60825         Module malloc.
60826         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60827         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60828         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60829
60830         Module realloc.
60831         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60832         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60833         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60834
60835         Module strftime.
60836         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60837         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60838         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60839         gl_TM_GMTOFF.
60840         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60841
60842         Module xalloc.
60843         * m4/xalloc.m4: New file.
60844
60845         Module alloca.
60846         * m4/alloca.m4: New file.
60847
60848         Module putenv.
60849         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60850         (jm_FUNC_PUTENV): Invoke it.
60851
60852         Module setenv.
60853         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60854         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60855         when invoked twice.
60856         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60857         gt_FUNC_SETENV.
60858
60859         Module memrchr.
60860         * m4/memrchr.m4: New file.
60861
60862         Module stpcpy.
60863         * m4/stpcpy.m4: New file.
60864
60865         Module strcase.
60866         * m4/strcase.m4: New file.
60867
60868         Module strdup.
60869         * m4/strdup.m4: New file.
60870
60871         Module strnlen.
60872         * m4/strnlen.m4: New file.
60873
60874         Module strndup.
60875         * m4/strndup.m4: New file.
60876
60877         Module xstrtod.
60878         * m4/xstrtod.m4: New file.
60879
60880         Module xstrtol.
60881         * m4/xstrtol.m4: New file.
60882
60883         Module getdate.
60884         * m4/getdate.m4: New file.
60885
60886         Module unlocked-io.
60887         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60888         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60889         * m4/jm-glibc-io.m4n: Remove file.
60890
60891         Module long-options.
60892         * m4/long-options.m4: New file.
60893
60894         Module md5.
60895         * m4/md5.m4: New file.
60896
60897         Module sha.
60898         * m4/sha.m4: New file.
60899
60900         Module getstr.
60901         * m4/getstr.m4: New file.
60902
60903         Module getline.
60904         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60905         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60906         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60907         simply getline. Infoke gl_PREREQ_GETLINE.
60908
60909         Module obstack.
60910         * m4/obstack.m4: New file.
60911
60912         Module hash.
60913         * m4/hash.m4: New file.
60914
60915         Module readtokens.
60916         * m4/readtokens.m4: New file.
60917
60918         Module strverscmp.
60919         * m4/strverscmp.m4: New file.
60920
60921         Module stdbool.
60922         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60923         OSF/1.
60924
60925         Module strtoll.
60926         * m4/strtoll.m4: New file.
60927
60928         Module strtoull.
60929         * m4/strtoull.m4: New file.
60930
60931         Module strtoimax.
60932         * m4/strtoimax.m4: New file.
60933
60934         Module strtoumax.
60935         * m4/strtoumax.m4: New file.
60936
60937         Module xstrtoimax.
60938         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60939         jm_AC_PREREQ_XSTRTOIMAX.
60940         Moved the strtol prerequisites to strtol.m4.
60941         Moved the strtoll prerequisites to strtoll.m4.
60942         Moved the strtoimax prerequisites to strtoimax.m4.
60943
60944         Module xstrtoumax.
60945         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60946         jm_AC_PREREQ_XSTRTOUMAX.
60947         Moved the strtoul prerequisites to strtoul.m4.
60948         Moved the strtoull prerequisites to strtoull.m4.
60949         Moved the strtoumax prerequisites to strtoumax.m4.
60950
60951         Module chown.
60952         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60953         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60954
60955         Module dup2.
60956         * m4/dup2.m4: New file.
60957
60958         Module ftruncate.
60959         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60960         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60961
60962         Module getgroups.
60963         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60964         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60965
60966         Module gettimeofday.
60967         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60968         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60969         gl_PREREQ_GETTIMEOFDAY.
60970
60971         Module mkdir.
60972         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60973         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60974
60975         Module mkstemp.
60976         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60977         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60978         jm_AC_TYPE_UINTMAX_T.
60979         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60980
60981         Module stat.
60982         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60983         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60984
60985         Module lstat.
60986         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60987         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60988
60989         Module timespec.
60990         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60991         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60992         * m4/st_mtim.m4: Indentation.
60993
60994         Module nanosleep.
60995         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60996         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60997         gl_PREREQ_NANOSLEEP.
60998
60999         Module regex.
61000         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
61001         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
61002         (gl_REGEX): New macro.
61003
61004         Module rename.
61005         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
61006         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
61007
61008         Module rmdir.
61009         * m4/rmdir.m4: New file.
61010
61011         Module utime.
61012         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
61013         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
61014         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
61015
61016         Module dirname.
61017         * m4/dirname.m4: New file.
61018
61019         Module getopt.
61020         * m4/getopt.m4: New file.
61021
61022         Module unistd-safer.
61023         * m4/unistd-safer.m4: New file.
61024
61025         Module fnmatch.
61026         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
61027         declaration.
61028         (gl_PREREQ_FNMATCH_EXTRA): New macro.
61029         (gl_FUNC_FNMATCH_POSIX): New macro.
61030         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
61031         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
61032         simply fnmatch.
61033
61034         Module exclude.
61035         * m4/exclude.m4: New file.
61036
61037         Module human.
61038         * m4/human.m4: New file.
61039
61040         Module acl.
61041         * m4/acl.m4: Nop.
61042
61043         Module backupfile.
61044         * m4/backupfile.m4: New file.
61045         * m4/d-ino.m4: Indentation.
61046
61047         Module fsusage.
61048         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61049         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61050         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61051
61052         Module dirfd.
61053         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61054         requirements.
61055
61056         Module euidaccess.
61057         * m4/euidaccess.m4: New file.
61058
61059         Module file-type.
61060         * m4/file-type.m4: New file.
61061
61062         Module fileblocks.
61063         * m4/fileblocks.m4: New file.
61064
61065         Module filemode.
61066         * m4/filemode.m4: New file.
61067
61068         Module isdir.
61069         * m4/isdir.m4: New file.
61070
61071         Module lchown.
61072         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61073         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61074
61075         Module makepath.
61076         * m4/makepath.m4: New file.
61077
61078         Module modechange.
61079         * m4/modechange.m4: New file.
61080
61081         Module mountlist.
61082         * m4/mountlist.m4: New file.
61083         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61084         Indentation.
61085
61086         Module path-concat.
61087         * m4/path-concat.m4: New file.
61088
61089         Module pathmax.
61090         * m4/pathmax.m4: New file.
61091
61092         Module same.
61093         * m4/same.m4: New file.
61094
61095         Module save-cwd.
61096         * m4/save-cwd.m4: New file.
61097
61098         Module savedir.
61099         * m4/savedir.m4: New file.
61100
61101         Module xgetcwd.
61102         * m4/xgetcwd.m4: New file.
61103         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61104
61105         Module xreadlink.
61106         * m4/xreadlink.m4: New file.
61107
61108         Module safe-read.
61109         * m4/safe-read.m4: New file.
61110
61111         Module safe-write.
61112         * m4/safe-write.m4: New file.
61113
61114         Module closeout.
61115         * m4/closeout.m4: New file.
61116
61117         Module stdio-safer.
61118         * m4/stdio-safer.m4: New file.
61119
61120         Module getpass.
61121         * m4/getpass.m4: New file.
61122
61123         Module getugroups.
61124         * m4/getugroups.m4: New file.
61125
61126         Module group-member.
61127         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61128         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61129
61130         Module idcache.
61131         * m4/idcache.m4: New file.
61132
61133         Module userspec.
61134         * m4/userspec.m4: New file.
61135
61136         Module gettime.
61137         * m4/clock_time.m4: New file.
61138         * m4/gettime.m4: New file.
61139
61140         Module settime.
61141         * m4/settime.m4: New file.
61142
61143         Module posixtm.
61144         * m4/posixtm.m4: New file.
61145
61146         Module gethostname.
61147         * m4/gethostname.m4: New file.
61148
61149         Module canon-host.
61150         * m4/canon-host.m4: New file.
61151
61152         Module gettext.
61153         * m4/codeset.m4: New file, from gettext-0.11.5.
61154         * m4/gettext.m4: New file, from gettext-0.11.5.
61155         * m4/glibc21.m4: New file, from gettext-0.11.5.
61156         * m4/iconv.m4: New file, from gettext-0.11.5.
61157         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61158         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61159         * m4/inttypes.m4: New file, from gettext-0.11.5.
61160         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61161         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61162         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61163         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61164         * m4/lib-link.m4: New file, from gettext-0.11.5.
61165         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61166         * m4/progtest.m4: New file, from gettext-0.11.5.
61167         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61168         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61169         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61170
61171         Module localcharset.
61172         * m4/localcharset.m4: New file.
61173
61174         Module hard-locale.
61175         * m4/hard-locale.m4: New file.
61176
61177         Module mbswidth.
61178         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61179         onceonly macros.
61180         * m4/mbrtowc.m4: Add comment.
61181
61182         Module memcasecmp.
61183         * m4/memcasecmp.m4: New file.
61184
61185         Module memcoll.
61186         * m4/memcoll.m4: New file.
61187
61188         Module unicodeio.
61189         * m4/unicodeio.m4: New file.
61190
61191         Module rpmatch.
61192         * m4/rpmatch.m4: New file.
61193
61194         Module yesno.
61195         * m4/yesno.m4: New file.
61196
61197         Module exitfail.
61198         * m4/exitfail.m4: New file.
61199
61200         Module c-stack.
61201         * m4/c-stack.m4 (gl_C_STACK): New macro.
61202         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61203
61204         Module error.
61205         * m4/error.m4 (gl_ERROR): New macro.
61206         (jm_PREREQ_ERROR): Use onceonly macros.
61207
61208         Module fatal.
61209         * m4/fatal.m4: New file.
61210
61211         Module getloadavg.
61212         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61213         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61214
61215         Module getpagesize.
61216         * m4/getpagesize.m4: New file.
61217
61218         Module getusershell.
61219         * m4/getusershell.m4: New file.
61220
61221         Module physmem.
61222         * m4/physmem.m4: New file.
61223
61224         Module posixver.
61225         * m4/posixver.m4: New file.
61226
61227         Module quotearg.
61228         * m4/quotearg.m4: New file.
61229
61230         Module quote.
61231         * m4/quote.m4: New file.
61232
61233         Module readutmp.
61234         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61235
61236         Module sig2str.
61237         * m4/sig2str.m4: New file.
61238
61239         Other.
61240         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61241         ulonglong.m4.
61242         * m4/intmax_t.m4: New file.
61243         * m4/d-type.m4: Indentation.
61244         * m4/jm-macros.m4: Update.
61245         * m4/prereq.m4 (jm_PREREQ): Update.
61246         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61247         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61248         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61249         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61250         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61251         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61252         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61253         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61254         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61255         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61256         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61257         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61258         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61259         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61260         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61261         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61262         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61263         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61264         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61265
61266 2002-12-24  Bruno Haible  <bruno@clisp.org>
61267
61268         * MODULES.txt: Update according to m4/ changes.
61269
61270         Module gettext.
61271         * config.rpath: New file, from gettext-0.11.5.
61272
61273         * modules/*: New module descriptions.
61274         * gnulib-tool: New file.
61275         * MODULES.html.sh: New file.
61276
61277 2002-12-21  Karl Berry  <karl@gnu.org>
61278
61279         * doc/fdl.texi: update to version 1.2.
61280
61281 2002-12-19  Karl Berry  <karl@gnu.org>
61282
61283         * config/config.guess: update from prep.
61284
61285 2002-12-18  Bruno Haible  <bruno@clisp.org>
61286
61287         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61288         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61289
61290 2002-12-17  Bruno Haible  <bruno@clisp.org>
61291
61292         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61293         stdlib.h, string.h.
61294
61295 2002-12-17  Bruno Haible  <bruno@clisp.org>
61296
61297         * lib/canon-host.c (strdup): Remove unused declaration.
61298
61299         * lib/fsusage.c: Include full_read.h.
61300         (get_fs_usage): Use full_read instead of safe_read.
61301
61302         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61303
61304 2002-12-12  Karl Berry  <karl@gnu.org>
61305
61306         * config/config.guess: update from prep.
61307
61308 2002-12-11  Bruno Haible  <bruno@clisp.org>
61309
61310         * m4/setenv.m4: New file, from gettext-0.11.5.
61311
61312 2002-12-11  Bruno Haible  <bruno@clisp.org>
61313
61314         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61315         not unsetenv().
61316         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61317         modifications:
61318
61319         2002-12-11  Bruno Haible  <bruno@clisp.org>
61320
61321                 * setenv.c (alloca): Fall back to malloc.
61322                 (freea): New macro.
61323                 (setenv): Use freea() to free memory allocated with alloca().
61324
61325         2002-11-13  Bruno Haible  <bruno@clisp.org>
61326
61327                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61328                 function declarations.
61329                 * unsetenv.c (unsetenv): Likewise.
61330
61331         2002-03-04  Bruno Haible  <bruno@clisp.org>
61332
61333                 Portability to AIX 4.3.3.
61334                 * unsetenv.c: New file, extracted from setenv.c.
61335                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61336
61337         2001-12-20  Bruno Haible  <bruno@clisp.org>
61338
61339                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61340                 use malloc instead. For SunOS 4.
61341
61342         2001-12-11  Bruno Haible  <bruno@clisp.org>
61343
61344                 * setenv.c: Declare alloca.
61345                 (compar_fn_t): New typedef.
61346                 (KNOWN_VALUE, STORE_VALUE): Use it.
61347
61348         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61349         setenv.h.
61350
61351 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61352
61353         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61354         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61355         Choose values that are less likely to collide with system fnmatch
61356         options.
61357         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61358         defined (e.g., a pure POSIX system).
61359         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61360         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61361
61362 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61363
61364         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61365         a pain in practice to deal with generated m4 files.  This change
61366         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61367
61368         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61369         and jm-glibc-io.m4, as they are no longer a special case.
61370         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61371         kludge and the auto-generation stuff.  Check only whether the
61372         functions are declared, not whether they exist, since older hosts
61373         that don't declare the functions can't use the optimization anyway.
61374
61375 2002-12-06  Jim Meyering  <jim@meyering.net>
61376
61377         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61378
61379         Merge in changes from libc's misc/error.c, in preparation
61380         for the merge of gnulib's changes back into libc.
61381
61382         * lib/error.c (_): Define only if not already defined.
61383         Move definition to follow all #include directives.
61384         Include unlocked-io.h only if !_LIBC.
61385         [_LIBC]: Include <libio/libioP.h>.
61386         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61387         (fflush): Tweak definition to use INTUSE.
61388         (putc): Define.
61389
61390 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61391
61392         * lib/alloca.c [defined emacs]: Include "lisp.h".
61393         (xalloc_die) [defined emacs]: New macro.
61394         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61395         [! defined emacs]: Include <xalloc.h>.
61396         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61397         (pointer): Typedef to POINTER_TYPE *.
61398         (malloc): Remove decl; we now always use xmalloc.
61399         (alloca): Use old-style definition, since Emacs needs this.
61400         Check for arithmetic overflow when computing combined size.
61401
61402 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61403
61404         Do not generate unlocked-io.h automatically, since it's easier to
61405         maintain it by hand.
61406
61407         * lib/unlocked-io.h: New file, from GNU diffutils,
61408         but with proper copyright notice and attribution.
61409         * lib/gen-uio: Remove.
61410         * lib/Makefile.am: Add copyright notice.
61411         (libfetish_a_SOURCES): Add unlocked-io.h.
61412         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61413         (DISTCLEANFILES, io_functions): Remove macros.
61414         (EXTRA_DIST): Remove gen_uio.
61415         (unlocked-io.h): Remove rule.
61416
61417 2002-12-04  Jim Meyering  <jim@meyering.net>
61418
61419         Reflect the fact that stat.c and lstat.c are no longer generated.
61420         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61421         (DISTCLEANFILES): Likewise.
61422         (EXTRA_DIST): Likewise.
61423         (all_local): Don't depend on stat.c or lstat.c.
61424         (stat.c, lstat.c): Remove rules.
61425         (EXTRA_DIST): Remove xstat.in.
61426
61427         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61428         * lib/stat.c: New file.  Contents mostly from xstat.in.
61429         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61430         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61431
61432         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61433         too.
61434         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61435
61436 2002-12-03  Jim Meyering  <jim@meyering.net>
61437
61438         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61439         but not semantics, to minimize the differences between these two files.
61440         (safe_read): Change comment to mention SAFE_READ_ERROR.
61441
61442         * lib/safe-read.c (IS_EINTR): Define.
61443         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61444
61445 2002-12-02  Jim Meyering  <jim@meyering.net>
61446
61447         * lib/safe-read.c (EINTR): Define.
61448         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61449         (INT_MAX): Provide fallback.
61450         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61451
61452         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61453
61454 2002-12-02  Bruno Haible  <bruno@clisp.org>
61455
61456         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61457         Define, taken from safe-read.c.
61458         (INT_MAX): Provide fallback.
61459         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61460         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61461
61462         * lib/safe-read.c (EINTR): Remove definition.
61463         (safe_read): Don't use EINTR if it is absent.
61464
61465 2002-12-01  Jim Meyering  <jim@meyering.net>
61466
61467         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61468         zero.
61469         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61470
61471 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61472
61473         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61474         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61475         with `if (! (value < limit)) abort ();', for readability.
61476
61477 2002-11-26  Karl Berry  <karl@gnu.org>
61478
61479         * lib/strdup.c: copy from libc again, with jim's ok.
61480         * lib/.cppi-disable: re-add strdup.c
61481
61482 2002-11-25  Karl Berry  <karl@gnu.org>
61483
61484         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61485         instead of "strtol.c".
61486
61487 2002-11-25  Karl Berry  <karl@gnu.org>
61488
61489         * config/install-sh: update from automake for variable quoting, $0 in
61490         error msgs, etc.
61491
61492         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61493         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61494         entry.
61495
61496 2002-11-25  Jim Meyering  <jim@meyering.net>
61497
61498         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61499
61500 2002-11-24  Karl Berry  <karl@gnu.org>
61501
61502         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61503         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61504
61505 2002-11-24  Jim Meyering  <jim@meyering.net>
61506
61507         Update from coreutils:
61508
61509         * lib/mktime.c: Merge in changes from libc.
61510
61511         Avoid a link-time failure on some Linux systems.
61512         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61513         (otherwise).
61514         (__mon_yday): Declare with the STATIC attribute.
61515         (__mktime_internal): Likewise.
61516         Based on a report from Greg Schafer.
61517
61518 2002-11-23  Jim Meyering  <jim@meyering.net>
61519
61520         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61521         Use `unsigned', not `int', as type of index.
61522
61523         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61524
61525         * lib/fsusage.c: Remove unneeded parentheses around operands of
61526         `defined'.
61527
61528 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61529
61530         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61531         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61532         so that we can be included first.
61533         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61534         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61535         No need to include stddef.h or sys/types.h any more.
61536         Surround local include files with "", not "<>".
61537         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61538         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61539         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61540         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61541         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61542         (ISPRINT): Remove; no longer needed now that we assume C89.
61543
61544         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61545         Preserve errno.
61546
61547         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61548         quotearg_char): Use SIZE_MAX rather than
61549         (size_t) -1 when we are talking about "infinity".
61550
61551         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61552
61553 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61554
61555         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61556         hint that one should use `if (! x) abort ();' rather than `assert
61557         (x);', and anyway it's one less thing to worry about configuring.
61558         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61559         hash_rehash, hash_insert): Use abort rather than assert.
61560
61561 2002-11-22  Bruno Haible  <bruno@clisp.org>
61562
61563         * lib/safe-read.h: Assume C89. Add comments.
61564         (safe_read): Change return type to size_t.
61565         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61566         byte counts > SSIZE_MAX correctly.
61567         * lib/safe-write.h: New file.
61568         * lib/safe-write.c: New file.
61569         * lib/full-read.h: New file.
61570         * lib/full-read.c: New file.
61571         * lib/full-write.h: Assume C89. Add comments.
61572         * lib/full-write.c: Include safe-write.h.
61573         (full_write): Rewritten to use safe_write.
61574         Suggested by Jim Meyering and Paul Eggert.
61575
61576 2002-11-21  Jim Meyering  <jim@meyering.net>
61577
61578         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61579
61580         Merge in changes from the coreutils.
61581
61582         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61583         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61584         <stdint.h>.
61585         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61586         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61587         int.  Work more efficiently if X is the same width as uintmax_t.
61588         Do not compare X to -1, to avoid bogus compiler warning.
61589         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61590         Don't assume that f_frsize and f_bsize are the same type.
61591
61592         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61593         warning on FreeBSD.
61594
61595         * lib/makepath.c (make_path): Restore umask *before* creating the final
61596         component.
61597         (make_path): Minor reformatting.
61598
61599         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61600         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61601         HAVE_MALLOC/HAVE_REALLOC.
61602
61603         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61604         dummy ones.  At least on GNU/Linux systems, `auto' means something
61605         else.
61606         From Michael Stone.
61607
61608 2002-11-21  Bruno Haible  <bruno@clisp.org>
61609
61610         Remove case insensitive option matching.
61611         * lib/argmatch.h (argcasematch): Remove declaration.
61612         (ARGCASEMATCH): Remove macro.
61613         (__xargmatch_internal): Remove case_sensitive argument.
61614         (XARGMATCH): Update.
61615         (XARGCASEMATCH): Remove macro.
61616         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61617         case_sensitive argument.
61618         (argcasematch): Remove function.
61619         (__xargmatch_internal): Remove case_sensitive argument.
61620         (main): Use XARGMATCH instead of XARGCASEMATCH.
61621
61622         * lib/xmalloc.c: Change compile-time error message. Add comment about
61623         required autoconf version.
61624
61625 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61626
61627         Merge argmatch cleanups from Bison.  Assume C89.
61628
61629         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61630         Include stdlib.h, for EXIT_FAILURE.
61631         Always include <string.h>, since we assume C89.
61632         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61633         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61634         Include <stddef.h> instead, since it's all we need for size_t.
61635         (PARAMS): Remove.  All uses removed.
61636         (ARRAY_CARDINALITY): Do not bother to #undef.
61637         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61638         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61639         Remove unnecessary parentheses.
61640         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61641         Insert necessary parentheses.
61642         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61643         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61644
61645 2002-11-19  Bruno Haible  <bruno@clisp.org>
61646
61647         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61648         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61649
61650         * lib/mbswidth.h (PARAMS): Remove macro.
61651         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61652         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61653
61654         * lib/gcd.h (PARAMS): Remove macro.
61655         (gcd): Use ANSI C function declarations.
61656         * lib/gcd.c (gcd): Likewise.
61657
61658 2002-11-15  Bruno Haible  <bruno@clisp.org>
61659
61660         * lib/strcspn.c: Include <stddef.h>.
61661         (strcspn): Use ANSI C function declaration. Change return type to
61662         size_t. Use NULL.
61663         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61664         (strpbrk): Use NULL.
61665         * lib/strpbrk.h (PARAMS): Remove macro.
61666         (strpbrk): Use ANSI C function declaration.
61667         * lib/strstr.c: Don't include <sys/types.h>.
61668         * lib/strstr.h (PARAMS): Remove macro.
61669         (strstr): Use ANSI C function declarations.
61670
61671 2002-11-14  Karl Berry  <karl@gnu.org>
61672
61673         * config/mkinstalldirs: `do' on separate line, instead of
61674         `for var; do'.
61675
61676 2002-11-06  Bruno Haible  <bruno@clisp.org>
61677
61678         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61679         * lib/gcd.c (gcd): Likewise.
61680
61681 2002-11-05  Bruno Haible  <bruno@clisp.org>
61682
61683         * lib/gcd.h: New file, from gettext-0.11.5.
61684         * lib/gcd.c: New file, from gettext-0.11.5.
61685
61686 2002-11-05  Bruno Haible  <bruno@clisp.org>
61687
61688         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61689         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61690         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61691         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61692
61693         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61694         <libintl.h>.
61695         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61696         <libintl.h>.
61697
61698         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61699         * lib/human.c: Include gettext.h instead of <libintl.h>.
61700         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61701         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61702         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61703         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61704         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61705         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61706         (textdomain): Remove definition.
61707         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61708
61709         * lib/long-options.c: Remove include of <libintl.h> and definition of
61710         _.
61711         * lib/same.c: Remove include of <libintl.h> and definition of _.
61712
61713 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61714
61715         * lib/config.charset: A few additions for Solaris.
61716
61717 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61718
61719         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61720         * lib/localcharset.c (locale_charset): Declare as extern "C".
61721
61722 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61723
61724         * lib/config.charset: msdos in uk_UA uses CP1125.
61725
61726 2002-11-04  Bruno Haible  <bruno@clisp.org>
61727
61728         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61729         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61730         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61731         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61732         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61733
61734 2002-11-04  Bruno Haible  <bruno@clisp.org>
61735
61736         * lib/localcharset.c (locale_charset): Don't return an empty string.
61737
61738 2002-11-04  Bruno Haible  <bruno@clisp.org>
61739
61740         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61741         aliases.
61742
61743 2002-11-04  Bruno Haible  <bruno@clisp.org>
61744
61745         * lib/config.charset: Update for newest glibc. Add canonical names
61746         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61747
61748 2002-11-04  Bruno Haible  <bruno@clisp.org>
61749
61750         * lib/config.charset: Add support for NetBSD.
61751
61752 2002-11-04  Bruno Haible  <bruno@clisp.org>
61753
61754         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61755
61756 2002-11-01  Bruno Haible  <bruno@clisp.org>
61757
61758         * configure.in: Add AC_CONFIG_AUX_DIR call.
61759         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61760         test/Makefile.
61761         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61762
61763 2002-09-28  Karl Berry  <karl@gnu.org>
61764
61765         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61766         installed automake until the next release, since changes have been
61767         made.
61768
61769 2002-09-25  Karl Berry  <karl@gnu.org>
61770
61771         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61772         * lib/getopt*: copy from libc/posix.
61773         * lib/gettext.h: copy from gettext.
61774         * lib/.cppi-disable: add strdup.c, gettext.h.
61775
61776 2002-09-25  Karl Berry  <karl@gnu.org>
61777
61778         * config/srclist.txt: enable gettext.h check.
61779         * config/config.{guess,sub}: update from prep.
61780         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61781                 from automake 1.6.3.
61782         See srclist*.
61783
61784 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61785
61786         * regex.c (PATFETCH): Remove the translating fetch.
61787         (PATFETCH_RAW): Rename to PATFETCH.
61788         (set_image_of_range): New fun.
61789         (SET_RANGE_TABLE_WORK_AREA): Use it.
61790         (regex_compile): Don't translate the pattern chars so eagerly.
61791         Only do it when inserting an `exactn' bytecode or when handling
61792         a char-range.
61793         (mutually_exclusive_p): Avoid empty statement.
61794
61795 2002-07-06  Jim Meyering  <meyering@lucent.com>
61796
61797         * m4/README: Don't mention Makefile.am.in.
61798         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61799
61800 2002-07-01  Jim Meyering  <meyering@lucent.com>
61801
61802         * lib/c-stack.c: Include sys/time.h.
61803         From Volker Borchert.
61804
61805 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61806
61807         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61808
61809 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61810
61811         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61812         New macro.  Use it uniformly instead of
61813         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61814         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61815         reported by Vin Shelton.
61816
61817 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61818
61819         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61820         Do not assume SA_SIGINFO behavior.
61821         Bug reported by Jim Meyering on NetBSD 1.5.2.
61822
61823 2002-06-22  Jim Meyering  <meyering@lucent.com>
61824
61825         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61826         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61827
61828         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61829         now that configure.ac uses AC_GNU_SOURCE.
61830         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61831         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61832
61833         Update to latest tools.  Suggestions from Paul Eggert.
61834         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61835         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61836         * m4/fnmatch.m4: Likewise.
61837         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61838         to AC_HEADER_STDBOOL
61839
61840 2002-06-22  Jim Meyering  <meyering@lucent.com>
61841
61842         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61843         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61844
61845 2002-06-22  Jim Meyering  <meyering@lucent.com>
61846
61847         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61848
61849         * lib/exitfail.c, exitfail.h: Likewise.
61850         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61851
61852         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61853         of fnmatch.h.
61854         (EXTRA_DIST): Add fnmatch_loop.c.
61855         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61856
61857         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61858         * lib/fnmatch.c: Update from diffutils-2.8.2.
61859         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61860         * lib/fnmatch.h: Remove file.
61861
61862 2002-06-21  Jim Meyering  <meyering@lucent.com>
61863
61864         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61865         * m4/mbrtowc.m4: Likewise.
61866
61867         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61868         * m4/mbswidth.m4: Reflect name change:
61869         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61870         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61871
61872         * m4/lib-link.m4: Update from gettext-0.11.2.
61873         * m4/gettext.m4: Likewise.
61874
61875         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61876         From Alfred M. Szmidt.
61877
61878 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61879
61880         * lib/file-type.h: Report an error if neither S_ISREG nor
61881         S_IFREG is defined, instead of using a test specific to glibc
61882         2.2.  This should be safe, since POSIX requires S_ISREG and
61883         Unix Version 7 had S_IFREG.  We don't need to check for
61884         <sys/types.h> since we don't use any symbols that it defines.
61885
61886 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61887
61888         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61889         $@-t, so that each temporary file name is unique and valid in the first
61890         8 characters, for operation under DOS.
61891
61892 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61893
61894         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61895
61896 2002-06-15  Jim Meyering  <meyering@lucent.com>
61897
61898         Work even with DJGPP 2.03, which lacks support for symlinks.
61899         From Richard Dawe.
61900         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61901         is defined.
61902         * lib/lchown.c (S_ISLNK): Likewise.
61903
61904 2002-06-15  Jim Meyering  <meyering@lucent.com>
61905
61906         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61907         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61908         have been included before this file.
61909
61910 2002-06-14  Jim Meyering  <meyering@lucent.com>
61911
61912         * lib/file-type.h: Use the version from diffutils-2.8.2.
61913         * lib/file-type.c: Likewise.
61914
61915 2002-06-07  Jim Meyering  <meyering@lucent.com>
61916
61917         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61918         They're needed at least for NetBSD 1.5.2.
61919         ($statxfs_includes): Include those same headers.
61920         ($statxfs_includes): Include sys/vfs.h if available.
61921         ($statxfs_includes): Likewise for sys/statvfs.h.
61922         Check for the following members in both structs statfs and statvfs:
61923         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61924
61925 2002-06-01  Jim Meyering  <meyering@lucent.com>
61926
61927         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61928         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61929
61930 2002-05-28  Jim Meyering  <meyering@lucent.com>
61931
61932         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61933         Reported by Volker Borchert.
61934
61935 2002-05-27  Jim Meyering  <meyering@lucent.com>
61936
61937         Fix a problem seen only on nonconforming systems whereby ls.c's
61938         use of localtime, and then of gettimeofday would cause trouble:
61939         the localtime call used to initialize rpl_gettimeofday's save
61940         mechanism would clobber ls's current local time information so
61941         that in any long listing the first file would always be listed
61942         with date 1970-01-01.  Analysis by Volker Borchert.
61943
61944         * lib/gettimeofday.c (localtime): Undefine.
61945         (rpl_localtime): New function.
61946
61947 2002-05-27  Jim Meyering  <meyering@lucent.com>
61948
61949         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61950         localtime.
61951
61952         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61953         use the replacement function; it wouldn't resolve at link time.
61954         Reported by Volker Borchert.
61955
61956 2002-05-22  Jim Meyering  <meyering@lucent.com>
61957
61958         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61959         file-type.h.
61960         * lib/file-type.h: New file.
61961         * lib/file-type.c (file_type): New file/function.  Extracted from
61962         diffutils.
61963
61964 2002-04-30  Jim Meyering  <meyering@lucent.com>
61965
61966         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61967
61968 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61969
61970         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61971
61972 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61973
61974         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61975         Do not check for alloca.h (no longer used) or stdbool.h (was never
61976         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61977
61978 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61979
61980         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61981
61982 2002-04-29  Jim Meyering  <meyering@lucent.com>
61983
61984         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61985         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61986         Use AC_FUNC_STRNLEN here instead.
61987
61988         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61989         With autoconf-2.53a, it's part of AC_PROG_CC.
61990
61991 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61992
61993         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61994         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61995
61996 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61997
61998         * lib/sig2str.h, lib/sig2str.c: New files.
61999         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
62000
62001 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62002
62003         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
62004         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
62005         of 127, since 64 is the largest conceivable number for ancient
62006         nonstandard hosts.
62007         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
62008
62009 2002-04-28  Jim Meyering  <meyering@lucent.com>
62010
62011         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
62012
62013 2002-04-24  Jim Meyering  <meyering@lucent.com>
62014
62015         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
62016         (jm_PREREQ): Use it.
62017
62018         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
62019         mach/mach.h fcntl.h.
62020         Check for this function: setlocale.
62021
62022 2002-04-24  Jim Meyering  <meyering@lucent.com>
62023
62024         * lib/gettext.h: New file, from Gettext.
62025         * lib/Makefile.am (INCLUDES): Remove -I../intl.
62026         (libfetish_a_SOURCES): Add gettext.h.
62027
62028 2002-04-16  Jim Meyering  <meyering@lucent.com>
62029
62030         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
62031         ut_pid, ut_id, ut_exit.
62032
62033 2002-04-16  Jim Meyering  <meyering@lucent.com>
62034
62035         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
62036         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
62037         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
62038
62039 2002-04-12  Jim Meyering  <meyering@lucent.com>
62040
62041         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62042         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62043         existence of the getmntinfo function.  Needed for Darwin 5.3.
62044
62045         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62046         This is necessary at least on Darwin 5.3.
62047
62048         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62049         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62050         strnlen.o in the library, and that makes some versions of ranlib
62051         object.
62052
62053 2002-04-12  Jim Meyering  <meyering@lucent.com>
62054
62055         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62056
62057 2002-04-09  Jim Meyering  <meyering@lucent.com>
62058
62059         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62060         to be more precise.  Rather than saying we're checking whether the
62061         function `works', say what we're testing.
62062         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62063         Reported by Bruno Haible.
62064
62065 2002-03-10  Jim Meyering  <meyering@lucent.com>
62066
62067         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62068         Suggestion from Santiago Vila.
62069
62070 2002-03-08  Jim Meyering  <meyering@lucent.com>
62071
62072         * lib/rename.c: Mention that this wrapper is needed also on
62073         mips-dec-ultrix4.4 systems.
62074
62075 2002-03-02  Jim Meyering  <meyering@lucent.com>
62076
62077         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62078         not HAVE_CLOCK_SETTIME.
62079
62080 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62081
62082         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62083         Check for clock_settime.
62084
62085 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62086
62087         * lib/nanosleep.h: Rename to....
62088         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62089
62090         * lib/gettime.c: New file.
62091         * lib/settime.c: New file.
62092         * lib/stime.c: Remove.
62093
62094         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62095         timespec.h.  Remove nanosleep.h.
62096
62097 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62098
62099         * m4/acl.m4: New file.
62100         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62101         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62102
62103 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62104
62105         * lib/acl.c, lib/acl.h: New files.
62106         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62107
62108 2002-02-24  Jim Meyering  <meyering@lucent.com>
62109
62110         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62111         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62112         cause trouble.  Reported by Nelson Beebe.
62113
62114 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62115
62116         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62117         compilers that don't know that xalloc_die never returns.
62118
62119 2002-02-20  Jim Meyering  <meyering@lucent.com>
62120
62121         * lib/getdate.c: Regenerate using bison-1.33.
62122
62123 2002-02-17  Jim Meyering  <meyering@lucent.com>
62124
62125         * config/config.guess (main): Don't use `head -1'; it's no longer
62126         portable. Use `sed 1q' instead.
62127
62128 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62129
62130         * m4/codeset.m4: Upgrade to gettext-0.11.
62131         * m4/gettext.m4: Upgrade to gettext-0.11.
62132         * m4/glibc21.m4: Upgrade to gettext-0.11.
62133         * m4/iconv.m4: Upgrade to gettext-0.11.
62134         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62135         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62136         * m4/lib-ld.m4: New file, from gettext-0.11.
62137         * m4/lib-link.m4: New file, from gettext-0.11.
62138         * m4/lib-prefix.m4: New file, from gettext-0.11.
62139         * m4/progtest.m4: Upgrade to gettext-0.11.
62140
62141 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62142
62143         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62144         (jm_PREREQ): Use it.
62145
62146 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62147
62148         * lib/posixver.c, lib/posixver.h: New files.
62149         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62150
62151 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62152             Bruno Haible  <bruno@clisp.org>
62153
62154         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62155         (fwrite_success_callback): New declaration.
62156         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62157         print_unicode_char. Call failure callback instead of error.
62158         (fwrite_success_callback): New function.
62159         (exit_failure_callback): New function.
62160         (fallback_failure_callback): New function.
62161         (print_unicode_char): Call unicode_to_mb.
62162
62163 2002-01-26  Jim Meyering  <meyering@lucent.com>
62164
62165         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62166         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62167
62168 2002-01-26  Jim Meyering  <meyering@lucent.com>
62169
62170         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62171
62172 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62173
62174         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62175
62176 2002-01-22  Jim Meyering  <meyering@lucent.com>
62177
62178         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62179         Otherwise, some versions of automake would omit the rule that makes
62180         Makefile from Makefile.in.
62181
62182 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62183
62184         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62185         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62186         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62187         (memcoll): Set errno to zero if there is no error.
62188
62189         * lib/quotearg.c (quotearg_buffer_restyled):
62190         Fix bug with quoting buffers containing NUL when backslashing escapes.
62191         This bug was exposed by the other changes in this patch.
62192         (quotearg_n_options): New arg ARGSIZE.
62193         All callers changed.
62194         (quoting_options_from_style): New function.
62195         (quotearg_n_style): Use it.
62196         (quotearg_n_style_mem): New function.
62197
62198         * lib/quotearg.h (quotearg_n_style_mem): New function.
62199
62200 2002-01-19  Jim Meyering  <meyering@lucent.com>
62201
62202         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62203         Remove useless quotes: DF_PROG="df".
62204         * m4/strnlen.m4: New file.
62205
62206 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62207
62208         * lib/backupfile.c (ISDIGIT): Comment fix.
62209         * lib/getdate.y (ISDIGIT): Likewise.
62210         * lib/posixtm.c (ISDIGIT, year): Likewise.
62211         * lib/strverscmp.c (ISDIGIT): Likewise.
62212         * lib/userspec.c (ISDIGIT): Likewise.
62213
62214 2002-01-16  Jim Meyering  <meyering@lucent.com>
62215
62216         * lib/getdate.y: Add three semicolons, each just before a closing
62217         brace. Bison (as of version 1.31) no longer papers over that mistake.
62218
62219 2002-01-05  Jim Meyering  <meyering@lucent.com>
62220
62221         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62222
62223 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62224
62225         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62226         not silently exit merely because the output buffer happens to
62227         have nothing pending.
62228
62229 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62230
62231         See the big note in ../ChangeLog.
62232         * lib/human.c (suffixes): Prefer K to k for 1024.
62233         (generate_suffix_backwards): New function.
62234         (human_readable_inexact): Use it.
62235         * lib/xstrtol.c (__xstrtol): If there is no number but there
62236         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62237         Accept 'K' as well as 'k'.
62238
62239 2001-12-15  Jim Meyering  <meyering@lucent.com>
62240
62241         * lib/regex.h (__restrict_arr): Update from libc.
62242
62243         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62244         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62245         (STREQ): Define.
62246
62247 2001-12-14  Jim Meyering  <meyering@lucent.com>
62248
62249         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62250         Suggestion from Bruno Haible.
62251
62252 2001-12-10  Jim Meyering  <meyering@lucent.com>
62253
62254         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62255         xrealloc, Instead, include "xalloc.h".
62256         (initbuffer): Don't cast xmalloc return value to char*.
62257         (readline): Reword comment.
62258         Don't cast xrealloc return value to char*
62259         Return NULL, not 0.
62260
62261 2001-12-09  Jim Meyering  <meyering@lucent.com>
62262
62263         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62264         about `signed and unsigned type in conditional expression'.
62265         * lib/posixtm.c (posix_time_parse): Likewise.
62266
62267         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62268
62269         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62270         to avoid a pedantic warning.
62271
62272         * lib/getstr.c: Don't include assert.h.
62273         (getstr): Remove warning-evoking assertions.
62274         Return -1 if offset parameter is out of bounds.
62275         Change the type of a local from int to size_t.
62276
62277         * lib/strftime.c (my_strftime_localtime_r): Include this function
62278         definition in the `#if ! HAVE_TM_GMTOFF' block.
62279
62280         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62281         Include xalloc.h instead.
62282
62283 2001-12-02  Jim Meyering  <meyering@lucent.com>
62284
62285         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62286         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62287         included.
62288
62289         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62290         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62291
62292 2001-11-30  Akim Demaille  <akim@epita.fr>
62293
62294         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62295         before being defined.
62296
62297 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62298
62299         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62300         First arg is int, not unsigned.
62301         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62302         (SIZE_MAX, UINT_MAX): New macros.
62303         (quotearg_n_options): Abort if N is negative.
62304         Avoid overflow check on hosts where size_t is 64 bits and int
62305         is 32 bits, as overflow is impossible there.
62306         Fix off-by-one typo that caused unnecessary reallocation.
62307
62308 2001-11-27  Jim Meyering  <meyering@lucent.com>
62309
62310         * lib/tempname.c: Merge with version from libc.
62311         * lib/regex.c: Likewise.
62312
62313         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62314         systems for which STDC_HEADERS is 0, it was not included, resulting in
62315         a warning about an integer-to-pointer conversion problem with getenv.
62316         Reported by Volker Borchert.
62317
62318 2001-11-26  Jim Meyering  <meyering@lucent.com>
62319
62320         * lib/gtod.h: Remove file.
62321         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62322         * lib/gettimeofday.c: Don't include gtod.h.
62323         (GTOD_init): Remove function.
62324         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62325         Suggestion from Volker Borchert.
62326
62327 2001-11-23  Jim Meyering  <meyering@lucent.com>
62328
62329         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62330         it.
62331         * lib/hash.c (struct hash_table): Define it here instead.
62332
62333 2001-11-22  Jim Meyering  <meyering@lucent.com>
62334
62335         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62336
62337 2001-11-20  Jim Meyering  <meyering@lucent.com>
62338
62339         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62340         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62341
62342 2001-11-19  Jim Meyering  <meyering@lucent.com>
62343
62344         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62345         directory.  Use "conftestXXXXXX" as the template.
62346         Suggestion from Paul Eggert.
62347
62348         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62349         immediately, so the test doesn't mistakenly hit the max-open-files
62350         limit.
62351
62352 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62353
62354         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62355         (TEMPORARIES): New macro.
62356         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62357         removes an artificial limitation (e.g. HP-UX 10.20, where
62358         TMP_MAX is 17576).
62359
62360 2001-11-18  Jim Meyering  <meyering@lucent.com>
62361
62362         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62363
62364 2001-11-18  Jim Meyering  <meyering@lucent.com>
62365
62366         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62367         on SunOS 4.
62368
62369         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62370         files will be created before anything else.
62371
62372 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62373
62374         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62375         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62376
62377 2001-11-17  Jim Meyering  <meyering@lucent.com>
62378
62379         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62380         Prompted by a report from Bob Proulx.
62381
62382         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62383         Instead, require UTILS_FUNC_MKSTEMP.
62384
62385 2001-11-17  Jim Meyering  <meyering@lucent.com>
62386
62387         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62388         Now, that's done as part of AC_FUNC_STRTOD.
62389
62390 2001-11-17  Jim Meyering  <meyering@lucent.com>
62391
62392         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62393         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62394         rather than group writable.  Patch by Juan F. Codagnone.
62395
62396         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62397         xrealloc, Instead, include "xalloc.h".
62398
62399         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62400         Remove explicit declarations of xmalloc, xrealloc,
62401         and xstrdup.  Instead, include "xalloc.h".
62402
62403         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62404         unlocked-io.h.
62405         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62406         Likewise.
62407         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62408
62409         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62410         Reported by Padraig Brady.
62411
62412         * lib/mkstemp.c: #undef mkstemp.
62413         Include config.h.
62414         (rpl_mkstemp): Rename from mkstemp.
62415         Protoize.
62416
62417 2001-11-16  Jim Meyering  <meyering@lucent.com>
62418
62419         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62420         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62421         determine the amount of total physical memory, use pstat_getstatic.
62422         HPUX-11 doesn't define _SC_PHYS_PAGES.
62423         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62424         If sysconf couldn't be used to determine the amount of available
62425         physical memory, use both pstat_getstatic and pstat_getdynamic.
62426         Based on a patch from Bob Proulx.
62427
62428 2001-11-10  Jim Meyering  <meyering@lucent.com>
62429
62430         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62431         (jm_PREREQ): Use it.
62432
62433 2001-11-09  Jim Meyering  <meyering@lucent.com>
62434
62435         * m4/jm-macros.m4: Require autoconf-2.52f.
62436         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62437         Use these AC_-prefixed names, not the AM_-prefixed ones.
62438
62439         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62440
62441 2001-11-05  Jim Meyering  <meyering@lucent.com>
62442
62443         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62444
62445 2001-11-04  Jim Meyering  <meyering@lucent.com>
62446
62447         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62448         $DEFS.
62449
62450 2001-11-03  Jim Meyering  <meyering@lucent.com>
62451
62452         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62453         of AC_DEFUN.
62454
62455         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62456         know the name of the variable in the macro definition.
62457
62458 2001-11-03  Jim Meyering  <meyering@lucent.com>
62459
62460         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62461         in argmatch_to_argument call.
62462
62463         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62464         argument.
62465
62466         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62467         e.g., a fault due to an attempt to free a NULL pointer.
62468
62469 2001-11-01  Jim Meyering  <meyering@lucent.com>
62470
62471         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62472         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62473
62474 2001-11-01  Jim Meyering  <meyering@lucent.com>
62475
62476         * lib/dirfd.c, lib/dirfd.h: New files.
62477         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62478
62479         * lib/hash.c (hash_print) [TESTING]: Clean up.
62480
62481 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62482
62483         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62484         to avoid a warning if -Wall.
62485
62486 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62487
62488         * README: New file
62489         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62490         (per RMS's instructions, this is now the canonical source)
62491         * lgpl/, gpl/: New directories.
62492
62493 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62494
62495         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62496
62497 2001-10-21  Jim Meyering  <meyering@lucent.com>
62498
62499         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62500         this code would end up calling gettext even in packages built
62501         with --disable-nls.
62502         * lib/getopt.c (_): Likewise.
62503         * lib/regex.c (_): Likewise.
62504
62505 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62506
62507         * m4/error.m4 (jm_PREREQ_ERROR):
62508         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62509         AC_FUNC_STRERROR_R does that.
62510         Check for strerror declaration.
62511
62512         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62513         are supposed to have them these days.
62514         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62515         Merge changes from latest Autoconf CVS.
62516         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62517         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62518         POSIX decided to standardize on the int flavor of strerror_r.
62519
62520 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62521
62522         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62523         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62524         Use strerror_r that is only a macro, even if it is not a function.
62525         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62526         (private_strerror): Use prototypes, not old-style function definition.
62527         (print_errno_message): New function.
62528         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62529         char*-flavored one.
62530         (error_tail, error, error_at_line): Use it.
62531
62532 2001-10-11  Jim Meyering  <meyering@lucent.com>
62533
62534         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62535         and quote_n (1, ... to avoid clobbering a buffer.
62536
62537 2001-10-05  Jim Meyering  <meyering@lucent.com>
62538
62539         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62540         hash-pjw.h.
62541         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62542         * lib/hash-pjw.h: New file.
62543
62544 2001-09-30  Jim Meyering  <meyering@lucent.com>
62545
62546         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62547         `struct fsstat' has the `f_fstypename' member.
62548         Use that to define FS_TYPE, which is now used to make
62549         the getfsstat link test tighter.
62550
62551 2001-09-30  Jim Meyering  <meyering@lucent.com>
62552
62553         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62554         Include <sys/ucred.h>, for Apple Darwin.
62555         Include sys/mount.h and sys/fs_types.h only if available.
62556         (FS_TYPE): Define.
62557         (read_filesystem_list): Use FS_TYPE.
62558
62559 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62560
62561         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62562         a boolean context.
62563
62564 2001-09-29  Jim Meyering  <meyering@lucent.com>
62565
62566         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62567         [one-argument getmntent function]): Include stdio.h before mntent.h.
62568         SunOS 4.1.x needs it for the declaration of `FILE'.
62569         Patch by Volker Borchert.
62570
62571         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62572         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62573         sys/fs_types.h, and make the link-test for getfsstat guard #include
62574         directives with appropriate #if HAVE_*_H tests so that we can
62575         detect getfsstat on Apple Darwin1.3.7 systems.
62576         Reported by Nelson Beebe.
62577         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62578
62579 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62580
62581         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62582         #defines strtoimax.  Also treat the other strto* functions
62583         like strtoimax.
62584
62585         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62586         Check for strtoul and strtoumax,
62587         as those declarations are made even in the signed case.
62588         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62589         Likewise, for strtol and strtoimax.
62590
62591 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62592
62593         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62594         #defines strtoimax.  Also treat the other strto* functions
62595         like strtoimax.
62596
62597         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62598         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62599         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62600
62601 2001-09-26  Jim Meyering  <meyering@lucent.com>
62602
62603         Most macros in unlocked-io.h had the wrong number of arguments.
62604         * lib/gen-uio: New script.
62605         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62606         * lib/unlocked-io.hin: Remove file.
62607         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62608         rather than trying to embed it here.
62609         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62610         Reported by Padraig Brady.
62611
62612 2001-09-25  Volker Borchert  <bt@teknon.de>
62613
62614         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62615         `result'.
62616
62617 2001-09-24  Jim Meyering  <meyering@lucent.com>
62618
62619         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62620
62621 2001-09-23  Jim Meyering  <meyering@lucent.com>
62622
62623         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62624         instead of the mere test for existence of mntent.h.  The latter
62625         would get a false-positive on AIX 3.4 systems.
62626         In the outer getmntent if-block, don't die if neither of the getmntent
62627         tests succeeds.  Instead, just fall through and continue with the
62628         remaining tests.
62629
62630 2001-09-23  Jim Meyering  <meyering@lucent.com>
62631
62632         * lib/mountlist.c: Remove useless parentheses in #if directives.
62633         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62634         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62635
62636 2001-09-22  Jim Meyering  <meyering@lucent.com>
62637
62638         * m4/gettext.m4: New file.  From gettext.
62639         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62640         * m4/progtest.m4: Likewise
62641         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62642         * m4/glibc21.m4: Likewise.
62643
62644         * m4/libintl.m4: Remove.  No longer used.
62645
62646 2001-09-22  Jim Meyering  <meyering@lucent.com>
62647
62648         * lib/localcharset.c: Update from latest gettext.
62649         * lib/config.charset: Likewise.
62650
62651 2001-09-20  Jim Meyering  <meyering@lucent.com>
62652
62653         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62654         strtoimax.
62655         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62656         strtoumax.
62657
62658 2001-09-20  Jim Meyering  <meyering@lucent.com>
62659
62660         * lib/xstrtol.c (strtoimax): Guard declaration with
62661         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62662         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62663         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62664         (strtoumax): Likewise, for completeness (it wasn't necessary).
62665
62666 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62667
62668         * lib/strtoimax.c (HAVE_LONG_LONG):
62669         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62670         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62671         to work around bug in IBM C compiler.
62672
62673 2001-09-17  Jim Meyering  <meyering@lucent.com>
62674
62675         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62676         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62677         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62678         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62679         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62680         whenever the right hand side need not be expanded by the shell.
62681
62682 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62683
62684         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62685         library.  It's not correct, as some older glibcs are buggy.
62686         fnmatch wasn't fixed until glibc 2.2.
62687
62688         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62689         special shell magic here.
62690
62691 2001-09-16  Jim Meyering  <meyering@lucent.com>
62692
62693         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62694         * m4/jm-macros.m4: Require it.
62695
62696 2001-09-16  Jim Meyering  <meyering@lucent.com>
62697
62698         * lib/mkdir.c: New file.
62699
62700 2001-09-15  Jim Meyering  <meyering@lucent.com>
62701
62702         * m4/jm-macros.m4: Check for help2man.
62703
62704 2001-09-11  Jim Meyering  <meyering@lucent.com>
62705
62706         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62707         The body, by Paul Eggert, was moved here from configure.in.
62708         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62709
62710 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62711
62712         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62713         (jm_PREREQ): Use it.
62714
62715 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62716
62717         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62718         Use ssize_t, not int, to store result of readlink.
62719         Check for ssize_t overflow as well as size_t overflow,
62720         as POSIX says the result of readlink is implementation-defined
62721         when ssize_t overflows.
62722         Remove unnecessary cast to char*.
62723         Use free+malloc instead of realloc, as the storage doesn't need
62724         to be preserved and it's clearer and can be more efficient that way.
62725         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62726         * lib/xreadlink.h (xreadlink): Update prototype.
62727
62728 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62729
62730         * lib/xgetcwd.c: Revert some of the previous change; intead,
62731         fix the HAVE_GETCWD_NULL code to behave more like the
62732         !HAVE_GETCWD_NULL code used to.
62733
62734         Include "xalloc.h".
62735         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62736         invoke xalloc_die.
62737
62738 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62739
62740         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62741         sys/param.h, as pathmax.h includes them.
62742
62743 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62744
62745         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62746         (jm_PREREQ_XGETCWD): New macro.
62747
62748         * m4/getcwd.m4: New file.
62749
62750 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62751
62752         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62753         like the HAVE_GETCWD_NULL code.
62754         Include pathmax.h if not HAVE_GETCWD.
62755         Do not include xalloc.h.
62756         (INITIAL_BUFFER_SIZE): New symbol.
62757         Do not use xmalloc / xrealloc, since the caller is responsible for
62758         handling errors.  Preserve errno around `free' during failure.
62759         Do not overrun buffer when using getwd.
62760
62761 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62762
62763         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62764         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62765         getcwd (NULL, 0).
62766
62767 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62768
62769         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62770         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62771         spotted by Jim Meyering.
62772
62773 2001-09-03  Jim Meyering  <meyering@lucent.com>
62774
62775         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62776         failure.
62777
62778 2001-09-02  Jim Meyering  <meyering@lucent.com>
62779
62780         * lib/error.c: Update from GNU libc.
62781
62782 2001-09-01  Jim Meyering  <meyering@lucent.com>
62783
62784         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62785         Used by df.
62786
62787 2001-09-01  Jim Meyering  <meyering@lucent.com>
62788
62789         * lib/xreadlink.c: New file.
62790         * lib/xreadlink.h: New file.
62791         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62792         xreadlink.h.
62793
62794         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62795         doesn't conflict with sparc Solaris 7's definition in
62796         /usr/include/sys/int_types.h.
62797
62798         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62799         files.
62800         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62801         and strncasecmp as r-values.  Unixware didn't have declarations.
62802
62803 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62804
62805         * lib/xstrtol.h: Add copyright notice.
62806         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62807         LONGINT_INVALID_SUFFIX_CHAR.
62808
62809 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62810
62811         * lib/xstrtol.c (strtoimax): New decl.
62812
62813 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62814
62815         * lib/xgetcwd.c: Don't include pathmax.h.
62816         Include stdlib.h and unistd.h if available.
62817         Include xalloc.h.
62818         (xmalloc, xstrdup, free): Remove decls.
62819         (xgetcwd): Don't assume sizes fit in unsigned.
62820         Check for overflow when computing sizes.
62821         Simplify reallocation code.
62822
62823 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62824
62825         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62826         a directory's st_size can have an arbitrary value, so the old
62827         usage could waste an arbitrary amount of memory.  All uses
62828         changed.
62829         * lib/savedir.h: Update prototype.
62830
62831 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62832
62833         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62834
62835         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62836         old strtoimax.c.
62837
62838         Also, make the following further changes to make this file's
62839         configuration more similar to that of strtol.c:
62840         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62841         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62842         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62843         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62844         changed to signed values.
62845
62846         And make the following changes as well:
62847         Fix copyright notice, as 1999 was missing.
62848         (verify): New macro.
62849         (strtoimax): Check sizes at compile-time, not run-time.
62850         Prefer strtol to strtoll if both work.
62851         (main): Remove; it was not that useful and was a pain to maintain.
62852
62853         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62854
62855 2001-08-31  Jim Meyering  <meyering@lucent.com>
62856
62857         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62858         Use an initial, malloc'd, buffer of length 128 rather than
62859         a statically allocated one of length 1024.
62860
62861 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62862
62863         Simplify code, partly by assuming autoconf 2.52 semantics.
62864
62865         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62866
62867         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62868         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62869         All uses removed.
62870         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62871         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62872         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62873         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62874         jm_AC_HEADER_INTTYPES_H.
62875         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62876
62877         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62878
62879         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62880         Quote first arg of AC_DEFUN.
62881         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62882         since they are needed to parse the include file even if we need
62883         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62884         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62885         but with opposite signedness.
62886
62887 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62888
62889         Merge 'exclude' changes from tar 1.13.22.
62890         This fixes one or two unlikely storage allocation overflow bugs,
62891         but doesn't change user-visible behavior otherwise.
62892
62893 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62894
62895         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62896         (jm_PREREQ_EXCLUDE): New macro.
62897
62898 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62899
62900         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62901         tm to be declared.
62902
62903 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62904
62905         * lib/hash.c: Remove '2001' from copyright notice.
62906
62907 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62908
62909         * lib/full-write.h: New file.
62910         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62911         * lib/full-write.c: Correct credits, as cccp.c no longer
62912         exists and anyway it was so heavily changed from the old cccp
62913         code as to be unrecognizable.  Include full-write.h.
62914         (full_write) Return size_t, with short writes meaning failure.
62915         All callers changed.  This fixes a bug with large buffers
62916         on 64-bit hosts.
62917         * lib/utime.c: Include full-write.h.
62918
62919 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62920
62921         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62922         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62923         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62924         Include if available.
62925         (<xalloc.h>): Include
62926         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62927         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62928         collide with FNM macros.
62929         (struct patopts): New struct.
62930         (struct exclude): Use it, as exclude patterns now come with options.
62931         (new_exclude): Support above changes.
62932         (new_exclude, add_exclude_file):
62933         Initial size must now be a power of two to simplify overflow checking.
62934         (free_exclude, fnmatch_no_wildcards): New function.
62935         (excluded_filename): No longer requires options arg, as the options
62936         are determined by add_exclude.  Now returns bool, not int.
62937         (excluded_filename, add_exclude):
62938         Add support for the fancy new exclusion options.
62939         (add_exclude, add_exclude_file): Now takes int options arg.
62940         Check for arithmetic overflow when computing sizes.
62941         (add_exclude_file): xrealloc might modify errno, so don't
62942         realloc until after errno might be used.
62943
62944         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62945         New macros.
62946         (free_exclude): New decl.
62947         (add_exclude, add_exclude_file): Now takes int options arg.
62948         (excluded_filename): No longer requires options arg, as the options
62949         are determined by add_exclude.  Now returns bool, not int.
62950
62951 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62952
62953         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62954
62955 2001-08-27  Jim Meyering  <meyering@lucent.com>
62956
62957         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62958
62959         * lib/version-etc.c (N_): Remove definition.
62960         Revert most of last change.
62961         Instead, simply don't mark the `Copyright...' string for translation.
62962         Based on advice from Paul Eggert.
62963
62964         * lib/strtoxmax.c: Tweak comment.
62965
62966 2001-08-26  Jim Meyering  <meyering@lucent.com>
62967
62968         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62969
62970         * m4/xstrtoimax.m4: New file.
62971         * m4/xstrtoumax.m4: Add comments explaining why we
62972         AC_REPLACE_FUNCS(strtol).
62973
62974 2001-08-26  Jim Meyering  <meyering@lucent.com>
62975
62976         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62977         of copyright with `%s' so translators don't get an untranslated
62978         message in 2002.
62979         (COPYRIGHT_YEAR): Define.
62980         (version_etc): Use fprintf rather than fputs.
62981         Suggestion from Ulrich Drepper.
62982
62983         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62984
62985         * lib/strtoll.c: New file, from GNU libc.
62986         * lib/xstrtoimax.c: New file.
62987
62988         * lib/xstrtol.h: Add xstrtoimax.
62989         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62990         * lib/strtoimax.c: New file.  Likewise, but first define
62991         STRTOUXMAX_SIGNED.
62992
62993         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62994         ...
62995         * lib/strtoxmax.c: ... then renamed to this.
62996
62997 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62998
62999         * m4/inttypes.m4: Add AC_PREREQ(2.13).
63000         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
63001         (jm_AC_TYPE_INTMAX_T): New macro.
63002         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
63003
63004         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
63005
63006         * m4/longlong.m4: Renamed from ulonglong.m4.
63007         * m4/inttypes.m4: Renamed from inttypes_h.m4.
63008         * m4/uintmax_t.m4: Removed.
63009
63010 2001-08-13  Paul Eggert  <eggert@twinsun.com>
63011
63012         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
63013         Port to Solaris 8, where 'sed' requires a space after the 'r'
63014         command, and where sh dislikes "$/".  Clean up the spacing a bit.
63015         Redirect output to $tmp just once.
63016
63017 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
63018
63019         * lib/addext.c (<errno.h>): Include.
63020         (errno): Declare if not defined.
63021         (addext): Work correctly when pathconf returns -1 and leaves
63022         errno alone because there is no limit.  Also, work even if
63023         pathconf returns a value greater than SIZE_MAX.
63024
63025 2001-08-12  Jim Meyering  <meyering@lucent.com>
63026
63027         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
63028         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
63029         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
63030         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
63031         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
63032         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
63033         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
63034         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
63035         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
63036         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
63037         utime.m4, utimes.m4, xstrtoumax.m4:
63038         Quote the first argument in each use of AC_DEFUN.
63039
63040 2001-08-12  Jim Meyering  <meyering@lucent.com>
63041
63042         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63043         Simply `return getcwd (NULL, 0);'.
63044         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63045         Use 1300 as initial value for length, not PATH_MAX.
63046
63047         * lib/pathmax.h: Clean up cpp syntax.
63048
63049 2001-08-12  Jim Meyering  <meyering@lucent.com>
63050
63051         * lib/gettimeofday.c: New file.
63052         * lib/gtod.h: New file.
63053         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63054
63055 2001-08-05  Jim Meyering  <meyering@lucent.com>
63056
63057         * m4/jm-macros.m4: Require autoconf-2.52.
63058
63059 2001-08-04  Jim Meyering  <meyering@lucent.com>
63060
63061         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63062         stmt, to get in sync with glibc.
63063
63064 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63065
63066         The following changes are from gettext 0.10.39 as maintained by
63067         Bruno Haible.
63068
63069         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63070         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63071         with inverted sense.  All uses changed.
63072
63073         * lib/mbswidth.c: Don't include <limits.h>.
63074         Include <stdlib.h> and <string.h> unconditionally.
63075         (iswcntrl, mbsinit, ISCNTRL): New macros.
63076         (mbsnwidth): Use K&R style function declarations.
63077         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63078         can optimize it when MB_CUR_MAX == 1.
63079         The width of control characters is zero, not 1.
63080
63081 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63082
63083         The following changes are from gettext 0.10.39 as maintained by
63084         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63085
63086         * m4/codeset.m4: Upgrade to serial AM1.
63087         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63088         all uses changed.  Quote first arg of AC_DEFUN.
63089         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63090
63091         * m4/iconv.m4: Upgrade to serial AM2.
63092         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63093         Add --with-libconv-prefix.
63094         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63095         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63096         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63097         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63098         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63099
63100         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63101         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63102         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63103         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63104         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63105         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63106         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63107         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63108         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63109
63110         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63111         string.h any more.
63112
63113         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63114         not the default value.
63115
63116         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63117         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63118         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63119         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63120         Also check for iswcntrl, used for wcwidth fallback.
63121         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63122         to Autoconf 2.13.
63123
63124 2001-08-03  Jim Meyering  <meyering@lucent.com>
63125
63126         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63127         as it was in the original.  Reported by Paul Eggert.
63128
63129 2001-07-16  Jim Meyering  <meyering@lucent.com>
63130
63131         * m4/gettimeofday.m4: New file.
63132         Prompted by a report from Bernhard Baehr.
63133
63134 2001-07-15  Jim Meyering  <meyering@lucent.com>
63135
63136         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63137         stuff. Now it's in ../Makefile.cfg.
63138
63139 2001-07-15  Jim Meyering  <meyering@lucent.com>
63140
63141         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63142         (BUILT_SOURCES): Add unlocked-io.h.
63143         (io_functions): Define.
63144         (unlocked-io.h): New rule.
63145         (DISTCLEANFILES): Add unlocked-io.h.
63146         (all-local): Depend on unlocked-io.h, to ensure it is created.
63147
63148         * lib/unlocked-io.hin: New file
63149
63150         * lib/regex.c: Update from glibc.
63151
63152 2001-07-05  Jim Meyering  <meyering@lucent.com>
63153
63154         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63155         recommendation.
63156         (libfetish_a_SOURCES): Put all .h files here instead.
63157         Remove a thus-exposed (better checks in automake) duplicate and
63158         two unnecessary .h files.
63159
63160 2001-07-04  Jim Meyering  <meyering@lucent.com>
63161
63162         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63163         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63164         distcheck failure.
63165
63166 2001-07-02  Jim Meyering  <meyering@lucent.com>
63167
63168         The following changes were prompted by suggestions from Bruno Haible.
63169
63170         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63171         is now generated.
63172         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63173         definition of EXTRA_DIST.
63174         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63175         ensure that the generated file is created/updated whenever the list
63176         of $(unlocked_functions) is changed.
63177         (jm-glibc-io.m4): New rule.
63178         (unlocked-io.h): New rule -- currently unused.
63179
63180 2001-06-24  Jim Meyering  <meyering@lucent.com>
63181
63182         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63183         unmatched right bracket, rather than kludging it with an extra,
63184         falsely-matching quote in a comment.  Patch by Akim Demaille.
63185
63186 2001-06-11  Jim Meyering  <meyering@lucent.com>
63187
63188         * lib/regex.c: Update from GNU libc.
63189
63190 2001-05-27  Jim Meyering  <meyering@lucent.com>
63191
63192         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63193         Check for ut_type in struct utmp.
63194
63195 2001-05-27  Jim Meyering  <meyering@lucent.com>
63196
63197         * lib/readutmp.h (UT_TYPE): Define.
63198
63199 2001-05-24  Jim Meyering  <meyering@lucent.com>
63200
63201         * lib/argmatch.c: Include "quote.h".
63202         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63203         quote function.  Reported by Göran Uddeborg.
63204
63205 2001-05-22  Jim Meyering  <meyering@lucent.com>
63206
63207         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63208         now that we use the package-supplied version unconditionally.
63209         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63210
63211 2001-05-21  Jim Meyering  <meyering@lucent.com>
63212
63213         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63214         shell syntax errors.
63215
63216 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63217
63218         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63219
63220 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63221
63222         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63223         Don't bother to check library strftime, since
63224         we'll be using our own my_strftime function anyway.
63225         Define my_strftime instead of strftime.
63226
63227 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63228
63229         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63230         which is not yet declared.
63231
63232 2001-05-15  Jim Meyering  <meyering@lucent.com>
63233
63234         * m4/regex.m4: Use proper quoting so brackets appear in the test
63235         program.
63236         Reported by, and with help from, Bruno Haible.
63237
63238 2001-05-13  Jim Meyering  <meyering@lucent.com>
63239
63240         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63241         undefined.
63242
63243 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63244
63245         dirname code cleanup.  base_name now behaves more compatibly
63246         with POSIX basename when given file names that have trailing
63247         slashes, and similarly for dir_name.  Add new primitives
63248         base_len and dir_len.  Put the directory-name-related decls
63249         into dirname.h.
63250
63251         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63252         * lib/backupfile.c (base_name): Likewise.
63253         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63254         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63255         * lib/makepath.c (strip_trailing_slashes): Likewise.
63256         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63257         ISSLASH): Likewise.
63258         * lib/rename.c (strip_trailing_slashes): Likewise.
63259         * lib/same.c (base_name): Likewise.
63260         * lib/stripslash.c (ISSLASH): Likewise.
63261
63262         * lib/addext.c: Include <dirname.h> after size_t is defined.
63263         * lib/backupfile.c: Likewise.
63264
63265         * lib/addext.c (addext): Use base_len to trim redundant
63266         trailing slashes instead of doing it ourselves.
63267         But do not trim the last slash if it is not redundant.
63268
63269         * lib/backupfile.c (find_backup_file_name,
63270         max_backup_version): Use base_len instead of rolling it ourselves.
63271         Handle the case of "" and (on DOS) "C:" correctly.
63272
63273         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63274         needed. Include <string.h>, <dirname.h>.
63275         (base_name): Allow file names ending in slashes, other than names
63276         that are all slashes.  In this case, return the basename followed
63277         by the slashes.  This is more general, and can be used in places
63278         where the original base_name purposely had an assertion failure.
63279         (base_len): New function.
63280
63281         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63282         Do not include <assert.h>; no longer needed.
63283         Include xalloc.h.
63284         (memrchr): Remove decl.
63285         (dir_name_r): Remove.
63286         (dir_len): Renamed from dirlen.  All callers changed.
63287         Rewrite in terms of base_name, for simplicity and consistency.
63288         (dir_name): Never return NULL.  All callers changed.
63289         Do not include <stdlib.h> in test program; no longer needed.
63290         return 0; is fine for test program.
63291
63292         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63293         New macros.
63294         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63295
63296         * lib/path-concat.c (path_concat): Use base_len to compute
63297         base length, not strlen; this means we cannot rely on memcpy
63298         to null-terminate.
63299
63300         * lib/same.c (STREQ): Remove.
63301         (same_name): Handle the case where the basename ends in trailing '/'.
63302
63303         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63304         a slash was stripped.  Do not strip the last slash after a
63305         file system prefix.
63306
63307 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63308
63309         * lib/Makefile.am (libfetish_a_SOURCES):
63310         Add strftime.c, since we now compile it on all hosts.
63311
63312         * lib/strftime.c (my_strftime):
63313         Define to nstrftime if emacs, but only if my_strftime is not defined.
63314         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63315         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63316         Add one more extra argument: a nanoseconds value.
63317         All uses changed.
63318         (ns): New macro.
63319         (my_strftime function): Add %N format.
63320         (emacs_strftimeu): Renamed from emacs_strftime,
63321         with extra ut argument.
63322
63323 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63324
63325         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63326
63327 2001-04-21  Jim Meyering  <meyering@lucent.com>
63328
63329         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63330         doesn't interfere.
63331
63332 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63333
63334         * m4/ftruncate.m4: Check for chsize.
63335         Link with ftruncate.o unconditionally if ftruncate is missing.
63336         This was required when cross-compiling to i586-mingw32msvc.
63337
63338 2001-04-08  Jim Meyering  <meyering@lucent.com>
63339
63340         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63341         recomputed; that's necessary when the offset spans a DST transition.
63342         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63343
63344 2001-04-02  Jim Meyering  <meyering@lucent.com>
63345
63346         * lib/regex.h, regex.c: Update from GNU libc.
63347
63348 2001-03-24  Jim Meyering  <meyering@lucent.com>
63349
63350         * m4/jm-macros.m4: Require autoconf-2.49d.
63351
63352 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63353
63354         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63355
63356 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63357
63358         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63359
63360 2001-03-17  Jim Meyering  <meyering@lucent.com>
63361
63362         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63363         now that the version in autoconf is equivalent.
63364         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63365
63366         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63367         Suggestion from Akim Demaille.
63368
63369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63370         (jm_PREREQ_TEMPNAME): New function.
63371
63372 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63373
63374         * lib/tempname.c (uint64_t): Define to uintmax_t if
63375         not defined, and if UINT64_MAX is not defined.
63376         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63377         Reported by John David Anglin.
63378
63379 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63380
63381         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63382         resolve alias if codeset is empty.
63383         * lib/config.charset (BeOS): Use wildcard syntax.
63384
63385 2001-03-13  Jim Meyering  <meyering@lucent.com>
63386
63387         * lib/path-concat.c (path_concat)
63388         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63389         concatenating e.g., `C:' and `foo'.
63390         From Bruno Haible.
63391
63392 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63393
63394         * lib/localcharset.c (locale_charset): Don't use
63395         setlocale(LC_CTYPE,NULL). Don't return NULL.
63396         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63397
63398 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63399
63400         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63401         support for DOS/DJGPP.
63402
63403 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63404
63405         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63406         lacks mkstemp.  Compile our own tempname.c if we compile our own
63407         mkstemp.c, as mkstemp relies on tempname.
63408
63409 2001-03-01  Jim Meyering  <meyering@lucent.com>
63410
63411         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63412         AH_VERBATIM really does output its argument verbatim.
63413
63414 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63415
63416         * lib/Makefile.am (libfetish_a_SOURCES):
63417         Add dup-safer.c, fopen-safer.c.
63418         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63419
63420         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63421         * lib/unistd-safer.h: New files.
63422
63423 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63424
63425         The mkstemp replacement is taken from glibc 2.2.2, with some
63426         portability fixes for use outside glibc, as follows:
63427
63428         * lib/tempname.c (struct_stat64): New macro.
63429         (direxists, __gen_tempname): Use it.
63430         This avoids a portability problem with Solaris 8.
63431
63432         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63433         (<stddef.h>, <stdint.h>, <string.h>):
63434         Include only if STDC_HEADERS || _LIBC.
63435         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63436         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63437         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63438         (__set_errno): Define this macro if <errno.h> doesn't.
63439         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63440         Define these macros if <stdio.h> doesn't.
63441         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63442         Define these macros if <sys/stat.h>
63443         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63444         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63445         __xstat64): Define if not _LIBC.
63446         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63447         (__gen_tempname): Invoke gettimeofday only if
63448         HAVE_GETTIMEOFDAY || _LIBC;
63449         otherwise, fall back on plain "time".
63450         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63451
63452         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63453
63454         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63455
63456 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63457
63458         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63459
63460 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63461
63462         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63463         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63464         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63465         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63466
63467 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63468
63469         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63470         Remove workaround macros for hosts that have mbrtowc but not
63471         mbstate_t, as we now insist on proper declarations for both
63472         before using mbrtowc.
63473
63474 2001-02-17  Jim Meyering  <meyering@lucent.com>
63475
63476         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63477         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63478         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63479         UnixWare 7.1.1.
63480
63481         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63482         rather than AC_CACHE_VAL.
63483
63484 2001-02-17  Jim Meyering  <meyering@lucent.com>
63485
63486         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63487         around included file name.
63488
63489         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63490
63491         * lib/strftime.c: Update from GNU libc (the only changes were to
63492         comments).
63493
63494 2001-02-17  Jim Meyering  <meyering@lucent.com>
63495
63496         * lib/regex.c: Update from libc.
63497
63498 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63499
63500         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63501         clash.
63502
63503 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63504
63505         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63506         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63507         Reported by Mark Hounschell via Paul Eggert.
63508
63509 2001-02-07  Jim Meyering  <meyering@lucent.com>
63510
63511         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63512
63513 2001-02-05  Jim Meyering  <meyering@lucent.com>
63514
63515         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63516         it includes the patch required for `large file' support with at least
63517         HP-UX's 10.20 /bin/cc.
63518
63519 2001-02-03  Jim Meyering  <meyering@lucent.com>
63520
63521         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63522         AS_IF, now that it works once again (mysteriously).
63523         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63524
63525 2001-01-30  Jim Meyering  <meyering@lucent.com>
63526
63527         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63528         * m4/chown.m4: Rename conftestchown to conftest.chown.
63529         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63530         s/conftestdir2/conftest.d2/.
63531         * m4/utimes.m4: s/conftestdata/conftest.data/
63532         Inspired by Pavel Roskin's change in autoconf.
63533
63534 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63535
63536         * lib/config.charset: Update for FreeBSD 4.2.
63537
63538 2001-01-27  Jim Meyering  <meyering@lucent.com>
63539
63540         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63541         a use of AS_IF.
63542         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63543
63544 2001-01-26  Jim Meyering  <meyering@lucent.com>
63545
63546         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63547         quotearg.c includes it.
63548
63549 2001-01-26  Jim Meyering  <meyering@lucent.com>
63550
63551         * lib/quotearg.c: Include stddef.h.
63552         * lib/quote.c: Include stddef.h.
63553         Reported by Axel Kittenberger.
63554
63555         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63556         line in double quotes so that it evokes a better diagnostic.
63557         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63558         Reported by Axel Kittenberger.
63559
63560 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63561
63562         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63563         as if it was a `charset'.
63564
63565 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63566
63567         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63568         has const.
63569
63570 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63571
63572         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63573         to avoid a warning.  Add back 'const' to inptr.
63574
63575 2001-01-20  Jim Meyering  <meyering@lucent.com>
63576
63577         Be sure that headers are checked before used in code compiled
63578         for the type checks.
63579         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63580         In place of that, invoke jm_CHECK_ALL_TYPES.
63581         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63582         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63583         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63584         The check for ssize_t was mistakenly run before the test for unistd.h.
63585
63586         The configure-time check for stdbool.h was missing.
63587         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63588         (jm_PREREQ_HASH): New function.
63589
63590 2001-01-17  Jim Meyering  <meyering@lucent.com>
63591
63592         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63593         for autoconf-2.49c.
63594         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63595
63596 2001-01-16  Jim Meyering  <meyering@lucent.com>
63597
63598         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63599         From Bruno Haible.
63600
63601 2001-01-14  Jim Meyering  <meyering@lucent.com>
63602
63603         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63604         foo and bar.  Create conftestdir/ in the script, not in the C code.
63605         Remove directories in the script, not in the C code.
63606         Remove conftestdir{,2} before trying to create the directory.
63607         Make the entire configure script fail if the mkdir fails.
63608
63609 2001-01-14  Jim Meyering  <meyering@lucent.com>
63610
63611         * lib/rename.c: New file.  From Volker Borchert.
63612         Include stdlib.h, string.h or strings.h, and xalloc.h.
63613         Use strip_trailing_slashes rather than open-coding it.
63614
63615 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63616
63617         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63618
63619 2001-01-03  Jim Meyering  <meyering@lucent.com>
63620
63621         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63622         of local `inptr' to avoid warning with some system declarations of
63623         iconv.
63624
63625 2001-01-02  Volker Borchert  <bt@teknon.de>
63626
63627         * m4/rename.m4: New file.
63628         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63629
63630 2001-01-01  Jim Meyering  <meyering@lucent.com>
63631
63632         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63633         even on systems with utmpx.h.  It's necessary for the declaration of
63634         utmp's ut_user member.  Reported by Andreas Jaeger.
63635
63636         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63637         available. They are required for the declarations of getgrgid and
63638         getpwuid resp.
63639         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63640         Reported by Andreas Jaeger.
63641
63642 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63643
63644         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63645         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63646         so `make install' also works in VPATH builds.
63647
63648 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63649
63650         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63651         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63652         can be used in subdirectories.
63653
63654 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63655
63656         * lib/modechange.c: Do not assume that mode_t uses the
63657         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63658         the other-execute bit of FOO even if S_IXOTH != 1.
63659
63660         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63661         WOTH, XOTH, ALLM): New macros.
63662         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63663          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63664         Use them.
63665         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63666         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63667         (mode_compile):
63668         No need to use uintmax_t; unsigned long is long enough.
63669         Don't bother to get suffix since we don't use it.
63670
63671 2000-12-26  Jim Meyering  <meyering@lucent.com>
63672
63673         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63674         better with autoheader.
63675
63676 2000-12-24  Jim Meyering  <meyering@lucent.com>
63677
63678         * lib/hash.c (is_prime): Return explicit boolean values.
63679         (hash_get_first): Return NULL to appease Irix5.6's 89.
63680         Reported by Nelson Beebe.
63681
63682 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63683
63684         * lib/localcharset.c (locale_charset): Add support for Win32.
63685
63686 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63687
63688         * lib/physmem.h, lib/physmem.c: New files.
63689
63690         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63691         (noinst_HEADERS): Add physmem.h.
63692
63693         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63694         't' for compatibility with Solaris 8 sort.
63695
63696 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63697
63698         * lib/config.charset: Add support for BeOS.
63699
63700 2000-12-17  Jim Meyering  <meyering@lucent.com>
63701
63702         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63703         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63704
63705 2000-12-16  Jim Meyering  <meyering@lucent.com>
63706
63707         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63708         N and M) would have treated it like `chown N:N FILE'.
63709
63710         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63711
63712 2000-12-16  Jim Meyering  <meyering@lucent.com>
63713
63714         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63715         SHELLS_FILE to a file name that's useful on djgpp systems.
63716         Include stdlib.h.
63717         (ADDITIONAL_DEFAULT_SHELLS): Define.
63718         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63719         Based mostly on a patch from Prashant TR.
63720
63721 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63722
63723         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63724         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63725         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63726
63727 2000-12-08  Andreas Schwab  <schwab@suse.de>
63728
63729         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63730         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63731
63732 2000-12-07  Jim Meyering  <meyering@lucent.com>
63733
63734         * lib/stripslash.c (ISSLASH): Define.
63735         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63736         `/'.
63737         From Prashant TR.
63738
63739         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63740         (dir_name_r): Declare this function as static.
63741         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63742         manifest itself on a name containing a mix of slashes and
63743         backslashes.
63744         Make this function work with names starting with a DOS-style
63745         drive letter and colon prefix.
63746         (dir_name): Append `.' if necessary.
63747         Based mostly on patches from Prashant TR and Eli Zaretskii.
63748
63749         * lib/dirname.h (dir_name_r): Remove prototype.
63750
63751 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63752
63753         * m4/off_t-format.m4: Remove this file.
63754         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63755
63756 2000-12-06  Jim Meyering  <meyering@lucent.com>
63757
63758         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63759         replacement strtoull, we may well need the replacement strtoul, too.
63760         Check for declarations of strtoul and strtoull.
63761         Check for strtol.  Mainly as a cue to cause automake to include
63762         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63763         Check for limits.h -- strtol.c needs it.
63764
63765 2000-12-05  Jim Meyering  <meyering@lucent.com>
63766
63767         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63768
63769 2000-12-04  Jim Meyering  <meyering@lucent.com>
63770
63771         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63772         Also include memory.h, stdlib.h, unistd.h if appropriate.
63773         Reported by Andreas Jaeger (conflicting declaration of malloc).
63774
63775 2000-12-02  Jim Meyering  <meyering@lucent.com>
63776
63777         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63778         * m4/jm-macros.m4 (jm_MACROS): require it.
63779
63780 2000-12-02  Jim Meyering  <meyering@lucent.com>
63781
63782         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63783
63784 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63785
63786         * lib/memrchr.c: Include <config.h> before any system include file.
63787
63788 2000-11-30  Jim Meyering  <meyering@lucent.com>
63789
63790         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63791
63792 2000-11-30  Jim Meyering  <meyering@lucent.com>
63793
63794         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63795
63796 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63797
63798         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63799
63800 2000-11-26  Jim Meyering  <meyering@lucent.com>
63801
63802         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63803
63804 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63805
63806         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63807         size of (size_t) -1; it's not portable.
63808
63809 2000-11-17  Jim Meyering  <meyering@lucent.com>
63810
63811         * lib/strstr.c: Update from GNU libc.
63812
63813 2000-11-17  Akim Demaille  <akim@epita.fr>
63814
63815         * lib/obstack.h: Formatting changes.
63816         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63817         prevent type checking.
63818         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63819         cast the value to (void *): assigning a `foo *' to a `void *'
63820         variable is valid.
63821         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63822
63823 2000-11-16  Jim Meyering  <meyering@lucent.com>
63824
63825         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63826
63827 2000-11-11  Jim Meyering  <meyering@lucent.com>
63828
63829         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63830
63831 2000-11-10  Jim Meyering  <meyering@lucent.com>
63832
63833         * lib/obstack.h: Update from GNU libc.
63834         * lib/obstack.c: Likewise.
63835
63836 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63837
63838         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63839
63840 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63841
63842         * lib/getusershell.c (setusershell): Use rewind rather than
63843         fseek/fseeko, to avoid configuration hassles with fseeko.
63844         Don't bother opening SHELLS_FILE if shellstream is NULL;
63845         it's not necessary.
63846
63847 2000-11-05  Jim Meyering  <meyering@lucent.com>
63848
63849         * lib/makepath.h (make_dir): Declare.
63850         * lib/makepath.c (make_dir): Remove `static' attribute.
63851         Tweak a comment.
63852
63853 2000-11-04  Jim Meyering  <meyering@lucent.com>
63854
63855         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63856
63857 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63858
63859         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63860         last one in a bucket, advance to the next bucket.
63861
63862 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63863
63864         * lib/fnmatch.c: Do not comment out all the code if we are using
63865         the GNU C library, because in some cases we are replacing buggy
63866         code in the GNU C library itself.
63867
63868 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63869
63870         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63871         (regex_compile): Catch bogus \(\1\).
63872
63873 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63874
63875         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63876         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63877         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63878
63879 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63880
63881         * lib/error.h, getline.h, modechange.h:
63882         Remove "2000" from Copyright line, as the file hasn't been
63883         changed this year other than in the copyright notice.
63884
63885         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63886         was changed this year.
63887
63888 2000-10-29  Jim Meyering  <meyering@lucent.com>
63889
63890         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63891         renaming.
63892         * m4/ls-mntd-fs.m4: Likewise
63893
63894 2000-10-29  Jim Meyering  <meyering@lucent.com>
63895
63896         * lib/xstat.in: Fix grammar in comment.
63897
63898 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63899
63900         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63901         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63902         doesn't define __restrict_arr.
63903
63904 2000-10-28  Jim Meyering  <meyering@lucent.com>
63905
63906         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63907         (jm_PREREQ_MEMCHR): New function.
63908
63909 2000-10-28  Jim Meyering  <meyering@lucent.com>
63910
63911         * lib/memchr.c: Update from libc.
63912         Adjust for portability:
63913         [HAVE_STDLIB_H]: Include stdlib.h.
63914         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63915         Undef __memchr, too.
63916         [!weak_alias]: Define __memchr to memchr.
63917
63918         * lib/regex.c: Update from libc.
63919         * lib/regex.h: Likewise.
63920         * lib/getopt1.c: Likewise.
63921         * lib/memcmp.c: Likewise.
63922
63923         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63924         Avoid using fseek, when possible -- it's broken by design.
63925         Patch by Ulrich Drepper.
63926
63927 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63928
63929         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63930         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63931         Giving in to popular pressure to shut up the compiler with casts.
63932
63933 2000-10-26  Jim Meyering  <meyering@lucent.com>
63934
63935         * lib/strftime.c: Update from libc.
63936
63937 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63938
63939         * regex.c: More `unsigned char' -> `re_char' changes.
63940         Also change several `int' into `re_wchar_t'.
63941         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63942         (PUSH_FAILURE_POINTER): Don't cast any more.
63943         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63944         We want GCC to complain, since this piece of code makes
63945         re_match non-reentrant, which *should* be fixed.
63946         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63947         (EXTEND_BUFFER): Use RETALLOC.
63948         (SET_LIST_BIT): Don't cast.
63949         (re_wchar_t): New type.
63950         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63951         that those two functions will always properly return.
63952         (IMMEDIATE_QUIT_CHECK): Cast to void.
63953         (analyse_first): Use recursion rather than an explicit stack.
63954         (re_compile_fastmap): Can't fail anymore.
63955         (re_search_2): Don't check re_compile_fastmap for failure.
63956         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63957         Now also sets the new value (passed in a new argument).
63958         (re_match_2_internal): Use it.
63959         Also, use a new var `reg' of type size_t when looping through regs
63960         rather than reuse the inappropriate `mcnt'.
63961
63962 2000-10-25  Jim Meyering  <meyering@lucent.com>
63963
63964         * lib/obstack.c: Update from libc.
63965
63966 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63967
63968         * regex.c (regex_compile): Change the way of handling a range from
63969         a char less than 256 to a char not less than 256.
63970
63971 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63972
63973         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63974         NT-Emacs only.
63975         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63976         so that re_search functions only quit when callers expect them to.
63977
63978 2000-10-23  Jim Meyering  <meyering@lucent.com>
63979
63980         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63981         wrong.  That set_locale call must not have any side effects.
63982         From Paul Eggert.
63983
63984 2000-10-22  Jim Meyering  <meyering@lucent.com>
63985
63986         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63987         [CYCLIC]: Remove now-unused definition.
63988
63989         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63990         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63991         Suggestion from Ulrich Drepper.
63992
63993 2000-10-21  Jim Meyering  <meyering@lucent.com>
63994
63995         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63996         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63997         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63998
63999 2000-10-21  Jim Meyering  <meyering@lucent.com>
64000
64001         * lib/dirname.c (memrchr): Declare if necessary.
64002         (dir_name): Remove the restriction that there be no
64003         trailing slashes.  Now, this code skips past them, effectively
64004         ignoring them.
64005         [TEST_DIRNAME] (main): New unit tests.
64006
64007         * lib/memrchr.c: New file from GNU libc.
64008         Undef __memrchr, too.
64009         [!weak_alias]: Define __memrchr to memrchr.
64010         Guard weak_alias use with `#ifdef weak_alias'.
64011
64012 2000-10-21  Jim Meyering  <meyering@lucent.com>
64013
64014         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
64015         (dir_name): Use dir_name_r.
64016         * lib/dirname.h (dir_name_r): Declare it.
64017
64018 2000-10-17  Jim Meyering  <meyering@lucent.com>
64019
64020         * lib/quote.h (PARAMS): Define and use.
64021         Reported by Akim Demaille.
64022
64023         * lib/getopt.c: Update from libc.
64024
64025 2000-10-16  Jim Meyering  <meyering@lucent.com>
64026
64027         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
64028         setlocale.
64029         From Jan Fedak.
64030
64031 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
64032
64033         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
64034
64035 2000-09-25  Jim Meyering  <meyering@lucent.com>
64036
64037         * lib/md5.h (rol): Define (from GnuPG).
64038
64039         * lib/sha.c: Give credit (GnuPG) where due.
64040         (M): Use rol rather than open-coding it.
64041         Add a FIXME comment.
64042
64043 2000-09-21  Jim Meyering  <meyering@lucent.com>
64044
64045         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64046         Reported by Michael Stone.
64047
64048 2000-09-20  Jim Meyering  <meyering@lucent.com>
64049
64050         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64051         (noinst_HEADERS): Add sha.h.
64052         Based on code from Scott G. Miller and from GnuPG.
64053
64054 2000-09-18  Jim Meyering  <meyering@lucent.com>
64055
64056         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64057         LIBS. Otherwise, everyone ends up linking with -lelf for some
64058         configurations.
64059         Reported by Mike Stone.
64060
64061 2000-09-15  Jim Meyering  <meyering@lucent.com>
64062
64063         * lib/regex.c: Update from libc.
64064
64065 2000-09-10  Jim Meyering  <meyering@lucent.com>
64066
64067         * lib/getopt.c (_getopt_internal): Update from glibc.
64068
64069 2000-09-09  Jim Meyering  <meyering@lucent.com>
64070
64071         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64072         think it should be used as a general replacement for isascii.
64073         * lib/fnmatch.c: Likewise.
64074         * lib/mbswidth.c: Likewise
64075         * lib/regex.c: Likewise.
64076
64077         Don't use atoi.
64078         * lib/userspec.c: Include sys/param.h and limits.h.
64079         Include xstrtol.h.
64080         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64081         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64082         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64083         UID, GID.  Check range.
64084
64085 2000-09-06  Jim Meyering  <meyering@lucent.com>
64086
64087         * lib/getopt.c (_getopt_internal): Update from glibc.
64088
64089 2000-08-30  Jim Meyering  <meyering@lucent.com>
64090
64091         * lib/strftime.c: Merge in changes from GNU libc.
64092
64093 2000-08-26  Jim Meyering  <meyering@lucent.com>
64094
64095         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64096         * m4/fpending.m4: New file.
64097
64098 2000-08-26  Jim Meyering  <meyering@lucent.com>
64099
64100         * lib/closeout.c: Include "__fpending.h".
64101         (close_stdout_status): Return right away if there's nothing to flush.
64102
64103         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64104         * lib/__fpending.c: New file.
64105         * lib/__fpending.h: New file.
64106
64107 2000-08-20  Jim Meyering  <meyering@lucent.com>
64108
64109         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64110         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64111         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64112
64113 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64114
64115         Improve fileutils installation on systems where running
64116         programs (like install) can't be unlinked.
64117         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64118         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64119
64120 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64121
64122         Standardize on "memory exhausted" instead of "Memory exhausted"
64123         or "virtual memory exhausted".
64124         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64125         "virtual memory exhausted".
64126         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64127         our own message.
64128         * lib/userspec.c (parse_user_spec): Likewise.
64129         * lib/bumpalloc.h: comment fix
64130         * lib/same.c, userspec.c: Include xalloc.h.
64131
64132         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64133         not char *const and pointing to a constant array.
64134         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64135         (xrealloc): Comment fix.
64136
64137         * lib/userspec.c (parse_user_spec):
64138         Don't translate a message until just before returning,
64139         to avoid unnecessary translation.
64140
64141 2000-08-07  Jim Meyering  <meyering@lucent.com>
64142
64143         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64144         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64145         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64146         getgroups.c, gethostname.c, getopt.h, group-member.c,
64147         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64148         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64149         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64150         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64151         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64152         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64153         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64154         yesno.c: Back out Copyright date changes for each file with no change
64155         this year.  This eases coordination with other programs using the same
64156         source code modules.  From Paul Eggert.
64157
64158 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64159
64160         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64161         not char, for compatibility with glibc 2.1.3 strftime.c.
64162
64163 2000-08-03  Greg McGary  <greg@mcgary.org>
64164
64165         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64166         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64167         (EXTEND_BUFFER): Use them.
64168
64169 2000-08-01  Jim Meyering  <meyering@lucent.com>
64170
64171         * lib/dirname.c (ISSLASH): Define.
64172         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64173         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64174         both `\' and `/' may be use as path separators.
64175         Based on a patch from Prashant TR.
64176
64177 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64178
64179         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64180         slot vector a constant, since it might get modified.
64181
64182 2000-07-31  Jim Meyering  <meyering@lucent.com>
64183
64184         * lib/xmalloc.c: Use `virtual memory exhausted', not
64185         `Memory exhausted'.
64186         * lib/obstack.c (print_and_abort): Likewise.
64187
64188 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64189
64190         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64191         buffer, so that the caller can always quote one small
64192         component of a "memory exhausted" message in slot 0.
64193         From a suggestion by Jim Meyering.
64194
64195 2000-07-30  Jim Meyering  <meyering@lucent.com>
64196
64197         * lib/makepath.c (make_path): Quote the other instance, too.
64198
64199         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64200         (STATIC_BUF_SIZE): Define.
64201         (quotearg_n_options): Use only statically allocated storage when
64202         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64203         than STATIC_BUF_SIZE.
64204
64205 2000-07-29  Jim Meyering  <meyering@lucent.com>
64206
64207         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64208         * lib/dirname.c (dir_name): Likewise.
64209
64210         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64211         `/'.
64212
64213         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64214         (dir_name): Assert that there are no trailing slashes.
64215
64216 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64217
64218         * lib/mbswidth.h (mbswidth): Add a flags argument.
64219         (mbswidth): New declaration.
64220         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64221         * lib/mbswidth.c (mbswidth): Add a flags argument.
64222         (mbsnwidth): New function.
64223
64224 2000-07-24  Jim Meyering  <meyering@lucent.com>
64225
64226         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64227
64228 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64229
64230         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64231
64232 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64233
64234         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64235         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64236         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64237         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64238         invoke multibyte primitives.
64239
64240 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64241
64242         * lib/quotearg.c:
64243         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64244         so that mbstate_t is always defined.
64245
64246         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64247         be 1 in at least one GCC installation, and this configuration
64248         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64249         performance on hosts that have mbrtowc but have only unibyte
64250         locales, but I assume these hosts are rare.
64251
64252 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64253
64254         * lib/mbswidth.c (_XOPEN_SOURCE):
64255         Don't define; this causes problems on Solaris 7.
64256         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64257
64258 2000-07-23  Jim Meyering  <meyering@lucent.com>
64259
64260         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64261         too: getgrgid, getpwuid, getuid.
64262
64263 2000-07-23  Jim Meyering  <meyering@lucent.com>
64264
64265         * lib/basename.c (base_name): Add an assertion.
64266
64267 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64268
64269         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64270         shadow its mbsinit function.
64271
64272 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64273
64274         * lib/mbswidth.h: New file.
64275         * lib/mbswidth.c: New file.
64276         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64277         (noinst_HEADERS): Add mbswidth.h.
64278
64279 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64280
64281         * lib/config.charset: Add support for FreeBSD. Improve support for
64282         HP-UX and IRIX 6.
64283
64284 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64285
64286         * m4/mbswidth.m4: New file.
64287         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64288
64289 2000-07-15  Jim Meyering  <meyering@lucent.com>
64290
64291         * lib/makepath.c: Include quote.h.
64292         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64293         corresponding argument in a `quote (...)' call.
64294         Give better diagnostics.
64295
64296         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64297         (noinst_HEADERS): Add quote.h.
64298
64299         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64300         from tar's src/misc.c.
64301         * lib/quote.h: New file.  Prototypes for same.
64302
64303 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64304
64305         From a suggestion by Bruno Haible.
64306         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64307         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64308         to decide whether to define the BeOS workaround macro;
64309         this adjusts to the change to AC_MBSTATE_T.
64310
64311 2000-07-14  Jim Meyering  <meyering@lucent.com>
64312
64313         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64314         jm_AC_TYPE_UINTMAX_T.
64315
64316 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64317
64318         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64319
64320         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64321         quotearg_buffer_restyled): Add support for
64322         clocale_quoting_style.  Undo previous change to
64323         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64324         and "{RIGHT QUOTATION MARK}" msgids.
64325
64326 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64327
64328         From a suggestion by Bruno Haible.
64329         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64330         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64331         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64332         and mbstate_t, to a single-part test that simply defines mbstate_t.
64333         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64334         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64335
64336 2000-07-10  Jim Meyering  <meyering@lucent.com>
64337
64338         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64339
64340         * m4/gnu-source.m4: Output to confdefs.h directly.
64341         Suggestion from Akim Demaille.
64342
64343 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64344
64345         The old behavior of quoting `like this' doesn't look good with
64346         newer, ISO-style fonts.  See:
64347         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64348
64349         Instead, quote "like this" by default.  Let the translator
64350         tailor the locale-specific quoting behavior by providing
64351         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64352
64353         * lib/quotearg.c (N_): New macro.
64354         (gettext_default): New function.
64355         (quotearg_buffer_restyled): Use
64356         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64357         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64358
64359 2000-07-09  Jim Meyering  <meyering@lucent.com>
64360
64361         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64362         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64363
64364         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64365         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64366
64367 2000-07-09  Jim Meyering  <meyering@lucent.com>
64368
64369         * lib/Most files: Update copyright dates to include 2000.
64370
64371 2000-07-08  Jim Meyering  <meyering@lucent.com>
64372
64373         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64374         if not defined.
64375         (xgethostname): Remove now-unnecessary #ifdef.
64376         Move declaration of `err' into loop where it's used.
64377
64378 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64379         and Bruno Haible  <haible@clisp.cons.org>
64380
64381         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64382         only if the test for an object-type mbstate_t fails.  This
64383         prevents us from mistakenly reporting that mbstate_t is a
64384         system object type after we "#define mbstate_t int" to work
64385         around its lack.
64386
64387 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64388         and Bruno Haible  <haible@clisp.cons.org>
64389
64390         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64391
64392 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64393
64394         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64395         to strerror_r.
64396         Include <ctype.h> for use of isalpha.
64397
64398 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64399
64400         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64401         by allocating a larger buffer. Test the gethostname return value for
64402         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64403         returns an error and ENAMETOOLONG isn't defined.
64404
64405 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64406
64407         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64408         dimension.
64409
64410 2000-07-04  Jim Meyering  <meyering@lucent.com>
64411
64412         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64413         of the deprecated AC_CHECKING.
64414
64415 2000-07-04  Jim Meyering  <meyering@lucent.com>
64416
64417         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64418         Reported by Bruno Haible.
64419
64420 2000-07-04  Jim Meyering  <meyering@lucent.com>
64421
64422         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64423         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64424         lacks mbrtowc.
64425
64426 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64427
64428         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64429         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64430
64431 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64432         and Bruno Haible  <haible@clisp.cons.org>
64433
64434         * lib/quotearg.c (mbrtowc):
64435         Assign to *pwc, and return 1 only if result is nonzero.
64436         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64437
64438 2000-07-03  Jim Meyering  <meyering@lucent.com>
64439
64440         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64441
64442 2000-07-03  Jim Meyering  <meyering@lucent.com>
64443
64444         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64445         This is necessary to get a definition of e.g., UTMP_FILE on
64446         HP-UX 10.20.
64447         From Bob Proulx.
64448
64449 2000-07-02  Jim Meyering  <meyering@lucent.com>
64450
64451         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64452
64453         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64454         AC_LIBOBJ(function_name).
64455         * m4/chown.m4: Likewise.
64456         * m4/fnmatch.m4: Likewise.
64457         * m4/ftruncate.m4: Likewise.
64458         * m4/getgroups.m4: Likewise.
64459         * m4/getline.m4: Likewise.
64460         * m4/group-member.m4: Likewise.
64461         * m4/jm-macros.m4: Likewise.
64462         * m4/lstat.m4: Likewise.
64463         * m4/malloc.m4: Likewise.
64464         * m4/memcmp.m4: Likewise.
64465         * m4/nanosleep.m4: Likewise.
64466         * m4/putenv.m4: Likewise.
64467         * m4/realloc.m4: Likewise.
64468         * m4/regex.m4: Likewise.
64469         * m4/stat.m4: Likewise.
64470         * m4/strftime.m4: Likewise.
64471
64472 2000-07-02  Jim Meyering  <meyering@lucent.com>
64473
64474         * lib/quotearg.c (mbstate_t): Don't define here.
64475
64476 2000-07-02  Jim Meyering  <meyering@lucent.com>
64477
64478         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64479
64480 2000-07-01  Jim Meyering  <meyering@lucent.com>
64481
64482         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64483
64484 2000-07-01  Jim Meyering  <meyering@lucent.com>
64485
64486         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64487         problem.
64488
64489 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64490
64491         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64492         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64493
64494 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64495
64496         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64497         per change in ../m4/ls-mntd-fs.m4.
64498         (read_filesystem_list): Ignore symbolic links.
64499
64500 2000-06-29  Jim Meyering  <meyering@lucent.com>
64501
64502         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64503         for declaration of strcmp.
64504
64505         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64506
64507         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64508         Avoid warning by casting result to `char *' to remove `const'.
64509
64510 2000-06-28  Jim Meyering  <meyering@lucent.com>
64511
64512         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64513         included by quotearg.c, for which we perform this test.  From
64514         Bruno Haible.
64515
64516 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64517
64518         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64519         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64520         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64521
64522 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64523
64524         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64525
64526 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64527
64528         savedir now sets errno on failure and invokes xmalloc to get memory.
64529         Fix a couple of other minor bugs while we're at it.
64530
64531         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64532         (NAMLEN): Remove macro.
64533         (malloc, realloc): Remove decls.
64534         (stpcpy): Likewise.
64535         ("xalloc.h"): Include.
64536         (NAME_SIZE_DEFAULT): New macro.
64537         (savedir): Use xmalloc / xrealloc to allocate memory.
64538         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64539         Skip "" directory entries.
64540         Use strlen to calculate directory entry length, since the old method
64541         is rarely used these days and isn't worth supporting.
64542         Don't use a pointer after freeing it.
64543         Check for integer overflow when calculating allocation size.
64544         Use memcpy to copy entries, instead of stpcpy.
64545         Set errno properly when returning NULL.
64546         Check for readdir error.
64547
64548 2000-06-26  Jim Meyering  <meyering@lucent.com>
64549
64550         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64551
64552 2000-06-25  Jim Meyering  <meyering@lucent.com>
64553
64554         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64555         Linux header bug when _XOPEN_SOURCE is defined to 500.
64556
64557 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64558
64559         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64560         deficiency.
64561
64562 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64563
64564         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64565         Include xalloc.h.
64566         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64567
64568 2000-06-24  Jim Meyering  <meyering@lucent.com>
64569
64570         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64571         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64572         for which strerror does return char*, but which lacks a conveniently
64573         accessible declaration of the function.  If the compile-test says
64574         strerror_r doesn't work, then resort to a `run'-test that works on
64575         BeOS and segfaults on DEC Unix.
64576
64577 2000-06-24  Jim Meyering  <meyering@lucent.com>
64578
64579         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64580
64581 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64582
64583         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64584         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64585
64586 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64587
64588         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64589         (mbrtowc, mbstate_t): Define substitutes if
64590         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64591         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64592         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64593
64594 2000-06-23  Jim Meyering  <meyering@lucent.com>
64595
64596         * m4/afs.m4: Add missing AC_MSG_RESULT.
64597         Reported by Bruno Haible.
64598
64599         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64600         Suggestion from Bruno Haible.
64601
64602 2000-06-23  Jim Meyering  <meyering@lucent.com>
64603
64604         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64605
64606 2000-06-21  Jim Meyering  <meyering@lucent.com>
64607
64608         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64609
64610 2000-06-21  Jim Meyering  <meyering@lucent.com>
64611
64612         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64613         (noinst_HEADERS): Add getstr.h.
64614
64615         * lib/getline.c (getstr): Move into a separate file.
64616         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64617         the following changes: new parameter, delim2; both delim[12]
64618         parameters have type `int', not `char'.  The latter would lose
64619         with 8-bit delimiters.
64620         * lib/getstr.h: New file.
64621
64622 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64623
64624         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64625         than 1024, return a memory chunk of least possible size, instead
64626         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64627         Use free/xmalloc instead of xrealloc to avoid copying for very long
64628         paths.
64629
64630 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64631
64632         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64633         the empty string.
64634
64635 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64636
64637         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64638         address, not strdup.  Include <stdlib.h> and don't declare free().
64639
64640 2000-06-19  Jim Meyering  <meyering@lucent.com>
64641
64642         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64643
64644 2000-06-18  Jim Meyering  <meyering@lucent.com>
64645
64646         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64647
64648         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64649         `checking whether...' message to be consistent with that of the
64650         lstat test.
64651
64652 2000-06-18  Jim Meyering  <meyering@lucent.com>
64653
64654         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64655         Besides, these days every porting target provides a mkdir function.
64656
64657         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64658         needed. (this snippet comes from src/system.h).
64659
64660 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64661
64662         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64663
64664 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64665
64666         * lib/human.c (adjust_value): New function.
64667         (human_readable_inexact): Apply rounding style even when
64668         printing approximate values.
64669
64670 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64671
64672         * lib/human.c (human_readable_inexact): Allow an input block
64673         size that is not a multiple of the output block size, and vice versa.
64674         Reported by Piergiorgio Sartor.
64675
64676 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64677
64678         * lib/getdate.y (get_date): Apply relative times after time
64679         zone indicator, not before.  Reported by Todd A. Jacobs.
64680
64681 2000-06-13  Jim Meyering  <meyering@lucent.com>
64682
64683         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64684
64685         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64686
64687 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64688
64689         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64690
64691 2000-06-12  Jim Meyering  <meyering@lucent.com>
64692
64693         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64694         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64695         optional argument.
64696         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64697         the optional argument, `lib'.
64698
64699 2000-06-08  Jim Meyering  <meyering@lucent.com>
64700
64701         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64702
64703 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64704
64705         Rewrite largefile configuration so that we don't need to run
64706         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64707         AC_CANONICAL_HOST in configure.in -- jmm]
64708
64709         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64710         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64711         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64712         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64713         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64714         All uses changed.
64715         Instead of inspecting the output of getconf, try to compile the
64716         test program without and with the macro definition.
64717         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64718         for getconf.  Instead, check for the needed flags by compiling
64719         test programs.
64720
64721 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64722
64723         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64724
64725 2000-06-04  Jim Meyering  <meyering@lucent.com>
64726
64727         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64728         SunOS 4.1.4 for which gid_t is an unsigned type.
64729
64730 2000-06-03  Jim Meyering  <meyering@lucent.com>
64731
64732         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64733         now that autoconf requires that.
64734
64735         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64736         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64737         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64738
64739 2000-06-03  Jim Meyering  <meyering@lucent.com>
64740
64741         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64742
64743 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64744
64745         * m4/glibc21.m4: New file.
64746         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64747
64748 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64749
64750         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64751         newer, don't install charset.alias.
64752         * lib/config.charset: Change the Linux/glibc rules so they become empty
64753         on glibc-2.1 or newer.
64754
64755 2000-06-02  Jim Meyering  <meyering@lucent.com>
64756
64757         * lib/mountlist.c: Back out last change.  Instead, do this...
64758         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64759         me_dummy member using the same `ignore'-testing code.
64760         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64761         fs_type strings.
64762         From Mark D. Roth.
64763
64764 2000-05-29  Jim Meyering  <meyering@lucent.com>
64765
64766         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64767         mounts with the `ignore' attribute.  Based on a patch from
64768         Mark D. Roth.
64769
64770 2000-05-28  Jim Meyering  <meyering@lucent.com>
64771
64772         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64773         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64774         * m4/stat.m4: Likewise.
64775         * m4/lstat.m4: Likewise.
64776         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64777
64778         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64779         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64780
64781 2000-05-26  Jim Meyering  <meyering@lucent.com>
64782
64783         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64784
64785 2000-05-24  Jim Meyering  <meyering@lucent.com>
64786
64787         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64788         autoconf requires that.
64789         * m4/lib-check.m4: Likewise.
64790         * m4/jm-macros.m4: Likewise.
64791         * m4/strftime.m4: Likewise.
64792
64793         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64794         AC_CHECK_DECLS, now that autoconf requires that.
64795
64796 2000-05-22  Jim Meyering  <meyering@lucent.com>
64797
64798         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64799         * m4/lstat.m4: Likewise.
64800
64801 2000-05-22  Jim Meyering  <meyering@lucent.com>
64802
64803         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64804
64805 2000-05-20  Jim Meyering  <meyering@lucent.com>
64806
64807         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64808         (jm_PREREQ): Use it.
64809
64810 2000-05-18  Jim Meyering  <meyering@lucent.com>
64811
64812         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64813         back, too, since it may have been modified by allocate_entry.
64814         (hash_delete): Rewrite to use neither the assignment operator
64815         nor the comma operator in an if-expression.
64816
64817 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64818
64819         * lib/closeout.c:
64820         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64821         Remove; no longer needed.
64822         "quotearg.h": Add include.
64823         (file_name): Do not bother to explicitly initialize to NULL; it's less
64824         efficient on some hosts.
64825         (close_stdout_status): Remove test as to whether stdout was already
64826         closed; it breaks for the case "echo x | sort >&-".
64827         Quote file name colons.
64828         Do not assume that _("write error") lacks format strings.
64829
64830 2000-05-15  Jim Meyering  <meyering@lucent.com>
64831
64832         * lib/version-etc.c (version_etc_copyright): Update the copyright
64833         string used in all --version output.
64834
64835 2000-05-14  Jim Meyering  <meyering@lucent.com>
64836
64837         * lib/closeout.c (close_stdout_set_file_name): New function.
64838         (close_stdout_status): Use new file-scoped global.
64839         Return right away if fstat says the stdout file descriptor is invalid.
64840         * lib/closeout.h (close_stdout_set_file_name): Declare.
64841
64842 2000-05-10  Jim Meyering  <meyering@lucent.com>
64843
64844         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64845         (close_stdout_set_status): New function.
64846         * lib/closeout.h (close_stdout_set_status): Declare.
64847
64848 2000-05-09  Jim Meyering  <meyering@lucent.com>
64849
64850         * m4/gettext.m4: Rename this...
64851         * m4/libintl.m4: ...to this.
64852
64853 2000-05-08  Jim Meyering  <meyering@lucent.com>
64854
64855         * lib/long-options.c: Don't include closeout.h.
64856         (parse_long_options): Don't call close_stdout for --version.
64857
64858 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64859
64860         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64861         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64862         2.1.3 bug.  This avoids a clash when files like regex.c define
64863         _GNU_SOURCE.
64864
64865 2000-05-06  Jim Meyering  <meyering@lucent.com>
64866
64867         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64868         (AC_REPLACE_FUNCS): Add strnlen.
64869
64870         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64871         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64872
64873         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64874         AC_SEARCH_LIBS call for nanosleep.
64875         (LIB_NANOSLEEP): Set and AC_SUBST.
64876
64877 2000-05-06  Jim Meyering  <meyering@lucent.com>
64878
64879         * lib/strnlen.c: Undefine __strnlen and strnlen.
64880         [!weak_alias]: Define __strnlen to strnlen.
64881
64882         * lib/atexit.c: New file, from libiberty.
64883
64884 2000-05-06  Jim Meyering  <meyering@lucent.com>
64885
64886         * lib/closeout.c (close_stdout_status): Also check for errors on the
64887         stderr stream.
64888
64889 2000-05-05  Jim Meyering  <meyering@lucent.com>
64890
64891         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64892         AC_SEARCH_LIBS call for clock_gettime.
64893         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64894
64895         * m4/search-libs.m4: Update from autoconf.
64896
64897         su doesn't work on Solaris 2.6.
64898         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64899         <shadow.h>.  Reported by Dragos Harabor.
64900
64901 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64902
64903         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64904         memcpy instead of xmalloc, xrealloc, path_concat.
64905         (locale_charset): Treat empty environment variables as absent.
64906         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64907
64908 2000-05-04  Jim Meyering  <meyering@lucent.com>
64909
64910         * lib/getopt.c: Update from glibc.
64911         * lib/obstack.c: Likewise.
64912         * lib/obstack.h: Likewise.
64913         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64914         file
64915
64916         * lib/regex.h: Likewise.
64917         * lib/strndup.c: Likewise.
64918         * lib/strnlen.c: New file, from glibc.
64919
64920 2000-05-03  Jim Meyering  <meyering@lucent.com>
64921
64922         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64923
64924 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64925
64926         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64927         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64928         compile-time test, rather than inspecting host and OS, to
64929         decide whether to define _LARGEFILE_SOURCE.
64930
64931 2000-05-01  Jim Meyering  <meyering@lucent.com>
64932
64933         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64934
64935         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64936         Based on a patch from Bruno Haible.
64937
64938 2000-05-01  Jim Meyering  <meyering@lucent.com>
64939
64940         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64941
64942 2000-04-29  Jim Meyering  <meyering@lucent.com>
64943
64944         * lib/path-concat.c: Declare strdup only if it's not defined.
64945         * lib/canon-host.c: Likewise.
64946
64947 2000-04-28  Jim Meyering  <meyering@lucent.com>
64948
64949         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64950         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64951         is included first, then limits.h is included by locale.h by libintl.h.
64952         From John David Anglin.
64953
64954 2000-04-25  Jim Meyering  <meyering@lucent.com>
64955
64956         * lib/makepath.c (S_IRWXUGO): Define.
64957         (make_path): Always perform explicit chmod if MODE specifies any
64958         of the `special' permission bits.  Prompted by a bug report against
64959         install from Mate Wierdl and Joost van Baal.
64960
64961 2000-04-18  Jim Meyering  <meyering@lucent.com>
64962
64963         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64964         (jm_PREREQ): Use it.
64965
64966 2000-04-18  Jim Meyering  <meyering@lucent.com>
64967
64968         * lib/README: New file.
64969
64970         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64971         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64972
64973 2000-04-17  Jim Meyering  <meyering@lucent.com>
64974
64975         Get it right :-)
64976         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64977         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64978         Suggestion from Akim Demaille.
64979
64980 2000-04-17  Jim Meyering  <meyering@lucent.com>
64981
64982         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64983         the definition of it to rpl_strftime also defined-away the system's
64984         declaration.
64985
64986 2000-04-15  Jim Meyering  <meyering@lucent.com>
64987
64988         Use `C' to denote so-called `contiguous' files, the same way
64989         that tar does.
64990         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64991         (ftypelet): Use S_ISCTG.
64992         From Michael Deutschmann.
64993
64994 2000-04-14  Jim Meyering  <meyering@lucent.com>
64995
64996         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64997         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64998         clobbered.
64999
65000 2000-04-14  Jim Meyering  <meyering@lucent.com>
65001
65002         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
65003
65004 2000-04-13  Jim Meyering  <meyering@lucent.com>
65005
65006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
65007         AH_VERBATIM to insert required #ifndef into config.h.in.
65008         Suggestion from Akim Demaille.
65009
65010 2000-04-12  Jim Meyering  <meyering@lucent.com>
65011
65012         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
65013         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
65014         Christian Krackowizer.
65015
65016         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
65017         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
65018         (AC_SYS_LARGEFILE): Require.
65019         (AM_C_PROTOTYPES): Require.
65020
65021 2000-04-08  Jim Meyering  <meyering@lucent.com>
65022
65023         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
65024         names don't conflict.  Reported by Eli Zaretskii.
65025
65026 2000-04-07  Jim Meyering  <meyering@lucent.com>
65027
65028         * lib/putenv.c: Move inclusion of errno.h so it follows that of
65029         sys/types.h, to work around system header problems on AIX 3.2.5.
65030         From Bruno Haible.
65031
65032 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
65033
65034         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
65035         bug.  Deal with the different error behavior of Irix iconv.
65036
65037 2000-04-05  Paul Eggert  <eggert@twinsun.com>
65038
65039         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
65040         IRIX if the installer said otherwise.
65041
65042 2000-04-05  Jim Meyering  <meyering@lucent.com>
65043
65044         Portability tweaks required for ultrix4.3.
65045         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65046         (jm_CHECK_DECLS): Add getutent to the list of functions.
65047         (_jm_DECL_HEADERS): Add utmpx.h.
65048         From John David Anglin.
65049
65050         * m4/strftime.m4: Back out the 2000-04-02 change.
65051         Instead of that change, simply undefine putenv in the test program.
65052
65053 2000-04-05  Jim Meyering  <meyering@lucent.com>
65054
65055         Portability tweaks required for ultrix4.3.
65056         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65057         getutent.
65058         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65059         * lib/canon-host.c: Declare strdup.
65060         * lib/path-concat.c: Likewise.
65061         From John David Anglin.
65062
65063 2000-04-04  Jim Meyering  <meyering@lucent.com>
65064
65065         Be more DOS 8.3-friendly.
65066         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65067         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65068         * lib/Makefile.am: Reflect renaming.
65069         Reported by Eli Zaretskii.
65070
65071         Use a temporary file name that won't clash with `charset.alias'
65072         in the DOS 8.3 name space.
65073         * lib/Makefile.am (charset_tmp): Define.
65074         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65075         (uninstall-local): Likewise.
65076         Reported by Eli Zaretskii.
65077
65078 2000-04-03  Jim Meyering  <meyering@lucent.com>
65079
65080         * m4/gettext.m4: Fix typo in comment.
65081
65082         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65083         textutils/configure.in).  Suggestion from Paul Eggert.
65084         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65085
65086 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65087
65088         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65089         variable in the shell rather than using putenv, which isn't
65090         portable.  This avoids the configure-time inter-test dependency
65091         on the potentially-renamed putenv function.
65092
65093 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65094
65095         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65096         before checking struct stat.st_blksize, so that
65097         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65098
65099 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65100
65101         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65102         since strftime.c uses HAVE_STRFTIME to decide whether to use
65103         the underlying strftime.
65104
65105 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65106
65107         * lib/time/strftime.c (my_strftime): Make sure we call the system
65108         strftime, not ourselves, when invoking the underlying strftime.
65109
65110 2000-03-24  Jim Meyering  <meyering@lucent.com>
65111
65112         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65113         (charset_alias): Define.
65114         (install-exec-local): Factor out common code.
65115         (uninstall-local): Split lines longer than 80.
65116         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65117         (SUFFIXES): Define.
65118         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65119         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65120
65121 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65122
65123         * lib/config.charset: Output a line containing "Packages using this
65124         file".
65125         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65126         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65127         ref-del.sed): New rules.
65128
65129 2000-03-17  Jim Meyering  <meyering@lucent.com>
65130
65131         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65132         Otherwise, include <strings.h>
65133
65134 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65135
65136         * lib/unicodeio.c (utf8_wctomb): New function.
65137         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65138         format instead of in UCS-4 with platform dependent endianness.
65139
65140 2000-03-10  Jim Meyering  <meyering@lucent.com>
65141
65142         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65143         From Marco Franzen.
65144
65145 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65146
65147         * lib/savedir.c (savedir): Work even if directory size is
65148         negative; this can happen with some screwy NFS configurations.
65149
65150 2000-03-06  Jim Meyering  <meyering@lucent.com>
65151
65152         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65153         if it's NULL (because we ran out of memory).  From Bruno Haible.
65154
65155 2000-03-05  Jim Meyering  <meyering@lucent.com>
65156
65157         * lib/localcharset.c ("path-concat.h"): Include.
65158         (get_charset_aliases): Use path_concat instead of ANSI string
65159         concatenation.
65160
65161         * lib/unicodeio.h (PARAMS): Define.
65162         Use it to guard prototype.
65163
65164 2000-03-04  Jim Meyering  <meyering@lucent.com>
65165
65166         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65167         for lib/localcharset.c.
65168
65169 2000-03-04  Jim Meyering  <meyering@lucent.com>
65170
65171         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65172         installing into it.
65173         (uninstall-local): Uncomment this rule so `make distcheck' works
65174         once again.
65175
65176         * lib/unicodeio.c (<errno.h>): Include it.
65177         (errno): Declare if not defined.
65178
65179         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65180
65181         * lib/config.charset: New version, incorporating remarks from a linux
65182         i18n mailing list.  From Bruno Haible.
65183
65184 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65185
65186         * m4/codeset.m4: New file.
65187         * m4/iconv.m4: New file.
65188         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65189
65190 2000-03-03  Jim Meyering  <meyering@lucent.com>
65191
65192         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65193
65194 2000-03-02  Jim Meyering  <meyering@lucent.com>
65195
65196         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65197         the messages come out on separate lines.
65198
65199         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65200         rather than jm_CHECK_DECLARATIONS.
65201         * m4/decl.m4: Remove now-unused file.
65202
65203         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65204         geteuid.
65205
65206 2000-03-02  Jim Meyering  <meyering@lucent.com>
65207
65208         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65209
65210 2000-03-01  Jim Meyering  <meyering@lucent.com>
65211
65212         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65213         * lib/unicodeio.c: Likewise.
65214
65215 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65216
65217         * lib/config.charset: New file.
65218         * lib/localcharset.c: New file.
65219         * lib/unicodeio.h, lib/unicodeio.c: New files.
65220         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65221         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65222         (noinst_HEADERS): Add unicodeio.h.
65223         (all-local, install-exec-local, charset.alias): New targets.
65224
65225 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65226
65227         * lib/quotearg.c (ALERT_CHAR): New macro.
65228         (quotearg_buffer_restyled): Use it.
65229
65230 2000-02-27  Jim Meyering  <meyering@lucent.com>
65231
65232         * m4/check-decl.m4: Add getenv to the list.
65233
65234 2000-02-27  Jim Meyering  <meyering@lucent.com>
65235
65236         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65237         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65238
65239         * lib/backupfile.c: Guard inclusion of stdlib.h with
65240         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65241         Declare malloc if needed.
65242
65243         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65244         `#ifndef HAVE_DECL..'
65245         now that autoconf always defines the HAVE_DECL_ symbols.
65246         * lib/human.c: Likewise.
65247         * lib/same.c: Likewise.
65248         * lib/strtoumax.c: Likewise.
65249
65250         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65251         declaration check was not run.
65252         * lib/hash.c: Likewise.
65253         * lib/human.c: Likewise.
65254         * lib/same.c: Likewise.
65255         * lib/strtoumax.c: Likewise.
65256
65257         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65258         `.', then first look up the entire `.'-containing string as a login
65259         name.
65260
65261 2000-02-23  Jim Meyering  <meyering@lucent.com>
65262
65263         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65264         in place of my hack.
65265
65266 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65267
65268         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65269         (textint): New typedef.
65270         (parser_control): Member year changed from int to textint.
65271         All uses changed.
65272         (YYSTYPE): Removed; replaced by %union with int and textint members.
65273         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65274         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65275         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65276         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65277         (date, number, to_year): Use width of number in digits, not its value,
65278         to determine whether it's a 2-digit year, or a 2-digit time.
65279         (yylex): Store number of digits of numeric tokens.
65280         Reported by John Kendall.
65281
65282         (parser_control): Changed from struct parser_control to typedef (for
65283         consistency).  All uses changed.
65284
65285         (tID): Removed; not used.
65286         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65287
65288 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65289
65290         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65291         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65292
65293 2000-02-12  Jim Meyering  <meyering@lucent.com>
65294
65295         * lib/userspec.c (ISDIGIT): Define it.
65296         (isdigit): Remove definition.
65297         (is_number): Use ISDIGIT, not isdigit.
65298         <libintl.h>: Include.
65299         (_ and N_): Define.
65300         (parse_user_spec): Mark translatable strings.
65301
65302 2000-02-10  Jim Meyering  <meyering@lucent.com>
65303
65304         With these changes, nanosleep.[ch] are finally enough like the other
65305         lib/* replacement files to compile on a few more losing systems.
65306
65307         * lib/nanosleep.h: Don't include config.h.
65308         Remove prototype from declaration of nanosleep.
65309         (PARAMS): Remove now-unneeded definition.
65310         * lib/nanosleep.c: #undef nanosleep.
65311         (rpl_nanosleep): Rename from nanosleep.
65312
65313 2000-02-10  Jim Meyering  <meyering@lucent.com>
65314
65315         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65316         gnu_nanosleep to rpl_nanosleep.
65317
65318 2000-02-09  Jim Meyering  <meyering@lucent.com>
65319
65320         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65321         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65322
65323 2000-02-08  Akim Demaille  <akim@epita.fr>
65324
65325         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65326         `[' and `]' and remove uses of `changequote'.
65327         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65328         (AC_SYS_LARGEFILE): Likewise.
65329         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65330         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65331         of changequote.
65332         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65333         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65334         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65335         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65336
65337 2000-02-05  Jim Meyering  <meyering@lucent.com>
65338
65339         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65340         Remove explicit use of AC_HEADER_TIME.  It is required by
65341         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65342         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65343         in autoconf whereby the expansion of the latter ended up preceding
65344         the expansion of its prerequisite, AC_HEADER_TIME.
65345         Reported by Volker Borchert.
65346
65347 2000-02-03  Jim Meyering  <meyering@lucent.com>
65348
65349         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65350
65351 2000-02-03  Jim Meyering  <meyering@lucent.com>
65352
65353         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65354         rather than with `#if HAVE_UTMPNAME'.
65355
65356 2000-02-02  Jim Meyering  <meyering@lucent.com>
65357
65358         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65359         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65360         Reported by Eli Zaretskii.
65361
65362 2000-02-01  Jim Meyering  <meyering@lucent.com>
65363
65364         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65365
65366 2000-01-31  Jim Meyering  <meyering@lucent.com>
65367
65368         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65369         functions.  Add the time.h and sys/time.h headers along with the
65370         AC_REQUIRE'ment of AC_HEADER_TIME.
65371
65372 2000-01-31  Jim Meyering  <meyering@lucent.com>
65373
65374         * lib/nanosleep.h (nanosleep): Guard declaration with
65375         `#if ! HAVE_DECL_NANOSLEEP'.
65376         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65377         the declaration in that vendor's sys/timers.h.
65378         Reported by Christian Krackowizer.
65379
65380         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65381         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65382         (ISPRINT): Likewise.
65383         Reported by Tom Tromey.
65384
65385 2000-01-30  Jim Meyering  <meyering@lucent.com>
65386
65387         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65388
65389         * m4/prereq.m4 (utmp_includes): Define.
65390         Check for ut_user and ut_name members in both struct utmpx
65391         and struct utmp.
65392
65393 2000-01-30  Jim Meyering  <meyering@lucent.com>
65394
65395         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65396         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65397         header files where only utmpx.ut_user is declared.
65398
65399         * lib/readutmp.h (UT_USER): Define.
65400
65401 2000-01-29  Jim Meyering  <meyering@lucent.com>
65402
65403         * m4/lib-check.m4: New file containing library-related checks from
65404         fileutils and sh-utils (textutils had none).
65405
65406 2000-01-28  Jim Meyering  <meyering@lucent.com>
65407
65408         * m4/perl.m4: Change format of warning message to look more like that
65409         from the missing script.  Suggestion from François Pinard.
65410
65411 2000-01-25  Jim Meyering  <meyering@lucent.com>
65412
65413         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65414         well as time.h in the compile check.
65415         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65416         Fix typo in cross-compiling case: s/yes/no/.
65417
65418 2000-01-23  Jim Meyering  <meyering@lucent.com>
65419
65420         * m4/jm-macros.m4: Move df-related tests here from
65421         fileutils/configure.in
65422
65423         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65424         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65425
65426         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65427         s/space/ac_fsusage_space/.
65428         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65429
65430         * m4/ftruncate.m4: New file (derived from part of
65431         fileutils/configure.in).
65432         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65433         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65434
65435         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65436         AC_SUBST these here, rather than just in sh-util/configure.in, so
65437         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65438         all the same.
65439         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65440         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65441         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65442         (AC_SUBST(POW_LIBM)): Likewise.
65443         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65444
65445 2000-01-23  Jim Meyering  <meyering@lucent.com>
65446
65447         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65448         obstack.c.
65449
65450 2000-01-22  Jim Meyering  <meyering@lucent.com>
65451
65452         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65453
65454         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65455
65456         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65457         configure.in
65458         (AC_CHECK_HEADERS): Likewise for sh-utils.
65459         (AC_CHECK_HEADERS): Likewise for textutils.
65460         Merge the three lists of headers.
65461
65462         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65463         from fileutils' configure.in.
65464
65465         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65466         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65467         check-decl.m4.
65468
65469         * m4/check-decl.m4: Use #if rather than #ifdef.
65470         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65471         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65472         (_jm_DECL_HEADERS): Define new function.
65473         (jm_CHECK_DECLARATIONS): Require it.
65474
65475 2000-01-22  Jim Meyering  <meyering@lucent.com>
65476
65477         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65478         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65479         Required for some AIX systems.  Reported by Christian Krackowizer.
65480         [TESTING] (main): New function.
65481
65482         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65483         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65484         letters.
65485
65486         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65487         iswprint.
65488
65489         * lib/strverscmp.c (ISDIGIT): Define.
65490         (strverscmp): Use ISDIGIT, not isdigit.
65491
65492 2000-01-19  Jim Meyering  <meyering@lucent.com>
65493
65494         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65495         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65496         defines `struct timespec' in <sys/time.h>
65497
65498         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65499         Thanks to Akim for explaining.
65500
65501 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65502
65503         * lib/nanosleep.c (nanosleep):
65504         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65505         POSIX.1 doesn't require SA_INTERRUPT and some systems
65506         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65507         it's been part of POSIX.1 since day 1 (in 1988).
65508
65509 2000-01-17  Jim Meyering  <meyering@lucent.com>
65510
65511         * lib/interlock: Remove unused file.  Reported by François Pinard.
65512
65513 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65514
65515         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65516         alert, backslash, formfeed, and vertical tab unnecessarily in
65517         shell quoting style.
65518
65519 2000-01-16  Jim Meyering  <meyering@lucent.com>
65520
65521         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65522         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65523         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65524         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65525
65526 2000-01-16  Jim Meyering  <meyering@lucent.com>
65527
65528         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65529         because the latter didn't work.
65530
65531 2000-01-15  Jim Meyering  <meyering@lucent.com>
65532
65533         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65534         (AC_REPLACE_FUNCS): Add memcpy and memset.
65535         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65536         Add strpbrk.
65537         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65538
65539 2000-01-12  Jim Meyering  <meyering@lucent.com>
65540
65541         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65542         (jm_PREREQ): Use it.
65543         (jm_PREREQ_READUTMP): New macro.
65544         (jm_PREREQ): Use it.
65545
65546 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65547
65548         Quote multibyte characters correctly.
65549         * m4/c-bs-a.m4: New file.
65550         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65551         (jm_PREREQ): Use it.
65552
65553 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65554
65555         * m4/uintmax_t.m4: Port to autoconf 2.13.
65556
65557 2000-01-08  Jim Meyering  <meyering@ascend.com>
65558
65559         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65560         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65561
65562 2000-01-04  Jim Meyering  <meyering@ascend.com>
65563
65564         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65565         jm_STRUCT_DIRENT_D_TYPE.
65566         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65567         jm_STRUCT_DIRENT_D_INO.
65568         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65569         jm_STRUCT_UTIMBUF.
65570         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65571         renamings.
65572         * m4/utime.m4: Likewise.
65573
65574         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65575         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65576
65577 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65578
65579         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65580         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65581
65582 2000-01-02  Jim Meyering  <meyering@ascend.com>
65583
65584         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65585         remember if this is necessary.
65586
65587 1999-12-26  Jim Meyering  <meyering@ascend.com>
65588
65589         * m4/jm-macros.m4: Use it here.
65590         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65591
65592 1999-12-23  Jim Meyering  <meyering@ascend.com>
65593
65594         * m4/jm-macros.m4: Check for clock_gettime (moved from
65595         fileutils/configure.in)
65596         Check for gettimeofday.
65597
65598 1999-12-20  Jim Meyering  <meyering@ascend.com>
65599
65600         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65601         autoconf-2.14a-1999-12-20.
65602
65603 1999-12-19  Jim Meyering  <meyering@ascend.com>
65604
65605         * m4/lstat-slash.m4: New file.
65606         * m4/jm-macros.m4: Use the new macro:
65607         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65608
65609 1999-12-07  Jim Meyering  <meyering@ascend.com>
65610
65611         * m4/perl.m4: Require that File::Compare be available, too.
65612         Too many systems seem to lack it.
65613
65614         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65615         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65616
65617 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65618
65619         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65620         problem with the QNX 4.25 shell, which doesn't propagate exit
65621         status of failed commands inside shell assignments.
65622
65623 1999-11-17  Jim Meyering  <meyering@ascend.com>
65624
65625         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65626
65627 1999-11-07  Jim Meyering  <meyering@ascend.com>
65628
65629         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65630
65631 1999-11-06  Jim Meyering  <meyering@ascend.com>
65632
65633         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65634         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65635
65636 1999-11-05  Jim Meyering  <meyering@ascend.com>
65637
65638         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65639         configure.in of textutils, fileutils, and sh-utils into this one
65640         (shared between those packages) file.
65641         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65642         AC_STRUCT_ST_BLKSIZE.
65643
65644 1999-11-03  Jim Meyering  <meyering@ascend.com>
65645
65646         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65647         of AC_CHECK_TYPE checks includes unistd.h.
65648         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65649         Suggestion from Akim Demaille.
65650
65651 1999-10-30  Jim Meyering  <meyering@ascend.com>
65652
65653         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65654         m4-quoted string.
65655         * m4/ls-mntd-fs.m4: Likewise.
65656         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65657         * m4/jm-winsz1.m4: Likewise.
65658
65659         * m4/const.m4: Remove file, since the fix made it into the experimental
65660         version of autoconf.
65661         * m4/mktime.m4: Likewise.
65662
65663         * m4/check-type.m4: Remove file, now that the latest version of
65664         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65665
65666         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65667         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65668         AC_CHECK_TYPE.
65669
65670 1999-10-04  Jim Meyering  <meyering@ascend.com>
65671
65672         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65673
65674 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65675
65676         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65677         2.95.1 bug with HP-UX 10.20.
65678
65679 1999-09-17  Jim Meyering  <meyering@ascend.com>
65680
65681         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65682         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65683         due to missing strdup (against sh-utils-2.0).
65684
65685 1999-08-29  Jim Meyering  <meyering@ascend.com>
65686
65687         * m4/jm-macros.m4: Require jm_BISON.
65688         * m4/bison.m4: New file.
65689
65690 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65691
65692         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65693         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65694
65695 1999-08-05  Jim Meyering  <meyering@ascend.com>
65696
65697         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65698         to avoid conflicts with `conftest' on 8+3 filesystems.
65699         Suggestion from Eli Zaretskii.
65700
65701 1999-08-04  Jim Meyering  <meyering@ascend.com>
65702
65703         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65704         fileutils and sh-utils (textutils's getline test was inadequate).
65705         (AM_FUNC_GETLINE): Run this test.
65706         (AC_CHECK_FUNCS): Check for getdelim.
65707         Reported by Bob Proulx.
65708
65709 1999-08-02  Jim Meyering  <meyering@ascend.com>
65710
65711         * m4/jm-macros.m4: Add a comment.
65712
65713 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65714
65715         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65716         <inttypes.h> defines strtoumax as a macro (and not as a
65717         function).
65718
65719 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65720
65721         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65722         that we can shift, multiply and divide unsigned long long
65723         values; Ultrix cc can't do it.
65724
65725 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65726
65727         * m4/mktime.m4: New file, which is a preview of what should appear
65728         in the next public autoconf release.
65729
65730 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65731
65732         * m4/lfs.m4: Remove this file.
65733         * m4/largefile.m4: New file.  It contains the old contents of
65734         lfs.m4, except that all names with prefix AC_LFS have been
65735         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65736         compatible with future autoconf versions.  Also, some minor m4
65737         quoting problems have been fixed.
65738
65739 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65740
65741         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65742         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65743         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65744         and simplify the shell code.
65745
65746 1999-08-01  Jim Meyering  <meyering@ascend.com>
65747
65748         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65749         m4.
65750
65751 1999-07-20  Jim Meyering  <meyering@ascend.com>
65752
65753         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65754
65755 1999-07-15  Jim Meyering  <meyering@ascend.com>
65756
65757         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65758
65759 1999-05-22  Jim Meyering  <meyering@ascend.com>
65760
65761         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65762
65763 1999-05-20  Jim Meyering  <meyering@ascend.com>
65764
65765         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65766         Add a colon after each `then' in case $4 is empty.
65767
65768 1999-05-16  Jim Meyering  <meyering@ascend.com>
65769
65770         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65771
65772 1999-05-10  Jim Meyering  <meyering@ascend.com>
65773
65774         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65775
65776         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65777         AC_FUNC_MKTIME.
65778
65779 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65780
65781         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65782
65783 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65784
65785         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65786         not CPPFLAGS, so that linking works correctly in IRIX.
65787
65788 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65789
65790         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65791
65792 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65793
65794         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65795         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65796         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65797         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65798         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65799
65800         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65801
65802 1999-04-20  Jim Meyering  <meyering@ascend.com>
65803
65804         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65805         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65806         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65807
65808 1999-04-18  Jim Meyering  <meyering@ascend.com>
65809
65810         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65811         * m4/jm-macros.m4: Use it.
65812
65813 1999-04-06  Jim Meyering  <meyering@ascend.com>
65814
65815         * m4/strftime.m4: Remove test for %f.
65816
65817 1999-03-29  Jim Meyering  <meyering@ascend.com>
65818
65819         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65820         superset of the AC_TYPE_* checks in the textutils, fileutils,
65821         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65822         AC_TYPE_PID_T.
65823
65824 1999-03-28  Jim Meyering  <meyering@ascend.com>
65825
65826         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65827         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65828         replaced e.g., in the *.sh files of the sh-utils.
65829
65830 1999-03-20  Jim Meyering  <meyering@ascend.com>
65831
65832         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65833         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65834         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65835
65836 1999-03-19  Jim Meyering  <meyering@ascend.com>
65837
65838         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65839
65840 1999-03-12  Jim Meyering  <meyering@ascend.com>
65841
65842         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65843
65844 1999-03-07  Jim Meyering  <meyering@ascend.com>
65845
65846         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65847         declared.
65848
65849 1999-02-17  Jim Meyering  <meyering@ascend.com>
65850
65851         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65852         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65853
65854 1999-02-07  Jim Meyering  <meyering@ascend.com>
65855
65856         * m4/group-member.m4: New file -- extracted from sh-utils'
65857         configure.in.
65858
65859         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65860         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65861
65862 1999-02-06  Jim Meyering  <meyering@ascend.com>
65863
65864         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65865         * m4/fnmatch.m4: Likewise.
65866         * m4/getgroups.m4: Likewise.
65867         * m4/lstat.m4: Likewise.
65868         * m4/malloc.m4: Likewise.
65869         * m4/putenv.m4: Likewise.
65870         * m4/realloc.m4: Likewise.
65871         * m4/regex.m4: Likewise.
65872         * m4/stat.m4: Likewise.
65873         * m4/strftime.m4: Likewise.
65874         Suggestion from Alain Magloire.
65875
65876         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65877         * m4/fnmatch.m4: Likewise.
65878         * m4/getgroups.m4: Likewise.
65879         * m4/getline.m4: Likewise.
65880         * m4/lstat.m4: Likewise.
65881         * m4/malloc.m4: Likewise.
65882         * m4/memcmp.m4: Likewise.
65883         * m4/putenv.m4: Likewise.
65884         * m4/realloc.m4: Likewise.
65885         * m4/regex.m4: Likewise.
65886         * m4/stat.m4: Likewise.
65887         * m4/strftime.m4: Likewise.
65888         Suggestion from Alain Magloire.
65889
65890         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65891         an argument.
65892
65893         * m4/regex.m4: Add a run-time Test for proper operation of
65894         re_compile_pattern.
65895
65896 1999-01-31  Jim Meyering  <meyering@ascend.com>
65897
65898         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65899
65900 1999-01-30  Jim Meyering  <meyering@ascend.com>
65901
65902         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65903
65904         * m4/jm-mktime.m4: Make this a wrapper around the official
65905         AM_FUNC_MKTIME rather than my private copy, now that the official one
65906         is up to date.
65907         * m4/mktime.m4: Remove file.
65908
65909         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65910         * m4/uptime.m4: Likewise.
65911         * m4/uintmax_t.m4: Likewise.
65912
65913 1999-01-28  Jim Meyering  <meyering@ascend.com>
65914
65915         * m4/jm-macros.m4: Use jm_AFS.
65916         * m4/afs.m4: New file (from fileutils' configure.in).
65917
65918         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65919         * m4/chown.m4: Likewise.
65920         * m4/d-ino.m4: Likewise.
65921         * m4/d-type.m4: Likewise.
65922         * m4/fnmatch.m4: Likewise.
65923         * m4/getgroups.m4: Likewise.
65924         * m4/gettext.m4: Likewise.
65925         * m4/jm-mktime.m4: Likewise.
65926         * m4/jm-winsz2.m4: Likewise.
65927         * m4/lcmessage.m4: Likewise.
65928         * m4/ls-mntd-fs.m4: Likewise.
65929         * m4/malloc.m4: Likewise.
65930         * m4/memcmp.m4: Likewise.
65931         * m4/putenv.m4: Likewise.
65932         * m4/realloc.m4: Likewise.
65933         * m4/st_mtim.m4: Likewise.
65934         * m4/strftime.m4: Likewise.
65935
65936 1999-01-16  Jim Meyering  <meyering@ascend.com>
65937
65938         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65939         (ARGMATCH_DIE_DECL): Define.
65940
65941 1999-01-12  Jim Meyering  <meyering@ascend.com>
65942
65943         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65944         Reported by Lars Hecking.
65945
65946 1999-01-10  Jim Meyering  <meyering@ascend.com>
65947
65948         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65949         gross kludge.
65950         * m4/inttypes_h.m4: Likewise.
65951         * m4/lstat.m4: Likewise.
65952         * m4/malloc.m4: Likewise.
65953         * m4/readdir.m4: Likewise.
65954         * m4/realloc.m4: Likewise.
65955         * m4/st_dm_mode.m4: Likewise.
65956         * m4/stat.m4: Likewise.
65957         * m4/utimbuf.m4: Likewise.
65958         * m4/utimes.m4: Likewise.
65959
65960         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65961         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65962         comments in config.h.in are meaningful.
65963
65964         * m4/jm-macros.m4: Require autoconf-2.13 here.
65965
65966         * m4/regex.m4: By default, don't use the included regex.c on systems
65967         with glibc 2.  Suggestion from Uli Drepper.
65968
65969 1999-01-02  Jim Meyering  <meyering@ascend.com>
65970
65971         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65972
65973 1998-12-18  Jim Meyering  <meyering@ascend.com>
65974
65975         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65976         Based on a suggestion from Lars Hecking.
65977
65978 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65979
65980         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65981
65982 1998-11-16  Jim Meyering  <meyering@ascend.com>
65983
65984         * m4/lfs.m4: Double-quote the `uname...` expression.
65985
65986 1998-11-14  Jim Meyering  <meyering@ascend.com>
65987
65988         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65989         * m4/stat.m4: Likewise.
65990
65991 1998-11-03  Jim Meyering  <meyering@ascend.com>
65992
65993         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65994         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65995
65996 1998-10-18  Jim Meyering  <meyering@ascend.com>
65997
65998         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65999
66000 1998-10-17  Jim Meyering  <meyering@ascend.com>
66001
66002         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
66003         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
66004         calls for those previously hard-coded headers.  Instead, take a new
66005         parameter.
66006         (jm_CHECK_DECLARATIONS): Reflect interface change.
66007         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
66008         (jm_CHECK_DECL_LOCALTIME_R): New macro.
66009
66010         * m4/mktime.m4: Test for spring-forward gap before long-running test.
66011
66012 1998-10-14  Jim Meyering  <meyering@ascend.com>
66013
66014         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
66015         instead of "TZ=America/Vancouver".  From Paul Eggert.
66016
66017 1998-10-11  Jim Meyering  <meyering@ascend.com>
66018
66019         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
66020         This adds a test for a recently added compatibility fix for mktime.c.
66021         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
66022
66023 1998-09-27  Jim Meyering  <meyering@ascend.com>
66024
66025         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
66026
66027         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
66028         ../configure.in, including a change from Gordon Matzigkeit to allow
66029         cross-compiling for the Hurd.
66030
66031         * m4/glibc.m4: New file/macro to test for the GNU C Library
66032         versions 1 and 2.  From Gordon Matzigkeit.
66033         Indent.
66034
66035 1998-09-21  Jim Meyering  <meyering@ascend.com>
66036
66037         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
66038
66039 1998-08-18  Paul Eggert  <eggert@twinsun.com>
66040
66041         Port nanosecond-resolution times to UnixWare 2.1.2 and
66042         pedantic Solaris 2.6.
66043
66044         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66045         AC_STRUCT_ST_MTIM.
66046         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66047         Generate name of ns member, instead of just 1 or undef.
66048         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66049
66050 1998-08-15  Jim Meyering  <meyering@ascend.com>
66051
66052         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66053         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66054         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66055         instead of jm_TYPE_SSIZE_T.
66056
66057 1998-08-12  Jim Meyering  <meyering@ascend.com>
66058
66059         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66060
66061 1998-08-02  Jim Meyering  <meyering@ascend.com>
66062
66063         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66064         in acconfig.h manually.
66065
66066 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66067
66068         * m4/st_mtim.m4: New file.
66069
66070 1998-07-28  Jim Meyering  <meyering@ascend.com>
66071
66072         * m4/utimes.m4: Undef stat.
66073
66074 1998-07-25  Jim Meyering  <meyering@ascend.com>
66075
66076         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66077         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66078
66079 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66080
66081         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66082         uid and gid actually remain unchanged.
66083
66084 1998-07-07  Jim Meyering  <meyering@ascend.com>
66085
66086         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66087
66088 1998-07-04  Jim Meyering  <meyering@ascend.com>
66089
66090         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66091         to prove that this macro can be used in packages without regex.c.
66092
66093 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66094
66095         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66096         is to be used.
66097
66098 1998-07-03  Jim Meyering  <meyering@ascend.com>
66099
66100         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66101
66102         * m4/gettext.m4: New file -- from gettext-0.10.35.
66103         * m4/lcmessage.m4: Likewise.
66104         * m4/progtest.m4: Likewise.
66105
66106         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66107         * m4/jm-macros.m4: Require the new macro.
66108
66109 1998-06-29  Jim Meyering  <meyering@ascend.com>
66110
66111         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66112         for the definition of NGROUPS (used in a system header included
66113         by sys/mount.h).
66114
66115 1998-06-28  Jim Meyering  <meyering@ascend.com>
66116
66117         * m4/ls-mntd-fs.m4: New file.
66118         * m4/fstypename.m4: New file.
66119
66120         * m4/jm-macros.m4: Require the new macro.
66121         * m4/jm-glibc-io.m4: New file.
66122
66123 1998-05-19  Jim Meyering  <meyering@ascend.com>
66124
66125         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66126         * m4/lchown.m4: New file.
66127
66128         * m4/Makefile.am.in: New file.
66129         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66130
66131 1998-05-14  Jim Meyering  <meyering@ascend.com>
66132
66133         * m4/Makefile.am (EXTRA_DIST): Add them.
66134         * m4/jm-macros.m4: New file.
66135         * m4/utimbuf.m4: New file.
66136
66137 1998-05-12  Jim Meyering  <meyering@ascend.com>
66138
66139         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66140
66141 1998-05-11  Jim Meyering  <meyering@ascend.com>
66142
66143         * m4/isc-posix.m4: New file.
66144
66145 1998-05-10  Jim Meyering  <meyering@ascend.com>
66146
66147         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66148
66149 1998-05-09  Jim Meyering  <meyering@ascend.com>
66150
66151         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66152         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66153         with automake.
66154
66155         * m4/ssize_t.m4: New file.
66156         * m4/mktime.m4: Remove file -- the new automake has this now.
66157
66158 1998-04-26  Jim Meyering  <meyering@ascend.com>
66159
66160         * m4/assert.m4: New file.
66161         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66162
66163 1998-04-05  Jim Meyering  <meyering@ascend.com>
66164
66165         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66166         (jm_PREREQ): Use it here.
66167
66168 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66169
66170         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66171         in acconfig.h.
66172
66173 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66174
66175         * m4/prereq.m4: New file.
66176         * m4/error.m4: New file.
66177         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66178
66179 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66180
66181         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66182         cache-check for the same variable -- that defeated the purpose of
66183         the test; the test program was never run.  This was a problem only
66184         on systems with losing getline functions -- HP-UX 10.20 is one.
66185         Reported by Bjorn Helgaas.
66186
66187 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66188
66189         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66190
66191 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66192
66193         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66194
66195         * m4/const.m4: New file.  Use an initializer in this declaration
66196         typedef int charset[2]; const charset x;
66197         Reported by Bob Glickstein.
66198
66199 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66200
66201         * m4/chown.m4: Fix reversed types on -1 args to chown.
66202         From Kaveh Ghazi.
66203
66204 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66205
66206         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66207         Add lseek and memchr.
66208
66209         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66210         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66211         have a 20-character limit on names.
66212
66213 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66214
66215         * m4/inttypes_h.m4: New file.
66216         * m4/uintmax_t.m4: New file.
66217         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66218
66219
66220         -----
66221
66222         Local Variables:
66223         coding: utf-8
66224         End:
66225
66226         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66227
66228         Copying and distribution of this file, with or without
66229         modification, are permitted provided the copyright notice
66230         and this notice are preserved.